*{margin:0;
padding:0;
list-style-type:none;
}
a,img{border:0;
text-decoration:none;
}
.clearfix:after{content:".";
display:block;
height:0;
clear:both;
visibility:hidden}
.clearfix{display:inline-table}
*html .clearfix{height:1%}
.clearfix{display:block}
*+html .clearfix{min-height:1%}


/* nav_menu */
.nav_menu{
	float: left;
	margin-left: 20px;
}
.nav{
	height: 80px;
	position: relative;
	margin: 0 auto;
}
.nav .list li{
	float:left;
	height: 80px;
	line-height: 80px;
	width: 95px;
	text-align: center;
}
.nav .list a{
	float:left;
	display:block;
	width: 95px;
	height:80px;
	text-align:center;
	color: #e50059;
}
.nav .list a:hover{
	color:#fff;
	background-color: #e50059;
}
.nav .list a:hover,.nav .list .now{
	color:#fff;
	background-color: #e50059;
}
.nav .box{
	position:absolute;
	top: 80px;
	width: 850px;
	overflow:hidden;
	height:0;
	filter:alpha(opacity=0);
	opacity:0;
	z-index: 9999;
}
.nav .cont{
	position:relative;
	padding: 20px 30px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* sublist */
.sublist li{
	float:left;
	width:260px;
}
.down .sublist li{ width: 32%; margin-right: 1%;}
.down .sublist h2{ width: 330px;}
.down .sublist li h3.mcate-item-hd{ padding-left: 2em;}
.down .sublist li p.mcate-item-bd{ padding-left: 2.5em;}
.down .sublist li p.mcate-item-bd a{ width: auto; margin-right: 1.5em;}

.sublist h2{
	display: block;
	width: 180px;
	font-size: 21px;
	color: #e50059;
	font-weight: normal;
	padding-top: 6px;
	border-bottom: 1px dashed #e50059;
	margin-left: 30px;
}
.sublist li h3.mcate-item-hd{
	font-family: '微軟正黑體';
	padding-left: 2px;
	font-size: 15px;
	height:26px;
	line-height:26px;
	color: #333;
	margin: 15px 0 5px 0;
	font-weight: bold;
}
.sublist li p.mcate-item-bd{
	padding-left:2px;
}
.sublist li p.mcate-item-bd a{
	display: block;
	width: 75px;
	height:20px;
	line-height:20px;
	font-size:13px;
	color:#666666;
	text-decoration:none;
	display:inline-block;
	/* border-bottom: 1px dashed #666666; */
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;	
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}
.sublist li p.mcate-item-bd a:hover{
	color:#e50059;
	/* border-bottom: 1px dashed #e50059; */
	margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.nav .box{
	position:absolute;
	top: 80px;
	width: 700px;
	overflow:hidden;
	height:0;
	filter:alpha(opacity=0);
	opacity:0;
	z-index: 9999;
	}
	.sublist li{
	float:left;
	width:200px;
	}
	.nav .list li{
	width: 85px;
	}
	.nav .list a{
	width: 85px;
	}
	.nav_menu{
	margin-left: 10px;
	}
}