@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;
}

/*
版块一
*/
#sec1 {
	width: 100%;
	padding: 62px 0;
	background-color: #fff;
	display: table;
}
#sec1 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../images/indexSec1Bg.gif) repeat-x 0 center;
}
#sec1 .header div {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	padding: 0 13px;
	background-color: #fff;
}
#sec1 .main {
	margin-top: 30px;
}
#sec1 .headNews {
	width: 1200px;
	margin: 0 auto;
}
#sec1 .headNews a {
	display: block;
}
#sec1 .headNews .right, #sec1 .headNews .more {
	width: 720px;
}
#sec1 .headNews .time {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	position: relative;
}
#sec1 .headNews .time span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 4px;
	background-color: #555;
}
#sec1 .headNews h1 {
	width: 100%;
	height: 42px;
	margin-top: 19px;
	font-size: 20px;
	color: #555;
	line-height: 42px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec1 .headNews a:hover h1 {
	color: #e1b56e;
}
#sec1 .headNews .brief {
	width: 100%;
	height: 75px;
	font-size: 14px;
	color: #6f6f6f;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#sec1 .headNews .brief:after {
	content: "...";
}
#sec1 .headNews .more {
	margin-top: 20px;
}
#sec1 .headNews .more .border {
	width: 180px;
	padding: 8px;
	border: 1px solid #e1b56e;
	margin: 0 auto;
}
#sec1 .headNews .more .border:hover {
	border-color: #555;
}
#sec1 .headNews .more .border a {
	width: 100%;
	height: 48px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	background-color: #e1b56e;
	text-align: center;
	text-shadow: 1px 1px #9d9d9d;
}
#sec1 .headNews .more .border:hover a {
	background-color: #555;
}
#sec1 ul {
	width: 1230px;
	margin: 0 auto;
}
#sec1 li {
	width: 615px;
	margin-top: 30px;
	float: left;
}
#sec1 li a {
	width: 600px;
	height: 128px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
#sec1 li a h1, #sec1 li a div {
	width: 378px;
}
#sec1 li a h1 {
	height: 40px;	
	margin-top: 8px;
	font-size: 18px;
	color: #555;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec1 li a:hover h1 {
	color: #e1b56e;
}
#sec1 li a .brief {
	height: 50px;
	font-size: 14px;
	color: #555;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#sec1 li a .brief:after {
	content: "...";
}
#sec1 li a .info {
	font-size: 12px;
	line-height: 26px;
}
#sec1 li a .info .time {
	padding-left: 32px;
	color: #a9a9a9;
	background: url(../images/bg.png) no-repeat 0 -80px;
}
#sec1 li a .info .more {
	color: #e1b56e;
}
#sec1 li a:hover .info .more {
	color: #555;
}

/*版块二*/
#sec2 {
	width: 100%;
	padding: 62px 0;
	background-color: #555;
	display: table;
}
#sec2 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../images/indexSec1Bg.gif) repeat-x 0 center;
}
#sec2 .header div {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding: 0 13px;
	background-color: #555;
}
#sec2 .main {
	margin-top: 30px;
}
#sec2 .video, #sec2 .list {
	height: 560px;
}
#sec2 .video {
	width: 840px;
	position: relative;
}
#sec2 .video video, #sec2 .video .bg {
    width: 100%;
    height: 100%;
}
#sec2 .video video {
    object-fit: fill;
}
#sec2 .video .bar, #sec2 .video h1 {
	position: absolute;
}
#sec2 .video .bar, #sec2 .video h1 {
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
}
#sec2 .video .bar {
	z-index: 2;
	background-color: #000;
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	-ms-opacity: .6;
	-o-opacity: .6;
	opacity: .6;
}
#sec2 .video h1 {
	z-index: 3;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec2 .list {
	width: 360px;
	background-color: #3e3e3e;
}
#sec2 .list h1 {
	width: 100%;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #323232;
	font-size: 20px;
	color: #ffd5a7;
	text-indent: 14px;
}
#sec2 .list .box {
	width: 100%;
	height: 500px;
	background-color: #323232;
	overflow: hidden;
}
#sec2 .list ul {
	width: 354px;
}
#sec2 .list li {
	width: 100%;
	height: 125px;
	font-size: 12px;
	color: #fff;
	background-color: #3e3e3e;
	overflow: hidden;
	float: left;
}
#sec2 .list li:hover, #sec2 .list li.active {
	background-color: #323232;
}
#sec2 .list li img {
	margin: 12px 0 0 14px;
}
#sec2 .list li div {
	margin: 24px 0 0 12px;
	height: 22px;
	line-height: 20px;
	position: relative;
}
#sec2 .list li div span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 2px;
	background-color: #fff;
}
#sec2 .list li h2 {
	margin: 13px 0 0 12px;
	padding: 0 7px 35px 0;
	width: 168px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	border-bottom: 1px solid #323232;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#sec2 .list li h2:after {
	content: "...";
}

/*
版块三
*/
#sec3 {
	width: 100%;
	padding: 62px 0;
	background-color: #fff;
	display: table;
}
#sec3 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../images/indexSec1Bg.gif) repeat-x 0 center;
}
#sec3 .header div {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	padding: 0 13px;
	background-color: #fff;
}
#sec3 .main {
	margin-top: 30px;
}
#sec3 .news a {
	width: 100%;
	height: 290px;
	display: block;
}
#sec3 .news a h1, #sec3 .news a div {
	width: 660px;
}
#sec3 .news a h1 {
	margin-top: 10px;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	color: #555;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec3 .news a:hover h1 {
	color: #e1b56e;
}
#sec3 .news a .brief {
	height: 175px;
	overflow: hidden;
	font-size: 14px;
	color: #959595;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#sec3 .news a .brief:after {
	content: "...";
}
#sec3 .news a .view {
	margin-top: 17px;
	font-size: 14px;
	color: #e1b56e;
	line-height: 25px;
	text-align: right;
}
#sec3 .news a:hover .view {
	color: #555;
}
#sec3 ul {
	width: 1160px;
	margin: 19px auto 0;
}
#sec3 li {
	width: 100%;
	float: left;
}
#sec3 li a {
	width: 100%;
	height: 59px;
	display: block;
	line-height: 59px;
	border-bottom: 1px solid #eee;
}
#sec3 li a h1 {
	width: 1060px;
	height: 59px;
	overflow: hidden;
	font-size: 20px;
	color: #555;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec3 li a:hover h1 {
	color: #e1b56e;
}
#sec3 li div {
	width: 100px;
	text-align: right;
	font-size: 14px;
	color: #555;
}
#sec3 .more {
	width: 180px;
	padding: 8px;
	border: 1px solid #e1b56e;
	margin: 40px auto 0;
}
#sec3 .more:hover {
	border-color: #555;
}
#sec3 .more a {
	width: 100%;
	height: 48px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	background-color: #e1b56e;
	text-align: center;
	text-shadow: 1px 1px #9d9d9d;
}
#sec3 .more:hover a {
	background-color: #555;
}

/*
版块四
*/
#sec4 {
	width: 100%;
	padding: 62px 0;
	background-color: #eee;
	display: table;
}
#sec4 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../images/indexSec1Bg.gif) repeat-x 0 center;
}
#sec4 .header div {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	padding: 0 13px;
	background-color: #eee;
}
#sec4 .main {
	width: 1200px;
	height: 470px;
	overflow: hidden;
	margin: 30px auto 0;
	position: relative;
}
#sec4 ul {
	width: 100%;
}
#sec4 li {
	width: 405px;
	float: left;
}
#sec4 li a {
	width: 390px;
	height: 470px;
	display: block;
}
#sec4 li a figcaption {
	width: 260px;
	height: 50px;
	padding-left: 20px;
	margin-top: 18px;
	font-size: 26px;
	color: #e1b56e;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec4 li a:hover figcaption {
	color: #555;
}
#sec4 li a div {
	width: 70px;
	height: 50px;
	font-size: 20px;
	color: #555;
	line-height: 50px;
	text-align: right;
	margin-top: 18px;
}
#sec4 li a:hover div {
	color: #e1b56e;
}
#sec4 li a ol {
	width: 350px;
	height: 80px;
	margin: 13px auto 0;	
	overflow: hidden;
	background: url(../images/bg.png) no-repeat -510px -80px;
}
#sec4 li a li {
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #959595;
	padding: 0 8px 0 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec4 .main .button a {
	position: absolute;
	top: 95px;
	z-index: 1;
	width: 56px;
	height: 120px;
	display: block;
	background: url(../images/bg.png) no-repeat;
}
#sec4 .main .button .prev {
	left: 0;
	background-position: -250px -160px;
}
#sec4 .main .button .next {
	right: 0;
	background-position: -310px -160px;
}
#sec4 .main .button .prev:hover {
	background-position: -370px -160px;
}
#sec4 .main .button .next:hover {
	background-position: -430px -160px;
}

/*
版块五
*/
#sec5 {
	width: 100%;
	padding: 62px 0;
	background-color: #fff;
	display: table;
}
#sec5 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../images/indexSec1Bg.gif) repeat-x 0 center;
}
#sec5 .header div {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	padding: 0 13px;
	background-color: #fff;
}
#sec5 .main {
	width: 1215px;	
	margin: 30px auto 0;
}
#sec5 ul {
	width: 100%;
}
#sec5 li {
	width: 405px;
	float: left;
}
#sec5 li a {
	width: 390px;
	height: 410px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}
#sec5 li a div {
	width: 350px;
	height: 30px;
	overflow: hidden;
	font-size: 20px;
	color: #555;
	line-height: 30px;
	padding-bottom: 4px;
	margin: 13px auto 0;
	position: relative;
}
#sec5 li a div span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 4px;
	background-color: #555;
}
#sec5 li a figcaption {
	width: 350px;
	height: 44px;
	font-size: 26px;
	color: #555;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 9px auto 0;
}
#sec5 li a:hover figcaption {
	color: #e1b56e;
}
#sec5 .more {
	width: 180px;
	padding: 8px;
	border: 1px solid #e1b56e;
	margin: 40px auto 0;
}
#sec5 .more:hover {
	border-color: #555;
}
#sec5 .more a {
	width: 100%;
	height: 48px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	background-color: #e1b56e;
	text-align: center;
	text-shadow: 1px 1px #9d9d9d;
}
#sec5 .more:hover a {
	background-color: #555;
}