body{
	font-family: 微軟正黑體, sans-serif;
	font-weight: bold;
}

.navbarall{
	width: 100%;
	background: #e4007f;
	height: 63px;
	border-radius:0;
	position:fixed;
	top: 0;
	z-index: 888;
	left: 0;

}
.navbar-default{
	background: none;
	border: 0;	
}
.navbar-default .navbar-nav>li>a{
	line-height: 60px;
	color: #fff;
	padding: 0 25px 0 16px;
	background: url(../images/nav_icon.gif) center left no-repeat;
	font-size: 16px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background: url(../images/nav_iconr.gif) center left no-repeat;
	color: #f1df8a;
}
.navbar .logo{
	display: block;
	padding-top: 8px;
}
.share{
	padding-top: 13px;
	overflow: hidden;
	padding-left: 10px;
}
.share p{
	display: block;
	float: left;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
}.share a{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: 10px;
}

.btnar{
	width: 102px;
	height: 252px;
	position: fixed;
	right: 0;
	top: 100px;
	background: url(../images/slide_bg.png);
	padding-top: 15px;
}
.btnar a{
	display: block;
	height: 114px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}
.btnar a:hover{
	color: #f1df8a;
}
.btnar a span{
	display: block;
}


.main{
	width: 1000px;
	margin: 0 auto;
}
.navbar li ul {
		margin: 0;
		padding:0 15px;
		list-style: none;
		position: absolute;
		left: -30px;
		width: auto;		
		background: #e5007f;
		display: none;
		width: 160px;
	}
.navbar li ul li{
	padding: 15px 0;
}
.navbar li ul li+li { border-top: 1px solid #f172b9; }
.navbar li ul li a { display: inline;color: #fff; text-decoration: none; line-height: 18px; }
.navbar li ul li a:hover{color:#f1df8a;}

footer{
	text-align: center;
	width: 100%;
	background: #e4007f;	
	padding: 10px;
	
}
footer p{
	padding-top: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}


@media screen and (max-width:1024px) {
body{
	font-weight: normal;
}
.main{
	width: 100%;
}	
}





@media screen and (max-width:990px) {
.navbar{
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.navbar-header {
        float: none;

    }
    .navbar-toggle {
        display: block;
        background: none;
        margin-top: 15px;
        border: 0;
    }
    .navbar-default .navbar-toggle .icon-bar{
    	background: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    	background: none;

    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding: 0;
        margin: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .right_btn_m{
		display: block;
	}
	.right_btn_m img{
		height: 40px;
		margin-top: 10px;
	}
	.right_btn{
		display:none;
	}

	.navbar-default {
		height: auto;
		padding-bottom: 5px;

	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height: 100%
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color: #f172b9;
	}
	.navbar-default .navbar-nav{
		width: 100%;
		background: #e4007f;
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-default .navbar-nav>li{
		background:none;
		padding-left: 20px;
		border-bottom: 1px solid #f172b9;

	}
	.navbar-default .navbar-nav>li+li{
	background: none;
}
	.navbar-default .navbar-nav>li>a{			
		padding: 0;
		line-height: 40px;
		letter-spacing: 1px;
		font-weight: normal;
		padding-left: 20px;
	}
	
	.navbar-default .navbar-nav>li div{
		background:none;
		padding: 0 ;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-bottom: none;
	}

	.share{
 	float: none;
	margin: 12px; 
	text-align: left;	
	}
	.share p{ 
	position: relative;
 	left:0;
 	line-height:30px;
	}
	.share  a{
	vertical-align:middle;

}
.navbar-collapse{
	background: #e5007f;
}
.btnar{
	width: 100%;
	height: auto;
	position:relative;
	right: 0;
	top: 0;
	background:#339ad4;
	padding-top: 0;
	overflow: hidden;
}
.btnar a{
	width: 100%;
	height: auto;
	text-align:left;
	padding: 5px 0;
}
.btnar a+a{
	border-top: 1px solid #9dd1f2;
}
.btnar a span{
	display:inline-block;
}
.navbar li ul {
		margin: 0;
		padding:0 15px;
		list-style: none;
		position:relative;
		left: 0;
		width: auto;		
		background: #e5007f;
		display: none;
		width: 100%;
	}
.navbar li ul li{
	padding: 5px 0;
}
.navbar li ul li+li { border-top: 1px solid #f172b9; }
.navbar li ul li a { display: inline;color: #fff; text-decoration: none; line-height: 18px; }
.navbar li ul li a:hover{color:#f1df8a;}
.navbar .logo{
	width:100px;
	padding-top: 15px;
	padding-left: 10px;
}
.navbar .logo img{
	width:100px;
	
}
}