/* 电脑端 */
@media (min-width:991px) {
	.newsliuyan{
		width: 37%!important;
	}
	.newsliuyan2{
		width: 31%!important;
	}
	.top-toolbar-content-right a{
		text-decoration: none;
		color: #000000;
		margin: 0 2rem;
		font-size: 12px;
	}
	.top-toolbar-content-right a::after{
		height: 2px;
			background-color: #c9002b;
			content: '';
			display: block;
			position: relative;
			left: 0px;
			width: 0%;
			transition: all 0.5s;
			opacity: 0;
	}
	.top-toolbar-content-right a:hover::after{
			height: 2px;
			background-color: #c9002b;
			content: '';
			display: block;
			position: relative;
			width: 100%;
			transition: all 0.5s;
			opacity: 1;
	}
	/* 底部样式开始 */
	#footer-bar {
		height: 240px !important;
	}
	
	/* 底部左边 */
	#footer-bar__piva {
		display: flex !important;
		justify-content: center !important;
	}
	
	/* 底部中间 */
	.bottom_center {
		color: white;
		display: flex;
		flex-direction: column;
		align-content: space-between;
		justify-content: center;
		align-items: center;
	}
	
	.bottom_center h {
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 2px;
		padding-bottom: 2vh;
	}
	
	.bottom_center_phone {
		padding-bottom: 2vh;
		font-size: 0.3em;
	}
	
	.bottom_center_phone img {
		margin-right: 10px;
	}
	
	.bottom_center_dizhi {
		font-size: 0.8em;
		letter-spacing: 1px;
	}
	
	.bottom_center_dizhi img {
		margin-right: 10px;
	}
	
	/* 底部联系我们二维码处 */
	.scanbox {
		color: white;
	}
	
	.footer_yxj {
		display: flex !important;
		justify-content: center !important;
	}
	
	.scanbox_top {
		display: flex;
		flex-direction: column;
		border-left: 3px solid #2c4a91;
		margin-bottom: 1vh;
	}
	
	.scanbox_top span {
		padding-left: 0.4em;
	}
	
	.scanbox_bottom {
		display: flex;
		flex-direction: row;
	}
	
	.scanbox_bottom span {
		margin-top: 1vh;
	}
	
	.scan1 {
		display: flex;
		flex-direction: column;
	}
	
	.scan1 span {
		text-align: center;
	}
	
	.scan2 {
		display: flex;
		flex-direction: column;
		padding-left: 1vw;
	}
	
	.scan2 span {
		text-align: center;
	}
	
	#footer-menu a {
		color: white !important;
	}
	/* 底部样式结束 */
}

/* 手机端 */
@media (max-width:991px) {
	.news_daohang{
		display: none;
	}
}