div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url('../images/ajax-loader.gif');
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.imgx-video {
  width: 100%;
  height: 619px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

}

@media (max-width: 768px) {
  .imgx-video {
    height: 319px;
  }
}

.bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
}

.bofang svg {
  width: 60px;
  height: 60px;
}

.imgx-video img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.video-con {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  top: 0;
  z-index: 9999
}

.video-con .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: .6667rem;
  top: .6667rem;
  display: block;
  cursor: pointer
}

.video-con .icon.close {
  background: url(../images/x.png) center no-repeat;
  background-size: 100%
}

.video-con #video {
  width: 10.3333rem;
  height: 70vh;
  margin: 0 auto;
  margin-top: 15vh
}

.head-sou {
  position: relative;
  margin-right: 20px;
}

.head-sou .ion-android-search {
  font-size: 25px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  transition: all .5s;
}

.head-sou .soufrom {
  width: 0;
  overflow: hidden;
  transition: all .5s;
}

.head-sou .mkdf-search-widget {
  margin: 0;
}

.head-sou.onsou .soufrom {
  width: 100%;
  margin-top: -4px;
}

.head-sou.onsou .ion-android-search {
  opacity: 0;
  z-index: -1;
}

.banner {
  width: 100%;
  position: relative;
  height: 100vh;
}

@media (max-width: 1000px) {
  .banner {
    height: initial;
  }

  .pc-ban {
    display: none;
  }
}

.banner .swp-bannerx {
  height: 100%;
  width: 100%;
}

.banner .swp-bannerx .swiper-wrapper {
  height: 100%;
}

.banner .swp-bannerx .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
}

.banner .swp-bannerx .swiper-wrapper .swiper-slide .info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.banner .swp-bannerx .swiper-wrapper .swiper-slide .info .b-title {
  text-align: center;
  line-height: 65px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 30px;
  border-color: rgb(128, 128, 128);
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  color: rgb(255, 255, 255);
  font-family: Rajdhani;
  text-transform: uppercase;
  visibility: visible;
  margin-left: 60px;
  transition: all .5s;
  opacity: 0;
}

.banner .swp-bannerx .swiper-wrapper .swiper-slide .info .b-title.show {
  margin-left: 0;
  opacity: 1;
}

.banner .swp-bannerx .swiper-wrapper .swiper-slide .imgcon {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .swp-bannerx .swiper-wrapper .swiper-slide .imgcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swp-bannerx .swiper-wrapper .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .swp-bannerx .swiper-wrapper .swiper-slide .video .banner-video {
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
}

.banner .swp-bannerx .swiper-button-next,
.banner .swp-bannerx .swiper-button-prev {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, .3);
  bottom: 20px;
  top: initial
}

.banner .swp-bannerx .swiper-button-next:hover,
.banner .swp-bannerx .swiper-button-prev:hover {
  background-color: #fff;
}

.banner .swp-bannerx .swiper-button-next:hover::after,
.banner .swp-bannerx .swiper-button-prev:hover::after {
  color: #000;
}

.banner .swp-bannerx .swiper-button-prev::after {
  content: '\e824';
  font-family: 'revicons';
  font-size: 30px;
  color: #ffffff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

.banner .swp-bannerx .swiper-button-next::after {
  content: '\e825';
  font-family: 'revicons';
  font-size: 30px;
  color: #ffffff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

.newslis-nav {
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;


}

@media (max-width: 1000px) {
  .newslis-nav {
    margin: 30px 0;
  }
}

.newslis-nav .li-nav {
  margin: 0 5px;
}

.newslis-nav .li-nav a {
  padding: 5px 13px;
  color: #191919;
  font-size: 15px;
  display: inline-block;
}

.newslis-nav .li-nav.active a {
  border-radius: 30px;
  background: rgba(25, 25, 25, 0.05);
  font-weight: bold;
}

.news-li {
  margin-bottom: 30px;
}

.news-li .img {
  width: 100%;
  height: 290px;
  overflow: hidden;
  border-radius: 15px;
}

.news-li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-li .title {
  font-weight: 600;
  margin: 10px 0;
  color: #000;
  height: 52px;

}

.b-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-li .time {
  font-size: 13px;
  color: rgb(85, 85, 85);
}

/* .page {
  margin: 30px 0;
  margin-bottom: 60px;
} */

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.page {
  /* margin-bottom: 60px; */
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-num,
.page-link {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #eaeaea;
  border: 1px solid #dee2e6;
  margin: 0 5px;
  border-radius: 5px;
}

.page-num:hover,
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
}

.page-num:not(:disabled) {
  cursor: pointer;
}

.page-num-current {
  z-index: 1;
  color: #fff;
  background-color: #5b5b5b;
  border-color: #5b5b5b;
}