@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 93.1%;
}
@media (max-width: 1580px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #000;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #000;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
@-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;
  }
}
@media only screen and (max-height: 870px) and (min-width: 991px) {
  .x-header {
    overflow-y: auto;
  }
  .x-header::-webkit-scrollbar {
    width: 3px;
  }
  .x-header::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2px;
  }
  .x-header::-webkit-scrollbar-thumb {
    background: #004ea2;
    border-radius: 25px;
  }
  .x-header::-webkit-scrollbar-corner {
    background: #004ea2;
  }
}
.x-header {
  background: #fff;
  position: fixed;
  border-right: 1px solid #e4e4e4;
  left: 0;
  top: 0;
  height: 100%;
  width: 18.75%;
  z-index: 106;
}
@media (max-width: 991px) {
  .x-header {
    display: none;
  }
}
.x-header .x-list {
  border-bottom: 1px solid #e8e8e8;
}
.x-header .x-list .x-top {
  display: block;
  margin: 0.235rem 0 0.235rem 0.6rem;
}
@media (max-width: 1580px) {
  .x-header .x-list .x-top {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 1260px) {
  .x-header .x-list .x-top {
    margin: 0.4rem 0;
  }
}
.x-header .x-list .x-top img {
  width: 200px;
  height: 52px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-header .x-list .x-top img {
    height: 42px;
  }
}
@media (max-width: 1260px) {
  .x-header .x-list .x-top img {
    width: 140px;
    height: 42px;
  }
}
.x-header .x-list ul {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.x-header .x-list ul li.on a {
  background-color: #004ea2;
  color: #fff;
}
.x-header .x-list ul li.on a i {
  background: url("../images/x-h-y2.png") no-repeat center;
  background-size: contain;
}
.x-header .x-list ul li a {
  display: block;
  color: #000;
  padding: 0.165rem 0.6rem;
  transition: 0.5s all;
  position: relative;
}
@media (max-width: 1260px) {
  .x-header .x-list ul li a {
    padding: 0.25rem 0.4rem;
  }
}
.x-header .x-list ul li a:hover {
  background-color: #004ea2;
  color: #fff;
}
.x-header .x-list ul li a:hover i {
  background: url("../images/x-h-y2.png") no-repeat center;
  background-size: contain;
}
.x-header .x-list ul li a i {
  width: 8px;
  height: 14px;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/x-h-y1.png") no-repeat center;
  background-size: contain;
}
.x-header .x-list .x-botton {
  padding: 0.25rem 0 0.25rem 0.6rem;
}
@media (max-width: 1260px) {
  .x-header .x-list .x-botton {
    padding-left: 0.4rem;
  }
}
.x-header .x-list .x-botton a {
  color: #004ea2;
  display: inline-block;
}
@media (max-width: 1580px) {
  .x-header .x-list .x-botton a {
    margin-top: 5px;
  }
}
.x-header .x-list .x-botton a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-header .x-list .x-botton .x-share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.x-header .x-list .x-botton .x-share p {
  margin-right: 0.28rem;
}
.x-header .x-list .x-botton .x-share .x-img a {
  position: relative;
  margin-top: 0;
}
.x-header .x-list .x-botton .x-share .x-img a:hover img:nth-of-type(1) {
  display: none;
}
.x-header .x-list .x-botton .x-share .x-img a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-header .x-list .x-botton .x-share .x-img a:hover figure .x-wx1 {
  display: inline-block;
}
.x-header .x-list .x-botton .x-share .x-img a img {
  width: 28px;
  height: 24px;
  object-fit: contain;
  margin-right: 1px;
}
.x-header .x-list .x-botton .x-share .x-img a img:nth-of-type(2) {
  display: none;
  transition: 0.5s all;
}
.x-header .x-list .x-botton .x-share .x-img a figure {
  border: 1px solid #ddd;
  position: absolute;
  left: -0.47rem;
  top: 35px;
}
.x-header .x-list .x-botton .x-share .x-img a figure .x-wx1 {
  width: 120px;
  height: 120px;
  transition: 0.5s all;
  margin: 0;
  display: none;
}
.x-header .x-list .x-he-lj .x-p1 {
  padding: 0.26rem 0 0.26rem 0.6rem;
  background-color: #f8f8f8;
}
.x-header .x-list .x-he-lj .x-p1 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-header .x-list .x-he-lj dl {
  padding: 0 0.6rem;
}
.x-header .x-list .x-he-lj dl dd.on a::before {
  width: 100%;
  opacity: 1;
}
.x-header .x-list .x-he-lj dl dd.on a p {
  color: #82b328;
}
.x-header .x-list .x-he-lj dl dd.on a p i {
  opacity: 1;
}
.x-header .x-list .x-he-lj dl dd.on a span {
  height: 21px;
  opacity: 1;
  display: block;
}
.x-header .x-list .x-he-lj dl dd a {
  display: block;
  padding: 0.2rem 0;
  position: relative;
}
.x-header .x-list .x-he-lj dl dd a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-header .x-list .x-he-lj dl dd a:hover p {
  color: #82b328;
}
.x-header .x-list .x-he-lj dl dd a:hover p i {
  opacity: 1;
}
.x-header .x-list .x-he-lj dl dd a:hover span {
  height: 21px;
  opacity: 1;
  display: block;
}
.x-header .x-list .x-he-lj dl dd a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #82b328;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-header .x-list .x-he-lj dl dd a p {
  color: #000;
  position: relative;
  transition: 0.5s all;
}
.x-header .x-list .x-he-lj dl dd a p i {
  content: "";
  width: 10px;
  height: 10px;
  object-fit: contain;
  background: url("../images/x-h-y11.png") no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.x-header .x-list .x-he-lj dl dd a span {
  font-size: 14px;
  color: #666;
  height: 21px;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: none;
  transition: 0.5s all;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.x-header .x-lang1 {
  padding: 0.4rem 0 0.4rem 0.6rem;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 27px;
  width: 100%;
}
@media (max-width: 1260px) {
  .x-header .x-lang1 {
    padding-left: 0.4rem;
  }
}
.x-header .x-lang1 .x-lang {
  position: relative;
}
.x-header .x-lang1 .x-lang .x-left {
  display: flex;
}
@media (max-width: 1580px) {
  .x-header .x-lang1 .x-lang .x-left {
    justify-content: space-between;
  }
}
.x-header .x-lang1 .x-lang .x-left.on .x-le-list {
  opacity: 0;
}
.x-header .x-lang1 .x-lang .x-left.on .x-form {
  display: flex;
  width: 2.3rem;
  left: -1.65rem;
  border: 1px solid #ccc;
}
@media (max-width: 1260px) {
  .x-header .x-lang1 .x-lang .x-left.on .x-form {
    width: 3rem;
    left: -2.3rem;
  }
}
.x-header .x-lang1 .x-lang .x-left.on .x-form input {
  width: 80%;
  padding: 0 0.2rem;
}
.x-header .x-lang1 .x-lang .x-left.on .x-form button {
  width: 20%;
}
.x-header .x-lang1 .x-lang .x-left.on .x-form button i {
  display: block;
}
.x-header .x-lang1 .x-lang .x-left .x-le-list {
  width: 53%;
  padding-right: 0.3rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-header .x-lang1 .x-lang .x-left .x-le-list {
    padding-right: 0;
  }
}
@media (max-width: 1260px) {
  .x-header .x-lang1 .x-lang .x-left .x-le-list {
    width: 61%;
  }
}
.x-header .x-lang1 .x-lang .x-left .x-le-list p {
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-header .x-lang1 .x-lang .x-left .x-le-list p {
    font-size: 14px;
  }
}
.x-header .x-lang1 .x-lang .x-left .x-le-list p img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-header .x-lang1 .x-lang .x-left .x-le-list p i {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url("../images/x-h-y5.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .x-header .x-lang1 .x-lang .x-left .x-le-list p i {
    right: 0;
  }
}
.x-header .x-lang1 .x-lang .x-left .x-le-list .x-list-a {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  transform: translateX(-50%);
  padding: 10px 0;
  display: none;
}
.x-header .x-lang1 .x-lang .x-left .x-le-list .x-list-a a {
  display: block;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  transition: 0.5s all;
}
.x-header .x-lang1 .x-lang .x-left .x-le-list .x-list-a a.on {
  color: #004ea2;
}
.x-header .x-lang1 .x-lang .x-left .x-le-list .x-list-a a:hover {
  color: #004ea2;
}
.x-header .x-lang1 .x-lang .x-left .x-ri-list {
  padding-left: 0.3rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-header .x-lang1 .x-lang .x-left .x-ri-list {
    width: 40%;
  }
}
@media (max-width: 1260px) {
  .x-header .x-lang1 .x-lang .x-left .x-ri-list {
    width: 30%;
  }
}
.x-header .x-lang1 .x-lang .x-left .x-ri-list::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
}
.x-header .x-lang1 .x-lang .x-left .x-ri-list img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.x-header .x-lang1 .x-lang .x-left .x-form {
  display: flex;
  justify-content: space-between;
  border-radius: 35px;
  height: 0;
  position: absolute;
  height: 35px;
  border: none;
  top: -4px;
  width: 0;
  left: 51px;
  transition: 0.8s all;
  background-color: #fff;
}
.x-header .x-lang1 .x-lang .x-left .x-form input {
  width: 0;
  padding: 0;
  transition: 0.8s all;
  font-size: 14px;
}
.x-header .x-lang1 .x-lang .x-left .x-form button {
  width: 0;
  position: relative;
  transition: 0.8s all;
}
.x-header .x-lang1 .x-lang .x-left .x-form button i {
  display: none;
  width: 20px;
  height: 20px;
  background: url("../images/x-h-y6.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-title-box {
  color: #004ea2;
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 991px) {
  .x-title-box {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .x-title-box {
    font-size: 24px;
  }
}
.x-box-a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  background-color: #004ea2;
  position: relative;
  padding-left: 0.3rem;
}
@media (max-width: 1580px) {
  .x-box-a {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .x-box-a {
    padding-left: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-box-a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }
}
.x-box-a:hover i {
  right: -10px;
}
.x-box-a i {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/x-h-y7.png) no-repeat center;
  background-size: contain;
  margin-left: 0.2rem;
  position: relative;
  transition: 0.5s all;
  right: 0;
}
@media (max-width: 767px) {
  .x-box-a i {
    right: -8px;
  }
}
@keyframes sw_pa2 {
  0% {
    width: 0;
  }
  100% {
    width: 0.5rem;
  }
}
@media (max-width: 767px) {
  @keyframes sw_pa2 {
    0% {
      width: 0;
    }
    100% {
      width: 1rem;
    }
  }
}
.x-m-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 20;
  background-color: #fff;
  transition: all 0.5s;
  display: none;
}
@media (max-width: 991px) {
  .x-m-header {
    display: block;
  }
}
.x-m-header .x-head-con {
  position: relative;
}
.x-m-header .x-head-con .x-swier {
  display: none;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .x-m-header .x-head-con .x-swier {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 24px;
    height: 20px;
    margin-top: -10px;
    cursor: pointer;
  }
}
.x-m-header .x-head-con .x-swier .x-daohan {
  cursor: pointer;
  z-index: 14;
}
.x-m-header .x-head-con .x-swier .x-daohan:hover i:nth-of-type(2) {
  width: 24px;
}
.x-m-header .x-head-con .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;
}
.x-m-header .x-head-con .x-swier .x-daohan i:nth-of-type(1),
.x-m-header .x-head-con .x-swier .x-daohan i:nth-of-type(3) {
  width: 24px;
  margin-top: 0;
}
.x-m-header .x-head-con .x-swier .x-daohan i:nth-of-type(2) {
  width: 24px;
}
.x-m-header .x-head-con .x-swier .x-daohan i:nth-of-type(3) {
  margin-bottom: 0;
}
.x-m-header .x-head-con .x-img {
  margin: 0 auto;
  width: 180px;
  height: 60px;
}
.x-m-header .x-head-con .x-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.x-m-header .x-head-con .x-img a img {
  width: 100%;
  height: 1.5rem;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-m-header .x-head-con .x-img a img {
    height: 1.8rem;
  }
}
.x-m-header .x-head-con .x-ss {
  display: none;
}
@media (max-width: 991px) {
  .x-m-header .x-head-con .x-ss {
    display: block;
    width: 100%;
  }
  .x-m-header .x-head-con .x-ss.on .x-form {
    display: flex;
    width: 100%;
    padding: 0 20px;
    left: 0;
  }
  .x-m-header .x-head-con .x-ss.on .x-form input {
    width: 80%;
    padding: 0 20px;
  }
  .x-m-header .x-head-con .x-ss.on .x-form button {
    display: block;
  }
  .x-m-header .x-head-con .x-ss.on .x-form .x-box-y {
    display: block;
  }
}
.x-m-header .x-head-con .x-ss .x-ss-img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.x-m-header .x-head-con .x-ss .x-ss-img img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.x-m-header .x-head-con .x-ss .x-form {
  position: absolute;
  top: 0;
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: #fff;
  transition: 1s all;
}
.x-m-header .x-head-con .x-ss .x-form input {
  width: 0;
  padding: 0;
  transition: 1s all;
  display: block;
}
.x-m-header .x-head-con .x-ss .x-form button {
  width: 10%;
  position: relative;
  display: none;
}
.x-m-header .x-head-con .x-ss .x-form button i {
  width: 20px;
  height: 20px;
  background: url(../images/x-h-y6.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-m-header .x-head-con .x-ss .x-form .x-box-y {
  width: 10%;
  position: relative;
  display: none;
}
.x-m-header .x-head-con .x-ss .x-form .x-box-y i {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/side4.png) no-repeat center;
}
.c-nav2 {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 30;
  font-size: 14px;
  line-height: 50px;
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s;
}
.c-nav2 > li:first-child {
  border-top: 1px solid #f1f1f1;
}
.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-nav2 > li a:hover {
  color: #004ea2;
}
.c-nav2 > li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../images/news2.png") no-repeat center;
  background-size: contain;
  transition: 0.5s all;
}
.c-nav2 > li ul {
  display: none;
}
.c-nav2 > li ul li a:hover {
  color: #004ea2;
}
.c-nav2 .c-language {
  float: left;
  position: relative;
  padding: 20px 0 0 20px;
}
.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-nav2 .c-language a:hover {
  color: #004ea2;
}
.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-nav2 .c-language .c-list {
  display: none;
}
.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-nav2 .c-language .c-item a {
  display: block;
  padding: 0 5px;
  margin: 0;
}
.c-head-move {
  top: -60px;
}
@media (max-width: 991px) {
  .c-open {
    overflow: hidden;
  }
  .c-open .c-nav2 {
    height: calc(100% - 60px);
  }
}
body.c-open .x-m-header .x-daohan i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open .x-m-header .x-daohan i:nth-child(2) {
  opacity: 0;
}
body.c-open .x-m-header .x-daohan i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-container-right {
  padding-left: 18.75%;
}
@media (max-width: 991px) {
  .x-container-right {
    padding-left: 0;
    margin-top: 60px;
  }
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 9.1rem;
}
@media (max-width: 767px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 11rem;
  }
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 24px;
  }
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text{
    padding: 0 1rem;
  }
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text p {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text p {
    font-size: 14px;
  }
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text p br {
    display: none;
  }
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-btn-box {
  display: flex;
  align-items: flex-start;
  margin-top: 0.45rem;
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-btn-box span {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #004ea2;
  color: #fff;
  padding-left: 40px;
  position: relative;
  font-weight: bold;
}
@media (max-width: 991px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-btn-box span {
    width: 140px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-btn-box span {
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-btn-box span:hover i {
  right: -12px;
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-btn-box span i {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../images/x-h-y7.png") no-repeat center;
  background-size: contain;
  margin-left: 0.2rem;
  position: relative;
  transition: 0.5s all;
  right: 0;
}
@media (max-width: 767px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-wrapper .swiper-slide .x-text .x-btn-box a i {
    right: -8px;
  }
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-pagination {
  bottom: 33px;
}
@media (max-width: 767px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-pagination {
    bottom: 10px;
  }
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 2px;
  border-radius: initial;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  opacity: 1;
}
@media (max-width: 767px) {
  .x-container-right .x-index1 .x-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem;
  }
}
.x-container-right .x-index1 .x-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: sw_pa2 5.1s linear;
  animation: sw_pa2 5.1s linear;
}
.x-container-right .x-index2 .x-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-container-right .x-index2 .x-container ul li {
  width: 50%;
}
@media (max-width: 767px) {
  .x-container-right .x-index2 .x-container ul li {
    width: 100%;
  }
}
.x-container-right .x-index2 .x-container ul li a {
  display: block;
  position: relative;
}
.x-container-right .x-index2 .x-container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-container-right .x-index2 .x-container ul li a figure {
  width: 100%;
  height: 4.45rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-container-right .x-index2 .x-container ul li a figure {
    height: 6.45rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-index2 .x-container ul li a figure {
    height: 10.45rem;
  }
}
.x-container-right .x-index2 .x-container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-index2 .x-container ul li a .x-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3rem 0.4rem 0 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-index2 .x-container ul li a .x-text {
    padding: 1rem;
  }
}
.x-container-right .x-index2 .x-container ul li a .x-text .x-title {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-right: 60px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .x-container-right .x-index2 .x-container ul li a .x-text .x-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-index2 .x-container ul li a .x-text .x-title {
    font-size: 24px;
  }
}
.x-container-right .x-index2 .x-container ul li a .x-text .x-title i {
  width: 26px;
  height: 22px;
  background: url("../images/index5.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .x-container-right .x-index2 .x-container ul li a .x-text .x-title i {
    width: 22px;
    height: 20px;
  }
}
.x-container-right .x-index2 .x-container ul li a .x-text p {
  color: #fff;
  margin-top: 4px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.x-container-right .x-index3 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.8rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-index3 .container {
    padding: 3rem 1rem;
  }
}
.x-container-right .x-index3 .container .x-left {
  width: 47.5%;
}
@media (max-width: 991px) {
  .x-container-right .x-index3 .container .x-left {
    width: 100%;
  }
}
.x-container-right .x-index3 .container .x-left .x-p1 {
  color: #010101;
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 81px;
}
@media (max-width: 1580px) {
  .x-container-right .x-index3 .container .x-left .x-p1 {
    height: 63px;
  }
}
.x-container-right .x-index3 .container .x-left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.8rem 0;
}
@media (max-width: 1580px) {
  .x-container-right .x-index3 .container .x-left ul {
    margin: 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-index3 .container .x-left ul {
    margin: 0 0 1rem 0;
  }
}
.x-container-right .x-index3 .container .x-left ul li {
  width: auto;
  padding-right: 0.35rem;
  border-right: 1px solid #ddd;
}
@media (max-width: 1580px) {
  .x-container-right .x-index3 .container .x-left ul li {
    padding-right: 0.2rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-index3 .container .x-left ul li {
    margin-top: 0.2rem;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-index3 .container .x-left ul li {
    margin-top: 1rem;
    width: 40%;
  }
}
.x-container-right .x-index3 .container .x-left ul li:last-child {
  border-right: none;
}
.x-container-right .x-index3 .container .x-left ul li .x-top {
  margin-bottom: 5px;
}
.x-container-right .x-index3 .container .x-left ul li .x-top .counter {
  font-size: 0.48rem;
  color: #82b328;
  line-height: 1;
}
@media (max-width: 991px) {
  .x-container-right .x-index3 .container .x-left ul li .x-top .counter {
    font-size: 30px;
  }
}
.x-container-right .x-index3 .container .x-left ul li .x-top P {
  display: inline-block;
}
.x-container-right .x-index3 .container .x-right {
  width: 50%;
}
@media (max-width: 991px) {
  .x-container-right .x-index3 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-container-right .x-index3 .container .x-right figure {
  width: 100%;
  height: 4.4rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-index3 .container .x-right figure {
    height: 5rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-index3 .container .x-right figure {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-index3 .container .x-right figure {
    height: 10.5rem;
  }
}
.x-container-right .x-index3 .container .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-container-right .x-index4 {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-index4 {
    padding: 3rem 0;
  }
}
.x-container-right .x-index4 .container .x-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-container-right .x-index4 .container .x-top a {
  color: #004ea2;
}
.x-container-right .x-index4 .container .x-top a i {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../images/x-h-y8.png") no-repeat center;
  margin-left: 20px;
}
.x-container-right .x-index4 .container .x-in-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .x-container-right .x-index4 .container .x-in-con {
    margin-top: 1rem;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 767px) {
  .x-container-right .x-index4 .container .x-in-con .x-left {
    width: 100%;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-left:hover .x-text .x-title {
  color: #82b328;
}
.x-container-right .x-index4 .container .x-in-con .x-left:hover figure img {
  transform: scale(1.1);
}
.x-container-right .x-index4 .container .x-in-con .x-left .x-text {
  border: 1px solid #e8e8e8;
  border-right: none;
  padding: 0.4rem 0.3rem 0.35rem 0.3rem;
  width: 50%;
}
@media (max-width: 767px) {
  .x-container-right .x-index4 .container .x-in-con .x-left .x-text {
    width: 100%;
    border-right: 1px solid #e8e8e8;
    padding: 1rem;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-left .x-text .x-title {
  color: #000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-container-right .x-index4 .container .x-in-con .x-left .x-text .x-title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-left .x-text .x-sp1 {
  display: block;
  color: #999;
  padding: 0.15rem 0 0.2rem 0;
  border-bottom: 1px dotted #e8e8e8;
}
.x-container-right .x-index4 .container .x-in-con .x-left .x-text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 0.33rem 0 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
@media (max-width: 767px) {
  .x-container-right .x-index4 .container .x-in-con .x-left .x-text p {
    margin: 1rem 0;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-left .x-text .x-sp2 {
  font-size: 14px;
  color: #82b328;
}
.x-container-right .x-index4 .container .x-in-con .x-left .x-text .x-sp2 i {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/x-h-y9.png) no-repeat center;
  margin-left: 15px;
}
.x-container-right .x-index4 .container .x-in-con .x-left figure {
  width: 50%;
  height: 3.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-container-right .x-index4 .container .x-in-con .x-left figure {
    width: 100%;
    height: 10.5rem;
    order: -1;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-index4 .container .x-in-con .x-right {
  width: 47.3%;
}
@media (max-width: 767px) {
  .x-container-right .x-index4 .container .x-in-con .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li:first-child a {
  padding-top: 0;
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li a {
  display: block;
  padding: 0.29rem 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
@media (max-width: 767px) {
  .x-container-right .x-index4 .container .x-in-con .x-right ul li a {
    padding: 1rem 0;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #82b328;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s all;
  opacity: 0;
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li a:hover .x-title {
  color: #82b328;
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li a:hover .x-title i {
  opacity: 1;
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li a .x-title {
  color: #000;
  position: relative;
  padding-right: 50px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-container-right .x-index4 .container .x-in-con .x-right ul li a .x-title {
    height: 24px;
    font-size: 16px;
  }
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li a .x-title i {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/x-h-y9.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  opacity: 0;
}
.x-container-right .x-index4 .container .x-in-con .x-right ul li a span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.x-container-right .footer {
  background-color: #ededed;
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  .x-container-right .footer {
    padding: 1.5rem 0;
  }
}
.x-container-right .footer .container .x-top p {
  color: #000;
}
.x-container-right .footer .container .x-top p a {
  color: #000;
}
.x-container-right .footer .container .x-botton {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-container-right .footer .container .x-botton {
    margin-top: 10px;
  }
}
.x-container-right .footer .container .x-botton .x-left {
  color: #ccc;
}
.x-container-right .footer .container .x-botton .x-left a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  margin: 0 15px;
  transition: 0.5s all;
}
.x-container-right .footer .container .x-botton .x-left a:hover {
  color: #000;
}
.x-container-right .footer .container .x-botton .x-left a:first-child {
  margin-left: 0;
}
.x-container-right .footer .container .x-botton .x-right {
  display: flex;
}
@media (max-width: 767px) {
  .x-container-right .footer .container .x-botton .x-right {
    margin-top: 5px;
  }
}
.x-container-right .footer .container .x-botton .x-right p {
  font-size: 14px;
  color: #666;
}
.x-container-right .footer .container .x-botton .x-right .x-img a {
  display: inline-block;
  margin: 0 10px 0 20px;
  position: relative;
}
.x-container-right .footer .container .x-botton .x-right .x-img a:nth-of-type(n+2) {
  margin-left: 0;
}
.x-container-right .footer .container .x-botton .x-right .x-img a:hover img:nth-of-type(1) {
  display: none;
}
.x-container-right .footer .container .x-botton .x-right .x-img a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-container-right .footer .container .x-botton .x-right .x-img a:hover figure {
  display: block;
}
.x-container-right .footer .container .x-botton .x-right .x-img a:hover figure .x-wx1 {
  display: inline-block;
}
.x-container-right .footer .container .x-botton .x-right .x-img a img {
  width: 28px;
  height: 24px;
  object-fit: contain;
}
.x-container-right .footer .container .x-botton .x-right .x-img a img:nth-of-type(2) {
  display: none;
}
.x-container-right .footer .container .x-botton .x-right .x-img a figure {
  border: 1px solid #ddd;
  position: absolute;
  left: -47px;
  top: -140px;
  display: none;
}
@media (max-width: 767px) {
  .x-container-right .footer .container .x-botton .x-right .x-img a figure {
    top: -130px;
  }
}
.x-container-right .footer .container .x-botton .x-right .x-img a figure::before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.x-container-right .footer .container .x-botton .x-right .x-img a figure .x-wx1 {
  width: 120px;
  height: 120px;
  transition: 0.5s all;
  display: none;
}
.x-container-right .x-side {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 15;
  display: none;
}
@media (max-width: 767px) {
  .x-container-right .x-side {
    bottom: 23%;
  }
}
.x-container-right .x-side ul li {
  margin-bottom: 10px;
}
.x-container-right .x-side ul li.x-tc.on a figure img:nth-of-type(1) {
  display: none;
}
.x-container-right .x-side ul li.x-tc.on a figure img:nth-of-type(2) {
  display: inline-block;
}
.x-container-right .x-side ul li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #004ea2;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .x-container-right .x-side ul li a {
    width: 55px;
    height: 55px;
  }
}
.x-container-right .x-side ul li a figure {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .x-container-right .x-side ul li a figure {
    width: 26px;
    height: 26px;
  }
}
.x-container-right .x-side ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-container-right .x-side ul li a figure img:nth-of-type(2) {
  display: none;
}
.x-container-right .x-bcn {
  position: fixed;
  bottom: 10%;
  right: 80px;
  z-index: 12;
  display: none;
}
@media (max-width: 991px) {
  .x-container-right .x-bcn {
    right: 0;
  }
}
.x-container-right .x-bcn .x-bcn-con {
  width: 720px;
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-container-right .x-bcn .x-bcn-con {
    width: 90%;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-bcn .x-bcn-con {
    width: 75%;
    max-width: 75%;
    margin-left: 5%;
    height: 400px;
    overflow-y: auto;
    border-radius: 0.3rem;
  }
}
.x-container-right .x-bcn .x-bcn-con .x-left {
  width: 50%;
  background-color: #004ea2;
  padding: 0.4rem 0.6rem;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
@media (max-width: 767px) {
  .x-container-right .x-bcn .x-bcn-con .x-left {
    width: 100%;
    border-bottom-left-radius: initial;
    padding: 1rem;
  }
}
.x-container-right .x-bcn .x-bcn-con .x-left .x-title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-bcn .x-bcn-con .x-left .x-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-bcn .x-bcn-con .x-left .x-title {
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-bcn .x-bcn-con .x-left a {
  display: inline-block;
  background-color: #248ec3;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .x-container-right .x-bcn .x-bcn-con .x-left a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-bcn .x-bcn-con .x-left a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1rem;
  }
}
.x-container-right .x-bcn .x-bcn-con .x-left a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0.15rem;
}
.x-container-right .x-bcn .x-bcn-con .x-left .x-botton {
  border: 1px solid #248ec3;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem 0;
}
.x-container-right .x-bcn .x-bcn-con .x-left .x-botton figure {
  width: 130px;
  height: 130px;
}
.x-container-right .x-bcn .x-bcn-con .x-left .x-botton figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-container-right .x-bcn .x-bcn-con .x-left .x-botton p {
  color: #fff;
  margin-top: 0.1rem;
}
.x-container-right .x-bcn .x-bcn-con .x-right {
  width: 50%;
  background-color: #004998;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  padding: 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-bcn .x-bcn-con .x-right {
    width: 100%;
    border-radius: initial;
    padding: 1rem 1rem 2rem 1rem;
  }
}
.x-container-right .x-bcn .x-bcn-con .x-right .x-title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.x-container-right .x-bcn .x-bcn-con .x-right .x-form {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-container-right .x-bcn .x-bcn-con .x-right .x-form {
    margin-top: 0.5rem;
  }
}
.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li {
    margin-bottom: 1rem;
  }
}
.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li.x-text {
  height: 80px;
}
.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li:last-child {
  margin-bottom: 0;
}
.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background-color: #0952a2;
  font-size: 14px;
  color: #fff;
}
.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li textarea {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: #0952a2;
  padding: 0.2rem 0.2rem 0.1rem 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li textarea {
    padding: 10px;
  }
}
.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li button {
  background-color: #82b328;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.x-container-right .x-ny-banner .x-container {
  position: relative;
}
.x-container-right .x-ny-banner .x-container figure {
  width: 100%;
  height: 4rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-ny-banner .x-container figure {
    height: 5rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-ny-banner .x-container figure {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-ny-banner .x-container figure {
    height: 12rem;
  }
}
.x-container-right .x-ny-banner .x-container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-container-right .x-ny-banner .x-container .x-text {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-container-right .x-ny-banner .x-container .x-text {
    left: 1.6rem;
  }
}
.x-container-right .x-ny-banner .x-container .x-text .x-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-container-right .x-ny-banner .x-container .x-text .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-ny-banner .x-container .x-text .x-title {
    font-size: 30px;
  }
}
.x-container-right .x-ny-banner .x-container .x-text p {
  color: #fff;
}
.x-container-right .x-ny-banner .x-container .x-text .x-form {
  width: 500px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-ny-banner .x-container .x-text .x-form {
    height: 50px;
    line-height: 50px;
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-ny-banner .x-container .x-text .x-form {
    width: 16rem;
  }
}
.x-container-right .x-ny-banner .x-container .x-text .x-form input {
  padding-left: 30px;
  width: 85%;
}
@media (max-width: 767px) {
  .x-container-right .x-ny-banner .x-container .x-text .x-form input {
    width: 80%;
  }
}
.x-container-right .x-ny-banner .x-container .x-text .x-form button {
  width: 15%;
  position: relative;
}
@media (max-width: 767px) {
  .x-container-right .x-ny-banner .x-container .x-text .x-form button {
    width: 20%;
  }
}
.x-container-right .x-ny-banner .x-container .x-text .x-form button i {
  width: 30px;
  height: 30px;
  background: url("../images/search2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-container-right .x-ny-banner .x-container .x-lan1 {
  position: absolute;
  top: 50px;
  right: 0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .x-container-right .x-ny-banner .x-container .x-lan1 {
    right: 0.8rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-ny-banner .x-container .x-lan1 {
    display: none;
  }
}
.x-container-right .x-ny-banner .x-container .x-lan1.on .x-left {
  opacity: 0;
}
.x-container-right .x-ny-banner .x-container .x-lan1.on .x-right img {
  opacity: 0;
}
.x-container-right .x-ny-banner .x-container .x-lan1.on .x-right::before {
  display: none;
}
.x-container-right .x-ny-banner .x-container .x-lan1.on .x-right .x-ri-form {
  display: flex;
  width: 240px;
  line-height: 40px;
  left: -175px;
  border: 1px solid #fff;
}
.x-container-right .x-ny-banner .x-container .x-lan1.on .x-right .x-ri-form button i {
  display: inline-block;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-left {
  position: relative;
  cursor: pointer;
  margin-right: 30px;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-left .x-top {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-left .x-top img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-left .x-top p {
  font-size: 16px;
  color: #fff;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-left .x-top p i {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url("../images/app3.png") no-repeat center;
  background-size: contain;
  margin-left: 20px;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-left .x-list-a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  background-color: #fff;
  width: 100%;
  padding: 0.15rem;
  display: none;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-left .x-list-a a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 0.1rem 0;
  transition: 0.5s all;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-left .x-list-a a:hover {
  color: #004ea2;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right {
  padding: 0 10px 30px 30px;
  position: relative;
  cursor: pointer;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #5a6168;
  position: absolute;
  left: 0;
  top: 4px;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 5px;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right .x-ri-form {
  position: absolute;
  left: 30px;
  top: -4px;
  width: 0;
  height: 40px;
  line-height: 0;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  transition: 0.8s all;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right .x-ri-form input {
  width: 75%;
  height: 100%;
  padding: 0 15px;
  color: #fff;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right .x-ri-form input::-webkit-input-placeholder {
  color: #fff;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right .x-ri-form input:-ms-input-placeholder {
  color: #fff;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right .x-ri-form input:-moz-placeholder {
  color: #fff;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right .x-ri-form button {
  width: 25%;
}
.x-container-right .x-ny-banner .x-container .x-lan1 .x-right .x-ri-form button i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/lan2.png") no-repeat center;
  display: none;
}
.x-container-right .x-bread {
  padding: 0.3rem 0 0 0;
  background-color: #fff;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 12;
}
.x-container-right .x-bread.x-bread2 {
  /* position: relative;
  top: 0; */
  padding: 0;
}
.x-container-right .x-bread.x-bread2 .container {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-bread.x-bread2 .container {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-bread.x-bread2 .container .x-left {
    display: block;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-bread {
    top: 59px;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-bread.on {
    top: 59px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-bread.onn .container .x-left {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-bread {
    padding-top: 15px;
  }
}
.x-container-right .x-bread .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-bread .container .x-left {
    display: none;
  }
}
.x-container-right .x-bread .container .x-left a {
  font-size: 18px;
  color: #666;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-container-right .x-bread .container .x-left a {
    font-size: 16px;
  }
}
.x-container-right .x-bread .container .x-left a:hover {
  color: #000;
}
.x-container-right .x-bread .container .x-left a.on {
  color: #000;
}
.x-container-right .x-bread .container .x-left i {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url("../images/news2.png") no-repeat center;
  margin: 0 0.3rem;
}
@media (max-width: 767px) {
  .x-container-right .x-bread .container .x-right {
    padding: 15px 0 0 0;
  }
  .x-container-right .x-bread .container .x-right.active {
    position: fixed;
  }
}
.x-container-right .x-bread .container .x-right ul {
  display: flex;
}
@media (max-width: 767px) {
  .x-container-right .x-bread .container .x-right ul {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-bread .container .x-right ul li {
    flex: none;
  }
}
.x-container-right .x-bread .container .x-right ul li:nth-of-type(1) a {
  margin-left: 0;
}
.x-container-right .x-bread .container .x-right ul li.on a::before {
  opacity: 1;
  width: 100%;
}
.x-container-right .x-bread .container .x-right ul li a {
  font-size: 18px;
  display: block;
  color: #666;
  margin: 0 0.25rem;
  padding-bottom: 0.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-container-right .x-bread .container .x-right ul li a {
    margin: 0 0.8rem;
    padding-bottom: 15px;
  }
}
.x-container-right .x-bread .container .x-right ul li a:hover::before {
  opacity: 1;
  width: 100%;
}
.x-container-right .x-bread .container .x-right ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #004ea2;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-container-right .x-news1 {
  padding: 0.8rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-news1 {
    padding: 3rem 0;
  }
}
.x-container-right .x-news1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.x-container-right .x-news1 .container ul li {
  width: 30.5%;
  margin-right: 4.25%;
  margin-bottom: 0.8rem;
}
.x-container-right .x-news1 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-container-right .x-news1 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.x-container-right .x-news1 .container ul li a {
  display: block;
}
.x-container-right .x-news1 .container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-container-right .x-news1 .container ul li a:hover .x-title {
  color: #82b328;
}
.x-container-right .x-news1 .container ul li a figure {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-container-right .x-news1 .container ul li a figure {
    height: 3.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-news1 .container ul li a figure {
    height: 10.5rem;
  }
}
.x-container-right .x-news1 .container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-news1 .container ul li a .x-title {
  font-size: 18px;
  color: #000;
  margin-top: 0.3rem;
  transition: 0.5s all;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .x-container-right .x-news1 .container ul li a .x-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-news1 .container ul li a .x-title {
    margin-top: 0.5rem;
  }
}
.x-container-right .x-news1 .container ul li a span {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin: 0.1rem 0 0.25rem 0;
}
.x-container-right .x-news1 .container ul li a p {
  font-size: 16px;
  color: #666;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-container-right .x-page .x-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .x-container-right .x-page .x-container {
    justify-content: center;
  }
}
.x-container-right .x-page .x-container .x-left {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-container-right .x-page .x-container .x-left {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-page .x-container .x-left {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.x-container-right .x-page .x-container .x-left:hover {
  background-color: #004ea2;
}
.x-container-right .x-page .x-container .x-left i {
  display: block;
  width: 8px;
  height: 14px;
  background: url("../images/x-h-y12.png") no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .x-container-right .x-page .x-container .x-zhong {
    display: none;
  }
}
.x-container-right .x-page .x-container .x-zhong a {
  font-size: 20px;
  color: #999;
  display: inline-block;
  margin: 0 0.12rem;
  position: relative;
  transition: 0.5s all;
}
.x-container-right .x-page .x-container .x-zhong a:hover {
  color: #0055a3;
}
.x-container-right .x-page .x-container .x-zhong a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-container-right .x-page .x-container .x-zhong a.on {
  color: #0055a3;
}
.x-container-right .x-page .x-container .x-zhong a.on::before {
  width: 100%;
  opacity: 1;
}
.x-container-right .x-page .x-container .x-zhong a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0055a3;
  transition: 0.5s all;
  opacity: 0;
}
.x-container-right .x-page .x-container .x-right {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-container-right .x-page .x-container .x-right {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-page .x-container .x-right {
    width: 40px;
    height: 40px;
  }
}
.x-container-right .x-page .x-container .x-right:hover {
  background-color: #004ea2;
}
.x-container-right .x-page .x-container .x-right i {
  display: block;
  width: 8px;
  height: 14px;
  background: url("../images/x-h-y2.png") no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-container-right .x-show-news1 {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 {
    padding-top: 3rem;
  }
}
.x-container-right .x-show-news1 .container .x-top .x-title {
  font-size: 30px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-container-right .x-show-news1 .container .x-top .x-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-top .x-title {
    font-size: 24px;
  }
}
.x-container-right .x-show-news1 .container .x-top span {
  display: block;
  font-size: 18px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-top span {
    font-size: 16px;
    margin-top: 5px;
  }
}
.x-container-right .x-show-news1 .container .x-show-con {
  padding: 0.4rem 0 0.6rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-show-con {
    padding: 1rem 0 3rem 0;
  }
}
.x-container-right .x-show-news1 .container .x-show-con img {
  /* width: auto;
  height: auto; */
  vertical-align: initial;
  max-width: 100%;
}
.x-container-right .x-show-news1 .container .x-show-share {
  padding: 0.4rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-show-share {
    padding: 1.5rem 0;
  }
}
.x-container-right .x-show-news1 .container .x-show-share p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.x-container-right .x-show-news1 .container .x-show-share .x-share {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.x-container-right .x-show-news1 .container .x-show-share .x-share.bshare-custom .bshare-qzone,
.x-container-right .x-show-news1 .container .x-show-share .x-share .bshare-weixin,
.x-container-right .x-show-news1 .container .x-show-share .x-share .bshare-sinaminiblog {
  background: none !important;
}
.x-container-right .x-show-news1 .container .x-show-share .x-share a {
  display: block;
  margin: 0 0.3rem;
  padding: 0 !important;
  height: auto !important;
}
.x-container-right .x-show-news1 .container .x-show-share .x-share a:hover img:nth-of-type(1) {
  display: none;
}
.x-container-right .x-show-news1 .container .x-show-share .x-share a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-container-right .x-show-news1 .container .x-show-share .x-share a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.x-container-right .x-show-news1 .container .x-show-share .x-share a img:nth-of-type(2) {
  display: none;
}
.x-container-right .x-show-news1 .container .x-pa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.6rem 0 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-pa {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-pa .x-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.x-container-right .x-show-news1 .container .x-pa .x-left a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  color: #999;
  font-size: 16px;
  margin-right: 15px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-pa .x-left a {
    width: 45%;
    height: 46px;
    line-height: 46px;
    margin-right: 0;
  }
}
.x-container-right .x-show-news1 .container .x-pa .x-left a:hover {
  background-color: #004894;
  color: #fff;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-pa .x-right {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }
}
.x-container-right .x-show-news1 .container .x-pa .x-right a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #82b328;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-pa .x-right a {
    height: 46px;
    line-height: 46px;
  }
}
.x-container-right .x-show-news1 .container .x-pa .x-right a i {
  width: 18px;
  height: 16px;
  background: url("../images/show-news3.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.x-container-right .x-show-news2 .container {
  padding-top: 0.5rem;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news2 .container {
    padding: 2rem 1rem;
  }
}
.x-container-right .x-show-news2 .container .x-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-container-right .x-show-news2 .container .x-top .x-title {
  color: #004ea2;
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 991px) {
  .x-container-right .x-show-news2 .container .x-top .x-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-show-news2 .container .x-top .x-title {
    font-size: 24px;
  }
}
.x-container-right .x-show-news2 .container .x-top a {
  color: #004ea2;
}
.x-container-right .x-show-news2 .container .x-top a i {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/x-h-y8.png) no-repeat center;
  margin-left: 20px;
}
.x-container-right .x-show-news2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news2 .container ul {
    margin-top: 1rem;
  }
}
.x-container-right .x-show-news2 .container ul li {
  width: 30.5%;
  margin-right: 4.25%;
  margin-bottom: 0.8rem;
}
.x-container-right .x-show-news2 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-container-right .x-show-news2 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.x-container-right .x-show-news2 .container ul li a {
  display: block;
}
.x-container-right .x-show-news2 .container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-container-right .x-show-news2 .container ul li a:hover .x-title {
  color: #82b328;
}
.x-container-right .x-show-news2 .container ul li a figure {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-container-right .x-show-news2 .container ul li a figure {
    height: 3.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-show-news2 .container ul li a figure {
    height: 10.5rem;
  }
}
.x-container-right .x-show-news2 .container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-show-news2 .container ul li a .x-title {
  font-size: 18px;
  color: #000;
  margin-top: 0.3rem;
  transition: 0.5s all;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .x-container-right .x-show-news2 .container ul li a .x-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-show-news2 .container ul li a .x-title {
    margin-top: 0.5rem;
  }
}
.x-container-right .x-show-news2 .container ul li a span {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin: 0.1rem 0 0.25rem 0;
}
.x-container-right .x-show-news2 .container ul li a p {
  font-size: 16px;
  color: #666;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-container-right .x-join1 .container ul {
  padding: 0.8rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-join1 .container ul {
    padding: 3rem 0 2rem 0;
  }
}
.x-container-right .x-join1 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .x-container-right .x-join1 .container ul li {
    margin-bottom: 1rem;
  }
}
.x-container-right .x-join1 .container ul li:nth-of-type(2n) .x-right {
  order: -1;
  padding-left: 0;
}
.x-container-right .x-join1 .container ul li .x-left {
  width: 50%;
}
@media (max-width: 767px) {
  .x-container-right .x-join1 .container ul li .x-left {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-container-right .x-join1 .container ul li .x-left figure {
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-container-right .x-join1 .container ul li .x-left figure {
    height: 5rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-join1 .container ul li .x-left figure {
    height: 7rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-join1 .container ul li .x-left figure {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join1 .container ul li .x-left figure {
    height: 10.5rem;
  }
}
.x-container-right .x-join1 .container ul li .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-join1 .container ul li .x-right {
  width: 50%;
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .x-container-right .x-join1 .container ul li .x-right {
    width: 100%;
    order: -1;
  }
}
.x-container-right .x-join1 .container ul li .x-right .x-text p {
  font-size: 18px;
  color: #333;
  margin-top: 0.2rem;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .x-container-right .x-join1 .container ul li .x-right .x-text p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
}
.x-container-right .x-join2 {
  padding: 0.7rem 0 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-join2 {
    padding: 2.5rem 0 2rem 0;
  }
}
.x-container-right .x-join2 .container .x-title {
  text-align: center;
}
.x-container-right .x-join2 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  margin-top: 0.35rem;
}
@media (max-width: 991px) {
  .x-container-right .x-join2 .container ul {
    border: none;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join2 .container ul {
    margin-top: 1rem;
  }
}
.x-container-right .x-join2 .container ul li {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .x-container-right .x-join2 .container ul li {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #e8e8e8;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join2 .container ul li {
    padding: 0.8rem;
  }
}
.x-container-right .x-join2 .container ul li:nth-of-type(n+3) {
  border-bottom: none;
}
@media (max-width: 991px) {
  .x-container-right .x-join2 .container ul li:nth-of-type(n+3) {
    border-bottom: 1px solid #e8e8e8;
  }
}
.x-container-right .x-join2 .container ul li figure {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1260px) {
  .x-container-right .x-join2 .container ul li figure {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join2 .container ul li figure {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.x-container-right .x-join2 .container ul li figure img {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-container-right .x-join2 .container ul li figure img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join2 .container ul li figure img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.x-container-right .x-join2 .container ul li .x-text {
  width: 77%;
}
@media (max-width: 1260px) {
  .x-container-right .x-join2 .container ul li .x-text {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-join2 .container ul li .x-text {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join2 .container ul li .x-text {
    width: 75%;
  }
}
.x-container-right .x-join2 .container ul li .x-text .x-title2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-join2 .container ul li .x-text .x-title2 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-join2 .container ul li .x-text .x-title2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join2 .container ul li .x-text .x-title2 {
    font-size: 18px;
  }
}
.x-container-right .x-join2 .container ul li .x-text p {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1580px) {
  .x-container-right .x-join2 .container ul li .x-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join2 .container ul li .x-text p {
    font-size: 14px;
  }
}
.x-container-right .x-join3 {
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-container-right .x-join3 {
    padding-bottom: 3rem;
  }
}
.x-container-right .x-join3 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-container-right .x-join3 .container ul li {
  width: 30.5%;
  margin-right: 4.25%;
}
.x-container-right .x-join3 .container ul li:nth-of-type(1) {
  background-color: #82b328;
}
.x-container-right .x-join3 .container ul li:nth-of-type(2) {
  background-color: #004ea2;
}
.x-container-right .x-join3 .container ul li:hover:nth-of-type(1) figure img,
.x-container-right .x-join3 .container ul li:hover:nth-of-type(2) figure img {
  transform: scale(1.1);
}
.x-container-right .x-join3 .container ul li:nth-of-type(3n) {
  margin-right: 0;
  background-color: #fff !important;
}
@media (max-width: 1260px) {
  .x-container-right .x-join3 .container ul li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.x-container-right .x-join3 .container ul li:nth-of-type(3) {
  border: 1px solid #e8e8e8;
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li:nth-of-type(3) {
    padding: 1rem;
  }
}
.x-container-right .x-join3 .container ul li:nth-of-type(3) .x-title {
  text-align: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li:nth-of-type(3) .x-title {
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-join3 .container ul li:nth-of-type(3) figure {
  text-align: center;
  height: auto;
  width: auto;
  margin: 0.2rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li:nth-of-type(3) figure {
    margin: 0 0 0.3rem 0;
  }
}
.x-container-right .x-join3 .container ul li:nth-of-type(3) figure img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-container-right .x-join3 .container ul li:nth-of-type(3) figure img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li:nth-of-type(3) figure img {
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-join3 .container ul li {
    width: 46%;
    margin-right: 4%;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-join3 .container ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .x-container-right .x-join3 .container ul li:nth-of-type(n+3) {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
}
.x-container-right .x-join3 .container ul li figure {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-container-right .x-join3 .container ul li figure {
    height: 3.8rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-join3 .container ul li figure {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li figure {
    height: 10.5rem;
  }
}
.x-container-right .x-join3 .container ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-join3 .container ul li p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 0.3rem 0;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li p {
    font-size: 16px;
    padding: 1rem 0;
  }
}
.x-container-right .x-join3 .container ul li span {
  font-size: 18px;
  color: #666;
  display: block;
  text-align: center;
}
@media (max-width: 1900px) {
  .x-container-right .x-join3 .container ul li span {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .x-container-right .x-join3 .container ul li span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-join3 .container ul li span {
    margin-bottom: 0.3rem;
  }
}
.x-container-right .x-contact1 {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-contact1 {
    padding: 3rem 0;
  }
}
.x-container-right .x-contact1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-container-right .x-contact1 .container ul li {
  width: 33.3%;
  padding: 0.6rem 0.1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .x-container-right .x-contact1 .container ul li {
    padding: 1rem 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact1 .container ul li {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.x-container-right .x-contact1 .container ul li:nth-of-type(2),
.x-container-right .x-contact1 .container ul li:nth-of-type(3) {
  border: 1px solid #e8e8e8;
  border-left: none;
}
@media (max-width: 767px) {
  .x-container-right .x-contact1 .container ul li:nth-of-type(2),
  .x-container-right .x-contact1 .container ul li:nth-of-type(3) {
    border: 1px solid #e8e8e8;
    border-top: none;
  }
}
.x-container-right .x-contact1 .container ul li:nth-of-type(1) {
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0.8rem;
}
.x-container-right .x-contact1 .container ul li:nth-of-type(1) .x-text {
  width: 100%;
}
.x-container-right .x-contact1 .container ul li:nth-of-type(2) figure {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact1 .container ul li:nth-of-type(2) figure {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-contact1 .container ul li:nth-of-type(2) figure {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact1 .container ul li:nth-of-type(2) figure {
    width: 7rem;
    height: 7rem;
  }
}
.x-container-right .x-contact1 .container ul li:nth-of-type(2) figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-container-right .x-contact1 .container ul li:nth-of-type(2) span {
  margin-top: 0.2rem;
}
.x-container-right .x-contact1 .container ul li .x-title {
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.1rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact1 .container ul li .x-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-contact1 .container ul li .x-title {
    font-size: 28px;
  }
}
.x-container-right .x-contact1 .container ul li .x-title::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #009cff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-container-right .x-contact1 .container ul li p {
  color: #fff;
  margin-top: 0.35rem;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact1 .container ul li p {
    font-size: 16px;
  }
}
.x-container-right .x-contact1 .container ul li span {
  display: block;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact1 .container ul li span {
    font-size: 16px;
  }
}
.x-container-right .x-contact1 .container ul li .x-tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact1 .container ul li .x-tel {
    margin-top: 1rem;
  }
}
.x-container-right .x-contact1 .container ul li .x-tel:first-child {
  margin-top: 0;
}
.x-container-right .x-contact1 .container ul li .x-tel figure {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact1 .container ul li .x-tel figure {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-contact1 .container ul li .x-tel figure {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact1 .container ul li .x-tel figure {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.x-container-right .x-contact1 .container ul li .x-tel figure img {
  width: 0.4rem;
  height: 0.4rem;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact1 .container ul li .x-tel figure img {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-contact1 .container ul li .x-tel figure img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact1 .container ul li .x-tel figure img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.x-container-right .x-contact1 .container ul li .x-tel .x-tel-te {
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact1 .container ul li .x-tel .x-tel-te {
    padding-left: 0.6rem;
  }
}
.x-container-right .x-contact1 .container ul li .x-tel .x-tel-te span {
  display: block;
  text-align: left;
  margin-top: 2px;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact1 .container ul li .x-tel .x-tel-te span {
    font-size: 16px;
  }
}
.x-container-right .x-contact2 {
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 {
    padding-bottom: 3rem;
  }
}
.x-container-right .x-contact2 .container .x-title {
  text-align: center;
}
.x-container-right .x-contact2 .container .x-title img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container .x-title img {
    width: 30px;
    height: 30px;
    margin-top: -5px;
  }
}
.x-container-right .x-contact2 .container ul {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul {
    margin-top: 1rem;
  }
}
.x-container-right .x-contact2 .container ul li {
  margin-bottom: 0.4rem;
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul li {
    margin-bottom: 1rem;
  }
}
.x-container-right .x-contact2 .container ul li:last-child {
  margin-bottom: 0;
}
.x-container-right .x-contact2 .container ul li:nth-of-type(2n-1) {
  background-color: #f8f8f8;
}
.x-container-right .x-contact2 .container ul li .x-left {
  width: 33.3%;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact2 .container ul li .x-left {
    width: 100%;
  }
}
.x-container-right .x-contact2 .container ul li .x-left .map {
  width: 100%;
  height: 240px;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact2 .container ul li .x-left .map {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul li .x-left .map {
    height: 230px;
  }
}
.x-container-right .x-contact2 .container ul li .x-right {
  width: 62.5%;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact2 .container ul li .x-right {
    width: 100%;
  }
}
.x-container-right .x-contact2 .container ul li .x-right dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact2 .container ul li .x-right dl {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul li .x-right dl {
    padding: 1rem;
  }
}
.x-container-right .x-contact2 .container ul li .x-right dl dd {
  width: 60%;
  padding: 0 0.1rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd {
    width: 100%;
  }
}
.x-container-right .x-contact2 .container ul li .x-right dl dd:nth-of-type(2n-1) {
  width: 37%;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd:nth-of-type(2n-1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd:nth-of-type(2n-1) {
    width: 100%;
  }
}
.x-container-right .x-contact2 .container ul li .x-right dl dd:nth-last-of-type(-n+2) p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd:nth-last-of-type(-n+2) {
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-contact2 .container ul li .x-right dl dd img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd img {
    width: 30px;
    height: 30px;
  }
}
.x-container-right .x-contact2 .container ul li .x-right dl dd p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd p {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact2 .container ul li .x-right dl dd p {
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-contact3 {
  padding-bottom: 0.3rem;
}
.x-container-right .x-contact3 .container .x-title {
  text-align: center;
  color: #89b734;
}
.x-container-right .x-contact3 .container .x-title img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 0.2rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact3 .container .x-title img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact3 .container .x-title img {
    margin-right: 0.4rem;
  }
}
.x-container-right .x-contact3 .container .x-hw-map {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact3 .container .x-hw-map {
    margin: 1rem 0 3rem 0;
  }
}
.x-container-right .x-contact3 .container .x-hw-map .x-img {
  position: relative;
  width: 100%;
  height: 9.5rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact3 .container .x-hw-map .x-img {
    height: 10.5rem;
  }
}
.x-container-right .x-contact3 .container .x-hw-map .x-img img {
  width: 100%;
  height: 100%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #004ea2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact3 .container .x-hw-map .x-img .x-active {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact3 .container .x-hw-map .x-img .x-active {
    width: 6px;
    height: 6px;
  }
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d1 {
  top: 34%;
  left: 7%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d2 {
  top: 48%;
  left: 16%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d3 {
  top: 52%;
  left: 47%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d4 {
  top: 51%;
  left: 51%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d5 {
  top: 46%;
  left: 50%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d6 {
  top: 54%;
  left: 57%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d7 {
  top: 59%;
  left: 56%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d8 {
  top: 71%;
  left: 58%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d9 {
  top: 56%;
  left: 63%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d10 {
  top: 58%;
  left: 65%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d11 {
  top: 60%;
  left: 68%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d12 {
  top: 60%;
  left: 72%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d13 {
  top: 64%;
  left: 76%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d14 {
  top: 71%;
  left: 75.5%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d15 {
  top: 59%;
  left: 79%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d16 {
  top: 66%;
  left: 81.5%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d17 {
  top: 70%;
  left: 79%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active.d18 {
  top: 34%;
  left: 74.5%;
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active i {
  position: absolute;
  flex: 0 0 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #004ea2;
  min-width: 40px;
  height: 40px;
  animation: scalemap2 2s linear infinite;
  -moz-animation: scalemap2 2s linear infinite;
  -webkit-animation: scalemap2 2s linear infinite;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact3 .container .x-hw-map .x-img .x-active i {
    min-width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact3 .container .x-hw-map .x-img .x-active i {
    min-width: 20px;
    height: 20px;
  }
}
.x-container-right .x-contact3 .container .x-hw-map .x-img .x-active i:nth-of-type(2) {
  min-width: 70px;
  height: 70px;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact3 .container .x-hw-map .x-img .x-active i:nth-of-type(2) {
    min-width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-contact3 .container .x-hw-map .x-img .x-active i:nth-of-type(2) {
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact3 .container .x-hw-map .x-img .x-active i:nth-of-type(2) {
    min-width: 30px;
    height: 30px;
  }
}
.x-container-right .x-contact4 {
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-container-right .x-contact4 {
    padding-bottom: 3rem;
  }
}
.x-container-right .x-contact4 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-container-right .x-contact4 .container ul li {
  width: 25%;
  border: 1px solid #e8e8e8;
  border-left: none;
  padding: 0.4rem 0.3rem;
}
.x-container-right .x-contact4 .container ul li:first-child {
  border-left: 1px solid #e8e8e8;
}
@media (max-width: 1260px) {
  .x-container-right .x-contact4 .container ul li {
    width: 50%;
    border-left: 1px solid #e8e8e8;
    border-right: none;
    border-bottom: none;
  }
  .x-container-right .x-contact4 .container ul li:nth-of-type(2n) {
    border-right: 1px solid #e8e8e8;
  }
  .x-container-right .x-contact4 .container ul li:nth-last-of-type(-n+2) {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact4 .container ul li {
    width: 100%;
    border-right: 1px solid #e8e8e8;
    padding: 2rem;
  }
  .x-container-right .x-contact4 .container ul li:last-child {
    border-top: none;
  }
}
.x-container-right .x-contact4 .container ul li figure {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .x-container-right .x-contact4 .container ul li figure {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact4 .container ul li figure {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.x-container-right .x-contact4 .container ul li figure img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .x-container-right .x-contact4 .container ul li figure img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-contact4 .container ul li figure img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.x-container-right .x-contact4 .container ul li .x-title {
  text-transform: uppercase;
  text-align: center;
  margin: 0.3rem 0 0.1rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-contact4 .container ul li .x-title {
    margin: 0.5rem 0;
  }
}
.x-container-right .x-contact4 .container ul li p {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-container-right .x-contact4 .container ul li p {
    font-size: 16px;
  }
}
.x-container-right .x-about1 {
  padding: 0.7rem 0 0.4rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-about1 {
    padding: 2rem 0 2rem 0;
  }
}
.x-container-right .x-about1 .container .x-title-box {
  text-align: center;
}
.x-container-right .x-about1 .container .x-about-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.x-container-right .x-about1 .container .x-about-con figure {
  width: 50%;
  height: 4.4rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-about1 .container .x-about-con figure {
    height: 5rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-about1 .container .x-about-con figure {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about1 .container .x-about-con figure {
    width: 100%;
    height: 10.5rem;
    margin-top: 1rem;
  }
}
.x-container-right .x-about1 .container .x-about-con figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-container-right .x-about1 .container .x-about-con .x-text {
  width: 47%;
  margin-top: 0.2rem;
  max-height: 4.2rem;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .x-container-right .x-about1 .container .x-about-con .x-text {
    max-height: 5.2rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about1 .container .x-about-con .x-text {
    width: 100%;
    order: -1;
    max-height: unset;
    padding-right: 0;
  }
}
.x-container-right .x-about1 .container .x-about-con .x-text::-webkit-scrollbar {
  width: 3px;
}
.x-container-right .x-about1 .container .x-about-con .x-text::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-container-right .x-about1 .container .x-about-con .x-text::-webkit-scrollbar-thumb {
  background: #004ea2;
  border-radius: 25px;
}
.x-container-right .x-about1 .container .x-about-con .x-text::-webkit-scrollbar-corner {
  background: #004ea2;
}
.x-container-right .x-about1 .container .x-about-con .x-text p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-about1 .container .x-about-con .x-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about1 .container .x-about-con .x-text p {
    font-size: 14px;
    line-height: 22px;
  }
}
.x-container-right .x-about2 .container {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e8e8e8;
}
.x-container-right .x-about2 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.4rem 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-about2 .container ul {
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about2 .container ul li {
    width: 33.3%;
  }
  .x-container-right .x-about2 .container ul li:nth-of-type(n+4) {
    margin-top: 1rem;
  }
}
.x-container-right .x-about2 .container ul li a {
  display: block;
}
.x-container-right .x-about2 .container ul li a:hover figure::before {
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  transform: scale(1);
}
@media (max-width: 991px) {
  .x-container-right .x-about2 .container ul li a:hover figure::before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about2 .container ul li a:hover figure::before {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
.x-container-right .x-about2 .container ul li a:hover figure img:nth-of-type(1) {
  display: none;
}
.x-container-right .x-about2 .container ul li a:hover figure img:nth-of-type(2) {
  display: block;
}
.x-container-right .x-about2 .container ul li a figure {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .x-container-right .x-about2 .container ul li a figure {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about2 .container ul li a figure {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
  }
}
.x-container-right .x-about2 .container ul li a figure::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.5s all;
  transform: scale(0);
  background-color: #82b328;
  border-radius: 50%;
  z-index: 1;
}
.x-container-right .x-about2 .container ul li a figure img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
  position: relative;
  z-index: 3;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .x-container-right .x-about2 .container ul li a figure img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about2 .container ul li a figure img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.x-container-right .x-about2 .container ul li a figure img:nth-of-type(2) {
  display: none;
}
.x-container-right .x-about2 .container ul li a p {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-about2 .container ul li a p {
    font-size: 16px;
    margin-top: 0.4rem;
  }
}
.x-container-right .x-about2 .container .x-box-a {
  margin: 0 auto;
}
.x-container-right .x-about3 {
  padding: 0.7rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-about3 {
    padding: 3rem 0;
  }
}
.x-container-right .x-about3 .container .x-top {
  text-align: center;
}
.x-container-right .x-about3 .container .x-top .x-title2 {
  font-size: 24px;
  margin-top: 5px;
}
.x-container-right .x-about3 .container .x-swiper {
  padding: 0 1rem;
  margin: 0 auto;
  margin-top: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-swiper {
    margin-top: 1rem;
  }
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper {
  justify-content: space-between;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 0.3rem;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active{
  opacity: 0;
  width: 34.2% !important;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(n+2) {
  margin-left: 0;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year p {
  font-size: 20px;
  color: #666;
  text-align: center;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year .x-year-botton {
  height: 25px;
  position: relative;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year .x-year-botton::before {
  content: "";
  width: 0.5rem;
  height: 2px;
  background-color: #c9c9c9;
  position: absolute;
  left: 16px;
  bottom: 4px;
}
@media (max-width: 1580px) {
  .x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year .x-year-botton::before {
    left: 20px;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year .x-year-botton::before {
    width: 50px;
    left: 0.7rem;
  }
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year .x-year-botton::after {
  content: "";
  width: 0.5rem;
  height: 2px;
  background-color: #c9c9c9;
  position: absolute;
  right: 16px;
  bottom: 4px;
}
@media (max-width: 1580px) {
  .x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year .x-year-botton::after {
    right: 20px;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year .x-year-botton::after {
    width: 50px;
    right: 0.7rem;
  }
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year .x-year-botton i {
  width: 10px;
  height: 10px;
  background-color: #004ea2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-year p {
  color: #004ea2;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-year-botton::before {
  background-color: #003796;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-year-botton::after {
  background-color: #003796;
}
.x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-year p {
  font-size: 20px;
  color: #666;
}
.x-container-right .x-about3 .container .x-swiper .swiper-button-prev1 {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 83%;
  transform: translateY(-50%);
  transition: 0.5s all;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-container-right .x-about3 .container .x-swiper .swiper-button-prev1 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-swiper .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
}
.x-container-right .x-about3 .container .x-swiper .swiper-button-prev1:hover {
  background-color: #004ea2;
}
.x-container-right .x-about3 .container .x-swiper .swiper-button-prev1 i {
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/x-h-y12.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-container-right .x-about3 .container .x-swiper .swiper-button-next1 {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 83%;
  transform: translateY(-50%);
  transition: 0.5s all;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-container-right .x-about3 .container .x-swiper .swiper-button-next1 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-swiper .swiper-button-next1 {
    width: 40px;
    height: 40px;
  }
}
.x-container-right .x-about3 .container .x-swiper .swiper-button-next1:hover {
  background-color: #004ea2;
}
.x-container-right .x-about3 .container .x-swiper .swiper-button-next1 i {
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/x-h-y2.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-container-right .x-about3 .container .x-list {
  display: flex;
  justify-content: center;
  /* margin-top: 0.55rem; */
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-list {
    margin-top: 1.5rem;
  }
}
.x-container-right .x-about3 .container .x-list li {
  display: none;
  position: relative;
  z-index: 8;
}
.x-container-right .x-about3 .container .x-list li.on {
  display: block;
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con {
  display: block;
  width: 4.8rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con {
    width: 8rem !important;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con {
    width: 14.7rem !important;
  }
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con .x-top {
  position: relative;
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con .x-top figure {
  width: 100%;
  height: 2.6rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-top figure {
    height: 4.6rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-top figure {
    height: 9.5rem;
  }
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con .x-top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con .x-top p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 78, 162, 0.8);
  text-align: center;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-top p {
    padding: 6px 15px;
  }
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text {
    padding-top: 15px;
  }
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text p {
  font-size: 18px;
  color: #000;
  margin-top: 0.3rem;
  padding-left: 0.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text p {
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text p {
    font-size: 16px;
    padding-left: 0.8rem;
    margin-top: 10px;
  }
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text p::before {
    top: 9px;
  }
}
.x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text span {
  font-size: 16px;
  color: #666;
  margin-top: 2px;
  display: block;
  padding-left: 0.2rem;
}
@media (max-width: 991px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text span {
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about3 .container .x-list li .x-swiper-con .x-text span {
    font-size: 14px;
    padding-left: 0.8rem;
    margin-top: 5px;
  }
}
.x-container-right .x-about4 {
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-container-right .x-about4 {
    padding-bottom: 3rem;
  }
}
.x-container-right .x-about4 .container .x-title {
  font-size: 24px;
  color: #000;
  text-align: center;
}
.x-container-right .x-about4 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-about4 .container ul {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about4 .container ul {
    margin-top: 1rem;
  }
}
.x-container-right .x-about4 .container ul li {
  width: 20%;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 0.25rem 1rem 0.25rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-about4 .container ul li {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-about4 .container ul li {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about4 .container ul li {
    width: 100%;
    padding: 3rem 1rem;
  }
}
.x-container-right .x-about4 .container ul li:nth-of-type(2n) {
  background-color: #f0f0f0;
}
.x-container-right .x-about4 .container ul li .x-title2 {
  font-size: 20px;
  color: #004ea2;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-container-right .x-about4 .container ul li .x-title2 {
    font-size: 18px;
  }
}
.x-container-right .x-about4 .container ul li p {
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-container-right .x-about4 .container ul li p {
    margin-top: 0.5rem;
  }
}
.x-container-right .x-about4 .container ul li span {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 50%;
  bottom: -33%;
  transform: translateX(-50%);
}
@media (max-width: 1260px) {
  .x-container-right .x-about4 .container ul li span {
    bottom: -22%;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about4 .container ul li span {
    font-size: 6.6rem;
    bottom: -52%;
  }
}
.x-container-right .x-about5 {
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-container-right .x-about5 {
    padding-bottom: 3rem;
  }
}
.x-container-right .x-about5 .container .x-title {
  text-align: center;
}
.x-container-right .x-about5 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.4rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-about5 .container ul {
    margin: 1rem 0 3rem 0;
  }
}
.x-container-right .x-about5 .container ul li {
  width: 25%;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-bottom: none;
  padding: 0.4rem;
}
@media (max-width: 1900px) {
  .x-container-right .x-about5 .container ul li {
    padding: 0.2rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-about5 .container ul li {
    padding: 0.6rem;
  }
}
.x-container-right .x-about5 .container ul li:nth-of-type(4n) {
  border-right: 1px solid #e8e8e8;
}
.x-container-right .x-about5 .container ul li:nth-of-type(n+5) {
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1260px) {
  .x-container-right .x-about5 .container ul li:nth-of-type(n+5) {
    border-bottom: none;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-about5 .container ul li {
    width: 33.3%;
  }
  .x-container-right .x-about5 .container ul li:nth-of-type(3n) {
    border-right: 1px solid #e8e8e8;
  }
  .x-container-right .x-about5 .container ul li:nth-of-type(4n) {
    border-right: none;
  }
  .x-container-right .x-about5 .container ul li:nth-last-of-type(-n+3) {
    border-bottom: 1px solid #e8e8e8;
  }
  .x-container-right .x-about5 .container ul li:last-child {
    border-right: 1px solid #e8e8e8;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-about5 .container ul li {
    width: 50%;
  }
  .x-container-right .x-about5 .container ul li:nth-of-type(3n) {
    border-right: transparent;
  }
  .x-container-right .x-about5 .container ul li:nth-last-of-type(-n+3) {
    border-bottom: transparent;
  }
  .x-container-right .x-about5 .container ul li:nth-of-type(2n) {
    border-right: 1px solid #e8e8e8;
  }
  .x-container-right .x-about5 .container ul li:nth-last-of-type(-n+2) {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about5 .container ul li {
    width: 100%;
    padding: 1rem;
    border-right: 1px solid #e8e8e8 !important;
  }
  .x-container-right .x-about5 .container ul li:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
  .x-container-right .x-about5 .container ul li:last-child {
    border-bottom: 1px solid #e8e8e8;
  }
}
.x-container-right .x-about5 .container ul li a {
  display: block;
  position: relative;
}
.x-container-right .x-about5 .container ul li a:hover p {
  color: #004ea2;
}
.x-container-right .x-about5 .container ul li a:hover .x-ab-img {
  opacity: 1;
}
.x-container-right .x-about5 .container ul li a .x-img {
  height: 2.1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1900px) {
  .x-container-right .x-about5 .container ul li a .x-img {
    height: 2.5rem;
  }
}
@media (max-width: 1580px) {
  .x-container-right .x-about5 .container ul li a .x-img {
    height: 3rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-about5 .container ul li a .x-img {
    height: 4rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-about5 .container ul li a .x-img {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about5 .container ul li a .x-img {
    height: 10rem;
  }
}
.x-container-right .x-about5 .container ul li a .x-img figure {
  text-align: center;
  width: 100%;
  height: 100%;
}
.x-container-right .x-about5 .container ul li a .x-img figure img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-container-right .x-about5 .container ul li a p {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 0.5rem;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-container-right .x-about5 .container ul li a p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about5 .container ul li a p {
    margin-top: 1rem;
  }
}
.x-container-right .x-about5 .container ul li a .x-ab-img {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.x-container-right .x-about5 .container ul li a .x-ab-img img {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-container-right .x-about5 .container ul li a .x-ab-img img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-about5 .container ul li a .x-ab-img img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-about5 .container ul li a .x-ab-img img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-about5 .container ul li a .x-ab-img img {
    width: 2rem;
    height: 2rem;
  }
}
.x-container-right .x-industry1 {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-container-right .x-industry1 {
    padding-top: 2rem;
    margin: 0 1rem;
  }
}
.x-container-right .x-industry1 .container {
  padding-bottom: 0.42rem;
  border-bottom: 2px solid #ddd;
  position: relative;
}
@media (max-width: 767px) {
  .x-container-right .x-industry1 .container {
    padding: 0 0 1rem 0;
  }
}
.x-container-right .x-industry1 .container .swiper-container {
  padding: 0 0.4rem;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide.on figure::before {
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  transform: scale(1);
}
@media (max-width: 991px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide.on figure::before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide.on figure::before {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide.on figure img:nth-of-type(1) {
  display: none;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide.on figure img:nth-of-type(2) {
  display: block;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a:hover figure::before {
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  transform: scale(1);
}
@media (max-width: 991px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a:hover figure::before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a:hover figure::before {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a:hover figure img:nth-of-type(1) {
  display: none;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a:hover figure img:nth-of-type(2) {
  display: block;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a figure {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a figure {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a figure {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
  }
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a figure::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.5s all;
  transform: scale(0);
  background-color: #82b328;
  border-radius: 50%;
  z-index: 1;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a figure img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
  position: relative;
  z-index: 3;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a figure img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a figure img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a figure img:nth-of-type(2) {
  display: none;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a p {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-wrapper .swiper-slide a p {
    font-size: 16px;
    margin-top: 0.4rem;
  }
}
.x-container-right .x-industry1 .container .x-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
}
.x-container-right .x-industry1 .container .x-line div {
  transition: 0.5s all;
  height: 4px;
  background-color: #82b328;
}
.x-container-right .x-industry2 {
  padding: 0.8rem 0;
  display: none;
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 {
    padding: 2rem 0 3rem 0;
  }
}
.x-container-right .x-industry2.on {
  display: block;
}
.x-container-right .x-industry2 .container ul li {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li {
    margin-top: 1rem;
  }
}
.x-container-right .x-industry2 .container ul li.on .x-top .x-top-p span:nth-of-type(1) {
  display: none;
}
.x-container-right .x-industry2 .container ul li.on .x-top .x-top-p span:nth-of-type(2) {
  display: block;
}
.x-container-right .x-industry2 .container ul li.on .x-botton {
  display: flex;
}
.x-container-right .x-industry2 .container ul li:first-child {
  margin-top: 0;
}
.x-container-right .x-industry2 .container ul li .x-top {
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-top {
    padding-bottom: 1rem;
  }
}
.x-container-right .x-industry2 .container ul li .x-top .x-title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-industry2 .container ul li .x-top .x-title {
    font-size: 20px;
  }
}
.x-container-right .x-industry2 .container ul li .x-top .x-top-p {
  display: flex;
  justify-content: space-between;
}
.x-container-right .x-industry2 .container ul li .x-top .x-top-p p {
  width: 86%;
  font-size: 18px;
  color: #000;
}
@media (max-width: 1260px) {
  .x-container-right .x-industry2 .container ul li .x-top .x-top-p p {
    width: 80%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-top .x-top-p p {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.x-container-right .x-industry2 .container ul li .x-top .x-top-p span {
  display: block;
  font-size: 18px;
  color: #0154a4;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .x-container-right .x-industry2 .container ul li .x-top .x-top-p span {
    font-size: 16px;
  }
}
.x-container-right .x-industry2 .container ul li .x-top .x-top-p span:nth-of-type(2) {
  display: none;
}
.x-container-right .x-industry2 .container ul li .x-top .x-top-p span:nth-of-type(2) i {
  background: url("../images/industry3.png") no-repeat center;
  background-size: contain;
}
.x-container-right .x-industry2 .container ul li .x-top .x-top-p span i {
  width: 14px;
  height: 8px;
  display: inline-block;
  background: url("../images/industry2.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
.x-container-right .x-industry2 .container ul li .x-botton {
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0.6rem 0.8rem 0.6rem;
  display: none;
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-botton {
    padding: 1rem;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-left {
  width: 50%;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-left {
    width: 100%;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text {
  max-height: 3.95rem;
  overflow-y: auto;
  padding-right: 0.4rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text {
    max-height: 4.3rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text {
    max-height: 5.3rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text {
    max-height: 11.3rem;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 0.3rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text .x-title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text .x-title {
    font-size: 16px;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text::-webkit-scrollbar {
  width: 4px;
}
.x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text::-webkit-scrollbar-thumb {
  background: #004ea2;
  border-radius: 25px;
}
.x-container-right .x-industry2 .container ul li .x-botton .x-left .x-text::-webkit-scrollbar-corner {
  background: #004ea2;
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 4.6rem;
}
@media (max-width: 991px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-container .swiper-wrapper .swiper-slide {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-container .swiper-wrapper .swiper-slide {
    height: 10.5rem;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-prev1 {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-prev1 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-prev1:hover {
  background-color: #004ea2;
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-prev1 i {
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/x-h-y12.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-next1 {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-next1 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-next1 {
    width: 40px;
    height: 40px;
  }
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-next1:hover {
  background-color: #004ea2;
}
.x-container-right .x-industry2 .container ul li .x-botton .x-right .swiper-button-next1 i {
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/x-h-y2.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-container-right .app1 {
  padding: 1rem 0 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .app1 {
    padding: 3rem 0;
  }
}
.x-container-right .app1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-container-right .app1 .container .x-left {
  width: 25%;
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-left {
    width: 100%;
  }
}
.x-container-right .app1 .container .x-left ul {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}
.x-container-right .app1 .container .x-left ul li {
  border-top: 1px solid #e8e8e8;
}
.x-container-right .app1 .container .x-left ul li:first-child {
  border-top: none;
}
.x-container-right .app1 .container .x-left ul li.on .x-title {
  background-color: #004ea2;
}
.x-container-right .app1 .container .x-left ul li.on .x-title a {
  color: #fff;
}
.x-container-right .app1 .container .x-left ul li.on .x-title i {
  background: url("../images/app3.png") no-repeat center;
  background-size: 14px 8px;
  transform: translateY(-50%) rotate(-180deg);
}
.x-container-right .app1 .container .x-left ul li .x-title {
  padding: 0.25rem 0.3rem;
  position: relative;
  transition: 0.5s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-left ul li .x-title {
    padding: 1rem;
  }
}
.x-container-right .app1 .container .x-left ul li .x-title a {
  font-size: 20px;
  color: #000;
  display: inline-block;
  transition: 0.5s all;
  margin-right: 24px;
}
@media (max-width: 1580px) {
  .x-container-right .app1 .container .x-left ul li .x-title a {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .x-container-right .app1 .container .x-left ul li .x-title a {
    font-size: 16px;
  }
}
.x-container-right .app1 .container .x-left ul li .x-title i {
  width: 24px;
  height: 24px;
  background: url("../images/app2.png") no-repeat center;
  background-size: 14px 8px;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-left ul li .x-title i {
    right: 1rem;
  }
}
.x-container-right .app1 .container .x-left ul li dl {
  padding: 0.3rem;
  display: none;
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-left ul li dl {
    padding: 1rem;
  }
}
.x-container-right .app1 .container .x-left ul li dl dd {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-left ul li dl dd {
    margin-bottom: 0.8rem;
  }
}
.x-container-right .app1 .container .x-left ul li dl dd:last-child {
  margin-bottom: 0;
}
.x-container-right .app1 .container .x-left ul li dl dd a {
  font-size: 18px;
  color: #666;
  transform: 0.5s all;
  display: block;
}
@media (max-width: 1580px) {
  .x-container-right .app1 .container .x-left ul li dl dd a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .x-container-right .app1 .container .x-left ul li dl dd a {
    font-size: 14px;
  }
}
.x-container-right .app1 .container .x-left ul li dl dd a:hover {
  color: #004ea2;
}
.x-container-right .app1 .container .x-left ul li dl dd a.on {
  color: #004ea2;
}
.x-container-right .app1 .container .x-right {
  width: 72.2%;
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-container-right .app1 .container .x-right ul {
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.x-container-right .app1 .container .x-right ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-container-right .app1 .container .x-right ul li:nth-of-type(2n-1) {
  background-color: #f8f8f8;
}
.x-container-right .app1 .container .x-right ul li .x-title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #004ea2;
  text-align: center;
  padding: 0.25rem 5px;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 1260px) {
  .x-container-right .app1 .container .x-right ul li .x-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right ul li .x-title {
    padding: 0.8rem 5px;
  }
}
.x-container-right .app1 .container .x-right ul li .x-title i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 1260px) {
  .x-container-right .app1 .container .x-right ul li .x-title i {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right ul li .x-title i {
    display: none;
  }
}
.x-container-right .app1 .container .x-right ul li .x-title:nth-of-type(1) {
  width: 20%;
}
.x-container-right .app1 .container .x-right ul li .x-title:nth-of-type(1) i {
  background: url("../images/app4.png") no-repeat center;
  background-size: contain;
}
.x-container-right .app1 .container .x-right ul li .x-title:nth-of-type(2) {
  width: 20%;
}
.x-container-right .app1 .container .x-right ul li .x-title:nth-of-type(2) i {
  background: url("../images/app5.png") no-repeat center;
  background-size: contain;
}
.x-container-right .app1 .container .x-right ul li .x-title:nth-of-type(3) {
  width: 60%;
}
.x-container-right .app1 .container .x-right ul li .x-title:nth-of-type(3) i {
  background: url("../images/app6.png") no-repeat center;
  background-size: contain;
}
.x-container-right .app1 .container .x-right ul li p {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 0.23rem 5px;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 1260px) {
  .x-container-right .app1 .container .x-right ul li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right ul li p {
    padding: 0.8rem 5px;
  }
}
.x-container-right .app1 .container .x-right ul li p:nth-of-type(1) {
  width: 20%;
}
.x-container-right .app1 .container .x-right ul li p:nth-of-type(2) {
  width: 20%;
}
.x-container-right .app1 .container .x-right ul li p:nth-of-type(3) {
  width: 60%;
}
.x-container-right .app1 .container .x-right .x-ri-botton {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.5rem 0.8rem 0.6rem 0.8rem;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right .x-ri-botton {
    padding: 1rem;
    margin-top: 1rem;
  }
}
.x-container-right .app1 .container .x-right .x-ri-botton .x-title2 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1260px) {
  .x-container-right .app1 .container .x-right .x-ri-botton .x-title2 {
    font-size: 20px;
  }
}
.x-container-right .app1 .container .x-right .x-ri-botton p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1260px) {
  .x-container-right .app1 .container .x-right .x-ri-botton p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right .x-ri-botton p {
    font-size: 14px;
    margin-top: 5px;
  }
}
.x-container-right .app1 .container .x-right .x-ri-botton .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right .x-ri-botton .x-form {
    margin-top: 0.5rem;
  }
}
.x-container-right .app1 .container .x-right .x-ri-botton .x-form input {
  height: 60px;
  width: 39.6%;
  background-color: #fff;
  padding: 0 20px;
}
@media (max-width: 1580px) {
  .x-container-right .app1 .container .x-right .x-ri-botton .x-form input {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right .x-ri-botton .x-form input {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-container-right .app1 .container .x-right .x-ri-botton .x-form button {
  width: 20%;
  height: 60px;
  background-color: #82b328;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-container-right .app1 .container .x-right .x-ri-botton .x-form button {
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-container-right .app1 .container .x-right .x-ri-botton .x-form button {
    width: 100%;
  }
}
.x-container-right .x-society1.x-society2 .container .x-title {
  color: #82b328;
}
.x-container-right .x-society1.x-society3 .container {
  border-bottom: none;
}
.x-container-right .x-society1 .container {
  padding: 0.8rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-society1 .container {
    padding: 3rem 1rem;
  }
}
.x-container-right .x-society1 .container .x-title {
  text-align: center;
}
.x-container-right .x-society1 .container ul {
  margin-top: 0.4rem;
}
.x-container-right .x-society1 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .x-container-right .x-society1 .container ul li {
    margin-bottom: 1.5rem;
  }
  .x-container-right .x-society1 .container ul li:last-child {
    margin-bottom: 0;
  }
}
.x-container-right .x-society1 .container ul li:nth-of-type(2n) .x-right {
  order: -1;
  padding-left: 0;
}
@media (max-width: 767px) {
  .x-container-right .x-society1 .container ul li:nth-of-type(2n) .x-right {
    order: initial;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-society1 .container ul li figure {
    order: 1;
  }
}
.x-container-right .x-society1 .container ul li figure {
  width: 50%;
  height: 4.4rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-container-right .x-society1 .container ul li figure {
    height: 5.4rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-society1 .container ul li figure {
    width: 100%;
    height: 10.5rem;
    margin-top: 1rem;
  }
}
.x-container-right .x-society1 .container ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-society1 .container ul li .x-right {
  width: 50%;
  padding: 0 0.4rem 0 0.6rem;
}
@media (max-width: 767px) {
  .x-container-right .x-society1 .container ul li .x-right {
    width: 100%;
    padding: 0;
  }
}
.x-container-right .x-society1 .container ul li .x-right .x-text {
  max-height: 4.2rem;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .x-container-right .x-society1 .container ul li .x-right .x-text {
    overflow-y: initial;
    max-height: initial;
  }
}
.x-container-right .x-society1 .container ul li .x-right .x-text::-webkit-scrollbar {
  width: 3px;
}
.x-container-right .x-society1 .container ul li .x-right .x-text::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-container-right .x-society1 .container ul li .x-right .x-text::-webkit-scrollbar-thumb {
  background: #004ea2;
  border-radius: 25px;
}
.x-container-right .x-society1 .container ul li .x-right .x-text::-webkit-scrollbar-corner {
  background: #004ea2;
}
.x-container-right .x-society1 .container ul li .x-right .x-text .x-title2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-society1 .container ul li .x-right .x-text .x-title2 {
    font-size: 22px;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-society1 .container ul li .x-right .x-text .x-title2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-society1 .container ul li .x-right .x-text .x-title2 {
    margin-bottom: 0.4rem;
  }
}
.x-container-right .x-society1 .container ul li .x-right .x-text p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-society1 .container ul li .x-right .x-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-society1 .container ul li .x-right .x-text p {
    font-size: 14px;
  }
}
.x-container-right .x-society4 {
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-container-right .x-society4 {
    padding-bottom: 3rem;
  }
}
.x-container-right .x-society4 .container {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-society4 .container {
    padding: 3rem 0;
  }
}
.x-container-right .x-society4 .container .x-title {
  text-align: center;
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-society4 .container .x-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-society4 .container .x-title {
    margin-bottom: 1rem;
  }
}
.x-container-right .x-society4 .container a {
  margin: 0 auto;
}
.x-container-right .x-ying1 {
  padding: 0.7rem 0 0.7rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-ying1 {
    padding: 3rem 0;
  }
}
.x-container-right .x-ying1 .container p {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-ying1 .container p {
    font-size: 16px;
    line-height: 24px;
  }
  .x-container-right .x-ying1 .container p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-ying1 .container p {
    margin-bottom: 1rem;
  }
}
.x-container-right .x-ying1 .container p:last-child {
  margin-bottom: 0;
}
.x-container-right .x-ying1 .container a {
  margin: 0 auto;
}
.x-container-right .x-ying2 {
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-ying2 {
    padding-bottom: 2rem;
  }
}
.x-container-right .x-ying2 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-container-right .x-ying2 .container ul li {
  width: 48.5%;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-ying2 .container ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-container-right .x-ying2 .container ul li a {
  display: block;
  background-color: #f5f5f5;
}
.x-container-right .x-ying2 .container ul li a:hover figure img {
  transform: scale(1.1);
}
.x-container-right .x-ying2 .container ul li a:hover .x-text .x-title {
  color: #004ea2;
}
.x-container-right .x-ying2 .container ul li a:hover .x-text .x-title i {
  background: url("../images/x-h-y8.png") no-repeat center;
  background-size: contain;
}
.x-container-right .x-ying2 .container ul li a figure {
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-container-right .x-ying2 .container ul li a figure {
    height: 5.4rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-ying2 .container ul li a figure {
    height: 10.5rem;
  }
}
.x-container-right .x-ying2 .container ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-ying2 .container ul li a .x-text {
  padding: 0.35rem 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-ying2 .container ul li a .x-text {
    padding: 1rem;
  }
}
.x-container-right .x-ying2 .container ul li a .x-text .x-title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2rem;
  padding-right: 40px;
  position: relative;
  height: 36px;
  transition: 0.5s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-container-right .x-ying2 .container ul li a .x-text .x-title {
    font-size: 22px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-ying2 .container ul li a .x-text .x-title {
    font-size: 20px;
    height: 30px;
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-ying2 .container ul li a .x-text .x-title i {
  width: 18px;
  height: 16px;
  background: url("../images/x-h-y13.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-container-right .x-ying2 .container ul li a .x-text p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-container-right .x-ying2 .container ul li a .x-text p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
.x-container-right .x-buil1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.8rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-buil1 .container {
    padding: 2rem 1rem 3rem 1rem;
  }
}
.x-container-right .x-buil1 .container figure {
  width: 48.6%;
  height: 4.4rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-buil1 .container figure {
    height: 5.4rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-buil1 .container figure {
    width: 100%;
    height: 10.5rem;
    margin-top: 1rem;
  }
}
.x-container-right .x-buil1 .container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-container-right .x-buil1 .container .x-right {
  width: 48.6%;
}
@media (max-width: 767px) {
  .x-container-right .x-buil1 .container .x-right {
    width: 100%;
    order: -1;
  }
}
.x-container-right .x-buil1 .container .x-right .x-text {
  max-height: 4.2rem;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .x-container-right .x-buil1 .container .x-right .x-text {
    max-height: 5.2rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-buil1 .container .x-right .x-text {
    overflow-y: initial;
    max-height: initial;
  }
}
.x-container-right .x-buil1 .container .x-right .x-text::-webkit-scrollbar {
  width: 3px;
}
.x-container-right .x-buil1 .container .x-right .x-text::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-container-right .x-buil1 .container .x-right .x-text::-webkit-scrollbar-thumb {
  background: #004ea2;
  border-radius: 25px;
}
.x-container-right .x-buil1 .container .x-right .x-text::-webkit-scrollbar-corner {
  background: #004ea2;
}
.x-container-right .x-buil1 .container .x-right .x-text .x-title {
  font-size: 24px;
  color: #004ea2;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (max-width: 1260px) {
  .x-container-right .x-buil1 .container .x-right .x-text .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-buil1 .container .x-right .x-text .x-title {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-buil1 .container .x-right .x-text .x-text-p {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-container-right .x-buil1 .container .x-right .x-text .x-text-p {
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-buil1 .container .x-right .x-text .x-text-p .x-title2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .x-container-right .x-buil1 .container .x-right .x-text .x-text-p .x-title2 {
    margin-bottom: 0.25rem;
  }
}
.x-container-right .x-buil1 .container .x-right .x-text .x-text-p p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .x-container-right .x-buil1 .container .x-right .x-text .x-text-p p {
    font-size: 16px;
    line-height: 24px;
  }
}
.x-container-right .x-buil2 {
  padding: 0.7rem 0 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-buil2 {
    padding: 2rem 0 3rem 0;
  }
}
.x-container-right .x-buil2 .container {
  display: block;
}
.x-container-right .x-buil2 .container .x-title2 {
  text-align: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-container-right .x-buil2 .container .x-title2 {
    margin-bottom: 1rem;
  }
}
.x-container-right .x-buil2 .container .x-right {
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-container-right .x-buil2 .container .x-right {
    width: 100%;
  }
}
.x-container-right .x-adv1 {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 {
    padding: 2rem 0 3rem 0;
  }
}
.x-container-right .x-adv1 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-container-right .x-adv1 .container ul li:nth-of-type(2n) .x-right {
  order: -1;
  padding-left: 0;
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 .container ul li .x-right {
    order: -1;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 .container ul li {
    margin-bottom: 1rem;
  }
  .x-container-right .x-adv1 .container ul li:last-child {
    margin-bottom: 0;
  }
}
.x-container-right .x-adv1 .container ul li:hover figure img {
  transform: scale(1.1);
}
.x-container-right .x-adv1 .container ul li figure {
  width: 50%;
  height: 4.4rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-container-right .x-adv1 .container ul li figure {
    height: 5.4rem;
  }
}
@media (max-width: 991px) {
  .x-container-right .x-adv1 .container ul li figure {
    height: 6.4rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 .container ul li figure {
    width: 100%;
    height: 10.5rem;
    margin-top: 1rem;
  }
}
.x-container-right .x-adv1 .container ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-container-right .x-adv1 .container ul li .x-right {
  width: 50%;
  padding: 0 1.3rem 0 0.6rem;
}
@media (max-width: 1580px) {
  .x-container-right .x-adv1 .container ul li .x-right {
    padding: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 .container ul li .x-right {
    width: 100%;
  }
}
.x-container-right .x-adv1 .container ul li .x-right .x-title {
  font-size: 0.48rem;
  color: #004ea2;
}
@media (max-width: 1580px) {
  .x-container-right .x-adv1 .container ul li .x-right .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 1260px) {
  .x-container-right .x-adv1 .container ul li .x-right .x-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 .container ul li .x-right .x-title {
    font-size: 26px;
  }
}
.x-container-right .x-adv1 .container ul li .x-right .x-title2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 5px 0 0.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 36px;
}
@media (max-width: 1580px) {
  .x-container-right .x-adv1 .container ul li .x-right .x-title2 {
    font-size: 22px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 .container ul li .x-right .x-title2 {
    font-size: 18px;
    height: 27px;
    margin: 0.3rem 0;
  }
}
.x-container-right .x-adv1 .container ul li .x-right p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
@media (max-width: 1580px) {
  .x-container-right .x-adv1 .container ul li .x-right p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 .container ul li .x-right p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
}
.x-container-right .x-adv1 .container ul li .x-right .x-box-a {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-container-right .x-adv1 .container ul li .x-right .x-box-a {
    margin-top: 1rem;
  }
}
.x-container-right .x-search1 {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-search1 {
    padding: 3rem 0;
  }
}
.x-container-right .x-search1 .container .x-p {
  font-size: 18px;
  color: #004ea2;
}
.x-container-right .x-search1 .container ul {
  margin-top: 0.1rem;
}
.x-container-right .x-search1 .container ul li a {
  display: block;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
@media (max-width: 767px) {
  .x-container-right .x-search1 .container ul li a {
    padding: 1rem 0;
  }
}
.x-container-right .x-search1 .container ul li a:hover p {
  color: #82b328;
}
.x-container-right .x-search1 .container ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-container-right .x-search1 .container ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #82b328;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s all;
  opacity: 0;
}
.x-container-right .x-search1 .container ul li a p {
  font-size: 18px;
  color: #000;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-container-right .x-search1 .container ul li a p {
    font-size: 14px;
  }
}
.x-container-right .x-search1 .container ul li a .x-title {
  font-size: 18px;
  color: #000;
  margin: 0.3rem 0 5px 0;
}
@media (max-width: 767px) {
  .x-container-right .x-search1 .container ul li a .x-title {
    font-size: 14px;
  }
}
.x-container-right .x-search1 .container ul li a span {
  font-size: 18px;
  color: #999;
}
@media (max-width: 767px) {
  .x-container-right .x-search1 .container ul li a span {
    font-size: 14px;
  }
}
.x-container-right .x-map1 {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-map1 {
    padding: 2rem 0 3rem 0;
  }
}
.x-container-right .x-map1 .container ul li {
  margin-bottom: 0.65rem;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.3rem;
}
.x-container-right .x-map1 .container ul li:last-child {
  margin-bottom: 0;
}
.x-container-right .x-map1 .container ul li .x-title a {
  display: block;
  color: #004ea2;
  font-size: 22px;
}
@media (max-width: 767px) {
  .x-container-right .x-map1 .container ul li .x-title a {
    font-size: 18px;
  }
}
.x-container-right .x-map1 .container ul li .x-map-a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-container-right .x-map1 .container ul li .x-map-a a {
  font-size: 16px;
  color: #666;
  transition: 0.5s all;
  display: block;
  margin-top: 0.25rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .x-container-right .x-map1 .container ul li .x-map-a a {
    font-size: 14px;
    padding-right: 1.2rem;
    margin-top: 0.5rem;
  }
}
.x-container-right .x-map1 .container ul li .x-map-a a:hover {
  color: #004ea2;
}
.x-container-right .x-stat1 {
  padding: 0.7rem 0;
}
@media (max-width: 767px) {
  .x-container-right .x-stat1 {
    padding: 3rem 0;
  }
}
.x-container-right .x-stat1 .container .x-title {
  font-size: 24px;
  color: #004ea2;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .x-container-right .x-stat1 .container .x-title {
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-stat1 .container .x-text {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-container-right .x-stat1 .container .x-text {
    margin-top: 1rem;
  }
}
.x-container-right .x-stat1 .container .x-text p {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-container-right .x-stat1 .container .x-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.5rem;
  }
}
.x-container-right .x-stat1 .container .x-text p:last-child {
  margin-bottom: 0;
}
.bsBox {
  box-sizing: initial !important;
}
.x-zw {
  height: 0;
  position: relative;
  top: -300px;
}
@media (max-width: 1580px) {
  .x-zw {
    top: -260px;
  }
}
@media (max-width: 1260px) {
  .x-zw {
    top: -300px;
  }
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scalemap2 {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scalemap2 {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap2 {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scalemap2 {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* 图片弹窗 */
#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: 0.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: 0.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-sear1 {
  padding: 60px 0 0 0;
}
.x-sear1 .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
}
.x-sear1 .container li {
  margin-right: 0.7rem;
}
@media (max-width: 767px) {
  .x-sear1 .container li {
    margin-right: 1rem;
  }
}
.x-sear1 .container li a {
  display: inline-block;
  padding-bottom: 25px;
  position: relative;
  color: #333;
  transition: 0.5s all;
  font-size: 18px;
}
.x-sear1 .container li a:hover {
  color: #82b328;
}
.x-sear1 .container li a:hover::before {
  opacity: 1;
  width: 100%;
}
.x-sear1 .container li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #82b328;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}

.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li input::-webkit-input-placeholder{
  color: #fff;
}

.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li input::-moz-placeholder{
  color: #fff;
}

.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li input::-ms-input-placeholder{
  color: #fff;
}

.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li textarea::-webkit-input-placeholder{
  color: #fff;
}

.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li textarea::-moz-placeholder{
  color: #fff;
}

.x-container-right .x-bcn .x-bcn-con .x-right .x-form ul li textarea::-ms-input-placeholder{
  color: #fff;
}
.x-container-right .x-contact2 .container ul li .x-right dl dd p{
  display: flex;
  align-items: center;
}

.c-nav2 > li.x-title p{
  margin: 0 20px;
  color: #333;
}
.c-nav2 > li.x-title{
  background-color: #f8f8f8;
}
.c-nav2 > li.x-title p img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.c-nav2 > li a{
  color: #666;
}
.c-nav2 > li.x-li a i{
  background: url(../images/x-xs1.png) no-repeat center;
    background-size: contain;
}

.c-nav2 > li.x-li a{
  color: #333;
}

.c-nav2 .c-language{
  width: 100%;
}
.c-nav2 .c-language .x-fl a{
  display: inline-block;
  width: auto;
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.c-nav2 .c-language a{
  width: 120px;
  color: #333;
}
.c-nav2 .c-language a i{
  background: url(../images/x-xs2.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px) {
  .c-nav2 .c-language .c-item{
    box-shadow: none;
  }
  .x-container-right .x-industry2 .container ul li .x-top .x-title{
    font-size: 18px;
  }
}
.x-container-right .x-industry1 .container .swiper-container .swiper-button-prev1{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-button-prev1:hover{
  background-color: #004ea2;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-button-next1{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s all;
    z-index: 10;
    cursor: pointer;
    display: none;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-button-next1:hover{
  background-color: #004ea2;
}
.x-container-right .x-industry1 .container .swiper-container .swiper-button-prev1 i{
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/x-h-y12.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-container-right .x-industry1 .container .swiper-container .swiper-button-next1 i{
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/x-h-y2.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
  .x-container-right .x-industry1 .container .swiper-container .swiper-button-prev1{
    display: block;
  }
  .x-container-right .x-industry1 .container .swiper-container .swiper-button-next1{
    display: block;
  }
}

.x-container-right .x-show-news1 .container .x-show-share .x-share2{
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}

.x-container-right .x-show-news1 .container .x-show-share .x-share2 p{
  font-size: 12px;
}
.social-share .icon-wechat{
  color: #333;
    border-color: transparent;
}
.social-share .icon-wechat:before{
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background: url('../images/x-show-share1.png') no-repeat;
  background-size: contain;
}
.social-share .social-share-icon{
  width: auto;
  height: auto;
}
.social-share .icon-wechat:hover{
  background: none;
}
.social-share .icon-weibo{
  color: #333;
  border-color: transparent;
}
.social-share .social-share-icon{
  color: #333;
  border-color: transparent;
}
.social-share .icon-wechat:hover::before{
  background: url('../images/x-show-share2.png') no-repeat;
  background-size: contain;
}
.social-share .icon-weibo:before{
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background: url('../images/x-show-share3.png') no-repeat;
  background-size: contain;
}
.social-share .icon-weibo:hover{
  background: transparent;
}
.social-share .icon-weibo:hover::before{
  background: url('../images/x-show-share4.png') no-repeat;
  background-size: contain;
}
.social-share .icon-qzone:before{
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background: url('../images/x-show-share5.png') no-repeat;
  background-size: contain;
}
.social-share .icon-qzone:hover{
  background: transparent;
}
.social-share .icon-qzone:hover::before{
  background: url('../images/x-show-share6.png') no-repeat;
  background-size: contain;
}
.x-container-right .x-show-news1 .container .x-show-share .x-share2 a{
  margin: 0 0.3rem;
}
.x-container-right .x-join1 .container ul li .x-left figure:hover img{
  transform: scale(1.1);
}
.x-container-right .x-society1 .container ul li:hover figure img{
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .x-container-right .x-show-news1 .container .x-show-share p{
    font-size: 16px;
  }
  .x-container-right .x-show-news1 .container .x-show-share .x-share2{
    margin-top: 0.5rem;
  }
  .x-container-right .x-about3 .container .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active{
    opacity: 1;
  }
}
