@charset "gb2312";
/*
copyright: 成都哺恩堂养老护理中心
author: 成都全时云信息技术有限公司
date: 2017-03
for: 哺恩环境
*/
/* CSS Document */
/*
横幅
*/
#banner, #banner img {
	width: 100%;
}
#banner {
	font-size: 0;
	position: relative;
}
#banner div {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -37.5px 0 0 -320px;
	width: 640px;
	height: 75px;
	background: url(../images/bannerBg.png) no-repeat center center;
	text-align: center;
	font-size: 50px;
	color: #fff;
	line-height: 75px;
}

/*
导航
*/
#nav {
	width: 100%;
	margin-top: 40px;
}
#nav .container {
	font-size: 0;
	text-align: center;
}
#nav a {
	display: inline-block;
	margin: 23px 15px 0;
	padding: 0 23px;
	font-size: 24px;
	line-height: 48px;
	color: #555;
	background-color: #d4d4d4;
}
#nav a:hover, #nav a.active {
	color: #fff;
	background-color: #e1b56e;
}

/*
主体
*/
#main {
	width: 100%;
	margin-top: 32px;
	display: table;
	background-color: #fff;
}
#main ul {
	width: 100%;
	font-size: 0;
}
#main li {
	width: 33%;
	float: left;
	font-size: 0;
}
#main li a {
	width: 100%;
	display: block;
}
#main li a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*
图片放大
*/
#bg, #view {
	display: none;
}
#bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-ms-opacity: .7;
	-o-opacity: .7;
	opacity: .7;
}
#view {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.view {
	width: 96%;
	height: 96%;
	margin: 2% auto;
	text-align: center;
	position: relative;
}
.view .close, .view .prev, .view .next {
	position: absolute;
	cursor: pointer;	
	background: url(../images/bg.png) no-repeat;
}
.view .close {
	top: 0;
	right: 0;
	z-index: 1;
	width: 70px;
	height: 70px;
	background-position: 0 -160px;
}
.view .close:hover {
	background-position: -70px -160px;
}
.view .prev, .view .next {
	top: 50%;
	margin-top: -80px;
	width: 46px;
	height: 167px;
}
.view .prev {
	left: 0;
	background-position: -150px -130px;
}
.view .next {
	right: 0;
	background-position: -200px -130px;
}
.view .num {
	width: 100%;
	height: 30px;
	margin-top: 25px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.view .num .index {
	color: #e1b56e;
}