/*首页*/
.firstscreen-ad {
	width:100%;
	height:100vh;
	display:block;
	position:relative;
	z-index:999;
}
.firstscreen-ad img{
	width:100%;
	height:100vh;
}
.ad-morelink{
	height:3.0rem;
	width:100%;
	display:block;
	position:absolute;
	left:0;
	bottom:14vh;
	text-align:center;
}
/*.firstscreen-ad span{
	height:2.0rem;
	line-height:2.0rem;
	width:40%;
	display:block;
	border-radius:50px;
	background:#bf2d26;
	color:#fff;
	text-align:center;
	font-size:0.8rem;
	margin:0 auto;
}*/
.Ad-narrow-miaodian{
	width:100%;
	height:3.0rem;
	position:absolute;
	bottom:15vh;
	left:0;
	display:block;
}
.ad-narrow{
	width:2.0rem;
	height:2.0rem;
	display:block;
	background:url("../images/Ad-narrow.png") no-repeat;
	background-size:100% 100%;
	margin:0 auto;
	
}
.meeting-titleh2{
	font-size:0.9rem;
	color:#333;
}
.subtitle-h3{
	font-size: 0.8rem;
    color: #333;
}
/*大会介绍*/
.meeting-introduce{
	background:#fff;
	padding:20px;
}
.meeting-tab{
	height:2.2rem;
	line-height:2.0rem;
	margin-bottom:15px;
}
.meeting-tab li{
	height:2.0rem;
	float:left;
	font-size:0.9rem;
	color:#666;
}
.meeting-content a{
	color:#666;
}
.hide{
	display:none;
}
.tab-active{
	color:#333 !important;
	font-weight:bold;
	border-top:0;
  	border-bottom:4px solid #FE4545;
	border-image: -webkit-linear-gradient(#FE4545,#FE8290) 30 30;
    border-image: -moz-linear-gradient(#FE4545,#FE8290) 30 30;
    border-image: linear-gradient(#FE4545,#FE8290) 30 30;
}
.red-line{
	height:4px;
	width:50%;
	border-radius:2px;
	display:block;
	background-image:linear-gradient(to right, #fe4545 ,#fe8290);
	margin:0 auto;
	
}

.meeting-introduce-img{
	width:100%;
	height:6.0rem;
	border-radius:6px;
	
}
.meeting-introduce-img img{
	width:100%;
	height:100%;
	border-radius:6px;
}
.meeting-introduce-texttitle{
	font-size:0.8rem;
	color:#333;
	padding-bottom:10px;
}
 .meeting-introduce-texttitle span{
 	display:block;
 	font-weight:bold;
 	/*text-align:center;*/
 }
 .meeting-introduce-time{
 	font-size:0.7rem;
 	color:#999;
 	/*text-align:center;*/
 }
.meeting-introduce-text{
	padding-top:15px;
}
.meeting-introduce-text p{
	text-indent:2em;
	margin-bottom:15px;
	font-size:0.7rem;
}

.esptext{display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor:pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 }

.more{
	color:#e51b29;
	font-size:0.7rem;
	text-align:center;
	margin:0 auto;
	padding-right:20px;
	background:url("../images/narrow-right.png") no-repeat right;
	background-size:12% 80%;
}
.more span{
	float:left;
}
.narrow-right{
	height:20px;
	width:10px;
	display:block;
	background:url("../images/narrow-right.png") no-repeat;
	background-size:100% 100%;
	float:left;
	margin-left:10px;
}

.meeting-dinner{
	
}
.meeting-dinner h2{
	font-size:0.9rem;
	color:#333;
}


/*名录*/
.list-minglu{
background:#fff;

}
.list-minglu-ul{
	background:#fff;
}
.list-minglu-ul li{
	height:3.5rem;
	width:49.5%;
	float:left;
	border-right:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
}
.list-minglu-ul li:nth-child(2n){
	border-right:0;
}
.list-minglu-ul li:nth-child(3),.list-minglu-ul li:nth-child(4){
	border-bottom:0;
}

.list-minglu-ul li a{
	height:100%;
	padding-left:10%;
	padding-right:5%;
	display:block;
	line-height:3.5rem;
}
.minglu-icon{
	width:2.0rem;
	height:2.0rem;
	float:left;
	margin-top:0.7rem;
	margin-right:10px;
}

.minglu-icon img{
	width:100%;
	height:100%;
}
.narrow-rightgray{
	width:10px;
	height:15px;
	display:block;
	background:url("../images/narrow-gray.png") no-repeat;
	background-size:100% 100%;
	float:right;
	margin-top:1.4rem;
}
.minglu-text{
	float:left;
	font-size:0.7rem;
	color:#666;
	margin-right:10px;
}


/*大会日程*/
.meeting-schedule{
	padding:20px;
	background:#fff;
}
.meeting-schedule h2{
	font-size:0.9rem;
}
/*.link-more{
	float:right;
	font-weight:normal;
	color:#e51b29;
	font-size:0.7rem;
	padding-top:5px;
}
.narrow-rightred{
	width:10px;
	height:15px;
	background:url("../../../ximages/wiffameeting/2021/narrow-right.png") no-repeat;
	background-size:100% 100%;
	display:block;
	float:right;
	margin-left:5px;
	margin-top:5px;
}*/

.meeting-schedule-tab{
	width:100%;
	height:2.0rem;
	margin-top:15px;
}

.meeting-schedule-tab li{
	float:left;
	height:1.8rem;
	line-height:1.8rem;
	font-size:0.8rem;
	/*width:30%;
	text-align:center;
	padding:5px 0;
	border:1px solid #ddd;
	border-radius:20px;*/
}
.schedule-tab-active{
	/*background:#e51b29;*/
	color:#333;
	border-radius:4px;
	border-bottom: 4px solid #FE4545;
    border-image: -webkit-linear-gradient(#FE4545,#FE8290) 30 30;
    border-image: -moz-linear-gradient(#FE4545,#FE8290) 30 30;
    border-image: linear-gradient(#FE4545,#FE8290) 30 30;
    border-top:0;
}

.schedule-dot{
	width:20px;
	height:20px;
	display:block;
	background:url("../images/dot-red.png") no-repeat;
	background-size:100% 100%;
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.meeting-schedule-content{
	padding-top:10px;
}
.meeting-schedule-list{
	padding:15px;
	background:#f4f4f4;
	border-radius:6px;
	overflow-y:auto;
	
}
.meeting-schedule-list h3{
	font-size:0.8rem;
}

.meeting-schedule-list p{
	color:#999;
}
/*.p-title{
	font-size:0.8rem;
	padding-top:10px;
	padding-bottom:5px;
	color:#333 !important;
	font-size:0.75rem;
	
}*/

/*参会费用*/
.meeting-cost{
	padding:20px;
	background:#fff;
}
.meeting-cost h2{
	color:#333;
}
.meeting-scene{
	padding-bottom:15px;
	padding-top:10px;
}
.meeting-scene h3{
	font-size:0.8rem;
	color:#333;
}
/*年会招商推介*/
.meeting-promote-tab{
	width:70%;
	float:left;
}
.meeting-promote-tab li{
	float:left;
	color:#333;
	/*font-weight:bold;*/
	font-size:0.9rem;
	margin-right:20px;
	padding-bottom:5px;
}

.promote-tab-active{
	border-bottom:4px solid #FE4545;
	border-image: -webkit-linear-gradient(#FE4545,#FE8290) 30 30;
    border-image: -moz-linear-gradient(#FE4545,#FE8290) 30 30;
    border-image: linear-gradient(#FE4545,#FE8290) 30 30;
    font-weight:bold;
    border-top:0;
}

/*招商推介-swiper*/
.swiper-container {
        width: 100%;
        height: 100%;
    }
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 100%;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.promote-img{
	height:8.0rem !important;
	background:#ccc;
	/*border-radius:6px;*/
	position:relative;
}
.promote-img img{
	width:100%;
	height:100%;
	/*border-radius:6px;*/
}

.promote-img-text{
	font-size:0.7rem;
	color:#fff;
	padding:10px;
	display:block;
	text-align:center;
	position:absolute;
	left:0;
	bottom:20px;
	background:#000;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	background-color:#000000;
	background-color:rgba(0,0,0,0.5);
}
.promote-img-text i{
	font-style:normal;
}
.meeting-promote-cost span{
	color:#333;
	font-weight:bold;
	
}
.meeting-promote-cost p{
	color:#666;
	font-size:0.7rem;
}
.dot{
	height:0.8rem;
	width:10px;
	display:block;
	float:left;
	background:url("../images/dot.png") no-repeat;
	background-size:100% 100%;
    margin-right: 10px;
    margin-top:5px;
}
.second-title{
	padding-top:5px;
}
.second-title span{
	display:inline-block;
	color:#333;
	font-weight:bold;
}
.second-title span strong{
	font-weight:bold;
	font-size:0.7rem;
}
.light-line{
	height:5px;
	width:100%;
	display:block;
	background:#FFDCE1;
	margin-top:-8px;
	
}
.meeting-scene p{
	color:#666;
	font-size:0.7rem;
}
.meeting-apply{
	background:#2880f9;
	height:2rem;
	line-height:2rem;
	color:#fff;
	text-align:center;
	font-size:0.9rem;
	border-radius:60px;
	width:60%;
	margin:0 auto;
	margin-top:15px;
}


/*交易会*/
.fair-introduction{
	background:#fff;
	
}
.fair-title{
	background:url("../images/bg2.jpg") no-repeat;
	background-size:100% 100%;
	height:6.0rem;
}
.fair-title-mask{
	background-color: rgba(0,0,0,0.3);
	height:100%;
}
.fair-title h2{
	font-size:1.0rem;
	color:#fff;
	text-align:center;
	padding-top:20px;
	
	
}
.fair-time{
	font-size:0.7rem;
	color:#fff;
	text-align:center;
}
.fair-introduce{
	padding: 10px 20px;
    margin-top: -30px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.fair-introduce h3{
	font-size:0.8rem;
	color:#333;
	padding-top:10px;
	
}
.fair-introduce-text{
	color:#666;
	padding-top:5px;
	font-size:0.7rem;
}
/*交易会-展位图*/
.fair-booth-picbox{
   /*height:17.0rem;*/
   background:#fff;
	/*background:url("../images/bg2.jpg") no-repeat top #fff;
	background-size:100% 60%;*/
	
	
}
.fair-booth-picbox-title{
	color:#fff;
	font-size:1.0rem;
	padding:10px 20px;
}
.fair-booth-pic-bg{
	/*height:10.0rem;*/
	background-color:#fff;
	background-color:rgba(255,255,255,0.3);
    width:100%;
    margin:0 auto;
    border-radius:10px;
    position:relative;
}
.booth-pic-img{
	width:100%;
	height:auto;
	background:#fff;
	margin:0 auto;
}
.booth-pic-img img{
	width:100%;
	height:100%;
}
.booth-pic-title{
	padding:5px 20px;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	background:#00BBFF;
	color:#fff;
	/*display:inline-block;
	position:absolute;
	left:0;
	top:0;*/
}
/*图片放大--start*/
  .enlargeImg_wrapper {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: rgba(52, 52, 52, 0.8);
  background-size:100%;
}
img:hover {
    cursor: zoom-in;
}
.enlargeImg_wrapper:hover {
    cursor: zoom-out;
}
  /*图片放大--end*/
  
  
  /* 第六届交易会-展位价格及服务 */
  .fair-booth-price{
	  background:#fff;
	  padding: 20px;
  }
  
  .fair-booth-price h2{
	  color: #333;
  }
  .biaozhun-booth{
	  
  }
  
  .biaozhun-booth h3{
	  font-size:0.9rem;
	  color:#333;
	  padding-top:10px;
  }
  
  .biaozhun-booth h3 span{
	  color:#999;
	  font-size:0.7rem;
	  margin-left:5px;
  }
  .tezhuang-booth  h3{
	  font-size:0.9rem;
	  color:#333;
	  padding-top:10px;
  }
  
  .tezhuang-booth h3 span{
	  color:#999;
	  font-size:0.7rem;
	  margin-left:5px;
  }
  .boot-dotred{
	  width:20px;
	  height:20px;
	  display:block;
	  background:url("../images/boot-dot.png") no-repeat;
	  background-size:100% 100%;
	  float:left;
	  margin-right:-8px;
  }
  .boot-doblue{
      width:20px;
	  height:20px;
	  display:block;
	  background:url("../images/boot-dotblue.png") no-repeat;
	  background-size:100% 100%;
	  float:left;
	  margin-right:-8px;
  }
  
  .zhanwei-left{
	  width:96%;
	  padding:0 3%;
	  margin-top:10px;
	  
  }
  .zhanwei-right{
	  width:94%;
	  height:13.0rem;
	  background:#f9f9f9;
	  border-top-left-radius:10px;
	  border-top-right-radius:10px;
	  padding:5px 3%;
  }
  
  .zhanwei-img{
	  width:30%;
	  height:4.5rem;
	  border-radius:10px;
	  float:left;
	  margin-right:3%;
  }
  .zhanwei-img:last-child{
	  margin-right:0;
  }
  
   .zhanwei-img img{
	   width:100%;
	   height:100%;
	   border-radius:10px;
   }
   
   .zhanwei-box{
	   margin-top:10px;
	   background:#f9f9f9;
   }
   .zhanwei-right span{
	   display:flex;
	   font-size:0.7rem;
	   color:#666;
	   align-items:center;
   }
   .zhanwei-right-title{
	   display:inline-block !important;
	   font-size:0.7rem;
	   font-weight:bold;
	   margin-top:5px;
	   color:#333 !important;
	   margin-bottom:10px;
   }
   .tezhuang-booth{
	   
   }
   
 /* 第六届交易会-专场推介 */
.fair-promote{
	background:#fff;
	padding:20px;
}

.fair-promote-banner{
	height:5.0rem;
}

.fair-promotebanner{
	height:5.0rem;
}


/*广告宣传*/
.fair-AD{
	background:#fff;
	padding:20px;
}
.meetinh-AD-ul{
	padding-top:10px;
}
.meetinh-AD-ul li{
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:15px;
}
.meetinh-AD-ul li a{
	color:#333;
	text-decoration:none;
	display:block;
}
.meetinh-AD-ul li:nth-child(2n){
	margin-right:0;
}
.meetinh-AD-ul li:nth-child(3),.meetinh-AD-ul li:nth-child(4){
	margin-bottom:0px
}
.meetinh-AD-img{
	width:100%;
	height:4.0rem;
	border-radius:6px;
}
.meetinh-AD-img img{
	width:100%;
	height:100%;
	border-radius:6px;
}
.meetinh-AD-text{
	padding-top:5px;
}
.meetinh-ADtext-title{
	font-size:0.65rem;
	color:#333;
}


/*赞助机会*/
.fair-sponsor{
	background:#fff;
	padding:20px;
}
.fair-sponsor-box{
	padding-top:15px;
	height:20.0rem;
	overflow-y:scroll;
}
.fair-sponsor-box h3{
	font-size: 0.8rem;
    color: #333;
}
.fair-sponsor-textbox{
	background:#f9f9f9;
	padding:5px 3% 10px 3%;
	border-radius:6px;
	margin-top:10px;
}
.sponsor-text{
	display: block;
    font-size: 0.7rem;
    color: #666;
}


/*往期会议*/
.issue-meeting{
	background:#fff;
	padding:20px;
}

.issue-meeting-ul{
	
}
.issue-meeting-ul li{
	background:#f9f9f9;
	border-radius:6px;
	height:2.5rem;
	padding:3%;
	margin-bottom:10px;
}

.issue-meeting-ul li a{
	color:#333;
	text-decoration:none;
}
.issue-img{
	width:25%;
	float:left;
	height:100%;
	border-radius:6px;
}
.issue-img img{
	width:100%;
	height:100%;
	border-radius:6px;
}
.issue-text{
	width:70%;
	padding-left:5%;
	height:100%;
	float:right;
	background:url("../images/narrow-gray.png") no-repeat 95%;
	background-size:5% 30%;
}
.issue-text span{
	display:block;
}


/*大连风光*/
.scenery{
	background:#fff;
	padding:20px;
}
.scenery-introduce{
	color:#666;
	font-size:0.7rem;
}
.scenery-introduce p{
	margin-top:10px;
}
.scenery-img{
	width:100%;
	height:15.0rem;
	margin-top:10px;
}
.scenery-img img{
	width:100%;
	height:100%;
}


/*支持单位*/
.support-unit{
	background:#fff;
	padding:10px 20px;
}

.support-unit-ul{
	
}
.support-unit-ul li{
	
}
.support-unit-title{
	font-size:0.8rem;
	border-bottom:1px solid #ddd;
	height:2.0rem;
	line-height:2.0rem;
}
.support-unit-text{
	font-size:0.7rem;
	color:#666;
	background:#f9f9f9;
	padding:10px;
	display:none;
}
.support-unit-ul li i.narrow-down{
	width:20px;
	height:10px;
	display:block;
	background:url("../images/narrow-graydown.png") no-repeat;
	background-size:100% 100%;
	float:right;
	margin-top:0.8rem;
}
.support-unit-text p{
	padding:5px 0;
}
.support-unit-text span{
	display:block;
	padding:5px 0;
	
}

/*支持单位-手风琴效果*/
.support-unit-ul li.open i.narrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*返回顶部*/
 .back-top{
   	position:fixed;
	width:2.5rem;
	height:2.5rem;
	bottom:140px;
	right:10px;
	text-align:center;
	line-height:60px;
	text-decoration:none;
	background:url("../images/go-top.png") no-repeat;
    background-size:100% 100%;
    z-index:2;
}
	

.to-top {
		width: 40px;
		height: 40px;
		background-color: #fff;
		-webkit-background-size: 20% 20%;
		background-size: 20% 20%;
		background-position: left top;
		border-radius: 50%;
		border: 1px solid #ccc;
		box-shadow: 0 0 5px #eee;
		z-index: 5;
	}

	.to-top i {
		width: 20px;
		height: 30px;
		display: block;
		margin: 0 auto;
		padding-top: 5px;
	}

	.to-top img {
		width: 20px;
		height: 30px;
	}
	
.swiper-pagination .swiper-pagination-bullet-active ,.swiper-pagination-new .swiper-pagination-bullet-active ,.swiper-pagination-new2 .swiper-pagination-bullet-active{
	background:#0170fc;
}


/*展位图-点击图片放大*/
.bigPic{
	display:block;
	padding-bottom:20px;
}
.booth-img{
	width:100%;
	height:100%;
}
.remark{
	font-size: 26px;
	color: red;
	font-weight: bold;
	display: none;
}
.imgBox img{
	display: block;
	width: 100%;
	margin:10px auto;
}
.fullPage{
	display: none;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19930428;
}
.fullPage img{
	display: block;
	width: 100%;
}
.canvas{
	width: 100%;
	height: 100%;
	background: none;
	display: block;
}


.showed{
	display:block;
}

/*改版————————————————*/
.different-meeting-link{
	padding:0 20px;
}
.different-meeting-link-ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.different-meeting-link-ul li{
	width:32%;
	height:4.0rem;
	border-radius:10px;
}
.different-meeting-link-ul li a{
	width:100%;
	height:100%;
	border-radius:10px;
}
.different-meeting-link-ul li a img{
	width:100%;
	height:100%;
	border-radius:10px;
}
.apply-AD{
	padding:0 20px;
}
.apply-AD a{
	height:4.0rem;
	width:100%;
	border-radius:10px;
	display:block;
}

.apply-AD img{
	width:100%;
	height:100%;
}


.meeting-introduce-new{
	background:#fff;
	border-radius:10px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
	/*box-shadow: 1px 1px 10px 1px #efefef;*/
}
.meeting-introduce-newtitle{
	height:1.6rem;
	line-height:1.6rem;
	text-align:center;
	/*background:url("../images/meeting-bgtitle.png") no-repeat center top;
	background-size:50% 100%;*/
	font-size:0.8rem;
	color:#fff;
	font-weight:bold;
}
.meeting-introduce-newtitle img{
	height:100%;
	width:auto;
}
.meeting-introduce-newtext{
	padding:0 15px;
}
.meeting-introduce-newtext p{
	text-indent:2em;
	margin-top:15px;
	text-align:justify;
	
}

.meeting-introduce-newtextspan span {
    display: block;
    float: left;
    width: 50%;
    padding-top:5px;
}

.meeting-introduce-newtitleimg{
	height:5.0rem;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.meeting-introduce-newtitleimg img{
	width:100%;
	height:100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.zhankai-more{
	display:flex;
	justify-content: center;
	padding-top:10px;
	color:#e51b29;
	font-size:0.7rem;
}
.drop-more{
	display:none;
}
.narrow-down {
    width: 20px;
    height: 10px;
    display: block;
    background: url("../images/narrow-down.png") no-repeat;
    background-size: 100% 100%;
    margin-top:8px;
    margin-left: 5px;
}
.narrow-up {
    width: 20px;
    height: 10px;
    display: block;
    background: url("../images/narrow-up.png") no-repeat;
    background-size: 100% 100%;
    margin-top:8px;
    margin-left: 5px;
}

/*会议报名--start*/
 .apply-box {
			position: fixed;
			right: -242px;
			bottom: 2.7rem;
			z-index: 999;
			cursor: pointer;
		}
	.apply-position{
		width:322px;
		position:relative;
	}	
		.apply-btn {
			width:80px;
			height:80px;
			background:#ff9100;
			color: #fff;
			border-top-left-radius: 10px;
			border-bottom-left-radius: 10px;
			/*float: left;*/
			margin-top:182px;
			position:absolute;
			left:0;
			bottom:0;
		}
		
		.apply-btn span {
			width:100%;
			text-align:center;
			display: block;
			margin-top:5px;
			font-size:16px;
			line-height:20px;
		}
		
		.more-icon {
			display: block;
			width: 15px;
			height: 20px;
			background: url("../images/arrow-left-light.png") no-repeat center #ffd6a4;
			background-size:60% 70%;
			margin: 0 auto;
			margin-top:5px;
			/*border-top-right-radius:10px;
			border-bottom-right-radius:10px;*/
			position:absolute;
			left:0;
			bottom:10px;
			
	}
		
		.apply-meeting-box {
			width:240px;
			background: #fff;
			border: 1px solid #ff9100;
			/*float: left;*/
			padding: 0;
			margin: 0;
			position:absolute;
			bottom:0;
			right:0;
		}
		
		.apply-meeting-box li {
			list-style: none;
			border-bottom: 1px solid #ddd;
		}
		
		.apply-meeting-box li a {
			text-decoration: none;
			color: #333;
			width: 100%;
			height: 100%;
			display: block;
		}
		
		.apply-meeting-box li a:hover {
			background: #f2f2f2;
		}
		
		.apply-meeting-title {
			font-size:0.8rem;
			text-align: center;
			padding:15px 0;
		}
		
		.apply-meeting-btn {
			font-size:0.6rem;
			width: 50%;
			margin: 0 auto;
			padding: 5px 10px 10px 10px;
			border-radius: 10px;
			/*background:#e44c35;*/
			/*border:1px solid #e44c35;*/
			color: #e44c35;
			text-align: center;
		}
		.active{
			background:#f2f2f2;
		}
		
		.baoming-icon{
			width:25px;
			height:25px;
			background:url("../images/baoming-icon.png") no-repeat;
			background-size:100% 100%;
			display:block;
			margin:0 auto;
			margin-top:15px;
		}
		/*会议报名--end*/