@charset "utf-8";
/* CSS Document */

/* 修正手機瀏覽文字大小不同 */
html{-webkit-text-size-adjust:100%;
}
h5 {
	font-weight:normal;
}
.title-red {
	margin:0 5px;
	font-weight: bold;
	color: #de4f4f;
}
.title-blue {
	color: #00F;
}
.content_box {
	width:980px;
	margin:auto;
	display:table;
	padding-bottom:40px;
	background:#f8f8f8;
}
.content_group div {
	float:left;
	margin:0 20px 0 50px;
}
.text_effect {
	font-weight:bold;
	color:#fff;
	padding:10px;
	background:#3399cc;
}
.hr {
	border-top:1px solid #e3e3e3;
	width:895px;
	padding:20px 0;
}
.remind {
	width:880px;
	margin:0 50px 50px;;
	border:1px solid #FFD9DC;
	background:#FFF0F1;
	letter-spacing:1px;
}
.remind p {
	padding:15px 20px;
}
.remind div ol {
	margin:0 0 25px;
	padding:0;
}
.remind div ol li {
	font-size:13px;
	line-height:20px;
}
img {
	border:1px solid #e3e3e3;
}
.B_text {
	font-size:16px;	
}
.table tr th {
	padding:8px;
	border:1px solid #ddd;
	border-collapse:collapse;
}
.table tr td {
	padding:8px;
	border:1px solid #ddd;
	border-collapse:collapse;
}
.table {
	background:#FFF;
	font-size:13px;
	border-collapse:collapse;
}
.table-striped tr td img {
	border:none;
}
.ss {
	width: 19px;
	/* [disabled]height:19px; */
}
.Menu_box {
	width:980px;
	margin:auto;
	display:table;
}
.Menu {
	width: 980px;
	display: table;
	/* [disabled]border-bottom:1px solid #ddd; */
	border-top: 1px solid #ddd;
}
.Menu .group {
	float:left;
	padding:20px;
	width:29%;
}
.group ul {
	list-style-type:none;
	padding:0 10px;
}
.group ul li {
	font-size:13px;
	line-height:20px;
}
.group ul li a {
	color:#888;
	text-decoration:none;
}
.group ul li a:hover {
	color: #333;
	font-weight:bold;
	text-decoration: underline;
}
.group ul li.active > a {
	color:#de4f4f;
	font-weight:bold;
}
h2 {
	text-align:center;
}
h4 {
	color:#4285f4;
}
	.abgne_tab .tabs {
		padding: 0;
		height: 43px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #aaa;
	}
	.abgne_tab .tabs li {
		float: left;
		margin-bottom: -1px;
		margin-right: 4px;
		list-style-type: none;
		border-radius: 4px 4px 0 0;
		border-top:1px solid #ddd;
		border-bottom:1px solid #aaa;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		background-color: #fff;
	}
	.abgne_tab .tabs li a {
		color: #555;
		cursor: default;
		margin-right: 0px;
		line-height: 1.4285;
		position: relative;
		display: block;
		padding-top: 11px;
		padding-right: 15px;
		padding-bottom: 10px;
		padding-left: 15px;
		font-size: 10pt;
		text-decoration:none;
		border-top:1px solid #fff;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	.abgne_tab .tabs .active {
		cursor: default;
		border-bottom-color: transparent;
		margin-right: 4px;
		line-height: 1.4285;
		border-radius: 4px 4px 0 0;
		position: relative;
		display: block;
		font-weight: bold;
		font-size: 11pt;
		text-decoration: none;
		border-top:1px solid #aaa;
		border-bottom:1px solid #f8f8f8;
		border-left:1px solid #aaa;
		border-right:1px solid #aaa;
		background-color: #f8f8f8;
	}
	.abgne_tab .tabs .active a {
		border-bottom:1px solid #f8f8f8;
		color: #333;
	}
