body{
	font-family: 微軟正黑體, sans-serif;
	font-weight: bold;
	background: #fdf4c9;
}

.navbarall{
	width: 100%;
	background: url(../images/bar_bg.png) no-repeat bottom center;
	height:116px;
	border-radius:0;
	position:fixed;
	top: 0;
	z-index: 888;
	left: 0;
}
.navbar-default{
	background: none;
	border: 0;	
	margin-top:20px;
}
.navbar-default .navbar-nav{
	display: block;
	width: 730px;
	margin-left: 220px;
	margin-top: 9px;
}
.navbar-default .navbar-nav>li>a{
	display: inline-block;	
	color: #222222;
	font-size: 18px;
	margin: 0 5px;
	line-height: 24px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:2px 18px;
	
}
.navbar-default .navbar-nav>li>a:hover{
	color: #d0010e;
}
.navbar-default .navbar-nav>li.cut>a{
	background: #d0010e;
	color: #fff;
}
.navbar-default .navbar-nav>li+li:before{
	content: "/";
	line-height:24px;
}
.navbar-default .navbar-nav>li ul{
	display: none;
	position: absolute;
	background: #d0010e;
	padding:15px;
	top: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.navbar-default .navbar-nav>li ul.videolist{
	width: 230px;
	left: 50%;
	margin-left: -115px;
}
.navbar-default .navbar-nav>li ul li{	
	list-style: none;
	margin-bottom: 10px;
}
.navbar-default .navbar-nav>li ul li a{
	color: #fff;;
	text-decoration: none;
}
.navbar-default .navbar-nav>li ul li+li{
	border-top: 1px dotted #fff;
	padding-top: 10px;
}
.navbar-default .navbar-nav>li ul li a:hover{
	color: #ffd2d2;
}
.navbar-default .navbar-nav>li{
	padding-left:5px;
}
.navbar-right{
	position: absolute;
	right:60px;
	top: 0px;
}
.navbar-right li{
	list-style-type: none;
	display: inline-block;
	font-size: 12px;
	color: #4b4b4b;
	line-height: 36px;
	
}
.navbar-right li a{
	display:block;
	width: 28px;
	height: 28px;

	margin: 0 3px;
}
.navbar-right li a img{
	padding-top: 10px;
	width:100%;
	height: auto;
	vertical-align: middle;
	transition: all .5s;
	transform: scale(1,1);
}
.navbar-right li a:hover img{
	transform: scale(1.2,1.2);
}
.main{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
footer{
	text-align: center;
	width: 100%;	
	padding:10px;
	background-color: #635123;	
}
footer p{
	padding-top: 5px;
	color: #e7e7e7;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

#page-top {
	position: fixed;
	bottom:-130px;
	right: 20px;
	z-index: 99;
}
#page-top a {
	text-indent: -9999px;
	display: block;
	width: 68px;
	height: 68px;
	background: url(../images/gotop.png) top center no-repeat;
	opacity: .8;
}
#page-top a:hover {
	opacity: 1;
}
@media screen and (max-width:1200px) {
.navbar-default .navbar-nav{
	width: 765px;
	margin-left: 102px;
}
.navbar-right{
	position: absolute;
	right:-60px;
	top:0;
}
}
@media screen and (max-width:1120px) {
.navbar-default .navbar-nav{
	width: 765px;
	margin-left: 60px;
}
.navbar-right{
	position: absolute;
	right:0px;
	top:0;
}
}
@media screen and (max-width:1000px) {
	.main{
	width: 100%;
}
}






@media screen and (max-width:990px) {

.navbarall{
	background:#fff;
	height:70px;
	border-bottom: 5px solid #d0010e;
}
.navbar{
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;

}
.navbar-default{
	margin-top:10px;
}
.navbar-default .navbar-nav>li+li:before{
	content: "";
	line-height:0;
}
.navbar-header {
        float: none;

    }
    .navbar-toggle {
        display: block;
        background: none;
        border: 0;
    }
    .navbar-default .navbar-toggle .icon-bar{
    	background: #d0010e;
    }
    .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: #d0010e;
	}
	.navbar-default .navbar-nav{
		width: 100%;
		background: #d0010e;
		margin-left: 0;
	}
	.navbar-nav{
		margin: 0;

	}
	.navbar-default .navbar-nav>li{
		background:none;		
		margin:0 20px;

	}
	.navbar-default .navbar-nav>li+li{
		border-top: 1px solid #fff;
	}
	.navbar-default .navbar-nav>li+li{
	background: none;
}
	.navbar-default .navbar-nav>li>a{			
		padding: 0;
		line-height: 50px;
		letter-spacing: 1px;
		font-weight: normal;
		color: #fff;
		display: block;
		width: 100%;	
}
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default .navbar-nav>li.cut>a{
	background: #d0010e;
	color: #fff;
}
	
	.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: #d0010e;
	margin-top: 10px;
}
.navbar li ul {
		margin: 0;
		padding:0 15px;
		list-style: none;
		position:relative;
		left: 0;
		width: auto;		
		background: #ffcb11;
		display: none;
		width: 100%;
		font-size: 15px;
	}
.navbar li ul li{
	padding: 5px 0;
}
.navbar li ul li+li { border-top: 1px solid #f172b9; }
.navbar li ul li a {font-weight: normal;display: block;
		width: 100%;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-default .navbar-nav>li ul{	
	position:relative;
	background: #fff;
	top:0;
	margin-bottom: 10px;
	width: 94%;
}
.navbar-default .navbar-nav>li ul.videolist{
	width: 94%;
	left: 0;
	margin-left:0;
}
.
.navbar-default .navbar-nav>li ul li+li{
	border-top: 1px dotted #222;
}
.navbar-default .navbar-nav>li ul li a{
	color: #222;
}
.navbar-right{
	right:auto;
	left: 10px;
	padding: 0;
	top: 0;
}
#page-top a {
	width: 40px;
	height: 60px;
	background: url(../images/gotop.png) top center no-repeat;
	background-size: 100% auto;
}
#page-top a:hover {
	height:65px;
}

}


@media screen and (max-width:425px) {

}