.navbar-header {
	background-color: #F4F4F4;
	box-shadow: 0 0 0 0 #fff, 0 0 3px #7f7f7f;
	border-radius: 0.1px;
	height: 55px;
}

.unit-category {
	background-color: #333333;
	height: 20px;
}

.unit-category p {
	color: #e8b303;
	font-size: 12px;
	width: 94%;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
}

.navbar-collapse {
	width: 112%;
}

#navbar-collapse2 li {
	/*	height: 65px;*/
	/*padding: 0px 0px 12px 0px;*/
}

#navbar-collapse2 {
	max-height: 400px;
}

.nav-text {
	padding-left: 10px; 
	border-left: 5px solid #e8b303;
}

.nav-text h4 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #434343;
}

.nav-text p {
	color: #555555;
	font-size: 12px;
	margin-bottom: 5px;
}

#navbar-collapse2 .row {
	border-bottom: 1px solid #c1c1c1;
}

#navbar-collapse2 img {
	width: 116px;
	height: 60px;
	margin-top: 10px;
}

.navbar-nav {
	margin-top: 0;
}

.navbar-collaps {
	max-height: 600px;
}

#navbar-collapse1 {
	max-height: 600px;
	padding-right: 30px;
}

#navbar-collapse1 img {
	max-height: 120px;
	max-width: auto;
	margin-bottom: 5px;
}

#navbar-collapse1 .row {
	margin-top: 30px;
}

#navbar-collapse1 .nav {
	padding: 0px 10px 0px 10px;
}

.banner {
	padding-bottom: 0px;
}


/*banneråª’ä½“æŸ¥è¯¢*/

@media only screen and (max-width: 767px) {
	.banner {
	/*	margin-top: 56px;*/
	}
}

.phone {
	z-index: 1000;
}

.navbar-header button {
	border: 0px;
	margin-bottom: -4px;
	padding: 0px 10px;
}

.navbar-header button img {
	width: 25px;
	height: auto;
}

.navbar-header button p {
	font-size: 12px;
	padding-top: 3px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: rgba(0, 0, 0, 0);
}

.navbar-brand {
	padding-top: 8px;
	padding-left: 15px;
}

.cn {
	width: 133%;
	height: 111%;
	background: url(http://qxu1885290002.my3w.com/images/nav-close.png) 50% 50% no-repeat #000;
	position: absolute;
	top: -8px;
	left: 0;
	background-size: auto auto;
	background-size: 15px;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.navbar-default .navbar-toggle:focus .cn {
	opacity: 1;
}


/*æ‰‹æœºç‰ˆä¾§è¾¹æ æ ·å¼*/

.sub-menu-list {
	background: #ffffff;
	width: 60%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -500px;
	/*right: 0;*/
	padding: 0px;
	transform: right 0.5s;
	-webkit-transition: right 0.5s;
	box-shadow: -3px 0 15px #888888;
	z-index: 1001;
}

.sub-menu-list-title {
	margin: 3% 0 20px 3%;
	font-size: 24px;
}

.sub-menu-list li {
	background: #ededed;
	border-bottom: 1px solid #fff;
	padding-left: 10%;
	list-style: none;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
}

.sub-menu-list a {
	display: block;
	color: #4e4f50;
	text-decoration: none;
}

.sub-menu-btn:hover+.sub-menu-list {
	right: 0px;
}


/*ä¾§è¾¹æ æŒ‰é’®æ ·å¼*/

.sub-menu-btn {
	width: 50px;
	height: 50px;
	top: 65px;
	z-index: 1002;
	right: 10px;
}

.fx {
	z-index: 100;
	position: fixed;
}

.sub-menu-btn-box {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	background-color: rgba(67, 67, 67, 0.8);
}

.sub-menu-btn .point {
	width: 5px;
	height: 5px;
	background-color: #acacac;
	border-radius: 50%;
	position: absolute;
	top: 21.5px;
	left: 21.5px;
	box-shadow: 0 10px #acacac, 0 -10px #acacac;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}


/*æ‰‹æœºç‰ˆä¾§è¾¹æ */
/*ä¿®æ”¹bootstrap*/
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}
/*é¦–é¡µè½®æ’­åˆ†é¡µ*/
.bx-pager{
	position: absolute;
	bottom: 0px;
}
/*å¯¼èˆªæ */
.kind-ul{
	/*padding: 0px 10px 0px 10px;*/
}
.kind-ul li{
	margin: 0px 0px 25px 25px;
}
.kind-ul img{
	width: 90% !important;
	height: auto !important;
}
.kind-p{
	text-align: left;
	border-bottom: 1px solid #ffba02;
	padding: 5px 0px;
	/*margin: 0px 25px;*/
}
.kind-ul button{
	width: 100% !important;
	font-size: 12px !important;
	margin-top: 5px !important;	
}
/*æ‰‹æœºç‰ˆæœºåž‹äº®ç‚¹ æŠ˜å é¢æ¿*/
.collapse in{
	
}
.panel-heading{
	background: #434343;;
	color: #FFFFFF;
	padding: 5px 15px;
}
.panel-group .panel{
	border: 0px;
	border-radius: 0px;
}
.panel-heading{
	border-radius:0px ;
}
