.son-fengmiang {
	width: 100%;
	background-size: cover;
	background-position: center center;
	height: 250px;
	background-image: url(../public/ico/son-hader.png)
}

.son-fengmiang-title {
	width: 195px;
	height: 88px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 162px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: var(--theme-hover);
}

.son-fengmiang-title>a {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 35px;
	font-weight: 600;
}

.son-fengmiang-title>span {
	font-size: 14px;
	font-weight: 400;
	color: #6A8FF7;
}

.son-fengmiang-none {
	width: 1026px;
	height: 250px;
}

/* 主体部分 */
.son-beijing {
	height: auto;
	background-color: #F4F4F4;
	width: 100%;
}

.son-juzhon {
	max-width: calc(1226px + 10%);
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
}

.son-paixu {
	display: flex;
	justify-content: center;
	min-height: 400px;
}

.paixu-center {
	justify-content: center !important;
}

/* 左边菜单 */
.son-caidan {
	display: flex;
	flex-direction: column;
	background-color: rgb(255, 255, 255);
	align-items: center;
	width: 195px;
	padding-top: 70px;
	margin-right: 26px;
}

.son-caidan>a {
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	color: #3C3C3C;
	cursor: pointer;
	line-height: 70px;
	transition: 0.3s;
}

.son-caidan>p {
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	color: #3C3C3C;
	cursor: pointer;
	line-height: 70px;
	transition: 0.3s;
}

.son-caidan>a:hover {
	background-color: var(--theme-hover);
	border-right: 8px solid #FF4525;
	color: rgb(255, 255, 255);
}

.son-caidan-active {
	background-color: var(--theme-hover);
	border-right: 8px solid #FF4525;
	color: #FFFFFF !important;
}

.son-caidan>p:hover {
	background-color: var(--theme-hover);
	border-right: 8px solid #FF4525;
	color: rgb(255, 255, 255);
}

/* 展馆介绍 */
.son-caidan-xiangqing {
	display: none;
	background-color: #E8EDF9;
	width: 100%;
	flex-direction: column;
}

.son-caidan-xiangqing>div {
	font-size: 16px;
	height: 70px;
	font-weight: 500;
	color: #3C3C3C;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.son-caidan-xiangqing-active,
.son-caidan-zhuti-active {
	color: var(--theme-hover);
	text-decoration: underline;
}

.son-caidan-xiangqing>div>a:hover {
	color: var(--theme-hover);
	cursor: pointer;
	text-decoration: underline;
}

/* 展会主题 */
.son-caidan-zhuti {
	display: none;
	background-color: #E8EDF9;
	width: 100%;
	flex-direction: column;
}

.son-caidan-zhuti>div {
	font-size: 16px;
	height: 70px;
	font-weight: 500;
	color: #3C3C3C;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.son-caidan-zhuti-active {
	color: var(--theme-hover);
	text-decoration: underline;
}

.son-caidan-zhuti>div>a:hover {
	color: var(--theme-hover);
	cursor: pointer;
	text-decoration: underline;
}

/* 右边内容 */
.son-body>img {
	margin: 0 auto;
	width: 100%;
}

.son-body {
	min-height: 600px;
	/* width: 1226px; */
	box-sizing: border-box;
	padding: 40px;
	background: #ffffff;
	color: #434343;
	margin: 0 auto;
}

.son-body>.ziliao{
	width: 100% !important;
}

.son-body .news-wenzhan-title{
	width: 72%;
}

.son-bady-moren {
	display: block;
}

.zhanshang-card {
	width: 23.8%;
}

@media all and (max-width: 580px) {
	.zhanshang-card {
		width: 48%;
	}
}

/* 当网页宽度小于1225px的时候进行变化 */
@media all and (max-width: 1225px) {
	.son-body {
		padding: 30px 0 0 0;
	}

	.son-juzhon {
		padding: 0;
	}

	.son-caidan {
		display: none;
	}

	.wzxq-header-xian {
		margin-bottom: 30px;
	}
}

/* 翻页器 */
.fanye-paixu {
	display: flex;
	justify-content: flex-end;
}

.fanye-paixu>div {
	padding: 10px 10px;
	margin: 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	color: #3F3F3F;
}

.fanye-paixu>div:hover {
	background-color: var(--theme-hover);
	color: #ffffff;
}


/* 新增 */
.overview>h1 {
	margin-bottom: 30px;
}

.overview>h2 {
	margin: 30px 0;
}

.overview>p {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 28px;
}

.gray {
	color: #8b8b8b;
}

.message {
	display: inline-block;
	background: #ECECEC;
	padding: 20px 60px;
	border-radius: 10px;
	margin-bottom: 60px;
}

.message span {
	display: inline-block;
	color: #292929;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
}

.message .bar {
	color: #A9A9A9;
}

.message .dingwei {
	padding: 0 !important;
	width: 20px;
	height: 20px;
	background-image: url(../public/img/dingwei1.png);
	background-position: center;
	background-size: 20px;
	margin-left: 2px;
}

.message .dingwei:hover{
	cursor: pointer;
	background-image: url(../public/img/dingwei2.png);
}

/* 数据统计区域 */
.overview-shuju-beijing {
	padding: 30px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	height: 250px;
	background: #FFFFFF;
	height: auto;
}

.overview-shuju-beijing .overview-shuju-card-list {
	max-width: calc(1226px + 10%);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	height: 160px;
	align-items: center;
}

.overview-shuju-beijing .overview-shuju-card {
	display: flex;
	flex-direction: column;
	color: #424242;
	width: 20%;
	padding-top: 40px;
	box-sizing: border-box;
	align-items: center;
}

.overview-shuju-beijing .overview-shuju-card>a {
	font-size: 40px;
	font-weight: 800;
	align-items: center;
	position: relative;
}

.overview-shuju-beijing .overview-shuju-card>a>span {
	font-size: 32px;
	font-weight: 300;
	Position: absolute;
	right: -24px;
	top: -4px;
	display: block;
}

.overview-shuju-beijing .overview-shuju-card>a>span.words {
	font-size: 20px;
	font-weight: 600;
	Position: absolute;
	right: -24px;
	top: -4px;
	display: block;
}

.overview-shuju-beijing .overview-shuju-card>span>span {
	font-size: 32px;
	font-weight: 300;
	Position: absolute;
	left: 96px;
	top: -74px;
	display: block;
}

.overview-shuju-beijing .overview-shuju-card>span>a {
	display: block;
	font-size: 40px;
	font-weight: 100;
	opacity: 0.3;
	Position: absolute;
	left: 162px;
	bottom: 0;
}

.overview-shuju-beijing .overview-shuju-card>span {
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

.shuju-name {
	font-size: smaller !important;
	color: #9E9E9E;
}

.overview-list-box .overview-item{
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	color: var(--theme-hover);
	border: 1px solid var(--theme-hover);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.overview-list-box .overview-item:hover{
	cursor: pointer;
	color: #FFFFFF;
	background-color: var(--theme-hover);
}

.overview-list-box .overview-item .img-box-total{
	width: 40px;
	height: 40px;
	background-image: url(../public/ico/zongzhanguan01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 30px;
}

.overview-list-box .overview-item:hover .img-box-total{
	background-image: url(../public/ico/zongzhanguan02.png);
}

.overview-list-box .overview-item .img-box{
	width: 20px;
	height: 20px;
	background-image: url(../public/ico/fenzhanguan01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-left: 30px;
}

.overview-list-box .overview-item:hover .img-box{
	background-image: url(../public/ico/fenzhanguan02.png);
}