figure {
  margin: 0;
  padding: 0;
}
.x-con-a:hover span {
  border-bottom: 2px solid #1c4898;
}
.x-con-a span {
  transition: 0.3s all;
  font-size: 18px;
  color: #333;
  border-bottom: 2px solid #adadad;
}
.x-con-a img {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.x-gg-text .x-id {
  position: relative;
  top: -100px;
  height: 0;
}
.x-gg-text .x-title {
  font-size: 30px;
  color: #333;
}
.x-gg-text p {
  font-size: 0.24rem;
  color: #333;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.35rem;
}
.x-gg-text p::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #1c4898;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border: 2px solid #1c4798;
  background: #1c4798;
  font-size: 22px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .c-common-btn {
    width: 150px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-common-btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.c-common-btn i {
  display: inline-block;
  margin-left: 18px;
  width: 20px;
  height: 8px;
  background: url(https://www.kdtmac.com/img/c-jt.png) no-repeat center / 100% auto;
}
@media (max-width: 767px) {
  .c-common-btn i {
    margin-left: 10px;
  }
}
.c-common-btn:hover {
  color: #1c4798;
  background: transparent;
}
.c-common-btn:hover i {
  background-image: url(https://www.kdtmac.com/img/c-jt-h.png);
}
/* 视频弹窗 */
#hi-video-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-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-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-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #019dee;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.x-contact {
  background-color: #f7f7f7;
  padding-top: 0.6rem;
}
.x-contact .x-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
.x-contact .x-main .x-left {
  width: 31.7%;
  background-color: #fff;
  padding: 0.35rem 0.45rem 0.4rem 0.45rem;
}
.x-contact .x-main .x-left .x-top {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #b3b3b3;
}
.x-contact .x-main .x-left .x-top .x-title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
}
.x-contact .x-main .x-left .x-top .x-con-a {
  min-width: 110px;
}
.x-contact .x-main .x-left .x-botton {
  padding-top: 0.25rem;
}
.x-contact .x-main .x-left .x-botton ul li {
  display: flex;
  justify-content: flex-start;
}
.x-contact .x-main .x-left .x-botton ul li + li {
  margin-top: 0.15rem;
}
.x-contact .x-main .x-left .x-botton ul li img {
  height: 18px;
  margin-top: 5px;
  width: 18px;
  object-fit: contain;
}
.x-contact .x-main .x-left .x-botton ul li .x-text {
  margin-left: 10px;
}
.x-contact .x-main .x-left .x-botton ul li .x-text p {
  font-size: 18px;
  color: #666;
  margin-bottom: 3px;
}
.x-contact .x-main .x-left .x-botton ul li .x-text .x-span {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  max-width: 261px;
}
.x-contact .x-main .x-right {
  width: 66.4%;
}
.x-contact .x-main .x-right #map {
  height: 4.57rem;
}
.x-contact .x-main .x-right #map img {
  width: auto;
  height: auto;
}
.x-contact2 {
  background-color: #f7f7f7;
  padding: 0.7rem 0 1rem 0;
}
.x-contact2 .x-main .x-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.x-contact2 .x-main .x-list .x-list-li {
  width: 49%;
  background-color: #fff;
}
.x-contact2 .x-main .x-list .x-list-li:nth-of-type(n+3) {
  margin-top: 0.26rem;
}
.x-contact2 .x-main .x-list .x-list-li .x-li-a {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  padding: 0.4rem 0.4rem 0.45rem 0.4rem;
  transition: 0.3s all;
}
.x-contact2 .x-main .x-list .x-list-li .x-li-a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.x-contact2 .x-main .x-list .x-list-li .x-li-a .x-text {
  padding-right: 15px;
}
.x-contact2 .x-main .x-list .x-list-li .x-li-a .x-text .x-title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
}
.x-contact2 .x-main .x-list .x-list-li .x-li-a .x-text p {
  font-size: 18px;
  color: #333;
}
.x-contact2 .x-main .x-list .x-list-li .x-li-a .x-con-a {
  min-width: 110px;
}
.x-contact3 {
  margin: 0.68rem 0 0.87rem 0;
}
.x-contact3 .x-main .x-title {
  font-size: 0.32rem;
  color: #222;
  font-weight: bold;
}
.x-contact3 .x-main .x-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.x-contact3 .x-main .x-form input {
  width: 48.9%;
  font-size: 16px;
  color: #b2b2b2;
  line-height: 60px;
  padding: 0 25px;
  background-color: #f5f5f5;
  transition: 0.3s all;
}
.x-contact3 .x-main .x-form input:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.x-contact3 .x-main .x-form input:nth-of-type(3) {
  width: 100%;
  margin: 25px 0;
}
.x-contact3 .x-main .x-form textarea {
  width: 100%;
  height: 150px;
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 16px;
  color: #b2b2b2;
  font-family: inherit;
  transition: 0.3s all;
}
.x-contact3 .x-main .x-form textarea:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.x-contact3 .x-main .x-form .x-but {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
.x-contact3 .x-main .x-form .x-but button {
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.x-contact3 .x-main .x-form .x-but button:nth-of-type(1) {
  width: 75.7%;
  background-color: #1c4798;
}
.x-contact3 .x-main .x-form .x-but button:nth-of-type(2) {
  width: 23.2%;
  background-color: #bfbfbf;
}
.x-contact-a #c-top-site .c-site {
  height: 80px;
  line-height: 80px;
}
.x-contact-a #c-top-site .c-site a:first-child {
  vertical-align: initial;
}
.x-programme {
  padding: 0.8rem 0 1.05rem 0;
}
.x-programme .cont .x-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.x-programme .cont .x-list li {
  width: 32%;
  margin-right: 2%;
  height: 5.5rem;
  position: relative;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  transition: 0.3s all;
}
.x-programme .cont .x-list li:hover {
  box-shadow: 0 0 13px 0 rgba(47, 41, 40, 0.15);
}
.x-programme .cont .x-list li:nth-of-type(3n) {
  margin-right: 0;
}
.x-programme .cont .x-list li:nth-of-type(n+4) {
  margin-top: 30px;
}
.x-programme .cont .x-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.x-programme .cont .x-list li a:hover figure {
  
  top: -60px;
}
.x-programme .cont .x-list li a:hover .x-botton .x-title {
  font-size: 0.3rem;
  font-weight: bold;
}
.x-programme .cont .x-list li a:hover .x-botton .x-title::before {
  display: none;
}
.x-programme .cont .x-list li a:hover .x-botton .x-text {
  height: 125px;
  overflow: initial;
}
.x-programme .cont .x-list li a figure {
	position: absolute;
  height: 4rem;
  transition: 0.3s all;
  top: 0;
}
.x-programme .cont .x-list li a figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.x-programme .cont .x-list li a .x-botton {
  padding: 0 0.45rem;
  position: absolute;
  width: 100%;
  bottom: 0.65rem;
  transition: 0.3s all;
}
.x-programme .cont .x-list li a .x-botton .x-title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #333;
  margin-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-programme .cont .x-list li a .x-botton .x-title::before {
  content: "";
  width: 20px;
  height: 7px;
  background: url("https://www.kdtmac.com/img/x-jiantou.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.x-programme .cont .x-list li a .x-botton .x-text {
  height: 0;
  overflow: auto;
  transition: 0.3s all;
}
.x-programme .cont .x-list li a .x-botton .x-text p {
  font-size: 16px;
  color: #666;
  margin: 10px 0 25px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.x-programme .cont .x-list li a .x-botton .x-text span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0 35px 8px 0;
  position: relative;
  border-bottom: 3px solid #1c4898;
}
.x-programme .cont .x-list li a .x-botton .x-text span::before {
  content: "";
  width: 20px;
  height: 7px;
  background: url("https://www.kdtmac.com/img/x-jiantou.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.x-show-shlution {
  position: relative;
}
.x-show-shlution #c-top-banner {
  color: #333;
}
.x-show-shlution #c-top-banner::before {
  display: none;
}
.x-show-shlution #c-top-banner .c-text-box .c-text {
  max-width: 4.4rem;
}
.x-show-shlution .x-contact-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.x-show-shlution2 {
  padding: 1.15rem 0 1rem 0;
}
.x-show-shlution2 .cont {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.x-show-shlution2 .cont .x-left {
  width: 20.7%;
}
.x-show-shlution2 .cont .x-left div {
  position: sticky;
  top: 100px;
}
.x-show-shlution2 .cont .x-left div ul li + li {
  margin-top: 35px;
}
.x-show-shlution2 .cont .x-left div ul li:last-child {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.x-show-shlution2 .cont .x-left div ul li:last-child a::after {
  display: none;
}
.x-show-shlution2 .cont .x-left div ul li a {
  font-size: 18px;
  color: #666;
  padding-left: 40px;
  position: relative;
  display: block;
}
.x-show-shlution2 .cont .x-left div ul li a.active {
  color: #1c4898;
  font-weight: bold;
}
.x-show-shlution2 .cont .x-left div ul li a.active::before {
  background-color: #1c4898;
}
.x-show-shlution2 .cont .x-left div ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
}
.x-show-shlution2 .cont .x-left div ul li a::after {
  content: "";
  width: 1px;
  height: 52px;
  background-color: #ddd;
  position: absolute;
  left: 5px;
  bottom: -45px;
}
.x-show-shlution2 .cont .x-left div .x-botton {
  margin-top: 50px;
}
.x-show-shlution2 .cont .x-left div .x-botton .x-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.x-show-shlution2 .cont .x-left div .x-botton p {
  font-size: 18px;
  color: #999;
}
.x-show-shlution2 .cont .x-left div .x-botton p a {
  font-size: 18px;
  color: #999;
}
.x-show-shlution2 .cont .x-left div .x-botton .c-common-btn {
  margin-top: 30px;
  font-size: 16px;
  height: 50px;
}
.x-show-shlution2 .cont .x-right {
  width: 70.7%;
}
.x-show-shlution2 .cont .x-right .x-ri-ys ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0.4rem 0 0.8rem 0;
	height: auto;
	overflow-y: auto;
}
.x-show-shlution2 .cont .x-right .x-ri-ys ul li {
  width: 46%;
  margin:0 4% 0.25rem 0;
	height: calc(3.25rem + 53px);
}
.x-show-shlution2 .cont .x-right .x-ri-ys ul .zl-scrollContentDiv{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
/* .x-show-shlution2 .cont .x-right .x-ri-ys ul li:nth-child(2n){
  margin-right: 0;
} */
.zl-scrollBar{
	background: #1c4898;
}
.x-show-shlution2 .cont .x-right .x-ri-ys ul li:hover figure img {
  transform: scale(1.1);
}
.x-show-shlution2 .cont .x-right .x-ri-ys ul li figure {
  height: 3rem;
  overflow: hidden;
}
.x-show-shlution2 .cont .x-right .x-ri-ys ul li figure img {
  object-fit: cover;
  transition: 0.3s all;
}
.x-show-shlution2 .cont .x-right .x-ri-ys ul li .x-title1 {
  font-size: 0.22rem;
  color: #333;
  font-weight: initial;
  margin-top: 0.25rem;
}
.x-show-shlution2 .cont .x-right .x-ri-ys ul li p {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}
.x-show-shlution2 .cont .x-right .x-ri-tj {
  padding-bottom: 0.8rem;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul {
  margin-top: 0.4rem;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li + li {
  margin-top: 20px;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a:hover figure img {
  transform: scale(1.1);
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a:hover .x-text1 .x-title {
  color: #1c4898;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a:hover .x-text1 .x-title::before {
  width: 3rem;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a figure {
  width: 57%;
  height: 3.5rem;
  overflow: hidden;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a figure img {
  object-fit: contain;
  transition: 0.3s all;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 {
  width: 40.8%;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 .x-title {
  font-size: 0.36rem;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 .x-title::before {
  content: "";
  width: 1.2rem;
  height: 2px;
  background-color: #1c4798;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
  z-index: 1;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 .x-title::after {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 span {
  font-size: 16px;
  color: #999;
  display: block;
  margin: 0.15rem 0 0.3rem 0;
}
.x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 p {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
}
.x-show-shlution2 .cont .x-right .x-ri-cj ul li figure {
  height: 1.8rem;
}
.x-show-shlution2 .cont .x-right .x-fa-video {
  padding-bottom: 0.8rem;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul {
  margin-top: 0.4rem;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li + li {
  margin-top: 25px;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li figure {
  width: 41.8%;
  height: 2.4rem;
  position: relative;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li figure img {
  object-fit: cover;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li figure .x-img-video {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li .x-text {
  width: 51%;
  padding-right: 1rem;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li .x-text .x-title1 {
  font-size: 0.24rem;
  color: #333;
  font-weight: initial;
}
.x-show-shlution2 .cont .x-right .x-fa-video ul li .x-text p {
  font-size: 16px;
  color: #999;
  margin-top: 5px;
}
.x-show-shlution2 .cont .x-right .x-ri-kh ul .x-kh-video {
  cursor: pointer;
}
.x-show-shlution2 .cont .x-right .x-ri-kh ul .x-kh-video figure {
  position: relative;
}
.x-show-shlution2 .cont .x-right .x-ri-kh ul .x-kh-video figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.x-show-shlution2 .cont .x-right .x-ri-kh ul .x-kh-video figure .x-img-video {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  z-index: 5;
}
.x-show-shlution2 .cont .x-right .x-return {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  text-align: right;
  display: block;
}
.x-show-shlution2 .cont .x-right .x-return img {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-left: 10px;
}
.x-show-shlution3 {
  background-color: #f7f7f7;
  position: relative;
  padding: 1.4rem 0 0.9rem 0;
}
.x-show-shlution3 .cont .x-title {
  font-size: 0.5rem;
  color: #191a1c;
  font-weight: bold;
  text-align: center;
}
.x-show-shlution3 .cont .x-sh-swiper {
  padding: 0.5rem 0 0.8rem 0;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper {
  align-items: initial;
  align-content: initial;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1);
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .x-title1 {
  color: #fff;
  background-color: #1c4898;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .x-title1::before {
  background: url(https://www.kdtmac.com/img/x-jiantou2.png) no-repeat center;
  background-size: contain;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a figure {
  overflow: hidden;
  height: 2.8rem;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a figure img {
  object-fit: contain;
  transition: 0.3s all;
  width: 100%;
  height: auto;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-title1 {
  font-size: 0.22rem;
  color: #333;
  position: relative;
  padding: 0.35rem 0.8rem 0.35rem 0.4rem;
  transition: 0.3s all;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-title1 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-title1::before {
  content: "";
  width: 20px;
  height: 7px;
  background: url(https://www.kdtmac.com/img/x-jiantou.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-show-shlution3 .swiper-button-prev {
  background-image: url("https://www.kdtmac.com/img/x-sw-left.png");
  left: 1.46rem;
  outline: none;
  transition: 0.3s all;
  width: 24px;
  height: 44px;
  top: 53.5%;
}
.x-show-shlution3 .swiper-button-prev:hover {
  background-image: url("https://www.kdtmac.com/img/x-sw-left2.png");
}
.x-show-shlution3 .swiper-button-next {
  background-image: url("https://www.kdtmac.com/img/x-sw-right.png");
  right: 1.46rem;
  outline: none;
  transition: 0.3s all;
  width: 24px;
  height: 44px;
  top: 53.5%;
}
.x-show-shlution3 .swiper-button-next:hover {
  background-image: url("https://www.kdtmac.com/img/x-sw-right2.png");
}
.x-show-shlution3 .x-show-a {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.x-show-shlution3 .x-show-a::before {
  content: "";
  width: 120px;
  height: 3px;
  background-color: #1c4798;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.x-show-shlution3 .x-show-a img {
  width: 20px;
  height: 7px;
  object-fit: contain;
  margin-left: 20px;
}
.x-product-list {
  background-color: #f7f7f7;
  padding: 0.55rem 0 0.65rem 0;
}
.x-product-list .cont {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.x-product-list .cont .x-left {
  width: 20%;
}
.x-product-list .cont .x-left ul li {
  padding: 0.24rem 0;
  border-bottom: 1px solid #ddd;
}
.x-product-list .cont .x-left ul li:first-child {
  padding-top: 0.2rem;
}
.x-product-list .cont .x-left ul li.active .x-title a{
  color: #1c4898;
}
.x-product-list .cont .x-left ul li.active .x-title i{
  transform: rotate(180deg);
}
/* .x-product-list .cont .x-left ul li.active .x-li-a{
	display: block;
} */
.x-product-list .cont .x-left ul li .x-title {
  position: relative;
  cursor: pointer;
	display: flex;
	justify-content: space-between;
}
.x-product-list .cont .x-left ul li .x-title a{
	font-size: 18px;
	color: #222;
}
.x-product-list .cont .x-left ul li .x-title i{
	display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("https://www.kdtmac.com/img/x-por-xia.png") no-repeat center;
  background-size: 9px 5px;
	transition: 0.3s all;
}
.x-product-list .cont .x-left ul li .x-li-a {
  display: none;
}
.x-product-list .cont .x-left ul li .x-li-a b {
  display: block;
  width: 100%;
  margin: 0.3rem 0 0 0.3rem;
	cursor: pointer;
}
.x-product-list .cont .x-left ul li .x-li-a .on{
	color: #1c4898;
}
.x-product-list .cont .x-right {
  width: 72.8%;
}
.x-product-list .cont .x-right .x-right_ul_box{
	display: none;
}
.x-product-list .cont .x-right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
	
}
.x-product-list .cont .x-right ul li {
  width: 48.8%;
  background-color: #fff;
}
.x-product-list .cont .x-right ul li:nth-of-type(n+3) {
  margin-top: 0.25rem;
}
.x-product-list .cont .x-right ul li a {
  display: block;
  padding: 0.4rem 0.3rem 0.25rem 0.3rem;
  transition: 0.3s all;
}
.x-product-list .cont .x-right ul li a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.x-product-list .cont .x-right ul li a:hover .x-top .x-title {
  color: #1c4898;
}
.x-product-list .cont .x-right ul li a:hover .x-top::before {
  opacity: 1;
}
.x-product-list .cont .x-right ul li a:hover figure img {
  transform: scale(1.1);
}
.x-product-list .cont .x-right ul li a .x-top {
  position: relative;
  padding: 0 0.6rem 0.45rem 0.25rem;
}
.x-product-list .cont .x-right ul li a .x-top::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url("https://www.kdtmac.com/img/x-por-jiantou.png") no-repeat center;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  transition: 0.3s all;
  border-radius: 50%;
}
.x-product-list .cont .x-right ul li a .x-top .x-title {
  font-size: 0.3rem;
  color: #222;
  font-weight: bold;
  transition: 0.3s all;
}
.x-product-list .cont .x-right ul li a .x-top p {
  font-size: 16px;
  color: #666;
}
.x-product-list .cont .x-right ul li a figure {
  height: 2.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.x-product-list .cont .x-right ul li a figure img {
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s all;
}
.x-product-list .cont .x-right .c-page {
  margin-top: 0.65rem;
}
.x-por-wz {
  background-color: #f7f7f7;
}
.x-por-wz #c-top-site {
  border-bottom: none;
}
.x-news {
  margin: 0.6rem 0;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  background-color: #f8f8f8;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1);
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide:hover .x-right .x-title {
  color: #1c4898;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide:hover .x-right .x-sp-b {
  color: #1c4898;
  border-bottom: 1px solid #1c4898;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 47.8%;
  height: 4.4rem;
  overflow: hidden;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide figure img {
  object-fit: cover;
  transition: 0.3s all;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right {
  width: 47.8%;
  padding-right: 0.55rem;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right .x-sp-a {
  font-size: 14px;
  color: #1c4898;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
  font-size: 0.3rem;
  color: #222;
  margin: 0.1rem 0 0.2rem 0;
  transition: 0.3s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right p {
  font-size: 18px;
  color: #666;
  margin-bottom: 35px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right .x-sp-b {
  font-size: 14px;
  color: #333;
  transition: 0.3s all;
  border-bottom: 1px solid #8c8c8c;
}
.x-news .cont .swiper-container .swiper-pagination {
  bottom: 40px;
  right: -44%;
  left: auto;
}
.x-news .cont .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.x-news2 {
  background-color: #f8f8f8;
  padding: 0.7rem 0 0.9rem 0;
}
.x-news2 .cont ul li + li {
  margin-top: 30px;
}
.x-news2 .cont ul li a {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  padding: 0.35rem 0.7rem 0.45rem 0.6rem;
}
.x-news2 .cont ul li a:hover .x-left .x-title {
  color: #1c4898;
}
.x-news2 .cont ul li a:hover .x-left span {
  color: #1c4898;
  border-bottom: 1px solid #1c4898;
}
.x-news2 .cont ul li a .x-left {
  width: 72.1%;
}
.x-news2 .cont ul li a .x-left .x-title {
  font-size: 0.26rem;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-news2 .cont ul li a .x-left p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-news2 .cont ul li a .x-left span {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #8c8c8c;
}
.x-news2 .cont ul li a .x-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.x-news2 .cont ul li a .x-right p {
  font-size: 0.36rem;
  color: #1c4898;
}
.x-news2 .cont ul li a .x-right span {
  font-size: 0.24rem;
  color: #999;
}
.x-news2 .cont .c-page {
  margin-top: 0.85rem;
}
.x-news2 .cont ul li a .x-left span i {
  display: none;
}
#bsWXBox {
  box-sizing: initial;
}
.x-news-show {
  padding: 1.2rem 0 1.4rem 0;
}
.x-news-show .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.x-news-show .cont .x-left {
  width: 64.2%;
}
.x-news-show .cont .x-left .x-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #38393c;
}
.x-news-show .cont .x-left .x-botton {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0 0.15rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.x-news-show .cont .x-left .x-botton span {
  font-size: 14px;
  color: #999;
}
.x-news-show .cont .x-left .x-news-content {
  margin-top: 30px;
}
.x-news-show .cont .x-left .x-news-content p {
  color: #666;
}
.x-news-show .cont .x-left .x-news-content img {
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}
.x-news-show .cont .x-left .x-down {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.4rem;
  border-top: 1px solid #f5f5f5;
}
.x-news-show .cont .x-left .x-down a {
  color: #999;
  font-size: 14px;
  position: relative;
  transition: 0.3s all;
}
.x-news-show .cont .x-left .x-down a:hover {
  color: #1c4898;
}
.x-news-show .cont .x-left .x-down a:hover:nth-of-type(1)::before {
  background: url("https://www.kdtmac.com/img/x-news-jt3.png") no-repeat center;
  background-size: 100%;
}
.x-news-show .cont .x-left .x-down a:hover:nth-of-type(3)::before {
  background: url("https://www.kdtmac.com/img/x-news-jt4.png") no-repeat center;
  background-size: 100%;
}
.x-news-show .cont .x-left .x-down a:nth-of-type(1) {
  padding-left: 24px;
}
.x-news-show .cont .x-left .x-down a:nth-of-type(1)::before {
  content: "";
  height: 14px;
  width: 16px;
  background: url("https://www.kdtmac.com/img/x-news-jt1.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.x-news-show .cont .x-left .x-down a:nth-of-type(2) {
  color: #1c4898;
}
.x-news-show .cont .x-left .x-down a:nth-of-type(3) {
  padding-right: 24px;
}
.x-news-show .cont .x-left .x-down a:nth-of-type(3)::before {
  content: "";
  height: 14px;
  width: 16px;
  background: url("https://www.kdtmac.com/img/x-news-jt2.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.x-news-show .cont .x-right {
  width: 28.5%;
  margin-top: 0.8rem;
}
.x-news-show .cont .x-right .x-title {
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}
.x-news-show .cont .x-right a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0 0.25rem 0;
  border-top: 1px solid #f5f5f5;
}
.x-news-show .cont .x-right a:hover figure img {
  transform: scale(1.1);
}
.x-news-show .cont .x-right a:hover .x-text .x-title2 {
  color: #1c4898;
}
.x-news-show .cont .x-right a:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.x-news-show .cont .x-right a figure {
  width: 35%;
  height: 0.85rem;
  overflow: hidden;
}
.x-news-show .cont .x-right a figure img {
  object-fit: cover;
  transition: 0.3s all;
}
.x-news-show .cont .x-right a .x-text {
  width: 58.7%;
}
.x-news-show .cont .x-right a .x-text span {
  font-size: 14px;
  color: #999;
}
.x-news-show .cont .x-right a .x-text .x-title2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666;
}
.x-share .bshare-custom a {
  display: inline-block;
}
.x-share .bshare-custom a img {
  width: 19px;
  height: 16px;
  object-fit: contain;
}
.x-share .bshare-custom .bshare-weixin {
  background: none;
}
.x-share .bshare-custom .bshare-sinaminiblog {
  background: none;
}
.x-share .bshare-custom .bshare-qqim {
  background: none;
}
@media (max-width: 1600px) {
  .x-contact .x-main .x-right #map {
    height: 5.1rem;
  }
  .x-show-shlution .x-contact-a {
    left: 8%;
    transform: initial;
  }
  .x-show-shlution .x-contact-a .cont {
    width: 100%;
  }
  .x-show-shlution .x-contact-a {
    width: 84%;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li .x-title1 {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .x-contact .x-main .x-left .x-top .x-title {
    font-size: 20px;
  }
  .x-contact .x-main .x-right #map {
    height: 5.6rem;
  }
  .x-contact2 .x-main .x-list .x-list-li .x-li-a .x-text .x-title {
    font-size: 20px;
  }
  .x-contact2 .x-main .x-list .x-list-li .x-li-a {
    padding: 0.5rem;
  }
  .x-contact3 .x-main .x-title {
    font-size: 20px;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 p {
    font-size: 0.3rem;
  }
  .x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-title1 {
    font-size: 20px;
  }
  .x-show-shlution3 .swiper-button-prev {
    left: 1.2rem;
  }
  .x-show-shlution3 .swiper-button-next {
    right: 1.2rem;
  }
  .x-show-shlution3 .swiper-button-prev {
    height: 30px;
  }
  .x-show-shlution3 .swiper-button-next {
    height: 30px;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 5rem;
  }
}
@media (max-width: 1300px) {
  .x-contact .x-main .x-right #map {
    height: 6.6rem;
  }
  .x-programme .cont .x-list li {
    height: 5.7rem;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right p {
    font-size: 16px;
    line-height: 1.5;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
    font-size: 0.38rem;
  }
  .x-news2 .cont ul li a .x-left .x-title {
    font-size: 0.38rem;
  }
  .x-news2 .cont ul li a .x-right p {
    font-size: 0.4rem;
  }
  .x-news-show .cont .x-right a figure {
    height: 1rem;
  }
}
@media (max-width: 1200px) {
  .x-contact .x-main .x-left {
    width: 100%;
  }
  .x-contact .x-main .x-right {
    width: 100%;
  }
  .x-programme .cont .x-list li a .x-botton .x-title {
    font-size: 0.3rem;
  }
  .x-programme .cont .x-list li a:hover .x-botton .x-title {
    font-size: 0.32rem;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul li .x-text .x-title1 {
    font-size: 18px;
  }
  .x-news .cont .swiper-container .swiper-pagination {
    bottom: 30px;
  }
}
@media (max-width: 1025px) {
  .x-programme .cont .x-list li {
    width: 48%;
    margin-right: 4%;
  }
  .x-programme .cont .x-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .x-programme .cont .x-list li:nth-of-type(3n) {
    margin-right: auto;
  }
  .x-programme .cont .x-list li:nth-of-type(n+3) {
    margin-top: 4%;
  }
  .x-programme .cont .x-list li {
    height: 6.7rem;
  }
  .x-programme .cont .x-list li a:hover .x-botton .x-title {
    font-size: 0.4rem;
  }
  .x-programme .cont .x-list li a .x-botton .x-title {
    font-size: 0.38rem;
  }
  .x-programme .cont .x-list li a .x-botton .x-text p {
    margin-bottom: 15px;
		font-size: 14px;
  }
  .x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a figure {
    height: 4.8rem;
  }
  .x-product-list .cont .x-right ul li a figure {
    height: 3.5rem;
  }
}
@media (max-width: 991px) {
  .x-contact2 .x-main .x-list .x-list-li {
    width: 100%;
  }
  .x-contact2 .x-main .x-list .x-list-li + .x-list-li {
    margin-top: 0.5rem;
  }
  .x-show-shlution2 .cont .x-left {
    width: 100%;
		display: none;
  }
  .x-show-shlution2 .cont .x-right {
    width: 100%;
  }
  .x-show-shlution2 .cont .x-left div ul li a {
    padding-left: 0;
  }
  .x-show-shlution2 .cont .x-left div ul li a::after {
    display: none;
  }
  .x-show-shlution2 .cont .x-left div ul li a::before {
    display: none;
  }
  .x-show-shlution2 .cont .x-left div ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .x-show-shlution2 .cont .x-left div ul li:first-child {
    border-top: 1px solid #ddd;
  }
  .x-show-shlution2 .cont .x-left div ul li + li {
    margin-top: 0;
  }
  .x-show-shlution2 .cont .x-left div ul li:last-child {
    padding-bottom: 15px;
  }
  .x-show-shlution2 .cont .x-left div .x-botton {
    margin: 30px 0 60px 0;
  }
  .x-show-shlution2 .cont .x-left div {
    position: initial;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li figure {
    height: 4.1rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li {
    width: 48%;
    margin-right: 4%;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li:nth-of-type(n+3) {
    margin-top: 18px;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li:nth-of-type(2n+1) {
    margin-right: 4%;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a figure {
    height: 6.5rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 p {
    font-size: 0.4rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 .x-title {
    font-size: 0.42rem;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul li figure {
    height: 4.1rem;
  }
  .x-product-list .cont .x-left ul li .x-title {
    font-size: 20px;
  }
  .x-product-list .cont .x-right ul li a .x-top .x-title {
    font-size: 20px;
  }
  .x-product-list .cont .x-right ul li a .x-top::before {
    width: 40px;
    height: 40px;
  }
  .x-news .cont .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  .x-news .cont .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 6rem;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
    font-size: 0.55rem;
  }
  .x-news2 .cont ul li a .x-left .x-title {
    font-size: 0.55rem;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right p {
    font-size: 14px;
  }
  .x-news2 .cont ul li a {
    padding: 0.7rem 0.8rem 0.7rem 0.8rem;
  }
  .x-news2 .cont ul li a .x-right p {
    font-size: 0.55rem;
  }
  .x-news2 .cont ul li a .x-right span {
    font-size: 0.4rem;
  }
  .x-news-show .cont .x-left {
    width: 100%;
  }
  .x-news-show .cont .x-right {
    width: 100%;
  }
  .x-news-show .cont .x-right a figure {
    height: 2.5rem;
  }
}
@media (max-width: 768px) {
	.x-programme .cont .x-list li a .x-botton .x-text span{
		font-size: 12px;
		font-weight: 400;
		border-bottom: 2px solid #1c4898;
	}
	.x-show-shlution2 .cont .x-right .x-return{
		text-align: center;
	}
  .x-contact {
    padding-top: 1.2rem;
  }
  .x-contact .x-main .x-right #map {
    height: 11.6rem;
  }
  .x-contact .x-main .x-left .x-botton ul li .x-text p {
    margin-bottom: 6px;
		font-size: 14px;
  }
  .x-contact .x-main .x-left {
    padding: 40px 0.8rem;
  }
  .x-contact .x-main .x-left .x-top .x-title {
    font-size: 16px;
  }
	.x-contact2 .x-main .x-list .x-list-li .x-li-a .x-text .x-title{
		font-size: 16px;
	}
  .x-contact2 .x-main .x-list .x-list-li .x-li-a {
    flex-wrap: wrap;
  }
  .x-contact2 .x-main .x-list .x-list-li .x-li-a .x-text {
    width: 100%;
  }
  .x-contact2 .x-main .x-list .x-list-li .x-li-a .x-con-a {
    margin-left: auto;
  }
  .x-contact2 .x-main .x-list .x-list-li .x-li-a {
    padding: 0.8rem;
  }
	
  .x-contact2 .x-main .x-list .x-list-li .x-li-a .x-text p {
    font-size: 14px;
    margin-top: 5px;
		margin-bottom: 10px;
  }
  .x-con-a span {
    font-size: 14px;
  }
  .x-contact2 .x-main .x-list .x-list-li + .x-list-li {
    margin-top: 1rem;
  }
  .x-contact2 {
    padding: 3rem 0;
  }
  .x-contact3 .x-main .x-title {
    font-size: 1.2rem;
  }
  .x-contact-a #c-top-site .c-site {
    height: 40px;
    line-height: 0px;
  }
	.x-contact .x-main .x-left .x-botton ul li{
		margin-bottom: 0.8rem;
	}
  .x-contact .x-main .x-left .x-top {
    padding-bottom: 0.8rem;
  }
  .x-contact .x-main .x-left .x-botton {
    padding-top: 0.8rem;
  }
  .x-contact .x-main .x-left .x-botton ul li .x-text .x-span {
    font-size: 16px;
  }
  .x-contact3 .x-main .x-form input {
    width: 100%;
    line-height: 45px;
    padding: 0 15px;
  }
  .x-contact3 .x-main .x-form input + input {
    margin-top: 1rem;
  }
  .x-contact3 .x-main .x-form input:nth-of-type(3) {
    margin: 1rem 0;
  }
  .x-contact3 .x-main .x-form textarea {
    padding: 15px;
  }
  .x-contact3 .x-main .x-form .x-but button:nth-of-type(1) {
    width: 100%;
  }
  .x-contact3 .x-main .x-form .x-but button:nth-of-type(2) {
    width: 100%;
    margin-top: 0.5rem;
  }
  .x-contact3 .x-main .x-form .x-but button {
    line-height: 45px;
    font-size: 16px;
  }
  .x-contact3 {
    margin: 50px 0;
  }
  .x-contact3 .x-main .x-form {
    margin-top: 30px;
  }
  .x-programme .cont .x-list li {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .x-programme .cont .x-list li + li {
    margin-top: 1rem;
  }
  .x-programme .cont .x-list li:nth-of-type(n+3) {
    margin-top: 1rem;
  }
  .x-programme .cont .x-list li a figure {
    height: 11rem;
  }
  .x-programme .cont .x-list li a:hover .x-botton .x-title {
    font-size: 22px;
  }
  .x-programme .cont .x-list li a .x-botton .x-title {
    font-size: 20px;
  }
  .x-programme .cont .x-list li a .x-botton {
    bottom: 1.4rem;
    padding: 0 0.8rem 1rem;
		position: static;
  }
  .x-programme .cont .x-list li a .x-botton .x-title::before {
    right: 18px;
  }
  .x-programme {
    padding: 1.2rem 0;
  }
  .x-show-shlution .x-contact-a .cont {
    padding: 0;
  }
  .x-show-shlution .x-contact-a {
    left: 1rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li figure {
    height: 10.1rem;
  }
  .x-show-shlution2 .cont .x-left div .x-botton .x-text {
    font-size: 1.2rem;
  }
  .x-gg-text .x-title {
    font-size: 1.2rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li p {
    font-size: 14px;
    margin-top: 0.3rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li + li {
    margin-top: 18px;
  }
  .x-gg-text p {
    padding-bottom: 1.2rem;
		display: none;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul {
    margin: 1rem 0 1.5rem 0;
  }
  .x-show-shlution2 .cont .x-right .x-ri-ys ul li .x-title1 {
    margin-top: 0.7rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul {
    margin-top: 2rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a figure {
    width: 100%;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 {
    width: 100%;
    text-align: left;
    padding-bottom: 1rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 .x-title::before {
    left: 1.2rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 .x-title::after {
    display: none;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 .x-title {
    font-size: 16px;
    padding: 0 0.5rem 10px 1.2rem;
		font-weight: bold;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a figure {
    height: 10.5rem;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 p {
    font-size: 16px;
		padding-left: 1.2rem;
		font-weight: 400;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul li figure {
    width: 100%;
    height: 10.1rem;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul li .x-text {
    width: 100%;
    padding-right: 0;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul li figure .x-img-video {
    width: 2rem;
    height: 2rem;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul {
    margin-top: 1.4rem;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul li .x-text .x-title1 {
    margin-top: 0.7rem;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul li .x-text p {
    font-size: 14px;
  }
  .x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a figure {
    height: 9.8rem;
  }
  .x-show-shlution3 .cont .x-title {
    font-size: 1.2rem;
  }
  .x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-title1 {
    font-size: 18px;
    padding: 1rem 2rem 1rem 1rem;
  }
  .x-show-shlution3 .cont .x-sh-swiper {
    padding: 1rem 0;
  }
  .x-show-shlution3 {
    padding: 1rem 0 ;
  }
  .x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-title1::before {
    right: 20px;
  }
	.x-show-shlution3 .cont .x-sh-swiper .swiper-container .swiper-wrapper .swiper-slide a .x-title1 span{
		font-size: 16px;
	}
  .x-show-shlution3 .swiper-button-prev {
    top: 52.5%;
		display: none;
  }
  .x-show-shlution3 .swiper-button-next {
    top: 52.5%;
		display: none;
  }
  .x-show-shlution2 .cont .x-right .x-ri-tj ul li a .x-text1 span {
    margin: 0.3rem 0;
    font-size: 14px;
		padding-left: 1.2rem;
  }
  .x-show-shlution2 .cont .x-right .x-fa-video ul li .x-text p {
    margin-top: 0.5rem;
  }
  .x-product-list .cont .x-left {
    width: 100%;
    margin: 20px 0  30px 0;
  }
  .x-product-list .cont .x-right {
    width: 100%;
  }
  .x-product-list .cont .x-left ul li .x-li-a a {
    margin: 10px 0 0 10px;
  }
  .x-product-list .cont .x-left ul li .x-title {
    font-size: 16px;
		font-weight: bold;
  }
  .x-product-list .cont .x-right ul li {
    width: 100%;
  }
  .x-product-list .cont .x-left ul li {
    padding: 0.5rem 0;
  }
  .x-product-list .cont .x-right ul li + li {
    margin-top: 1rem !important;
  }
  .x-product-list .cont .x-right ul li a figure {
    height: 9.5rem;
  }
  .x-product-list .cont .x-right ul li a {
    padding: 0.8rem;
  }
  .x-product-list .cont .x-right ul li a .x-top .x-title {
    font-size: 1rem;
  }
  .x-product-list .cont .x-right ul li a .x-top::before {
    width: 30px;
    height: 30px;
  }
  .x-product-list .cont .x-right ul li a .x-top p {
    font-size: 14px;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide figure {
    width: 100%;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right {
    width: 100%;
    padding: 1rem;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
    font-size: 16px;
    margin: 0.4rem 0 0.3rem 0;
  }
  .x-news .cont .swiper-container .swiper-pagination {
    right: -120px;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10rem;
  }
  .x-news .cont .swiper-container .swiper-wrapper .swiper-slide .x-right p {
    margin-bottom: 25px;
  }
  .x-news {
    margin: 1.2rem 0;
  }
  .x-news2 .cont ul li a .x-left .x-title {
    font-size: 16px;
  }
  .x-news2 .cont ul li a .x-left {
    width: 100%;
  }
  .x-news2 .cont ul li a .x-right {
    display: none;
  }
  .x-news2 .cont ul li a {
    padding: 1rem;
  }
  .x-news2 .cont ul li a .x-left p {
    margin: 10px 0;
  }
  .x-news2 {
    padding: 1.5rem 0;
  }
  .x-news2 .cont .c-page {
    margin-top: 2rem;
  }
  .x-news2 .cont ul li a .x-left span {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
  }
  .x-news2 .cont ul li a .x-left span i {
    display: block;
  }
  .x-news2 .cont ul li + li {
    margin-top: 1rem;
  }
  .x-news-show .cont .x-left .x-title {
    font-size: 1.2rem;
  }
  .x-news-show {
    padding: 1.2rem 0;
  }
  .x-news-show .cont .x-right .x-title {
    font-size: 1rem;
  }
  .x-news-show .cont .x-left .x-down {
    padding-top: 2rem;
  }
  .x-news-show .cont .x-right {
    margin-top: 3rem;
  }
  .x-news-show .cont .x-left .x-botton {
    padding: 1rem 0;
  }
  .x-news-show .cont .x-right a {
    padding: 1rem 0;
  }
  .x-news-show .cont .x-right a figure {
    height: 3.5rem;
  }
  .x-contact .x-main .x-left .x-botton ul li .x-text .x-span {
    max-width: initial;
  }
  .x-show-shlution3 .x-show-a::before {
    width: 132px;
  }
	.x-programme .cont .x-list li a figure {
	  position: static;
	  top: -30px;
	}
	.x-programme .cont .x-list li a .x-botton .x-title {
	  font-size: 24px;
	  font-weight: bold;
	}
	.x-programme .cont .x-list li a .x-botton .x-title::before {
	  display: none;
	}
	.x-programme .cont .x-list li a .x-botton .x-text {
	  height: 125px;
	  overflow: initial;
	}
	.x-show-shlution2 .cont .x-right .x-ri-tj{
		padding-bottom: 2rem;
	}
	.x-show-shlution2 .cont .x-right .x-fa-video{
		padding-bottom: 2rem;
	}
	.x-show-shlution2{
		padding-bottom: 1.8rem;
	}
}
@media (max-width: 320px) {
  .x-news .cont .swiper-container .swiper-pagination {
    right: -100px;
  }
}

.x-right-box{position: sticky;top: 100px;}
