@charset "utf-8";
/* CSS Document */

/*****base*******/
html,body{padding:0; margin:0; height:100%; font-size:14px;}

.bigtancen{
	display:none;
	position:relative;
	width:900px;
	height:100%;
	margin:auto;
	}


.bigtancen-text{
	width:660px;
	margin:auto;
	min-height: 364px;
	padding:30px 0 0 0;
	line-height: 26px;
	}

.bigtancen-text-title{
	width:100%;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
	padding: 30px 0 0 0;
	}

.bigtancen-text > p{
	width:100%;
	text-indent:28px;
	line-height:24px;
	}

.bigtancen-btn{
	width:100%;
	text-align:center;
	padding-top:30px;
	}

.bigtancen-btns{
	width:160px;
	height:40px;
	background:#3695c6;
	color:#fff !important;
	text-align:center;
	line-height:40px;
	font-size:16px;
	display:inline-block;
	border-radius:4px;
	text-decoration:none;
	}

.bigtancen-btns:hover{
	background:#0f7fb8;
	}

.bjgtancen-close{
	position:absolute;
	right:10px;
	top:10px;
	color:#3695c6;
	cursor:pointer;
	}

.tancen-close:hover{
	color:#0f7fb8;
	}

	.main-strong{
		font-weight: bold;
		color:#0f7fb8;
	}



	.bigtancen-right{
		text-align: right;
		width: 660px;
		margin: auto;
		padding: 10px 0 0 0;
		line-height: 24px;
	}

.tancen-txt{
	padding: 15px 0px 15px 0px;
	margin: auto;
	width: 270px;
	max-height: 136px;
	overflow: hidden;
}
.show_detail {
	cursor: pointer;
	color: rgb(36, 98, 180);
}
.show_detail:hover{
	color: rgba(86,136,217);
}

.small_font{
	font-size: 14px;
}
.max_font{
	font-weight: bolder;
}










