@charset "UTF-8";
/* tc/index
=======================================*/
@import url("/tc/css/reset.css");

/* ======== base ======== */

body {
	font-size: 14px;
	font-family: 'Arial','Helvetica','AppleGothic','sans-serif';
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	text-align: center;
}
.ie body {
	font-size: 87.5%;
}


#header {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 60%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 60%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 60%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 1px solid #013b96;
}
#header .header_inn {
	text-align: left;
	padding-top: 5px;
	height: 69px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-sizing: border-box;
}
#header .header_inn .head_logo {
	vertical-align: middle;
	display: inline-block;
	margin-right: 25px;
	
	*float: left;
}
#header .header_inn .txt_catch {
	display: inline-block;
	
	*padding-top: 20px;
}
#header .header_inn aside {
	height: 66px;
	width: 276px;
	position: absolute;
	right: 0px;
	bottom: 2px;
}
#header .header_inn aside span {
	color: #FFF;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.89);
	position: absolute;
	left: 22px;
	top: 10px;
}



/* ======== main ======== */
#main {
	background-color: #ffffff;
	padding-bottom: 40px;
	font-family: 'Arial','Helvetica','AppleGothic','sans-serif';
	font-size:14px;
}
#main .breadcrumb{
	background-color:#ffffff;
}
#main .main_visual {
	background-image: url(/tc/images/main_bg02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 650px;
	position: relative;
}
#main .main_visual .visual_inn {
	color: #FFF;
	text-align: left;
	width: 900px;
	padding-top: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-sizing: border-box;
}
#main .main_visual .visual_inn h1 {
	font: italic 371% "Times New Roman",'Times','serif';/*52px*/
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.85);
}
#main .main_visual .visual_inn .txt_no1 {
	color: #000;
	font-size: 85.7%;/*12px*/
	line-height: 1.3;
	margin-left: 265px;
	position: absolute;
	left: 50%;
	/*top: 140px;*/
	top: 102px;
}
#main .main_visual .visual_inn .txt_no1 strong {
	font-weight: bold;
}
#main .main_visual .visual_inn .txt_lead {
	font-size: 128.5%;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.85);
	width: 650px;
	margin-top: 50px;
}
#main .main_visual .visual_inn .btn_next {
	color: #000;
	margin-left: -30px;
	position: absolute;
	left: 50%;
	bottom: 18px;
	
	*bottom: 98px;
}
#main .main_visual .top_menu{
	bottom: 0;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
#main .main_visual .top_menu ul{
	overflow:hidden;
	width:900px;
	margin:auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
#main .main_visual .top_menu ul a{
	color:#ffffff;
}
#main .main_visual .top_menu ul li{
	float:left;
	position: relative;
	margin-right:12px;
	background-color:#fff;
	border-radius: 5px;
}
#main .main_visual .top_menu ul li.last{
	margin-right:0;
}
#main .main_visual .top_menu ul li img{
}
#main .main_visual .top_menu ul li p{
	font-size: 24px;
	font-weight: bold;
	line-height: 101px;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 100%;
	text-shadow: 0 1px 1px #555;
}
#main .content{
	background:#f2fcff;
}
#main .main_cts {
	text-align: left;
	width: 900px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	line-height: normal;
}
#main .main_cts h2 {
	font-size: 214%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 4px solid #0c1a7e;
}
#main .main_cts .box_plan {
	margin-right: -47px;
	margin-bottom: 40px;
	*margin-right: 0;
	*margin-left: 0;
	margin-top: 20px;
	width: 947px;
	overflow: hidden;
}
#main .main_cts .box_plan li {
	vertical-align: top;
	float: left;
	margin-right: 45px;
	width: 270px;
}
#main .main_cts .box_plan li dt {
	font-size: 128%;
	font-weight: bold;
	background-color: #FFF;
	padding: 10px 10px 7px 17px;
	border-bottom: 2px solid #0c1a7e;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
#main .main_cts .box_plan li dd p {
	margin-top: 10px;
}
#main .main_cts .box_plan li dd p.bold {
	font-size: 128%;
	font-weight: bold;
}

#main .main_cts .box_after {
	margin-top: 20px;
	display: table;
}
#main .main_cts .box_after li {
	vertical-align: middle;
	display: table-cell;
	
	_float: left;
}
#main .main_cts .box_after li:first-child {
	font-size: 200%;
	color: #FFF;
	line-height: 1.3;
	background-color: #0c1a7e;
	width: 5492px;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	padding-right: 17px;
	padding-left: 17px;
}
#main .main_cts .box_after li:first-child span {
	font-size: 57%;
	display: block;
	margin-top: 5px;
}

*html #main .main_cts .box_after li {
	font-size: 200%;
	color: #FFF;
	line-height: 1.3;
	background-color: #0c1a7e;
	width:408px;
	padding-right: 0;
	padding-left: 0;
	float: left;
}
*html #main .main_cts .box_after li span {
	font-size: 57%;
	display: block;
	margin-top: 5px;
}
/*recommended_property*/
.recommended_property {
	background-color:#ffffff;
	padding-top:40px;
}
.recommended_property h2{
	font-size: 30px;
	line-height: normal;
	padding-bottom: 30px;
}
.recommended_property p{
	padding-bottom:20px;
}
.recommended_property ul.property_list{
	width:1000px;
	overflow:auto;
}
.recommended_property ul.property_list li{
	margin-bottom:20px;
	width:320px;
	float:left;
}
.recommended_property ul.property_list li:nth-child(2),
.recommended_property ul.property_list li:nth-child(3n+2){
	margin-left:20px;
	margin-right:20px;
}
.recommended_property ul.property_list li:nth-child(1){
	margin-left:0px;
	margin-right:0px;
}
.recommended_property ul.property_list li a{
	width:318px;
	display:block;
	border:1px solid #999999;
}
.recommended_property ul.property_list li .imgbox{
	margin:5px auto 20px;
	width:308px;
	height:230px;
	background-color:#eeeeee;
	text-align:center;
	position: relative;
}
.recommended_property ul.property_list li img{
	max-height:230px;
	max-width:308px;
	position: absolute;
	display: block;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
dl.property_info dt,
dl.property_info dd{
	padding-left:20px;
	padding-right:20px;
	color:#333333;
	font-size:16px;
	font-weight: normal;
	line-height:140%;
}
dl.property_info dd.rent_txt{
	padding-bottom:10px;
	text-align:right;
	font-size:24px;
	color:#cc3333;
}
dl.property_info dd.updata_txt{
	padding-top:5px;
	padding-bottom:5px;
	background-color:#999999;
	color:#ffffff;
	text-align:center;
	font-size:12px;
}

.guard {
	margin: 0;
	padding: 0;
	position: relative;
}
.img_Guard{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) url("/static/shared/images/blank.gif") repeat scroll 0 0;
	display: block;
	position: absolute;
}
.img_Guard::after{
	content: "@Apamanshop";
	margin: auto;
	background: #fff none repeat scroll 0 0;
	width: 150px;
	left: 0;
	right: 0;
	bottom: 20px;
	font-size: 10px;
	text-align: center;
	color:#333;
	position: absolute;
	z-index:1;
	opacity: 0.5;
	box-sizing: border-box;
	border-radius: 30px;
}
