/* 包年套餐 */
.plans{position: relative; z-index: 3; background-color: #ffe400;}
.plans_c{position: relative; width: 1000px; margin: auto; padding-bottom: 20px;}

.plans .items{position: relative; height: 224px;}
.plans .item{
	display: block;
	position: relative; float: left; width: 220px; margin-top: -20px; margin-left: 40px;
	background: #fff; border-radius: 3px; overflow: hidden;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
}
.plans .item_top{margin-left: 0;}

.plans .item .nav{font-size: 12px; line-height: 12px; color: #999; text-align: center; padding: 30px 0;}
.plans .item .money{font-size: 36px; line-height: 36px; text-align: center; color: #231f20;}
.plans .item .unit{font-size: 12px; line-height: 12px; text-align: center; color: #999;}
.plans .item .tip{font-size: 12px; line-height: 12px; text-align: center; padding: 30px; color: #666;}
.plans .item .ac{font-size: 12px; line-height: 12px; text-align: center; padding: 10px; background-color: #231f20; color: #fff;}





/* 案例 */
.case{ background-color: #fff; background-color: #1b1919; padding: 0 0px;}
.case_c{position: relative; margin: auto;}
.case .items{}
.case .items .item{position: relative; float: left; width: 300px; height: 200px; cursor: pointer; overflow: hidden;}
.case .items .item .image{position: absolute; z-index: 1; width: 102%; height: 102%; left: -1%; top: -1%;}
.case .items .item .image img{width: 100%; height: 100%;}
.case .items .item .cover{
	position: absolute; z-index: 2; width: 100%; height: 100%; left: 0; top: 0; padding: 30px;
	background: url("../images/home_case_cover_bg.png") repeat center center;
	color: #fff;
}
.case .items .item .cover .title{font-size: 18px; line-height: 22px; text-align: left; color: #fffa00;}
.case .items .item .cover .summary{font-size: 12px; line-height: 16px; padding-top: 2px; color: #ccc;}
.case .items .item .cover .ac{padding-top: 15px;}
.case .items .item .cover .ac span{display: inline-block; border: 1px solid #fff; font-size: 12px; line-height: 12px; padding: 5px 15px; border-radius: 100px;}





/* 文章 */
.article{background-color: #eee; padding: 40px 0;}
.article_c{position: relative; width: 1000px; margin: auto;}

.article .news{float: left; width: 480px;}
.article .tips{float: right; width: 480px;}


.article .news .nav{font-size: 18px; text-align: center; padding-bottom: 20px;}
.article .news .items{}
.article .news .item{display: block; padding-top: 12px;}
.article .news .item_top{padding-top: 0;}
.article .news .item .date{float: left; width: 54px; height: 54px; margin-top: -2px; border-radius: 54px; background-color: #231f20; color: #fff; text-align: center;}
.article .news .item .date .day{display: block; font-size: 16px; height: 18px; line-height: 18px; margin-top: 10px;}
.article .news .item .date .month{display: block; font-size: 12px; height: 14px; line-height: 14px;}
.article .news .item .info{float: right; width: 406px; padding-bottom: 12px; border-bottom: 1px solid #ccc;}
.article .news .item .info .title{font-size: 14px; height: 16px; line-height: 16px; color: #231f20;}
.article .news .item .info .summary{font-size: 12px; height: 32px; line-height: 16px; margin-top: 6px; color: #666;}

.article .news .more{padding-top: 30px;}
.article .news .more a{display: block; width: 81px; height: 24px; margin: auto; background: url("../images/btn_more.png") no-repeat center center; cursor: pointer;}
.article .news .more a:link,
.article .news .more a:visited{}
.article .news .more a:hover{background-image: url("../images/btn_more_hover.png");}


.article .tips .nav{font-size: 18px; text-align: center; padding-bottom: 20px;}
.article .tips .top{height: 102px;}
.article .tips .top .image{float: right;}
.article .tips .top .image img{width: 130px; height: 100px;}
.article .tips .top .info{float: left; width: 330px;}
.article .tips .top .info .title{font-size: 14px; line-height: 16px;}
.article .tips .top .info .title a{
	background: url("../images/article_point.png") no-repeat left center;
	padding-left: 12px;
}
.article .tips .top .info .title a:link,
.article .tips .top .info .title a:visited{color: #231f20;}
.article .tips .top .info .title a:hover{color: #ec701f;}
.article .tips .top .info .summary{font-size: 12px; line-height: 16px; color: #666; padding: 8px 0; padding-left: 12px;}
.article .tips .top .info .date{padding-left: 12px; font-size: 12px; line-height: 12px; color: #999;}

.article .tips .items{border-top: 1px solid #ccc; margin-top: 15px;}
.article .tips .item{border-bottom: 1px solid #ccc; font-size: 12px; height: 31px; line-height: 31px; padding: 0;}
.article .tips .item a{background: url("../images/article_point.png") no-repeat left center; padding-left: 12px;}
.article .tips .item a:link,
.article .tips .item a:visited{color: #231f20;}
.article .tips .item a:hover{color: #ec701f;}

.article .tips .more{padding-top: 30px;}
.article .tips .more a{display: block; width: 81px; height: 24px; margin: auto; background: url("../images/btn_more.png") no-repeat center center; cursor: pointer;}
.article .tips .more a:link,
.article .tips .more a:visited{}
.article .tips .more a:hover{background-image: url("../images/btn_more_hover.png");}






/* map */
.map{background-color: #ffe400;}
.map_c{
	width: 1000px; margin: auto;
	background: url("../images/home_map_small.png") no-repeat left 60px;
}
.map .nav{text-align: left; padding-top: 50px; padding-left: 520px;}
.map .list{text-align: left; padding-bottom: 50px; padding-top: 10px; padding-left: 520px;}
.map .list span{
	display:inline-block; *display:inline; *zoom:1; padding: 8px 15px; margin-top: 10px; margin-right: 10px;
	border-radius: 3px;
	font-size: 12px; line-height: 14px;
	color: #ffffff;
	color: #231f20;
	background-color: #231f20;
	background-color: rgba(0,0,0,0.15);
	background-color: rgba(255,255,255,0.55);
	background-color: #ffef92;
}


















