/* 字体 */
@font-face {
  font-family: 'zi';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'zi2';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* End */
/* 公用 */
.x-banner {
  position: relative;
}
.x-banner figure {
  width: 100%;
  height: 4rem;
}
@media (max-width: 1440px) {
  .x-banner figure {
    height: 5rem;
  }
}
@media (max-width: 1199px) {
  .x-banner figure {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .x-banner figure {
    height: 11rem;
  }
}
.x-banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-banner .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-banner .x-text .x-title {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-family: "zi2";
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .x-banner .x-text .x-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .x-banner .x-text .x-title {
    line-height: 40px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .x-banner .x-text .x-title {
    line-height: 30px;
    font-size: 26px;
  }
}
.x-banner .x-text .x-form {
  height: 80px;
  width: 6.8rem;
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .x-banner .x-text .x-form {
    height: 60px;
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .x-banner .x-text .x-form {
    width: 7.8rem;
  }
}
@media (max-width: 991px) {
  .x-banner .x-text .x-form {
    width: 8.8rem;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-banner .x-text .x-form {
    width: 16.8rem;
    margin-top: 15px;
  }
}
.x-banner .x-text .x-form input {
  width: 80%;
  height: 100%;
  border: none;
  padding: 0 0.2rem;
  background-color: #f6f6f6;
  font-family: 'zi';
  color: #999;
}
@media (max-width: 767px) {
  .x-banner .x-text .x-form input {
    padding: 0 0.5rem;
  }
}
.x-banner .x-text .x-form button {
  width: 20%;
  border: none;
  color: #004098;
  font-family: "PingFang SC";
  background-color: #f6f6f6;
  position: relative;
  cursor: pointer;
}
.x-banner .x-text .x-form button::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-zw {
  height: 0;
  position: relative;
  top: -100px;
}
.x-x-ggtitle {
  font-size: 36px;
  font-family: 'zi';
  text-transform: uppercase;
  position: relative;
  padding-top: 0.35rem;
}
@media (max-width: 1440px) {
  .x-x-ggtitle {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .x-x-ggtitle {
    font-size: 26px;
  }
}
.x-x-ggtitle::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .x-x-ggtitle::before {
    width: 42px;
  }
}
.x-x-ggtitle span {
  display: block;
  font-family: "PingFang SC";
  font-weight: bold;
}
.x-download1 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .x-download1 {
    padding-top: 40px;
  }
}
.x-download1 .basecont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-download1 .basecont .x-left {
  width: 20%;
}
@media (max-width: 991px) {
  .x-download1 .basecont .x-left {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-left {
    width: 100%;
  }
}
.x-download1 .basecont .x-left ul {
  position: sticky;
  top: 100px;
}
.x-download1 .basecont .x-left ul li.on a {
  color: #fff;
  background-color: #2c2d2e;
}
.x-download1 .basecont .x-left ul li a {
  display: block;
  padding: 15px 0.3rem;
  font-size: 18px;
  color: #666;
  transition: 0.5s all;
}
@media (max-width: 1366px) {
  .x-download1 .basecont .x-left ul li a {
    padding: 10px 0.3rem;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-left ul li a {
    padding: 10px 0.5rem;
  }
}
.x-download1 .basecont .x-left ul li a:hover {
  color: #fff;
  background-color: #2c2d2e;
}
.x-download1 .basecont .x-right {
  width: 77%;
}
@media (max-width: 991px) {
  .x-download1 .basecont .x-right {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right {
    width: 100%;
    margin-top: 10px;
  }
}
.x-download1 .basecont .x-right .x-con .x-list {
  margin-bottom: 130px;
}
@media (max-width: 1440px) {
  .x-download1 .basecont .x-right .x-con .x-list {
    margin-bottom: 110px;
  }
}
@media (max-width: 1199px) {
  .x-download1 .basecont .x-right .x-con .x-list {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .x-download1 .basecont .x-right .x-con .x-list {
    margin-bottom: 60px;
  }
}
.x-download1 .basecont .x-right .x-con .x-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-list li {
    padding: 15px 0;
  }
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-left {
  width: 80%;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-list li .x-a-left {
    width: 74%;
  }
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-left a {
  display: inline-block;
  height: 20px;
  color: #666;
  font-family: 'zi';
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-left a img {
  width: 18px;
  height: 20px;
  object-fit: contain;
  margin-right: 20px;
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-right a {
  display: inline-block;
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-right a:hover .x-img2 {
  display: none;
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-right a:hover .x-img2:nth-of-type(2) {
  display: inline-block;
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-right a:first-child {
  margin-right: 15px;
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-right a .x-img1 {
  width: 30px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-list li .x-a-right a .x-img1 {
    width: 28px;
    height: 18px;
  }
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-right a .x-img2 {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-list li .x-a-right a .x-img2 {
    width: 18px;
    height: 18px;
  }
}
.x-download1 .basecont .x-right .x-con .x-list li .x-a-right a .x-img2:nth-of-type(2) {
  display: none;
}
.x-download1 .basecont .x-right .x-con .x-faq {
  margin-bottom: 60px;
}
.x-download1 .basecont .x-right .x-con .x-faq li {
  background-color: #f6f6f6;
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-faq li {
    padding: 0 0.5rem;
  }
}
.x-download1 .basecont .x-right .x-con .x-faq li.on .x-top i::after {
  display: none;
}
.x-download1 .basecont .x-right .x-con .x-faq li:nth-of-type(2n) {
  background-color: #fff;
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0.35rem 0;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-top {
    padding: 1rem 0;
  }
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-top img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-top img {
    width: 20px;
    height: 20px;
  }
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-top p {
  font-size: 18px;
  font-family: "zi2";
  width: 92%;
}
@media (max-width: 1440px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-top p {
    width: 91%;
  }
}
@media (max-width: 991px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-top p {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-top p {
    width: 76%;
    font-size: 16px;
  }
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-top i {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-top i::before {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-top i::after {
  content: "";
  width: 3px;
  height: 16px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-botton {
  border-top: 1px solid #e8e8e8;
  padding: 0.35rem 0;
  display: none;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-botton {
    padding: 1rem 0;
  }
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-botton .x-text {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-botton .x-text img {
  width: 35px;
  height: 26px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-botton .x-text img {
    width: 20px;
    height: 20px;
  }
}
.x-download1 .basecont .x-right .x-con .x-faq li .x-botton .x-text>div {
  padding-left: 20px;
  color: #555;
  font-family: 'zi';
  line-height: 28px;
	width: 80%;
	width: calc(100% - 35px);
}
@media (max-width: 1366px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-botton .x-text>div {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-faq li .x-botton .x-text>div {
    font-size: 14px;
    line-height: 22px;
		width: calc(100% - 20px);
  }
}
.x-download1 .basecont .x-right .x-con .x-services1 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .x-download1 .basecont .x-right .x-con .x-services1 {
    margin-bottom: 60px;
  }
}
.x-download1 .basecont .x-right .x-con .x-services1 li {
  margin-bottom: 0.5rem;
}
@media (max-width: 500px) {
  .x-download1 .basecont .x-right .x-con .x-services1 li {
    margin-bottom: 1rem;
  }
}
.x-download1 .basecont .x-right .x-con .x-services1 li:last-child {
  margin-bottom: 0;
}
.x-download1 .basecont .x-right .x-con .x-services1 li:last-child .x-text p:nth-of-type(n+2) {
  margin-top: 0;
}
.x-download1 .basecont .x-right .x-con .x-services1 li .x-title {
  font-size: 18px;
  font-family: "zi2";
  color: #004098;
  font-weight: bold;
  padding: 0.15rem 0 0.4rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-services1 li .x-title {
    font-size: 16px;
    padding: 0.2rem 0 1rem 0;
  }
}
.x-download1 .basecont .x-right .x-con .x-services1 li .x-text p {
  color: #555;
  line-height: 28px;
  padding-left: 25px;
  font-family: 'zi';
  position: relative;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-services1 li .x-text p {
    line-height: 22px;
    font-size: 14px;
    padding-left: 15px;
    margin-top: 1rem;
  }
}
.x-download1 .basecont .x-right .x-con .x-services1 li .x-text p::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
@media (max-width: 767px) {
  .x-download1 .basecont .x-right .x-con .x-services1 li .x-text p::before {
    top: 8px;
  }
}
.x-honor1 {
  background-color: #f1f1f1;
}
.x-honor1 .basecont .x-list {
  padding: 0 0.8rem;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}
.x-honor1 .basecont .x-list::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
.x-honor1 .basecont .x-list::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 2px;
}
.x-honor1 .basecont .x-list::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 25px;
}
.x-honor1 .basecont .x-list a {
  flex: none;
  display: block;
  text-transform: uppercase;
  padding: 28px 30px;
  font-family: 'zi';
}
@media (max-width: 767px) {
  .x-honor1 .basecont .x-list a {
    padding: 15px 25px;
  }
}
.x-honor2 .x-honor3:nth-of-type(2n) {
  background-color: #f1f1f1;
}
.x-honor2 .x-honor3 .basecont ul li dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.x-honor2 .x-honor3 .basecont ul li dl dd {
  width: calc((100% - 0.6rem)/4);
  margin-right: 0.2rem;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
@media (max-width: 1366px) {
  .x-honor2 .x-honor3 .basecont ul li dl dd {
    width: calc((100% - 0.6rem)/3);
    margin-right: 0.3rem;
  }
}
.x-honor2 .x-honor3 .basecont ul li dl dd:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 1366px) {
  .x-honor2 .x-honor3 .basecont ul li dl dd:nth-of-type(4n) {
    margin-right: auto;
  }
}
.x-honor2 .x-honor3 .basecont ul li dl dd:nth-of-type(n+5) {
  margin-top: 0.2rem;
}
@media (max-width: 1366px) {
  .x-honor2 .x-honor3 .basecont ul li dl dd:nth-of-type(n+4) {
    margin-top: 0.3rem;
  }
}
@media (max-width: 1366px) {
  .x-honor2 .x-honor3 .basecont ul li dl dd:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-honor2 .x-honor3 .basecont ul li dl dd {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-honor2 .x-honor3 .basecont ul li dl dd:nth-of-type(2n) {
    margin-right: 0;
  }
  .x-honor2 .x-honor3 .basecont ul li dl dd:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.x-honor2 .x-honor3 .basecont ul li dl dd a {
  display: block;
}
.x-honor2 .x-honor3 .basecont ul li dl dd a figure {
  width: 2.36rem;
  height: 2.36rem;
  margin: 0.4rem auto 0.5rem auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .x-honor2 .x-honor3 .basecont ul li dl dd a figure {
    height: 3.36rem;
  }
}
@media (max-width: 767px) {
  .x-honor2 .x-honor3 .basecont ul li dl dd a figure {
    height: 8.36rem;
    margin: 1rem auto;
  }
}
.x-honor2 .x-honor3 .basecont ul li dl dd a figure img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.x-honor2 .x-honor3 .basecont ul li dl dd a .x-text {
  display: flex;
  align-items: end;
  padding: 0 20px 20px 20px;
}
.x-honor2 .x-honor3 .basecont ul li dl dd a .x-text p {
  font-family: "zi2";
  width: 90%;
}
.x-honor2 .x-honor3 .basecont ul li dl dd a .x-text img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 10px;
}
/* 图片弹窗 */
#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-search1 {
  padding-top: 0.6rem;
}
.x-search1 .basecont .x-title {
  font-size: 36px;
  font-family: "zi2";
  text-transform: uppercase;
  position: relative;
  padding-top: 0.35rem;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .x-search1 .basecont .x-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .x-search1 .basecont .x-title {
    font-size: 26px;
  }
}
.x-search1 .basecont .x-title::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .x-search1 .basecont .x-title::before {
    width: 42px;
  }
}
.x-search1 .basecont .x-form {
  width: 6.8rem;
  height: 60px;
  display: flex;
  margin-top: 0.35rem;
}
@media (max-width: 1366px) {
  .x-search1 .basecont .x-form {
    width: 7.8rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 1199px) {
  .x-search1 .basecont .x-form {
    width: 10.8rem;
  }
}
@media (max-width: 767px) {
  .x-search1 .basecont .x-form {
    width: 100%;
    height: 50px;
    margin-top: 1rem;
  }
}
.x-search1 .basecont .x-form input {
  border: none;
  width: 80%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 0 0.2rem;
  color: #999;
}
@media (max-width: 767px) {
  .x-search1 .basecont .x-form input {
    width: 75%;
    padding: 0 1rem;
  }
}
.x-search1 .basecont .x-form button {
  width: 20%;
  border: none;
  color: #004098;
  background-color: #f6f6f6;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-search1 .basecont .x-form button {
    width: 25%;
  }
}
.x-search1 .basecont .x-form button::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-search2 {
  padding-top: 0.6rem;
}
.x-search2 .basecont ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .x-search2 .basecont ul {
    flex-wrap: initial;
    overflow-x: auto;
    padding: 0 0 0.5rem 0;
    border: none;
  }
}
.x-search2 .basecont ul li {
  padding: 0 0.35rem;
}
@media (max-width: 767px) {
  .x-search2 .basecont ul li {
    flex: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0.5rem;
  }
}
.x-search2 .basecont ul li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-bottom: 0.25rem;
  transition: 0.5s all;
  font-family: 'zi';
  font-weight: bold;
}
@media (max-width: 500px) {
  .x-search2 .basecont ul li a {
    padding: 1rem 0;
  }
}
.x-search2 .basecont ul li a:hover {
  color: #333;
  font-weight: bold;
}
.x-search2 .basecont ul li a:hover::before {
  opacity: 1;
  width: 100%;
}
.x-search2 .basecont ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #004098;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-search2 .basecont ul li:first-child {
  padding-left: 0;
}
.x-search2 .basecont ul li.on a {
  color: #004098;
  font-weight: bold;
}
.x-search2 .basecont ul li.on a::before {
  opacity: 1;
  width: 100%;
}
.x-results2 {
  padding: 0.6rem 0 1.1rem 0;
}
@media (max-width: 500px) {
  .x-results2 {
    padding: 1rem 0 3rem 0;
  }
}
.x-results2 .basecont .x-jieguo {
  padding-right: 3.8rem;
}
@media (max-width: 991px) {
  .x-results2 .basecont .x-jieguo {
    padding-right: 0;
  }
}
.x-results2 .basecont .x-jieguo .x-list .x-title {
  margin-bottom: 0.4rem;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 500px) {
  .x-results2 .basecont .x-jieguo .x-list .x-title {
    margin-bottom: 0.6rem;
  }
}
.x-results2 .basecont .x-jieguo .x-list .x-title span {
  font-size: 16px;
  margin-left: 15px;
  color: #004098;
}
.x-results2 .basecont .x-jieguo .x-list li .x-zhff {
  position: relative;
  height: 0;
  top: -100px;
}
.x-results2 .basecont .x-jieguo .x-list li:last-child .x-li-p {
  margin-bottom: 0;
}
.x-results2 .basecont .x-jieguo .x-list li.x-faq dl dd .x-right {
  width: 92%;
}
.x-results2 .basecont .x-jieguo .x-list li.x-faq dl dd .x-right .x-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.x-results2 .basecont .x-jieguo .x-list li dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0.3rem 0;
}
@media (max-width: 767px) {
  .x-results2 .basecont .x-jieguo .x-list li dl dd {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .x-results2 .basecont .x-jieguo .x-list li dl dd {
    padding-bottom: 1rem;
  }
}
.x-results2 .basecont .x-jieguo .x-list li dl dd:nth-of-type(n+5) {
  display: none;
}
.x-results2 .basecont .x-jieguo .x-list li dl dd:nth-of-type(n+5).on {
  display: flex;
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-left {
  width: 17%;
}
@media (max-width: 500px) {
  .x-results2 .basecont .x-jieguo .x-list li dl dd .x-left {
    width: 100%;
  }
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-left a {
  display: block;
  overflow: hidden;
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-left a:hover img {
  transform: scale(1.1);
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-left a img {
  object-fit: cover;
  width: 100%;
  height: 130px;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  .x-results2 .basecont .x-jieguo .x-list li dl dd .x-left a img {
    height: 100px;
  }
}
@media (max-width: 500px) {
  .x-results2 .basecont .x-jieguo .x-list li dl dd .x-left a img {
    height: 10rem;
  }
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-right {
  width: 100%;
}
@media (max-width: 500px) {
  .x-results2 .basecont .x-jieguo .x-list li dl dd .x-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-right .x-title2 {
  font-size: 18px;
  display: inline-block;
  color: #333;
  font-family: "zi2";
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-right .x-title2 span {
  color: #004098;
  font-family: "zi2";
  font-weight: bold;
  font-size: 18px;
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-right .x-p {
  font-size: 16px;
  color: #666;
  font-family: 'zi';
  display: inline-block;
  margin-top: 0.1rem;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
@media (max-width: 500px) {
  .x-results2 .basecont .x-jieguo .x-list li dl dd .x-right .x-p {
    margin-top: 0.3rem;
  }
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-right .c-site {
  color: #999;
  margin-top: 0.1rem;
}
@media (max-width: 500px) {
  .x-results2 .basecont .x-jieguo .x-list li dl dd .x-right .c-site {
    margin-top: 0.5rem;
  }
}
.x-results2 .basecont .x-jieguo .x-list li dl dd .x-right .c-site a {
  display: inline-block;
  color: #999;
  font-family: 'zi';
}
.x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut .x-title2 {
  width: calc(100% - 90px);
}
@media (max-width: 1440px) {
  .x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut .x-title2 {
    width: calc(100% - 70px);
  }
}
.x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut .f_but {
  display: flex;
  align-items: center;
}
.x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut .f_but .img {
  display: block;
  width: 30px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut .f_but .img {
    width: 24px;
  }
}
.x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut .f_but .img img {
  float: left;
  width: 100%;
}
.x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut .f_but .img2 {
  width: 20px;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .x-results2 .basecont .x-jieguo .x-list li .downloadbox .x-right .f_jut .f_but .img2 {
    width: 14px;
    margin-left: 12px;
  }
}
.x-results2 .basecont .x-jieguo .x-list li .x-li-p {
  font-size: 18px;
  color: #004098;
  font-family: 'zi';
  margin-bottom: 0.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-results2 .basecont .x-jieguo .x-list li .x-li-p {
    margin-bottom: 1rem;
  }
}
.x-results2 .basecont .x-jieguo .x-list li .x-li-p.on span:nth-of-type(1) {
  display: none;
}
.x-results2 .basecont .x-jieguo .x-list li .x-li-p.on span:nth-of-type(2) {
  display: block;
}
.x-results2 .basecont .x-jieguo .x-list li .x-li-p span:nth-of-type(2) {
  display: none;
}
.x-results2 .basecont .x-jieguo .x-list li .x-no {
  font-size: 18px;
  color: #333;
  margin: -0.15rem 0 0.5rem 0;
}
.x-map1 {
  padding: 0.6rem 0 1.7rem 0;
}
@media (max-width: 767px) {
  .x-map1 {
    padding: 2rem 0 3rem 0;
  }
}
.x-map1 .x-title1 {
  font-size: 36px;
  font-family: "zi2";
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.3rem;
}
@media (max-width: 1440px) {
  .x-map1 .x-title1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .x-map1 .x-title1 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
}
.x-map1 .basecont ul {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
  padding: 0.8rem;
}
@media (max-width: 500px) {
  .x-map1 .basecont ul {
    padding: 1rem;
  }
}
.x-map1 .basecont ul li {
  margin-bottom: 0.65rem;
}
.x-map1 .basecont ul li:last-child {
  margin-bottom: 0;
}
.x-map1 .basecont ul li .x-title {
  color: #004098;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-family: "zi2";
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .x-map1 .basecont ul li .x-title {
    font-size: 18px;
  }
}
.x-map1 .basecont ul li .x-map-a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-map1 .basecont ul li .x-map-a a {
  font-size: 16px;
  color: #666;
  transition: 0.5s all;
  display: block;
  margin-top: 0.25rem;
  padding-right: 0.55rem;
}
@media (max-width: 500px) {
  .x-map1 .basecont ul li .x-map-a a {
    font-size: 14px;
    padding-right: 1.2rem;
    margin-top: 0.5rem;
  }
}
.x-map1 .basecont ul li .x-map-a a:hover {
  color: #004098;
}
.x-solution1 {
  padding: 0.8rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-solution1 {
    padding: 3rem 0 2rem 0;
  }
}
.x-solution1 .basecont ul {
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul {
    margin-top: 1rem;
  }
}
.x-solution1 .basecont ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-solution1 .basecont ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li:nth-of-type(n+2) {
    margin-top: auto;
  }
}
.x-solution1 .basecont ul li:nth-of-type(2n) a:nth-of-type(1) {
  width: 40%;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li:nth-of-type(2n) a:nth-of-type(1) {
    width: 100%;
  }
}
.x-solution1 .basecont ul li:nth-of-type(2n) a:nth-of-type(2) {
  width: 58.5%;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li:nth-of-type(2n) a:nth-of-type(2) {
    width: 100%;
  }
}
.x-solution1 .basecont ul li a {
  display: block;
  position: relative;
}
.x-solution1 .basecont ul li a:hover figure img {
  transform: scale(1.1);
}
.x-solution1 .basecont ul li a:nth-of-type(1) {
  width: 58.5%;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li a:nth-of-type(1) {
    width: 100%;
  }
}
.x-solution1 .basecont ul li a:nth-of-type(2) {
  width: 40%;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li a:nth-of-type(2) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.x-solution1 .basecont ul li a figure {
  width: 100%;
  height: 5.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li a figure {
    height: 6.2rem;
  }
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li a figure {
    height: 10.5rem;
  }
}
.x-solution1 .basecont ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-solution1 .basecont ul li a .x-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-solution1 .basecont ul li a .x-text {
  width: 100%;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li a .x-text {
    bottom: 0.8rem;
    padding: 0 0.8rem;
  }
}
.x-solution1 .basecont ul li a .x-text .x-title2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .x-solution1 .basecont ul li a .x-text .x-title2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .x-solution1 .basecont ul li a .x-text .x-title2 {
    font-size: 22px;
  }
}
.x-solution1 .basecont ul li a .x-text .x-p {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.x-solution1 .basecont ul li a .x-text .x-p p {
  font-family: 'zi';
  color: #fff;
  font-size: 18px;
  width: 70%;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-solution1 .basecont ul li a .x-text .x-p p {
    font-size: 16px;
    width: 66%;
  }
}
.x-solution1 .basecont ul li a .x-text .x-p .x-span {
  width: 30%;
  text-align: right;
}
@media (max-width: 767px) {
  .x-solution1 .basecont ul li a .x-text .x-p .x-span {
    width: 34%;
  }
}
.x-solution1 .basecont ul li a .x-text .x-p span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
}
.x-solution1 .basecont ul li a .x-text .x-p span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #cfcece;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.x-solution1 .basecont ul li a:hover .x-text .x-p span::before {
  width: 80px;
}
