.pchide {
  display: none;
}

.mhide {
  display: block;
}

.wkt_header {
  width: 100%;
  height: 860px;
  background-image: url(./wkt_mobile_head_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.wkt_container {
  padding-top: 36px;
}

.wkt_part {
  width: 100%;
}

.wkt_zyjs {
  margin-top: 80px;
}

.wkt_zyjs_left {
  width: 100%;
  padding: 0 30px;
}

.wkt_zyjs_right {
  padding-top: 45px;
  width: 100%;
}

.wkt_zyjs_title {
  font-size: 36px;
  line-height: 50px;
  padding: 0 30px;
  color: #af090b;
}

.wkt_zyjs_sub_title {
  padding: 0 30px;
  margin-top: 26px;
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 38px;
  border-bottom: 2px dashed #a2a2a2;
  color: #676767;
}

.wkt_zyjs_list {
  padding: 0 30px;
  padding-top: 20px;
}

.wkt_zyjs_item {
  padding-left: 36px;
  padding-right: 160px;
}

.wkt_zyjs_item a {
  font-size: 28px;
  line-height: 90px;
  color: #313131;
}

.wkt_zyjs_item:before {
  width: 22px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  background-size: cover;
}

.wkt_zyjs_time {
  font-size: 26px;
  top: 50%;
  transform: translateY(-50%);
  color: #626262;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wkt_xxgc_part {
  margin-top: 40px;
}

.wkt_xxgc {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 66px;
  padding: 70px 30px 12px;
}

.wkt_xxgc_item {
  width: 100%;
  padding: 40px 20px;
  height: 310px;
  margin-left: 0 !important;
  margin-bottom: 40px;
}

.wkt_xxgc_item_title {
  font-size: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 35px;
  white-space: nowrap;
}

.wkt_xxgc_item_title:before {
  font-size: 30px;
}

.wkt_xxgc_item_content {
  height: 160px;
  margin-top: 40px;
  padding: 25px 18px;
  font-size: 28px;
  line-height: 55px;
}

.wkt_xxgc_item_content div {
  height: 100%;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  color: #1b1b1b;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wkt_qwjd {
  padding: 0 30px;
  margin-top: 22px;
}

.wkt_qwjd .wkt_qwjd_item {
  width: 100%;
  margin-left: 0;
  padding: 40px 0;
  padding-left: 38px;
  border-bottom: 2px dashed #d2d2d2;
}

.wkt_qwjd .wkt_qwjd_item:last-child {
  border: 0;
}

.wkt_qwjd_item a {
  font-size: 28px;
  line-height: 28px;
}

.wkt_fg {
  margin: 40px 0 80px;
}

.wkt_swiper_mobile_contain {
  position: relative;
  padding: 0 70px 0 66px;
}

.wkt_mobile_swiper {
  height: 925px;
  overflow: hidden;
}

.wkt_mobile_swiper a {
  width: 100%;
  height: 100%;
}

.wkt_mobile_swiper img {
  width: 100%;
  height: 100%;
}

.wkt_swiper_mobile_pre {
  position: absolute;
  z-index: 10;
  left: 35px;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background-color: #c90000;
  background-image: url(./wkt_left_arrow_white.png);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
  background-size: 60%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wkt_swiper_mobile_next {
  position: absolute;
  width: 70px;
  z-index: 10;
  height: 70px;
  right: 35px;
  top: 50%;
  border-radius: 50%;
  margin-top: -35px;
  cursor: pointer;
  background-color: #c90000;
  background-image: url(./wkt_left_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wkt_swiper_mobile_pagination {
  text-align: center;
  margin-top: 38px;
}

.wkt_swiper_mobile_pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid #bfbfbf;
  opacity: 1;
  margin-right: 20px;
  background-color: #fff;
}

.wkt_swiper_mobile_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.wkt_swiper_mobile_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 65px;
  border-radius: 10px;
  background-color: #c90000;
  border-color: #c90000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wkt-bottom {
  padding-top: 102px;
}

.wkt_mtjj_part {
  width: 750px;
  padding: 0 30px;
  background-image: url();
}

.wkt_mtjj {
  width: 100%;
  padding: 20px 20px 60px;
}

.wkt_mtjj .wkt_mtjj_item {
  width: 100%;
  height: auto;
  padding: 28px 28px 28px 60px;
  margin-left: 0;
}

.wkt_mtjj_item {
  font-size: 28px;
  line-height: 50px;
  margin-top: 40px;
}

.wkt_mtjj_item:before {
  width: 30px;
  height: 30px;
  background-position: center;
  top: 36px;
}

.wkt_bq {
  margin-top: 234px;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 122px;
  color: #313131;
}

.wkt-bottom {
  position: relative;
  background-image: none;
}

.wkt-bottom:before {
  position: absolute;
  content: '';
  width: 202px;
  height: 570px;
  top: 245px;
  background-image: url(./wkt_reg_mobile_1.png);
}

.wkt-bottom:after {
  position: absolute;
  content: '';
  width: 705px;
  height: 443px;
  bottom: 290px;
  z-index: -1;
  right: 0;
  background-image: url(./wkt_red_mobile_2.png);
}
.wkt_xxgc_part {
  width: 750px;
}

.zyjs {
  position: relative;
}
.zyjsm {
  width: 140px;
  position: absolute;
  top: 110px;
  right: 0px;
}

.xxgc {
  position: relative;  
}
.xxgcm {
  width: 140px;
  position: absolute;
  top: 40px;
  right: 0px;
}

.qwjd {
  position: relative;  
}
.qwjdm {
  width: 140px;
  position: absolute;
  top: 110px;
  right: 0px;
}

.wkt_mtjj_part {
  position: relative;  
}
.mtjjm {
  width: 140px;
  position: absolute;
  top: 40px;
  right: 0px;
}