﻿.left-nav {
	width: 240px;
}

.left-tit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #E20001 url(../images/middle-1-right-t.png) no-repeat center left 20px;
}

.left-tit p {
	font-size: 16px;
	color: #FFFFFF;
}

.left-tit p span {
	margin-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

.nav-1, .nav-2 {
	padding: 10px;
	width: 100%;
	border: 1px solid #B8C6D7;
	background: #F7F7F7;
	box-sizing: border-box;
}

.nav-1 > li {
	margin-bottom: 5px;
	width: 100%;
}

.nav-1 > li > .nav-1-menu {
	padding:0 10px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	background: #E20001;

}

.nav-1 > li > .nav-1-menu > a {
	display: block;
	float:left;
	width: 160px;
	font-size:14px;
	color:#FFFFFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nav-1 > li > .nav-1-menu > a:hover {
	text-decoration: underline;
}

.nav-1 > li > .nav-1-menu > i{
	display:block;
	float:right;
	color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
}

.nav-1-child {
	padding: 5px 0;
	width: 100%;
}

.nav-1-child > a {
	display: block;
	padding-left: 25px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: url(../images/icon1.gif) no-repeat center left 10px;
	font-size: 12px;
	color: #666666;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nav-1-child > a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.nav-1-child > a.active{
	color: #ff0000;
	text-decoration: underline;
}

.nav-1-code {
	padding-top: 10px;
	width: 100%;
	height: 85px;
}

.nav-2 > li {
	width: 100%;
	height: 28px;
	line-height: 28px;
}

.nav-2 > li > a {
	display: block;
	padding-left: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666666;
	background: url(../images/icon1.gif) no-repeat center left 10px;
}

.nav-2 > li > a:hover {
	background: #E20001;
	color: #FFFFFF;
}

.left-con {
	padding: 10px;
	width: 100%;
	border: 1px solid #B8C6D7;
	box-sizing: border-box;
}

.left-con .content {
	padding: 5px 0 15px 0;
	line-height: 25px;
	font-size: 12px;
	color: #666666;
}

.nav-3 {
	width: 100%;
}

.nav-3 li {
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: url(../images/icon2.gif) no-repeat center left 10px;
}

.nav-3 li a {
	display: block;
	padding-left: 25px;
	width: 100%;
	color: #053C70;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nav-4 li .img-box {
	width: 216px;
	height: 216px;
	border: 1px solid #DCDCDC;
}

.nav-4 li .txt-box {
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.nav-4 li .txt-box a {
	font-size: 12px;
	color: #666666;
}

.nav-4 li .txt-box a:hover {
	text-decoration: underline;
	color: #FF0000;
}