.logo{
	height: 60px;
}
.head-nav ul li a{
	font-size: 20px;
	margin-left: 40px;
}
.head-nav ul li a:hover{
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 10px;
}
.lunbo {
	width: 100%;
	height: 420px;
	z-index: 999;
}
.lunbo-img div img{
	height: 420px;
}
.nav{
	display: block;
	padding: 0px;
}
.nav>div>ul{
	/* background-color: #d0d0d0; */
	border: 1px solid #0A53BE;
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 10px;
	border-radius: 5px;
}
.cmd ul{
	list-style: none;
	padding: 0px;
}
.cmd ul li{
	background-color: #e8e8e8;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;

}
.cmd ul li:hover{
	background-color: #d8d8d8;
	box-shadow: 10px 10px 5px grey;
	transition: 0.4s;
}
.cmd-content{
	display: grid;
	grid-template-columns: 28% 50% 20%;
	justify-content: space-between;
}
.cmd-content>img{
	width: 100%;
	height: 280px;
}
.cmd-details{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 100;
}
.cmd-details h2{
	font-weight: bold;
}
.cmd-details p{
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
}
.cmd-an{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 20px 0px;
	box-sizing: border-box;
	border-left: solid 2px #b8b8b8;
}
.cmd-an>a{
	box-sizing: border-box;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	width: 80%;
	height: 60px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.tuijian{
	position: absolute;
	width: 200px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	opacity: 0.8;
}
.foot{
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	background-color: #414141;
}
.foot p{
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
}
.cbl{
	position: fixed;
	right: 0px;
	top: 25%;
	z-index: 9999;
}
.cbl ul{
	list-style: none;

}
.cbl ul li{
	border: 1px solid #dbdbdb;
	background-color: #c4c4c4;
	padding: 6px;
	box-sizing: border-box;
}
.cbl ul li:hover{
	background-color: #c5c5c5;
	background-color: #ffffff;
	transition: 0.4s;
}
.cbl ul li a{
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000000;
	font-size: 14px;
}
.cbl ul li a img{
	width: 40px;
	height: 40px;
	
}
.page-content{
	margin-top: 20px;
	padding: 20px;
	min-height: 600px;
	background-color: #f8f8f8;
	margin-bottom: 20px;
}
.page-content h2{
	text-align: center;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #e8e8e8;*/
	font-weight: bold;
}
.page-content span{
	color: #6b6b6b;
	font-size: 14px;
	display: flex;
	justify-content: center;
}
.news-list{
	margin-top: 20px;
	min-height: 600px;
}
.news-list li{
	display: flex;
	justify-content: space-between;
	padding: 0px 20px;
}
@media screen and (max-width:768px) {
	.lunbo,
	.cmd-content img{
		display: none;
	}
	.cmd-content{
		grid-template-columns: 70% 30%;
	}
	.cbl{
		display: none;
	}
}
@media screen and (max-width:576px) {
	.cmd-details h2{
		font-size: 20px;
	}
	.cmd-details p{
		font-size: 16px;
	}
	.cmd-an a{
		height: 45px;
		font-size: 14px;
	}
}

