.nav_head{
	background-color: #17409c;
}
#Footer{
	margin: 0;
}
.warm{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.warm_cen{
	flex: 1;
	width: 1000px;
	margin: 30px auto;
}
.warm_vi{
	display: flex;
	flex-wrap: wrap;
}
.warm_vi li video{
	width: 100%;
}
.warm_vi li{
	width: 25%;
	padding: 10px;
}

.layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 999;
	display: none;
}
.layer_cen{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.layer_wite{
	height: 60%;
	padding: 60px 30px 30px;
	border-radius: 10px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.layer_wite img{
	max-width: 100%;
}
.layer_wite video{
	max-height: 100%;
	height: 100%;
}
.info{
	height: 100%;
}
.down{
	position: absolute;
	right: 12px;
	top: 10px;
	width: 34px;
}
.icon_sy {
    display: block;
width: 90px;
    height: 90px;
    position: fixed;
    bottom: 46px;
    right: 20px;
    z-index: 99;
}
.warm_vi p{
	padding: 10px 0 0;
	text-align: center;
}
.warm_tit {
    padding: 10px;
    background-color: #F9F9F9;
}
.tit_mc{
	position: relative;
}
.mc_bf{
	position: absolute;
	top: 0;
	left: 0;
}
.direct{
	margin-bottom: 30px;
}
.info img{
	display: none;
	width: auto;
	max-height: 100%;
}

/* 新闻列表 */
.cbjd_list {
	padding-bottom: 60px;
}
.zixun {
	height: 205px;
	padding: 18px 0px 18px 0;
	box-sizing: border-box;
	position: relative;
}
.zixun:after {
	content: '';
	display: block;
	height: 205px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	z-index: -1;
}
.zixun .zipicture {
	width: 260px;
	height: 165px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}
.zixun .zipicture img {
	transition: 1s;
	transform-origin: center center;
	border: 1px solid #f5f5f5;
}
.zixun .zizi {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.zixun .zizi .zitop {
	line-height: 25px;
	font-weight: 700;
	height: 32px;
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
}
.zixun .zizi .zitop a:link {
	color: #000;
	text-decoration: none;
}
.zixun .zizi .zisecond {
	height: 50px;
	margin-top: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	line-height: 24px;
	color: #7a848a;
	font-size: 14px;
	text-align: left;
}
.zizi .zisecond a {
	text-decoration: none;
	color: #5E6B73;
}
.zixun .zithird {
	text-align: left;
	margin-top: 15px;
	height: 30px;
}
.zixun:hover::after {
    background-color: #f4f4f4;
    width: 100%;
    transition: 0.3s;
}
.zixun:hover .zizi .zitop a {
    color: #e12d02 !important;
}
.zixun:hover .zipicture img {
    transform: scale(1.2);
}
.dh{
	display: flex;
}
.dh1{
	width: 50%;
	position: relative;
}
.dh1:nth-of-type(2n - 1){
	margin-right: 20px;
}
.dh_mc{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.dh_mc img{
	width: 70px;
}