@charset "utf-8";
/* CSS Document */
#logo{
	width: 200px;
	height: 50px;
	background: url(../img/logo.png) no-repeat center;
}
/*i-ban*/
.nana-iban,
.nana-iban .bd,
.nana-iban .bd li{
	width: 100%;
	height: 470px;
}
.nana-iban .hd{
	left: 0px;
	bottom: 20px;
}
.nana-iban .hd li{
	width: 14px;
	height: 14px;
	background: url(../img/i-ban-hd.png) no-repeat right;
	float: none;
	margin-right: 10px;
}
.nana-iban .hd li.on{
	background: url(../img/i-ban-hd.png) no-repeat left;
}
.nana-iban-prev,
.nana-iban-next{
	width: 22px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	background: url(../img/i-ban-row.png) no-repeat top left;
}
.nana-iban-prev{
}
.nana-iban-next{
	background: url(../img/i-ban-row.png) no-repeat top right;
}
.nana-iban-prev:hover,
.nana-iban-next:hover{
	background-position-y: bottom;
}

/*nana-boxRolling*/
.nana-boxRolling .bd{
	height: 207px;
}
.nana-boxRolling .bd li{
	width: 240px;
	height: 207px;
	margin-right: 10px;
}
.nana-boxRolling-img{
	width: 240px;
	height: 180px;
}
.nana-boxRolling .hd li{
	width: 14px;
	height: 14px;
	background: url(../img/i-ban-hd.png) no-repeat right;
	margin-right: 10px;
}
.nana-boxRolling .hd li.on{
	background: url(../img/i-ban-hd.png) no-repeat left;
}
.nana-boxRolling-next,
.nana-boxRolling-prev{
	width: 24px;
	height: 24px;
	background: url(../img/hd-row.jpg) no-repeat top left;
}
.nana-boxRolling-next{
	background: url(../img/hd-row.jpg) no-repeat top right;
}
.nana-boxRolling-next:hover,
.nana-boxRolling-prev:hover{
	background-position-y: bottom;
}

/*nana-boxNews*/
.nana-boxNews .bd{
	height: 155px;
}
.nana-boxNews .bd li{
	border-bottom: 1px dashed #eee;
	line-height: 30px;
}
.nana-boxNews .bd .nana-boxNews-last{
	border-bottom: none;
}
.nana-boxNews-tit{
	padding-left: 10px;
	background: url(../img/li-bg.png) no-repeat left;
}
.nana-boxNews-tit a:hover{
	color: #0d63ae;
}

/*nana-boxNewsImg*/
.nana-boxNewsImg .bd li{
	border-bottom: 1px dashed #eee;
}
.nana-boxNewsImg-list{
	padding: 10px 20px;
}
.nana-boxNewsImg-img{
	margin-left: -100%;
}
.nana-boxNewsImg-img,
.nana-boxNewsImg-img img{
	width: 240px;
	height: 180px;
}
.nana-boxNewsImg-textWrap{
	margin-left: 300px;
	height: 180px;
}
.nana-boxNews-viewLeft{
	left: 0px;
	bottom: 0px;
}
.nana-boxNews-viewRight{
	right: 0px;
	bottom: 0px;
}

/*nana-sideMenu*/
.nana-sideMenu-dt{
	padding-left: 10px;
	font-size: 24px;
	background: #ef8508;
	line-height: 60px;
}
.nana-sideMenu-li{
	line-height: 54px;
	background: #1f71b7;
}

/*nana-prevNext*/
.nana-prevNext{
	padding: 30px 0px 70px;
}
.nana-bigImgSwitch-bigimg,
.nana-bigImgSwitch-bigimg img{
	width: 100%;
	height: 300px;
}
.nana-bigImgSwitch-list .bd{
	width: 1080px;
	height: 120px;
}
.nana-bigImgSwitch-list .bd li{
	margin-right: 20px;
}
.nana-bigImgSwitch-list .bd img{
	width: 200px;
	height: 120px;
}
.nana-bigImgSwitch-prev,
.nana-bigImgSwitch-next{
	top: 50%;
	margin-top: -12px;
}
.nana-bigImgSwitch-prev{
	left: 0px;
}
.nana-bigImgSwitch-next{
	right: 0px;
}