.news_live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_live .img_live {
  margin-right: .1rem;
  width: .3rem;
}

.news_live .tit {
  font-size: .22rem;
  font-weight: bold;
  color: #fff;
}

.news_live .news_message_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: .35rem;
}

.news_live .news_message_container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_live .news_message_container .swiper-slide .sitem {
  width: 100%;
}

.news_live .news_message_container .swiper-slide .sitem a {
  display: block;
  color: #fff;
  font-size: .24rem;
}

/* head_serach */
.head_search_wrap {
  margin-top: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: .72rem;
  background-color: #fff;
}

.head_search_wrap .type {
  position: relative;
  font-size: .20rem;
  position: relative;
  color: #333;
  width: 1rem;
  border-right: 0;
  text-align: center;
}

.head_search_wrap .type .type_value {
  height: 100%;
  line-height: .72rem;
}

.head_search_wrap .type i {
  margin-left: .1rem;
  font-size: .2rem;
}

.head_search_wrap .type_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  padding: .1rem 0;
  background: #fff;
  z-index: 100;
  border-top: 1px solid #0276C9;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.head_search_wrap .type_list .item {
  font-size: .2rem;
  color: #303133;
  line-height: .48rem;
}

.head_search_wrap .head_inp_search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 .1rem;
  font-size: .2rem;
  color: #333;
  border: none;
}

.head_search_wrap .head_btn_search {
  padding: 0 .3rem;
  height: .72rem;
  line-height: .72rem;
  font-size: .2rem;
  background: #0276C9;
  color: #fff;
  border: none;
}

.video_show {
  margin-top: .3rem;
  position: relative;
}

.video_show video {
  width: 100%;
}

.video_show .txt {
  line-height: .6rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: .3rem;
}

.register_wrap {
  margin-top: .4rem;
  padding:10px;
  background-color:#333;
  border-radius:4px;
}

.register_wrap .tit {
  margin-bottom: .3rem;
  color: #DCB387;
  font-size: .32rem;
  font-weight: bold;
  text-align: center;
}

.register_wrap .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.register_wrap .cont .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
  width: 33.33%;
  color: #DCB387;
  font-size: .24rem;
}

.register_wrap .cont .item img {
  margin-right: .1rem;
  width: .5rem;
  height: .5rem;
}

.btn_register_m {
    margin-top:10px;
    display: block;
    width: 100%;
    height: 40px;
    line-height:40px;
    text-align:center;
    font-size:15px;
    border-radius: 360px;
    background-color: #DCB387;
    color:#333;
}

.exhibition_room {
    margin-top: .3rem;
}

.exhibition_room_container {
  padding-bottom: .2rem;
}

.exhibition_room_container .swiper-pagination-bullets {
  bottom: 0;
}

.exhibition_room_container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exhibition_room_container .swiper-slide .item {
  width: 48%;
  margin-bottom: .3rem;
  padding: .15rem;
  background-color: #fff;
  overflow: hidden;
  border-radius:4px;
}

.exhibition_room_container .swiper-slide .item .tit {
  margin-bottom: .2rem;
  display: block;
  font-size: .28rem;
  color: #333;
  font-weight: bold;
}

.exhibition_room_container .swiper-slide .item .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.6rem;
  background-color: #f1f1f1;
}

.exhibition_room_container .swiper-slide .item .img_wrap img {
  width: 100%;
}

.exhibition_room_container .swiper-slide .item .mes {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exhibition_room_container .swiper-slide .item .mes .m1 {
  width: 50%;
}

.exhibition_room_container .swiper-slide .item .mes .m1 .citem {
  display: block;
  font-size: .24rem;
}

.exhibition_room_container .swiper-slide .item .mes .m1 .citem.c1 {
  font-weight: bold;
  color: #333;
}

.exhibition_room_container .swiper-slide .item .mes .m1 .citem.c2 {
  font-size: .24rem;
  color: #999;
}

.exhibition_live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exhibition_live .item {
  display: inline-block;
  margin-bottom: .2rem;
  width: 48%;
  background-color: #fff;
  overflow: hidden;
}

.exhibition_live .item .img_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  height: 2rem;
  background-color: #f1f1f1;
}

.exhibition_live .item .img_wrap img {
  width: 100%;
}

.exhibition_live .item .img_wrap .tip {
  padding: 0 .1rem;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 96%;
  height: .5rem;
  line-height: .5rem;
  font-size: .2rem;
  color: #fff;
  background-image: url(../img/imgwap/img204.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.exhibition_live .item .img_wrap .tag {
  display: inline-block;
  position: absolute;
  top: .1rem;
  left: .1rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  width: 1.2rem;
  color: #fff;
  font-size: .2rem;
  border-radius: 360rem;
}

.exhibition_live .item .img_wrap .tag i {
  margin-right: .03rem;
  font-size: .2rem;
}

.exhibition_live .item .img_wrap .tag.red {
  background-color: #F40A0A;
}

.exhibition_live .item .img_wrap .tag.gray {
  background-color: #999;
}

.exhibition_live .item .img_wrap .tag.orange {
  background-color: #0276C9;
}

.exhibition_live .cont {
  padding: .15rem;
}

.exhibition_live .cont .tit {
  margin-top: .15rem;
  font-size: .24rem;
  font-weight: bold;
  color: #333;
}

.exhibition_live .cont .mes {
  margin-top: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: .22rem;
}

.exhibition_live .cont .mes .label {
  color: #666;
}

.exhibition_global {
  margin-bottom: .3rem;
  padding: .2rem;
  background-image: url(../img/imgwap/img210.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:4px;
}

.exhibition_global .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .3rem;
  color: #fff;
  border-radius:4px;
}

.exhibition_global .tit .btn_publish {
  display: inline-block;
  width: 1.2rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  color: #fff;
  font-size: .22rem;
  font-weight: normal;
  background-color: #0276C9;
}

.exhibition_global .dec {
  margin: .2rem 0 .4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exhibition_global .dec .item {
  margin-right: .3rem;
}

.exhibition_global .dec .item span {
  display: block;
  color: #fff;
}

.exhibition_global .dec .item span.s1 {
  font-size: .28rem;
}

.exhibition_global .dec .item span.s2 {
  font-size: .2rem;
}

.exhibition_global .quote_message {
  height: 1.5rem;
  color: #fff;
}

.exhibition_global .quote_message .swiper-slide {
  opacity: .5;
  font-size: .2rem;
}

.exhibition_global .quote_message .swiper-slide-active {
  opacity: 1;
  font-size: .24rem;
}

.exhibition_meeting {
  margin-bottom: .4rem;
  background-color: #fff;
  border-radius:4px;
}

.exhibition_meeting .meeting_swiper_container {
  height: 5rem;
}

.exhibition_meeting .item {
  padding: 0 .2rem;
  background-color: #fff;
  border-bottom: 1px dashed #ddd;
 /* height: auto !important;*/
}

.exhibition_meeting .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .15rem 0;
}

.exhibition_meeting .item a .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  width: 0;
}

.exhibition_meeting .item a .cont .tit {
  margin-bottom: .15rem;
  font-size: .26rem;
  color: #0276C9;
  font-weight: bold;
}

.exhibition_meeting .item a .cont .tit .tag {
  position: relative;
  top: -.01rem;
  margin-right: .1rem;
  display: inline-block;
  width: .3rem;
  height: .3rem;
  line-height: .3rem;
  color: #fff;
  text-align: center;
  font-size: .22rem;
  border-radius: 360px;
}

.exhibition_meeting .item a .cont .tit .tag.blue {
  background-color: #0276C9;
}

.exhibition_meeting .item a .cont .tit .tag.orange {
  background-color: #FF6A00;
}

.exhibition_meeting .item a .cont .kind {
  margin: .1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exhibition_meeting .item a .cont .kind span {
  display: inline-block;
  margin-right: .1rem;
  padding: 0 .15rem;
  height: .4rem;
  line-height: .4rem;
  background-color: #F3F4F7;
  color: #333;
  font-size: .2rem;
}

.exhibition_meeting .item a .cont .mes {
  color: #333;
}

.exhibition_meeting .item a .cont .mes .label {
  color: #999;
}

.exhibition_meeting .item a .cont .mes + .mes {
  margin-top: 5px;
}

.exhibition_hot .hot_list .item {
  width: 4.9rem;
  padding: .15rem;
  margin-bottom: .15rem;
  margin-right: .2rem;
  border-radius: 4px;
  background-color: #fff;
}

.exhibition_hot .hot_list .item a {
  display: block;
}

.exhibition_hot .hot_list .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .15rem;
}

.exhibition_hot .hot_list .item .head .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: .6rem;
  height: .6rem;
  margin-right: .1rem;
  border: 1px solid #eee;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: .04rem;
}

.exhibition_hot .hot_list .item .head .img_wrap img {
  width: 100%;
}

.exhibition_hot .hot_list .item .head .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.exhibition_hot .hot_list .item .head .cont .tit {
  margin-bottom: .1rem;
  font-size: .26rem;
  font-weight: bold;
  color: #333;
}

.exhibition_hot .hot_list .item .head .cont .mes_tag img {
  margin-right: .1rem;
  width: .3rem;
}

.exhibition_hot .hot_list .item .head .cont .mes_tag .tag {
  font-size: .2rem;
  color: #EDA711;
}

.exhibition_hot .hot_list .item .total_wrap {
  margin-bottom: .15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F9F9F9;
}

.exhibition_hot .hot_list .item .total_wrap .item {
  margin:.15rem .1rem; 
  width: 33.33%;
}

.exhibition_hot .hot_list .item .total_wrap .item span {
  display: block;
  font-size: .2rem;
}

.exhibition_hot .hot_list .item .total_wrap .item .mes1 {
  color: #999;
}

.exhibition_hot .hot_list .item .total_wrap .item .mes2 {
  color: #333;
}

.exhibition_hot .hot_list .item .pic_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exhibition_hot .hot_list .item .pic_wrap .item {
  width: 33.33%;
  padding: 0 .1rem;
  height: 1.4rem;
  background-color: #f8f8f8;
  overflow: hidden;
  text-align: center;
  line-height: 1.4rem;
}

.exhibition_hot .hot_list .item .pic_wrap .item img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.exhibition_hot .hot_list .item .sort_wrap {
  position: absolute;
  z-index: 10;
  top: -1.5rem;
  right: 0px;
  width: .3rem;
  height: .3rem;
  line-height: .3rem;
  color: #fff;
  text-align: center;
  background: url("../img/imgwap/img211.png") no-repeat center;
  background-size: contain;
}

.recommend_list {
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recommend_list .item {
  margin-bottom: .2rem;
  width: 48%;
  background-color: #fff;
  border-radius:4px;
}

.recommend_list .item a {
  display: block;
}

.recommend_list .item .pro_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  background-color: #f1f1f1;
  border-radius:4px;
}

.recommend_list .item .pro_img img {
  max-width: 100%;
  max-height: 100%;
}

.recommend_list .item .cont {
  padding: .1rem;
}

.recommend_list .item .cont .pro_name {
  font-weight: bold;
  font-size: .24rem;
  color: #333;
  height:.64rem;
}

.recommend_list .item .cont .mes1 {
  margin-top: .1rem;
  color: #666;
}

.recommend_list .item .cont .mes2 {
  margin-top: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0276C9;
}

.recommend_list .item .cont .mes2 .price {
  color: #F10808;
  font-size: .28rem;
}

.video_wrap{
   
}
.video_wrap .img_wrap{
    position:relative; 
}
.video_wrap .img_wrap img{
   width:100%;
}
.video_wrap .img_wrap .mask_play {
    content: "";
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
}

    .video_wrap .img_wrap .mask_play i {
        color: #fff;
        font-size: 26px;
    }
/*# sourceMappingURL=index.css.map */