*{margin: 0;padding: 0;}
a{text-decoration: none;}
ul li{list-style: none;}
body{
	background: #f5f5f5;
}
/* 顶部选中 */
.headsBoxbot .heads li:nth-child(3) a{
	color: #2577E3;
}

/*  */
.counts{
	width: 1200px;
	margin: 0 auto;
}
.toad{
	height: 20px;
	line-height: 20px;
	font-size: 8px;
	margin-top: 15px;
}
.toad span a{
	color: #333;
	font-family: .PingFang SC-Regular, PingFang SC;
}
.toad span:nth-child(1) a{
	color: #999;
}

/* 轮播图 */
.zhan_lunbo{
	width: 1200px;
	margin: 25px auto 10px;
}
.zhan_lunbo img{
	width: 1190px;
	height: 180px;
}
/* 展会信息 */
.zhan_news{
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
}
/* 展会左边盒子 */
.zhan_newsLeft{
}
/* 左边盒子的大盒子 */
.zhan_newsLeft{    width: 840px;}
.zhan_leftBox{
	width: 840px;
	height: 200px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
}
.zhan_left_pic,.zhan_left_pic a,.zhan_left_pic img{
	width: 260px;
	height:160px;
	display: block;
}
.zhan_left_text{
	width: 510px;
	margin-left: 20px;
	font-size:14px;
}
/* .zhan_left_text .title a{
	display: flex;
	align-items: center;
} */
.zhan_left_text .title a{
	height: 40px;
	width: 510px;
	display: flex;
	align-items: center;
}
.titles{
	display: block;
	max-width: 420px;
	height: 40px;
	color: rgb(51, 51, 51);
	text-overflow: ellipsis;
	white-space: nowrap;
	font: 600 20px / 40px 微软雅黑;
	overflow: hidden;
	
}
.zhan_left_text .title .title_canzhan{
	width:50px;
	height:20px;
	line-height:20px;
	text-align: center;
	font-size:14px;
	color:#fff;
	margin-left: 10px;
	background: rgb(187, 187, 187);
}
.zhan_left_text .zhanguan{
	height: 30px;
	line-height: 30px;
	color: rgb(102, 102, 102);
	font: 15px / 30px 微软雅黑;
}
.zhan_left_text .time{
	height: 30px;
	line-height: 30px;
	color: rgb(102, 102, 102);
	font: 15px / 30px 微软雅黑;
}
.zhan_left_text .btnBox{
	display: block;
	margin-top: 10px;
	width: 120px;
	height: 36px;
	color:#fff;
	text-align: center;
	font: 16px / 36px 微软雅黑;
	background: rgb(224, 11, 11);
	border-radius: 20px;
}
.zhan_left_text .btn a{
	color:#fff;
}
.zhan_left_text .on{
	background: #bbb;
}
/* 信息右边的盒子 */
.zhan_newsRight{
	width: 340px;
}
.zhan_right_Box{
	width: 340px;
	height: 106px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fabuBtn{
	width: 300px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font: 18px / 46px 微软雅黑;
	border-radius: 25px;
	background: #e00b0b;
}
.fabuBtn a{
	color: #fff;
}
/*  */
.tuijian_zhanhui{
	margin-top: 10px;
	background-color: #fff;
}
.tuijian_title{
	width: 300px;
	margin: 0 auto;
}
.tuijian_title span{
	font: 18px/58px "微软雅黑";
	color: #333;
	font-weight:bold;
	position: relative;
	margin-left: 10px;
	
}
.tuijian_title span::after{
	content:'';
	width: 4px;
	height: 18px;
	background: #e00b0b;
	position: absolute;
	left: -8px;top: 4px;
}
.zhanhuiPic{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.zhanhuiPic a{
	display: block;
}
.zhanhuiPic img{
	width: 300px;
	height: 190px;
}
.zhanhuiPic_title{
	
}
.zhanhuiPic_title a{
	display: block;
	width: 300px;
	height: 50px;
	font: 16px/50px "微软雅黑";
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 600;
}
.zhanhui_pai{}
.zhanhui_pai ul{
	width: 300px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #fff;
}
.zhanhui_pai ul li{
	position: relative;
	margin-left: 10px;margin-bottom: 12px;
}
.zhanhui_pai ul li::after{
	content:'';
	width: 4px;
	height: 4px;
	background: #e00b0b;
	position: absolute;
	left: -8px;top:9px;
	
}
.zhanhui_pai ul li a{
	display: block;
	width: 286px;
	font: 14px/24px "微软雅黑";
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
