/*index-header*/

.index-header {
	height: 90px;
	padding-top: 12px;
	background: url(/img/cn/header_line.gif) repeat-x 0 0;
}

.index-header p:nth-child(1) {
	float: left;
	width: 168px;
	height: 60px;
	margin: 15px 0 15px 36px;
}

.index-header p:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.index-header p:nth-child(2) {
	float: right;
	height: 20px;
	margin: 35px 0;
	line-height: 20px;
}

.index-header p:nth-child(2) a {
	margin-right: 22px;
	color: #333;
}

.index-header p:nth-child(2) img {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 11px;
}


/*inside-header*/

.inside-header {
	height: 100px;
	padding-top: 12px;
	border-bottom: 1px solid #b3b3b4;
	margin-bottom: 20px;
	background: url(/img/cn/header_line.gif) repeat-x 0 0;
}

.inside-header p:nth-child(1) {
	float: left;
	width: 126px;
	height: 45px;
	margin: 27px 0 0 80px;
}

.inside-header p:nth-child(1) a,
.inside-header p:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.inside-header p:nth-child(2) {
	float: right;
	height: 20px;
	margin: 40px 5px 40px 0;
	line-height: 20px;
}

.inside-header p:nth-child(2) a {
	margin-right: 24px;
	color: #333;
}

.inside-header p:nth-child(2) a:hover {
	color: #A71816;
}

.inside-header p:nth-child(2) img {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 11px;
}


/*sidebar*/

.sidebar{
	float: left;
	width: 185px;
	background-color: #fafafa;
}

.sidebar p{
	position: relative;
	height: 20px;
	background: url(/img/cn/header_line.gif) repeat;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	text-indent: 20px;
	letter-spacing: 5px;
}

.sidebar p:first-child{
	margin-bottom: 5px;
}

.sidebar p:first-child:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.sidebar p:last-child{
	margin-top: 5px;
}

.sidebar p:last-child:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

	.sidebar p a {
		color: #fff;
		text-decoration: none;
	}

		.sidebar p a:hover {
			color: #fff;
		}

.sidebar dl + dl{
	border-top: 1px solid #b3b3b4;
}

.sidebar dl:last-of-type{
	border-top: 0;
}

.sidebar dl dt{
	height: 28px;
	padding-left: 30px;
	background: url(/img/cn/inside_sidebar_icon_right.gif) no-repeat 10px center,url(/img/cn/inside_sidebar_icon_down.gif) no-repeat right 10px center;
	font-weight: bold;
	line-height: 28px;
}

.sidebar dl:nth-last-of-type(1) dt,
.sidebar dl:nth-last-of-type(2) dt{
	background: url(/img/cn/inside_sidebar_icon_right.gif) no-repeat 10px center;
}

.sidebar dl dd{
	padding: 5px 15px 5px 48px;
	background: url(/img/cn/inside_sidebar_icon_right.gif) no-repeat 28px center;
	line-height: 18px;
}

.sidebar dl:nth-of-type(1) dd:nth-of-type(2){
	background: url(/img/cn/inside_sidebar_icon_down.gif) no-repeat 28px center;
}

.sidebar dl dd:nth-child(2){
	border-top: 1px solid #b3b3b4;
}

.sidebar dl a{
	color: #595959;
}

.sidebar dl a:hover{
	color: #A71816;
}


/*footer*/

.footer {
	padding: 10px 0;
	border-top: 1px solid #d0d0d0;
	line-height: 20px;
}

.footer p:nth-child(1) {
	padding: 10px 0;
	text-align: center;
}

.footer p:nth-child(1) a {
	margin: 0 22px;
	color: #9C9C9C;
}

.footer p:nth-child(2) {
	text-align: center;
}

.footer p:nth-child(2) span:nth-child(1) {
	color: #B41D1A;
}

.footer p:nth-child(2) a {
	color: #333;
}