


/*左侧--竖直导航条*/
.main-left{
	width: 100%;
	float: right;
	/* background: #ffffff; */
	/* box-shadow: 0px 2px 5px rgba(148,189,216,0.3); */
}

.main-left-title span{
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	display: block;
	text-align: center;
    font-weight: bold;
	color:#fefeff;
	background-color: #b10703;
	/* padding:0px 15px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*竖直二级导航条*/
.subnav-two{
	min-height: 315px;
	width: 100%;
	padding-bottom: 20px;
	background-color: #fff7ef;
	padding-top: 3px;
}
.subnav-two > li{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #cecece;
}
/* .subnav-two > li > a:after {
	content:'';
	width: 0px;
	height: 1px;
	display:block;
	
	position:absolute;
	right: 0;
	left: 0;
	top: 50px;
	margin: auto;
	transition: all .5s;
}
.subnav-two > li > a:before{
	content: "";
	width: 0px;
	position: absolute;
	top: 0;
	height: 100%;
	transition: .5s;
	right: 0;
} */

/* 修改03.15 */
.subnav-two > li > a{
	/* padding-left: 11px; */
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 26px;
	padding: 12px 0;
	font-size: 16px;
	/* padding-right: 15px; */
	text-decoration: none;
	color:#333333;
	text-overflow: ellipsis;
	white-space: pre-wrap;

}
.subnav-two a{
	text-decoration: none;
}
/*样式*/
.subnav-two > li:hover > a:after,.subnav-two > .subnav-hover {

	
}
.subnav-two > li:hover > a:after,.subnav-two > .subnav-hover >a{
	color: #b10703;
	background: #fce7d1;
}
.subnav-two > li:hover > a:after,.subnav-two > .subnav-hover > a:after {
	width: 100%;
	transition: all .5s;
}

/*竖直三级导航条*/
.subnav-three{
	display: none;
	background-color: #fcf1e6;
	/* padding-top: 2px; */
	border-top: 2px solid #ffffff;
	/* border-bottom:1px solid #e8dcd4; */
}
.subnav-three > li{
	width: 100%;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.subnav-three > li > a:before {
	content:'';
	width: 100%;
	height: 1px;
	display:block;
	/* background:#c0dded; */
	position:absolute;
	right: 4px;
	top: 45px;
	transition: all .5s;
}
.subnav-three > li > a{
	position: relative;
	display: block;
	text-align: center;
	line-height: 50px;
	color:#333333;
	font-size: 16px;
	/* height: 50px; */
}
.subnav-three > li > a:hover{
	color: #b10703;
	background-color: #fce7d1;
}
/*样式*/
.subnav-three > li:hover > a:after,.subnav-three > .subnav-hover > a{
	background: #fce7d1;
	color: #b10703;
}
.subnav-three > li:hover > a:after,.subnav-three > .subnav-hover > a:after {
	width: 100%;
	transition: all .5s;
}


/*竖直四级导航条*/
.subnav-four{
	display: none;
	width: 100%;
	/* padding-top: 2px; */
	border-top: 2px solid #ffffff;
	border-bottom:1px solid #e8dcd4;
}
.subnav-four > li{
	width: 100%;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.subnav-four > li > a:after {
	content:'';
	width: 0px;
	height: 1px;
	display:block;
	background:#0381c7;
	position:absolute;
	right: 0;
	left: 0;
	top: 40px;
	margin: auto;
	transition: all .5s;
}
.subnav-four > li > a:before {
	content:'';
	width: 100%;
	height: 1px;
	display:block;
	background:#c0dded;
	position:absolute;
	right: 4px;
	top: 40px;
	transition: all .5s;
}
.subnav-four > li > a{
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color:#555555;
	font-size: 14px;
	/* height: 50px; */
}
/*样式*/
.subnav-four > li:hover > a:after,.subnav-four > .subnav-hover > a{
	background: #fce7d1;
	color: #b10703;
}
.subnav-four > li:hover > a:after,.subnav-four > .subnav-hover > a:after {
	width: 100%;
	transition: all .5s;
}
.subnav-four > .subnav-hover > a,.subnav-four > li:hover > a{
	color:#b10703;
}