footer div p{
	color: #aaa;
	margin: 0px auto;
	margin-bottom: 10px;
}
#top{
	/* padding-bottom: 8%; */
	padding-bottom: 110px;
}
#chapter div p{
	font-family: Courier New;
	font-size: 18px;
	color: #999;
}
#line{
	width: 180px;
	border-top: 2px solid #0ba1e4;
	margin: 0px auto;
}
#logo{
	width: 450px;;
	height: 65px;
	margin-top: -25px;
	margin-left: -80px;
}
#play_a{
	display: inline-block;
	width: 300px;
	margin: 0px 30px;
	text-align: center;
	text-decoration: none;
}
#play_title{
	width: 300px;
	height: 50px;
	display:inline-block;
	font-size: 16px;
	padding-top: 15px;
	background-color: rgba(238,238,238,1);
}
#main{
	text-align: center;
}
#chapter{
	margin: 50px 0px;
}
#about{
	color: rgb(255,255,255);
	background-color: #333;
	padding-left: 40%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#rubbishs{
	color: #aaa;
	background-color: #333;
	text-align: center;
}
#rubbishs a{
	color: #aaa;
	text-align: center;
	text-decoration: none;
}
/*鼠标放到a标签变色*/
#rubbishs a:hover{
	color: rgb(255,255,255);
}
#callme{
	font-size: 18px;
}
#copyright{
	text-align: center;
	background-color: #2a2a2a;
	padding-top: 10px;
	padding-bottom: 5px;
}
#copyright p a{
	color: #aaa;
	text-decoration: none;
}
/*鼠标放到a标签变色*/
#copyright p a:hover{
	color: rgb(255,255,255);
}
#active{
	position: fixed;
	top: 70%;
	z-index: 999;
	width: 50px;
	height: 50px;
	font-size: 40px;
	text-align: center;
	background-color: rgb(238,238,238);
	right: 30px;
	display: none;
}
#active a{	
	color: #aaa;
	text-decoration : none;
}
     
/* 显示返回顶部效果 */
#active:hover{
	background-color: red;
}
#active a:hover{
	color: #ffffff;
}
#font{
	font-size: 18px;
	display: none;
}

/* 导航菜单的高度 */
.navbar-nav>li>a {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
}
.navbar-brand {
	height: 80px;
	padding-top: 30px;
}
.navbar {
	min-height: 80px;
}
.navbar-toggle {
	margin-top: 8px;
	margin-bottom: 8px;
}
     
/* 去除轮播图两边的阴影 */
.carousel-control.left {
	background-image:none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',
		GradientType=1);
}
.carousel-control.right {
	left: auto; right: 0;
	background-image:none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',
		GradientType=1);
}

#main_product{
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 2%;
}

#product{
	background: #F1F3F1;
}

#product div h2{
	line-height: 90px;
	margin-left: 5%;
}

#product_detail p{
	font-size: 16px;
}

#jion{
	font-size: 16px;
	padding: 40px 65px;
}

#jion p strong {
	text-decoration:underline;
}
table tr td{
	border: 2px solid pink;
	text-align: center;
}
table tr td img{
	width: 60px;
}
#qing a:hover{
	color: #777;
}