/*TODO common.css*/

/*产品列表 activity-list*/
.ad002,.ad006{
	width: 1200px;
	height: 120px;
	object-fit: cover;
}

.activity-list{
	width: 1200px;
	height: auto;
}

.activity-list .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}
.activity-list .left .item{
	float: left;
	width: 830px;
	height: 170px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px;	
	box-sizing: border-box;
}

.activity-list .left .item:hover{
	box-shadow: 2px 2px 10px #333;
}

.activity-list .left .item .s1{
	float: left;
	width: 220px;
	height: 150px;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color: #cc1;*/
}

.activity-list .left .item .s1 img{
	width: 220px;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
	transition: all 0.6s;
}

.activity-list .left .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.activity-list .left .item .s2{
	float: left;
	width: 580px;
	height: 150px;
	margin-left: 10px;
	box-sizing: border-box;
	/*background-color: #cc2;*/
}

.activity-list .left .item .s2 h3{
	font-size: 16px;
	width: 580px;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
	overflow: hidden;
	color: #333;
	margin-top: 10px;
}
.activity-list .left .item .s2 p{
	font-size: 14px;
	width: 580px;
	height: 50px;
	line-height: 25px;
	margin-top: 10px;	
	box-sizing: border-box;
	overflow: hidden;
	color: #999;
	
}
.activity-list .left .item .s2 .a1{
	font-size: 12px;
	width: 580px;
	height: 25px;	
	margin-bottom: 0px;
	line-height: 25px;
	box-sizing: border-box;
	overflow: hidden;
	color: #999;
}
.activity-list .left .item .s2 .a1 span{
	display: inline-block;
	float: right;
	font-size: 12px;
}


.activity-list .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	background-color: #fff;
}


.activity-list .right .cont01{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.activity-list .right .cont01 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;

}

.activity-list .right .cont01 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;

}

.activity-list .right .cont01 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.activity-list .right .cont01 .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.activity-list .right .cont01 .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}


/**/
.activity-list .right .cont02{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.activity-list .right .cont02 .item{
	width: 360px;
	height: 100px;
	overflow: hidden;
	/*background-color: #eee;*/
	border-bottom: 1px dashed #eee;
	margin-top: 5px;

}
.activity-list .right .cont02 .item .s1{
	float: left;
	width: 135px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.activity-list .right .cont02 .item .s1 .png{
	width: 135px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}

.activity-list .right .cont02 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px;
	left: 68px; 	
	top: 0px;	
	z-index: 100;
}
.activity-list .right .cont02 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.activity-list .right .cont02 .item .s2{
	float: right;
	width: 195px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
	/*background-color: #666;*/
}
.activity-list .right .cont02 .item .s2 .t1{
	width: 190px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	/*background-color: #eee;*/
	overflow: hidden;

}
.activity-list .right .cont02 .item .s2 .t2{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/*background-color: #eee;*/
	color: #999;
	overflow: hidden;
	margin-top: 5px;
}
.activity-list .right .cont02 .item .s2 .t3{
	width: 190px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/*background-color: #eee;*/
	color: #999;
	overflow: hidden;
}



/*活动详细detail页面*/
.meet-box{
	width: 1200px;
	margin: 0px auto;	
	height: auto;
}


.meet-banner{
	width: 1200px;
	height: 300px;
	overflow: hidden;
}
.meet-banner img{
	width: 1200px;
	height: 300px;
	overflow: hidden;
}

.meet-timer{
	width: 1200px;
	height: 150px;
	overflow: hidden;
	background-color: #fff;
}
.meet-timer .box{
	width: 800px;
	height: 100px;
	background-color: #eee;
	box-shadow: 1px 1px 5px #000;
	margin:0px auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

.meet-timer .box .title{
	float: left; 
	width: 220px; 
	height: 100px; 
	color: #999; 
	font-style: italic; 
	margin-left: 50px; 
	line-height: 80px; 
	font-size: 28px;
}
.meet-timer .box .place{
	float:left; 
	width: 300px; 
	height: auto; 
	margin:0 auto;
}
.meet-timer .box .b{
	float: left;	
	width: 52px;
	height: 80px;
	overflow: hidden;
	/*background-color: #ccc;	*/
	box-sizing: border-box;
}
.meet-timer .box .gap{
	float: left;	
	width: 30px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	overflow: hidden;
	font-size: 24px;
	/*background-color: #ccc;	*/
	box-sizing: border-box;
}
.meet-timer .box .b .s1{
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color: #666;
	font-style: italic;
	border: 1px solid #137ec1;
	background-color: #fff;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.meet-timer .box .b .s2{
	width: 50px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #137ec1;
	background-color: #137ec1;
	border-radius: 10px;
	color: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.sign{
	width: 100%; padding: 20px 0px; text-align: center;
}
.sign button{
	width: 400px; height: 60px; font-size: 20px;
}

.gray{background-color: #eee;}
.white{background-color: #fff;}

.meet-title{
	width: 100%;
	height: 70px;
	line-height: 70px;
	/*background-color: #eee;*/
	background-image: url('images/common-icon.png');
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 50px;
	font-size: 24px;
	box-sizing: border-box;
}
.meet-content{
	width: 100%;
	font-size: 15px;
	padding: 20px 40px;

	line-height: 30px;
	height: 204px;
	box-sizing: border-box;
	/*background-color: #eee;*/
	overflow: hidden;
}

.open{
	width: 100%;
	height: 50px;
	line-height: 50px;
	/*background-color: #eee;*/
	margin: 0px auto;
	font-size: 15px;
	color: #137ec1;
	text-align: center;
	cursor: pointer;
}
.close{
	display: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	/*background-color: #eee;*/
	margin: 0px auto;
	font-size: 15px;
	color: #137ec1;
	text-align: center;
	cursor: pointer;
}

.meet-cont{
	width: 100%;
	font-size: 15px;
	padding: 20px;
	line-height: 30px;
	height: 300px;
	box-sizing: border-box;	
	overflow: hidden;
}


/*会议嘉宾  定义会议详细detail页面 会议嘉宾 滚动图样式*/

.swiper-guest{
	padding-top: 20px;width:1160px; height:200px; position:relative;
}
.swiper-guest .swiper-container{
	 width: 1060px; height: 200px;
}
.swiper-guest .swiper-slide{
	
	text-align: center;
}
.swiper-guest .p1{
	width: 164px; height: 120px; box-sizing: border-box; overflow: hidden;
	
}
.swiper-guest .p1 img{
	width: 120px; height: 120px; object-fit: cover;
	border-radius: 50%;
	/*transition: all 0.6s;*/
}
/*
.swiper-guest .p1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}*/
.swiper-guest .p2{
	height: 30px; line-height: 30px; padding: 0px 5px; font-size: 16px;
	overflow: hidden;margin-top: 5px;
}
.swiper-guest .p3{
	height: 20px; line-height: 20px; padding: 0px 5px; font-size: 14px; color:#999;
	overflow: hidden;
}
.swiper-guest .p4{
	height: 20px; line-height: 20px; padding: 0px 5px; font-size: 14px; color:#999;
	overflow: hidden;
}


/*会议图库  定义会议详细detail页面 会议图库 滚动图样式*/
.swiper-gallery{
	padding-top: 20px;width:1160px; height:170px; position:relative;
}
.swiper-gallery .swiper-container{
	 width: 1060px; height: 170px;

}
.swiper-gallery .swiper-slide{
	/*background-color: #fff;*/
	text-align: center;
}
.swiper-gallery .p1{
	width: 200px; height: 140px; box-sizing: border-box; overflow: hidden;
	
}
.swiper-gallery .p1 img{
	width: 200px; height: 140px; object-fit: cover;
	border-radius: 5px;
	transition: all 0.6s;
}

.swiper-gallery .p1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.swiper-gallery .p2{
	height: 30px; line-height: 30px; padding: 0px 5px; font-size: 14px;
	overflow: hidden;margin-top: 5px;
}


/*会议报道  定义会议详细detail页面 会议报道 滚动图样式*/
.swiper-news{
	padding-top: 20px;width:1160px; height:200px; position:relative;
}
.swiper-news .swiper-container{
	 width: 1060px; height: 200px;

}
.swiper-news .swiper-slide{
	/*background-color: #fff;	*/
	text-align: left;
}

.swiper-news .item{
	width: 1060px; 
	height: 200px; 
	line-height: 31px;
	box-sizing: border-box; 
	overflow: hidden;
	/*background-color: green;	*/
	margin:0 auto;
}
.swiper-news .item .s1{
	float: left;
	width: 100px;
	height: 200px;
	/*background-color: #ccc;*/
	text-align: center;
}
.swiper-news .item .s2{
	float: left;
	width: 860px;
	height: 200px;
	/*background-color: #666;*/
}

.swiper-news .item .s2 h1{
	margin:0 auto;
	margin-top: 40px;
	width: 800px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 18px;
}
.swiper-news .item .s2 h2{
	margin:0 auto;
	width: 800px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	
}
.swiper-news .item .s2 h3{
	margin:0 auto;
	width: 800px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	text-align: right;
	
}

.swiper-news .item .s3{
	float: right;
	width: 100px;
	height: 200px;
	/*background-color: #ccc;	*/
	text-align: center;
}
.swiper-news .item .s3 img{
	margin-top: 154px;
}

/*会议ppt*/
.meet-ppt{
	width: 100%;
	font-size: 15px;
	padding: 0px 40px;
	box-sizing: border-box;
	height: auto;
}

.meet-ppt .s1{
	width: 950px;
	margin:0 auto;
	/*background-color: #ccc;*/
}
.meet-ppt .s3{
	width: 950px;
	margin:0 auto;
	/*background-color: #ccc;*/
	text-align: right;
	height: 80px;

}
.meet-ppt .s2{
	width: 700px;
	/*background-color: #123;*/
	margin:0 auto;
	height: 105px;
	overflow: hidden;
}
.meet-ppt .s2 h1{
	font-size: 15px;
	height: 35px;
	width: 700px;
	line-height: 35px;
	overflow: hidden;
}

.open_ppt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*background-color: #555;*/
	margin: 0px auto;
	font-size: 15px;
	color: #137ec1;
	text-align: center;
	cursor: pointer;
	
}
.close_ppt{
	display: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*background-color: #eee;*/
	margin: 0px auto;
	font-size: 15px;
	color: #137ec1;
	text-align: center;
	cursor: pointer;
	
}
 .detail-tag{
 	margin:0 auto;

	width: 1000px;
	height: 90px;
	background-color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	color: #999;
	border-bottom: 1px solid #f4f4f4;
}

 .detail-share{
 	margin:0 auto;
	width: 1000px;
	height: 65px;
	background-color: #fff;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 10px;
	
}

/*activity  detail页面样式结束*/


/*activity  person_detail页面样式开始*/
.person-detail{
	width: 1200px;
	height: auto;
}

.person-detail .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}

.person-detail .left .cont01{
	width: 830px;
	height: 110px;
	overflow: hidden;
	background-color: #fff;
}
.person-detail .left .cont01 .s1{
	font-size: 24px;
	color: #333;
	height: 40px;
	line-height: 40px;
	width: 790px;
	margin:20px;
	/*background-color: #ccc;*/
	overflow: hidden;
	box-sizing: border-box;

}
.person-detail .left .cont01 .s2{
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
	width: 790px;
	margin:20px;
	/*background-color: #ccc;*/
	overflow: hidden;
	box-sizing: border-box;
	border-bottom:1px dashed #eee;
}

.person-detail .left .intro{
	width: 830px;
	min-height: 120px;
	padding-top: 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.person-detail .left .intro .s{
	width: 760px;
	border:1px solid #eee;
	margin:0 auto;
	background-color: #f4f4f4;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	min-height: 100px;
	padding: 10px 20px;
	border-radius: 10px;
}

.person-detail .left .cont02{
	width: 830px;
	min-height: 120px;
	line-height: 35px;
	font-size: 16px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	padding-bottom: 100px;
}

.person-detail .left .cont03{
	width: 830px;
	height: 45px;
	background-color: #fff;
	padding-right: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
}
.person-detail .left .cont04{
	width: 830px;
	height: 50px;
	background-color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #999;
}

/*相关技术*/
.person-detail .left .cont05{
	margin-top: 10px;
	width: 830px;
	height: 230px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.person-detail .left .cont05 .item{	
	width: 810px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	/*background-color: #efefef;*/
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;	
}
.person-detail .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	/*background-color: #fff;*/
}
.person-detail .right .cont01{
	width: 360px;
	height: 150px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
}
.person-detail .right .cont01 .s1{
	float: left;
	width: 150px;
	height: 130px;
	margin: 10px;
	/*background-color: #eee;*/
}
.person-detail .right .cont01 .s1 img{
	width: 150px;
	height: 130px;
	/*object-fit: cover;*/
	overflow: cover;
}
.person-detail .right .cont01 .s2{
	float: right;
	width: 170px;
	height: 130px;
	margin: 10px;
	/*background-color: #eee;*/
}
.person-detail .right .cont01 .s2 h1{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}
.person-detail .right .cont01 .s2 h2{
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	color: #ff0000;
}

.person-detail .right .cont02{
	width: 360px;
	height: 245px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
}

.person-detail .right .cont03{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.person-detail .right .cont03 .item{
	width: 360px;
	height: 120px;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 10px;
	
	border-bottom: 1px dashed #ccc;
}
.person-detail .right .cont03 .item .s1{
	float: left;
	width: 115px;
	height: 92px;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 10px;
	background-color: #ccc;
}
.person-detail .right .cont03 .item .s1 img{
	width: 115px;
	height: 92px;
	object-fit: cover;
	border-radius: 5px;
	transition: all 0.6s;
}
.person-detail .right .cont03 .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.person-detail .right .cont03 .item .s2{
	float: right;
	width: 224px;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color: #ccc;*/
}
.person-detail .right .cont03 .item .s2 h1{
	font-size: 16px;
	width: 210px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-right: 15px;
	/*background-color: #ccc;*/
}
.person-detail .right .cont03 .item .s2 h2{
	font-size: 13px;
	color: #999;
	width: 210px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-right: 15px;
	margin-top: 5px;
	/*background-color: #ccc;*/
}
.person-detail .right .cont03 .item .s2 h3{
	font-size: 12px;
	color: #999;
	width: 224px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 5px;
	/*background-color: #ccc;*/
}

.person-detail .right .cont04{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	
}
.person-detail .right .cont04 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.person-detail .right .cont04 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;
}
.person-detail .right .cont04 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}


.person-detail .right .cont05{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.person-detail .right .cont05 .item{
	width: 360px;
	height: 120px;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 10px;
	
	border-bottom: 1px dashed #ccc;
}
.person-detail .right .cont05 .item .s1{
	float: left;
	width: 135px;
	height: 92px;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 10px;
	background-color: #ccc;
	position: relative;
}
.person-detail .right .cont05 .item .s1 .png{
	width: 135px;
	height: 92px;
	object-fit: cover;
	border-radius: 5px;
	transition: all 0.6s;
}

.person-detail .right .cont05 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px;
	left: 70px; 	
	top: -2px;	
	z-index: 100;
}
.person-detail .right .cont05 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.person-detail .right .cont05 .item .s2{
	float: right;
	width: 210px;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color: #ccc;*/
}
.person-detail .right .cont05 .item .s2 h1{
	font-size: 15px;
	width: 190px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	padding-right: 15px;
	/*background-color: #ccc;*/
}
.person-detail .right .cont05 .item .s2 h2{
	font-size: 13px;
	color: #999;
	width: 190px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding-right: 15px;
	/*margin-top: 5px;*/
	/*background-color: #ccc;*/
}
.person-detail .right .cont05 .item .s2 h3{
	font-size: 13px;
	color: #999;
	width: 204px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	/*margin-top: 5px;*/
	/*background-color: #ccc;*/
}
s