﻿@charset "utf-8";
/* CSS Document */

/*   头部   */



/*   头部 end   */

.nban {
	width: 100%;
	height: 271px;
}

.nban img {
	width: 100%;
	height: 271px;
}

.nytit {
	background: url(../images/nytit.png) no-repeat;
	width: 200px;
	height: 71px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 0 0 40px;
	color: #fff;
}

.nytit h2 {
	font-size: 28px;
	line-height: 40px;
}

.nytit p {
	text-align: left;
	font-size: 18px;
	line-height: 26px;
}

.ejlm{width: 184px; margin-left: 44px; z-index: 2;}
.ejlm li{line-height: 64px; font-size: 18px; margin:0; }
.ejlm li a{border-bottom: 1px solid #b6b6b6; display:inline-block; width:100%;}
.ejlm li a:hover{background: url(../images/dqlm.png) no-repeat bottom; height: 65px; width: 191px; border-bottom: none; font-weight: bold; color: #000;}
.ejlm li.chus{background: url(../images/dqlm.png) no-repeat bottom; height: 65px; width: 191px; border-bottom: none; font-weight: bold; color: #000;}
.ejlm li ul{width: 175px; padding-left: 9px; background: url(../images/sjx.png) no-repeat bottom;}
.ejlm li ul li{line-height: 36px; font-size: 14px; height: 36px; border-bottom: none; font-size: 14px; text-indent: 10px;}
.ejlm li ul li a{ border:none;}
.ejlm li ul li a:hover{background: url(../images/sjdq.png) no-repeat center; height: 36px; width: 172px; }
.ejlm li ul li.active {background: url(../images/sjdq.png) no-repeat center;height: 36px; width: 172px; margin-left:10px;}
.ejlm li ul li.active a:hover{  margin:0 0 0 -10px; padding:0; text-indent:20px;}
.ejlm li ul li .schus{background: url(../images/sjdq.png) no-repeat center; height: 36px; width: 172px; }
.ejlm li.img{ height:64px; background:url(../images/tit.jpg) no-repeat left center;}
.ejlm li.img a{height:64px;}
.nmain {
	background: url(../images/nybj.png) no-repeat bottom #fff;
	width: 100%;
}

/*   尾部    */
.divh40 {
	height: 40px;
}

.ejlm .l5_fl {
	position: relative;
	margin: 0;
	/* 	border-bottom: 1px solid #b6b6b6; */
	height: auto;
}

.ejlm .l5_fl:after {
	position: absolute;
	display: block;
	content: " ";
	width: 20px;
	height: 1px;
	background: #D22832;
	top: 64px;
	left: 0;
	transition: all linear 3s;
}

.ejlm .l5_fl:hover::after {
	animation: navvm .5s linear forwards;
	transition: all linear 1s;
}

@keyframes navvm {
	0% {
		width: 0;
	}

	50% {
		width: 82px;
	}

	100% {
		width: 184px;

}

/*   尾部  end   */