.swcon {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swcon_swiper {
  width: 100%;
  height: 3rem;
  position: relative;
  overflow: hidden;
}
.swconbg {
  transform: scale(1.5, 1.5);
}

.swconbg {
  transform: scale(1, 1);
  opacity: 1;
  transition: all 10s ease-out;
}

.swcon .swconbg {
  width: 100%;
  position: relative;
  z-index: 0;
}

.swcon .swconTxt {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swconTxt_tit {
  width: 4.2rem;
  margin: 0.4rem auto 0 auto;
}

.swconTxt_tit img {
  width: 100%;
}

.swconTxt_txt {
  width: 6rem;

  color: #fff;
  line-height: 0.43rem;
  position: relative;
  z-index: 10000;
}

.swconTxt_txt p {
  font-size: 0.28rem;
  height: 0.8rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swconTxt_btn {
  width: 2rem;
  height: 0.45rem;
  display: block;
  text-align: center;
  border-radius: 0.2rem;
  background-color: #f3ca00;
  line-height: 0.45rem;
  font-size: 0.24rem;
  margin: 0.2rem auto;
}

.swconTxt_btn span {
  color: #000000;
  /* // margin-right: 5px; */
}

.swconTxt_btn img {
  width: 0.3rem;
  vertical-align: top;
  margin-top: 0.13rem;
}

.wave {
  position: absolute;
  overflow: hidden;
  bottom: 0;
}

.wave img {
  width: 250%;
  animation: rowup 15s linear infinite;
  -moz-animation: rowup 15s linear infinite;
  -webkit-animation: rowup 15s linear infinite;
  -o-animation: rowup 15s linear infinite;
}

@keyframes rowup {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.swiperNew .van-swipe__track {
  height: auto;
}

.swiperNew .van-swipe__indicators {
  left: 100%;
  transform: translateX(-120%);
}

.swiperzl {
  flex: 1;
  margin-top: 0.2rem;
  position: relative;
}
.swiperzl img {
  width: 100%;
}
.jtnews_imgcon_igm {
  width: 6.9rem;
  position: relative;
  overflow: hidden;
}

.jtnews_imgcon_igm img {
  width: 100%;
}

.jtnews_imgcon_txt {
  width: 100%;
  line-height: 0.6rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  font-size: 0.14px;
  color: #ffffff;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.jtnews_imgcon_txt span {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jtnews_con_t {
  width: 100%;
  padding: 0 0.1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: solid 1px #eeeeee;
}

.jtnews_con_t li {
  float: left;
  color: #333333;
  font-size: 0.28rem;
  width: 20%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.jtnews_con_t li.on {
  color: #cc3029;
}

.jtnews_con_t li.on span {
  display: inline-block;
  height: 0.74rem;
  padding: 0 0.5208vw;
  border-bottom: 2px solid #f3ca00;
}

.jtnews_con_ul {
  width: 100%;
  padding-left: 1.0417vw;
  /* // margin-top: 1.5104vw; */
  box-sizing: border-box;
  display: none;
}

#jtnews_con_ul1 {
  display: block;
}
.pages {
  margin-top: 0.3rem;
}
.jtnews_con_ul li {
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #eeeeee;
}

.jtnews_con_ul li a {
  color: #333333;
  padding-left: 0.3rem;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
}

.jtnews_con_ul li a::before {
  display: block;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background-color: #cc3029;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.06rem;
}

.jtnews_con_ul li a .newt {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.26rem;
}
.jtnews_con_ul li a .newt p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jtnews_con_ul li a .time {
  color: #999999;
  font-size: 0.22rem;
  text-align: right;
}

.zltit {
  margin-top: 0.08rem;
  color: #333333;
  font-size: 0.26rem;
  font-weight: 700;
  text-align: left;
  position: relative;
}

.zltit::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0.45rem;
  height: 0.05rem;
  background-color: #f3ca00;
}

.more {
  margin-top: 0.45rem;
  color: #cc3029;
  font-size: 0.24rem;
  text-align: left;
  display: block;
}

.zlswiper {
  width: 100%;
  display: flex;
  height: 2.8rem;
  margin-bottom: 0.3rem;
}
.zlswiperR {
  width: 5rem;
  display: block;
  margin-top: 0.2rem;
}
.zlswiperR img {
  width: 100%;
  border-radius: 0.1rem;
}
.zlswiperl {
  width: 1.7rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0.5rem;
}

.zlswiperl_ico {
  width: 0.34rem;
}

.zlswiperl_ico img {
  width: 100%;
}
.zlswiper_img {
  width: 5rem;
}
.zlswiper_img img {
  width: 5rem;
  border-radius: 0.1rem;
}
.swiperzl .van-swipe__indicator {
  background-color: #b0b0b0;
}
.zlswiper1 {
  background: url(../images/index/zlbg1.png) no-repeat;
  background-size: 100%;
}

.zlswiper2 {
  background: url(../images/index/zlbg2.png) no-repeat;
  background-size: 100%;
}

.zlswiper3 {
  height: 2.5rem;
  margin-bottom: 0;
  background: url(../images/index/zlbg3.png) no-repeat;
  background-size: 100%;
}

.Mblock {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
}

.introbg {
  width: 100%;
  box-sizing: border-box;
  background: url(../images/index/beijing.png) no-repeat;
  background-size: 100%;
  padding: 0 0.15rem 0.3rem;
}

.introbg .intro_tit {
  text-align: center;
  line-height: 0.7rem;
  height: 0.7rem;
  font-size: 0.28rem;
  color: #333333;
}

.introbg .intro_txt {
  height: 2.1rem;
  line-height: 0.42rem;
  font-size: 0.28rem;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.zbgg {
  width: 100%;
}

.zbgg li {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  background: #b7111b;
  font-size: 0.28rem;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.zbgg li .txt {
  width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zbgg li .txt a {
  color: #fff;
}

.zbgg li .time {
  font-size: 0.24rem;
  text-align: right;
}

.ywly {
  display: flex;
  justify-content: space-between;
}

.ywly .ywly_l {
  width: 3.27rem;
  height: 4.04rem;
  overflow: hidden;
  position: relative;
}

.ywly .ywly_l .ywly_l_img {
  width: 100%;
}

.ywly .ywly_l .ywly_l_img img {
  width: 100%;
  display: block;
  border-radius: 0.1rem;
}

.ywly .ywly_l .ywtext {
  width: 100%;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #eac304;
  color: #ffffff;
  font-size: 0.3rem;
  text-align: center;
  z-index: 100;
}

.ywly .ywly_r {
  width: 3.41rem;
}

.ywly .ywly_r .ywlyb {
  width: 100%;
  height: 1.92rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  position: relative;
}

.ywly .ywly_r .ywlyb .ywly_l_img {
  width: 100%;
}

.ywly .ywly_r .ywlyb .ywly_l_img img {
  width: 100%;
  display: block;
  border-radius: 0.1rem;
}

.ywly .ywly_r .ywlyb .ywtext {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #eac304;
  color: #ffffff;
  font-size: 0.3rem;
  text-align: center;
  z-index: 100;
}

.title {
  width: 100%;
  display: flex;
  height: 0.9rem;
  line-height: 0.9rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.title img {
  width: 100%;
}

.title .title_txt {
  height: 0.9rem;
  display: flex;
}

.title .title_txt span {
  color: #af3840;
  font-size: 0.32rem;
  font-weight: 700;
}

.title .title_txt i {
  font-size: 0.24rem;
  color: #f3ca00;
  opacity: 0.5;
  margin-left: 0.1rem;
  font-style: normal;
  line-height: 0.99rem;
}

.title .more {
  font-size: 0.24rem;
  color: #999999;
}

.img {
  width: 2.18rem;
  height: 1.45rem;
  overflow: hidden;
}

.img img {
  width: 100%;
}

.van-image__img {
  height: auto;
}

.pinpai {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.pinpai_img {
  flex-basis: 1.6rem;
  margin-bottom: 0.2rem;
}

.pinpai_img img {
  width: 1.6rem;
  /* // border: 1px solid #; */
  box-shadow: 0px 0px 0.04rem 0px rgba(0, 0, 0, 0.3);
}

.van-cell {
  padding: 10px 0;
}
/* 专栏 */
.box_column {
  display: flex;
  position: relative;
}

.box_column .box_left_col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.78rem;
  height: 2.5rem;
}
.box_column  .column_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.box_column .box_left_col .column_link{
  background-color: #f3ca00;
  margin-right: .1rem;
}
.box_column .box_right_col .column_link {
  width: 1.62rem;
  height: 1.18rem;
  margin-bottom: .1rem;
  background-color: #f3f3f5;
}
.box_column .column_link .column_icon {
  display: block;
  width: 0.56rem;
  height: 0.46rem;
 object-fit: contain;
  margin: 0 auto;
}
.box_column .column_link .column_lable {
  font-size: 0.3rem;
}
.box_column .box_left_col .column_link .column_lable {
  color: #cc3029;
}
.box_column .box_right_col .column_link .column_lable {
  color: #333333;
}

.box_column .box_right_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 5.1rem;
}

/* 宣传片 */
.box_video{
  padding: .3rem 0 ;
  position: relative;
}
.box_video .xcp_video{
  display: block;
  width: 6.9rem;
	height: 3rem;
  margin: 0 auto;
  position: relative;
}
.box_video .btn_video {
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/intro/icon_btn_video.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 666;
}
/* 视频弹窗 */
.pop_video {
  height: 100%;
}
#playervideo {
}

.VideoModel {
  display: none;
  position: relative;
  z-index: 1000;
}
.video_model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.video_con {
  width: 100%;
  max-height: 80%;
  top: 50%;
  z-index: 1001;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
}
.closeVd {
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  z-index: 66;
  transform: translate(-50%, 0);
  cursor: pointer;
  background: url("../images/intro/close_white.png") no-repeat;
  background-size: 100%;
}

.video-player {
  width: 100%;
  max-height: 100%;
}

.player {
  background: #000;
}

.video-player video {
  width: 100%;
  max-height: 800px;
}
