@charset "utf-8";

.block-img-pc{
	display: block!important;
}
.block-img-mb{
	display: none!important;
}

.wms-main {
	width: 1400px;
	margin: 70px auto;
/* 	display: flex;
	justify-content: space-between; */
}
.wms-main:after {
	display: block;
	content: "";
	height: 0;
	line-height: 0;
	clear: both;
}

.wms-menu{
	width: 320px;
	float: left;
}
.wms-nav-title{
	font-size: 24px;
	font-weight: normal;
	margin: auto auto 20px auto;
}
.wms-nav-title em{
	display: none;
}

.wms-nav-list{
	margin: auto;
	border-bottom: 1px solid #d3d3d3;
	text-align: left;
	margin-bottom: 36px;
	padding-bottom: 10px;
	overflow: hidden;
}
.wms-nav-list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;
}
.wms-nav-list li a{
	display: block;
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}
.wms-nav-list li.wms-on a,
.wms-nav-list li a.wms-on{
	border-bottom: 2px solid #d20032;
}
.wms-year-list{
	border-bottom: none;
	margin: auto;
	padding-bottom: 0;
}
.wms-year-list li{
	margin-right: 15px;
}

.wms-month-list li a{
	font-size: 14px;
	color: #999;
}

.wms-month-list li.wms-on a,
.wms-month-list li a.wms-on{
	border-bottom: 2px solid transparent;
	color: #d20032;
}
.wms-month-list li:last-child{
	margin-right: 0;
}

.wms-cont {
	margin-left: 380px;
}
.wms-hd-list {
	margin: auto auto 20px auto;
	display: flex;
	flex-wrap: wrap;
}
.wms-hd-list li {
	width: 1000px;
	margin: auto auto 20px auto;
	background: #f3f3f3;
	overflow: hidden;
}
.wms-hd-img{
	/*width: 240px;
	height: 240px;*/
	width: 330px;
	height: 220px;
	overflow: hidden;
	float: left;
}
.wms-hd-cont{
	margin-left: 380px;
	position: relative;
	padding-right: 70px;
}
.wms-hd-status{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #7db4dc;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.wms-hd-noStart{
	background: #e60039;
}
.wms-hd-ing{
	background: #7db4dc;
}
.wms-hd-over{
	background: #c6c6c6;
}
.wms-hd-btn a.wms-hide,
.wms-hide{
	display: none;
}

.wms-hd-title{
	padding-top: 20px;
	font-size: 24px;
	max-height: 80px;
	overflow: hidden;
	color: #333;
	margin: auto;
}
.wms-hd-title a{
	color: #333;
}
.wms-hd-title a:hover{
	color: #d20032;
}
.wms-hd-theme{
	font-size: 18px;
	color: #d20032;
	height:24px;
	margin-bottom:5px;
}
.wms-hd-theme a{
	color: #d20032;
}
.wms-hd-theme a:hover{
	color: #ff0000;
}
.wms-hd-about{
	padding-left: 35px;
	position: relative;
	color: #333;
	font-size: 16px;
	line-height: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	max-height: 46px;
}
.wms-hd-about em{
	display: block;
	width: 22px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.wms-hd-btn a{
	display: inline-block;
	width: 130px;
	font-size: 16px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	border: 2px solid #d20032;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	transition: all 0.3s ease-in;
}
.wms-btn-red:focus,
.wms-btn-red:visited{
	color: #fff;
}
.wms-btn-red{
	background:#d20032 ;
	color: #fff;
	margin-right: 25px;
}
.wms-btn-red:hover,
.wms-btn-bor:focus:hover,
.wms-btn-bor:visited:hover{
	color: #fff;
}
.wms-btn-bor{
	color: #d20032;
}
.wms-btn-bor:hover{
	color: #fff;
	background: #d20032;
}
.wms-btn-bor:focus,
.wms-btn-bor:visited{
	color: #d20032;
}

.wms-load-more{
	display: block;
	max-width: 130px;
	font-size: 16px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	margin: auto;
	color: #d20032;
	border: 2px solid #d20032;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	transition: all 0.3s ease-in;
}
.wms-load-more:hover{
	color: #fff;
	background: #d20032;
}


/*详情*/
.wms-wrap{
	width: 100%;
	margin: 50px auto;
}
.wms-hdCont-detail{
	max-width: 1400px;
	margin: auto;
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 50px;
}
.wms-hdCont-detail .wms-hd-img{
	width: 450px;
	height: 300px;
	overflow: hidden;
}
.wms-hdCont-detail  .wms-hd-cont{
	margin-left: 530px;
	padding: 20px 20px 20px 0;
}
.wms-hdCont-detail .wms-hd-status{
	position: relative;
	height: 36px;
	line-height: 36px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wms-bg-grey{
	background: #f3f3f3;
}
.wms-cont-item{
	max-width: 1400px;
	margin: auto;
	overflow: hidden;
}
.wms-mainTitle{
	padding: 25px 0;
	text-align: center;
	font-size: 30px;
	color: #2d5082;
	margin: auto;
}
.wms-info{
	padding: 0 25px;
	text-align: left;
	background: #fff;
	font-size: 16px;
	line-height: 170%;
	margin-bottom: 40px;
}

.wms-bg-grey .wms-info{
	padding: 40px 25px;
}

.wms-hd-yc{
	background: #f3f3f3;
	padding: 10px 25px;
}
.wms-hd-ycList{
	margin: auto;
	font-size: 0;
	border-bottom: 2px solid #fff;
}
.wms-hd-ycList:first-child,
.wms-hd-ycList:last-child{
	border-bottom: none;
}

.wms-hd-ycList li{
	display: inline-block;
	color: #333;
	font-size: 16px;
	padding: 15px 25px 15px 0;
	vertical-align: top;
	overflow: hidden;
}
.wms-hd-ycList li em,
.wms-hd-ycList li span{
	display: block;
}
.wms-hd-ycList li em{
	display: none;
	float: left;
	font-style: normal;
}
.wms-hd-sj,
.wms-hd-fyr{
	width: 25%;
}
.wms-hd-zt{
	width: 50%;
}

.wms-news-list{
	overflow: hidden;
	margin: auto auto 40px auto;
}
.wms-news-list li{
	width: 47.08%;
	float: left;
	margin-right: 5.8%;
}
.wms-news-list li:nth-child(even){
	margin-right: 0;
}
.wms-news-list li a{
	display: block;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 0;
	color: #333;
}
.wms-news-list li a span{
	display: block;
	float: right;
	color: #999;
}
.wms-news-list li a p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wms-news-list li a:hover{
	color: #d20032;
}

.wms-tc{
	text-align: center;
}
.wms-btn-zx{
	display: block;
	max-width: 260px;
	padding: 0 10px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 24px;
	margin: 40px auto;
	background: #d20032;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	transition: all 0.3s ease-in;
}
.wms-btn-zx img{
	margin-right: 20px;
}
.wms-btn-zx:hover{
	color: #fff;
	background: #ff0000;
}
.wms-ewm-box{
	display: inline-block;
	margin: auto auto 40px auto;
	text-align: center;
	font-size: 24px;
}
.wms-ewm-img{
	display: inline-block;
	padding: 20px;
	border: 1px solid #d1d1d1;
	margin: auto auto 30px auto;
}
.wms-ewm-img img{
	max-width: 210px;
}

/*参会申请二维码*/
#wms-chsq-mask{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	top: 0;
	bottom: 0;
	display: none;
}
.wms-chsq{
	position: fixed;
	width: 300px;
	max-height: 300px;
	z-index: 10000;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.wms-chsq-close{
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	text-align: center;
	color: #000;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden
}
.wms-chsq-close img{
	max-width: 100%
}
.wms-chsq-close:hover{
	background: #f1f1f1
}
.wms-chsq-cont{
	background: #fff;
	padding: 40px 30px;
	text-align: center;
	color: #000;
	font-size: 18px;
}
.wms-chsq-img{
	border: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	max-width: 250px;
	margin: auto auto 20px auto;
}
.wms-chsq-img img{
	max-width: 100%;
}





/*table*/
.wms-hd-table{
	font-size: 16px;
	color: #333;
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: auto;
	text-align: left
}
.wms-hd-table th{
	font-weight: normal
}
.wms-hd-table th,
.wms-hd-table td{
	color: #333;
	font-size: 16px;
	padding: 15px 25px 15px 0;
	vertical-align: top;
}
.wms-hd-table em{
	font-style: normal;
	display: none
}
.wms-hd-table tbody tr{
	border-bottom: 2px solid #fff
}
.wms-hd-table tbody tr:last-child{
	border-bottom: none
}
.wms-hd-sj, .wms-hd-fyr{
	white-space: nowrap
}

/* 2022年2月25新增  */
.iframe-video-cont{
	text-align: center;
}
.iframe-video{
	width: 100%;
	border: 0;
	min-height: 600px;
	margin: 50px auto;
}
.s-video{
	width: 96%;
	min-height: 400px;
	margin: 50px auto;
}
.s-video > img{
	display: block;
	width: 100%;
}
.btn-list{
	display: flex;
	width: 54%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.btn-list .wms-btn-zx{
	flex: 1;
	border: 1px solid #d20032;
}
.wms-btn-zx{
	display: block;
	max-width: 260px;
	padding: 0 10px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 24px;
	margin: 40px auto;
	background: #d20032;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	transition: all 0.3s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wms-btn-zx span{
	background: url(../images/Activity/icon-chat.png) no-repeat left center;
	padding-left: 48px;
}
.wms-btn-zx:hover{
	color: #d20032;
	background: #fff;
}
.wms-btn-zx:hover span{
	background: url(../images/Activity/icon-chat-on.png) no-repeat left center;
}

.wms-btn-zx.last{
	background: #fff;
	color: #d20032;
}
.wms-btn-zx.last span{
	background: url(../images/Activity/icon-edit.png) no-repeat left center;
	padding-left: 48px;
}
.wms-btn-zx.last:hover{
	color: #fff;
	background: #d20032;
}
.wms-btn-zx.last:hover span{
	background: url(../images/Activity/icon-edit-on.png) no-repeat left center;
}

.wms-news-list li{
	width: 47.08%;
	float: left;
	margin-right: 5.8%;
	position: relative;
	box-sizing: border-box;
    padding-left: 15px;
}
.wms-news-list li:after{
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	content: "";
	background: #2d5082;
	left: 0px;
	top: 18px;
}

/* 2022年 3月3日修改 */ 
.pt30{
	padding-top: 30px;
}
.wms-news-list li{
	background: url(../images/Activity/down.png) no-repeat right center;
}
.wms-news-list li a{
	padding-right: 30px;
}
.wms-products-list{
	overflow: hidden;
	clear: both;
	width: 90%;
	margin: 40px auto 20px auto;
	padding: 0;
}
.wms-products-list li{
	width: 33.33%;
	float: left;
	height: 370px;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
}
.wms-products-list li .product-img{
	border: 1px solid #dcdcdc;
	overflow: hidden;
	margin: 0 auto 20px auto;
}
.wms-products-list li .product-img img{
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.wms-products-list li p{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.wms-products-list li a{
	color: #333;
	font-size: 16px;	
}
.wms-products-list li:hover a{
	color: #d20032;
}

/* 2022.3。7 新增  */
.des-img{
	width: 94%;
	margin: 30px auto;
}
.des-img img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.block-img-pc{
		display: none!important;
	}
	.block-img-mb{
		display: block!important;
	}
	.wms-mobile-hide{
		display: none;
	}
	
	.wms-main{
		margin: auto;
	}
	.wms-menu{
		background: #f4f4f4;
		width: auto;
		float: none;
		padding: 0 20px;
		margin: auto auto 20px auto;
	}
	.wms-nav-title{
		margin: auto;
		padding: 20px 0;
		font-size: 18px;
		border-bottom: 1px solid #d3d3d3;
		position: relative;
		padding-right: 30%;
		font-weight: 700;
	}
	.wms-nav-title.wms-on{
		color: #d20032;
	}
	.wms-nav-title em{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		background: url(../images/Activity/icon-plus.png) no-repeat right center;
		cursor: pointer;
		background-size: auto 18px;
	}
	
	.wms-nav-title em.wms-on,
	.wms-nav-title.wms-on em{
		background: url(../images/Activity/icon-minus.png) no-repeat right center;
		background-size: auto 18px;
	}
	.wms-nav-list{
		margin: auto;
		border-bottom: 0;
		background: #fff;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 0;
	}
	.wms-nav-list li a{
		font-size: 16px;
	}
	.wms-nav-itemCont{
		display: none;
	}
	
	
	.wms-cont{
		margin: auto auto 30px auto;
		padding: 0 20px;
	}
	.wms-hd-img{
		width: auto;
		height: auto;
		float: none;
		text-align: center
	}
	.wms-hd-img  img{
		width: 100%;
	}
	.wms-hd-cont,
	.wms-hdCont-detail .wms-hd-cont{
		margin: auto;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	.wms-hd-title{
		font-size: 20px;
	}
	.wms-hd-theme{
		font-size: 16px;
		height:auto;
	}
	.wms-hd-about{
		font-size: 14px;
	}
	.wms-hd-btn a{
		width: 120px;
		font-size: 14px;
	}
	.wms-hd-title,
	.wms-hd-about{
		max-height: none;
	}
	.wms-hd-title a{
		-webkit-line-clamp:unset
	}
	
	.wms-hd-status{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		margin-top: -30px;
	}
	.wms-wrap{
		margin: 30px auto;
	}
	.wms-hdCont-detail .wms-hd-img{
		width: auto;
		height: auto;
	}
	.wms-hdCont-detail{
		margin: auto 20px 20px 20px;
	}
	.wms-hdCont-detail .wms-hd-status{
		position: relative;
		margin-top: auto;
	}
	.wms-mainTitle{
		font-size: 22px;
	}
	.wms-info{
		font-size: 14px;
		margin: auto 20px 20px 20px;
	}
	.wms-bg-grey .wms-info{
		padding: 20px;
	}
	
	.wms-hd-yc{
		margin: auto 20px;
	}
	.wms-hd-ycList:first-child{
		display: none;
	}
	.wms-hd-ycList li{
		font-size: 14px;
		padding: 10px 10px 10px 0;
	}
	.wms-hd-ycList li em{
		display: inline-block;
		float: left;
	}
	.wms-hd-ycList .wms-hd-sj, .wms-hd-ycList .wms-hd-fyr{
		width: 50%;
		padding-bottom: 0;
	}
	.wms-hd-zt{
		width: 100%;
	}
	.wms-hd-ycList .wms-hd-zt span{
		margin-left: 70px;
	}
	.wms-news-list{
		margin: auto 20px 20px 20px;
	}
	.wms-news-list li{
		margin: auto;
		width: 100%;
		float: none;
	}
	.wms-news-list li a span{
		float: none;
	}
	.wms-btn-zx{
		max-width: 200px;
		font-size: 20px;
	}
	.wms-ewm-box{
		font-size: 18px;
		
	}
	
	
	.wms-chsq-close{
		top: -60px;
		right: 0;
	}
	.wms-hd-table thead{
		display: none
	}
	.wms-hd-table td{
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
		overflow: hidden;
		font-size: 14px
	}
	.wms-hd-table tr td:last-child{
		padding-bottom: 10px
	}

	.wms-hd-table td em{
		display: inline-block;
		float: left;
	}
	.wms-hd-ycList .wms-hd-zt span{
		margin-left: 70px;
	}


	/* 2022年2月25新增  */
	.iframe-video{
		width: 94%;
		margin: 20px auto;
		min-height: 200px;
	}
	.s-video{
		width: 94%;
		min-height: 150px;
		margin: 30px auto;
	}
	.btn-list{
		width: 100%;
	}
	.wms-news-list li:after{
		top: 7px;
	}
	.wms-btn-zx{
		max-width: 150px;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
	}
	.wms-btn-zx span,
	.wms-btn-zx.last span{
		background-size: 20px;
		padding-left: 26px;
	}
	.wms-ewm-box{
		font-size: 16px;
		
	}
	/* 2022年 3月3日修改 */ 
	.wms-products-list li{
		width: 100%;
		height: auto;
		float: none;
		padding-bottom: 45px;
	}

	/* 2022 3.7 新增 */	
	.des-img{
		margin: 10px auto 20px auto;
	}
}

@media screen and (max-width: 480px) {
	.wms-menu,
	.wms-cont{
		padding: 0 2%;
	}
	.wms-hd-cont,
	.wms-hdCont-detail .wms-hd-cont{
		padding-left: 10px;
		padding-right: 10px;
	}
	.wms-btn-red{
		margin-right: 15px;
	}
	.wms-wrap{
		margin: 20px auto;
	}
	.wms-hdCont-detail,
	.wms-info,
	.wms-news-list {
	    margin: auto 2% 20px 2%;
	}
	.wms-info,
	.wms-bg-grey .wms-info {
	    padding: 10px;
	}
	.wms-mainTitle{
		padding: 20px 0;
	}
	.wms-hd-yc{
		margin: auto 2%;
		padding: 10px;
	}
	.wms-news-list li a{
		padding-top: 0;
	}

	.wms-hd-table td{
		padding: 5px 0 0 0;
	}
}





/*更新*/
.wms-hd-title a{
	display: block; 
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	overflow: hidden;
	max-height: 100%;
}
.wms-hd-about{
	max-height: 42px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wms-other{
	margin: auto;
	text-align: center
}
.wms-other-nodata{
	font-size: 18px;
	color: #666;
	margin: auto;
	padding: 50px; 
}
.wms-other-title{
	font-size: 18px;
	color: #333;
	margin: auto auto 20px auto
}
.wms-other .wms-img{
	max-width: 210px;
	padding: 5px;
	background: #fff;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	text-align: center;
	margin: auto
}
.wms-other .wms-img img{
	max-width: 100%
}


.wms-hd-yc table{
	font-size: 16px;
	color: #333;
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: auto;
	text-align: left;
	font-size: 16px;
}
.wms-hd-yc table th{
	font-weight: normal
}
.wms-hd-yc table th,
.wms-hd-yc table td{
	color: #333;
	padding: 10px;
	vertical-align: top;
}

/*表格更新*/
.wms-hd-yc{
	background: none
}
.wms-hd-yc table{
	white-space: nowrap;
	border: 1px solid #f3f3f3;
	margin: auto auto 20px auto;
}
.wms-hd-yc table td{
	border: 1px solid #f3f3f3;
}
.wms-hd-yc table tr{
	border-bottom: 1px solid #f3f3f3;
}
.wms-hd-yc table tr td:last-child{
	white-space: normal
}

@media screen and (max-width: 768px) {
	.wms-hd-title a{
		white-space: normal;
	}

	.wms-hd-about{
		max-height: none;
		-webkit-line-clamp: unset;
	}

	.wms-hd-yc table{
		font-size: 14px
	}

	/*更新*/

	.wms-hd-yc .wms-hd-table tr,
	.wms-hd-yc .wms-hd-table td{
		border-bottom: none;
		line-height: 19px;
		width: auto
	}
	.wms-hd-rq{
		background: #cfcfcf
	}
	.wms-hd-sj,
	.wms-hd-fyr{
		background: #f3f3f3
	}
}	

.briefIntroduction img {
	max-width: 100%;
}

.agenda img {
	max-width: 100%;
}

/*移动端放大图片*/
#fullPage{
	display: none;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19930428;
}
#fullPage img{
	display: block;
	width: 100%;
	max-width: unset
}
#canvas{
	width: 100%;
	height: 100%;
	background: none;
	display: block;
}