body{
	background:rgba(21,30,38,1);
	padding-top: 80px;
	overflow-x: hidden;
	min-width: 320px;
}
.navbar-brand img{
	margin: 16px 48px 16px 90px;
	width: 48px;
	height: 48px;
}
.advert{
	position: fixed;
	top:0px;
	z-index: 9999;
}
.advert img{
	max-height: 100%;
}
.navbar-default{
	background:rgba(21,30,38,1);
}
.navbar-nav li:hover{
	background:rgba(39,47,55,1);
	color: white;
}
.navbar-default .navbar-nav>li>a{
	font-size:16px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color: white;
	text-align: center;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a:visited{
	color: white;
}
.navbar-default .navbar-nav>li>a:hover{
	color: white;
}
.actived{
	border-bottom: 6px solid rgba(202,173,123,1);
}
@media (min-width: 865px){
.navbar-brand img{
	margin: 16px 48px 16px 90px;
	width: 48px;
	height: 48px;
}
.navbar-nav li{
	width:120px;
	height:80px;
	text-align: center;
}
.navbar-nav li a{
	line-height: 80px;
	padding: 0;
}
.advert{
	width: 274px;
	height: 80px;
	position: fixed;
    top: 0px;
    right: 145px;
}
.navbar{
	border:none;
	min-height: 80px;
    margin-bottom: 0px;
}
.navbar-brand{
	height: 80px;
	padding: 0;
}
.glyphicon-earphone{
	color: white;
	font-size: 42px;
	line-height: 80px;
	margin-right:17px;
	margin-left: 25px;
}
.ad-right{
	margin:15px 0;
}
.ad-tel{
	font-size:24px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:33px;
}
}
@media (max-width: 865px){
body{
	background:rgba(21,30,38,1);
	padding-top: 52px;
	overflow-x: hidden;
}
.navbar-nav li{
	width: 120px;
	height:52px;
	text-align: center;
}
.navbar-nav li a{
	line-height: 52px;
	padding: 0;

}
.navbar-brand img{
	margin: 10px 25px 10px 10px;
	width: 32px;
	height: 32px;
}
.advert{
	height:52px;
	position: fixed;
    top: 0px;
    right: 80px;
    margin:auto;
}
.navbar{
	border:none;
	min-height: 52px;
    margin-bottom: 0px;
}
.navbar-brand{
	height: 52px;
	padding: 0;
}
.glyphicon-earphone{
	color: white;
	font-size: 22px;
	line-height: 52px;
	margin-right:10px;
	margin-left: 15px;
}
.ad-right{
	margin:8px 0;
}
.ad-right .ad-text{
	font-size: 12px;
}
.ad-right .ad-tel{
	font-size: 16px;
}
}
@media (max-width:767px){
.navbar-brand img{
	margin: 10px 0px 10px 10px;
	width: 32px;
	height: 32px;
}
.navbar-nav li{
	width: 100%;
}
.actived{
	border-bottom: 3px solid rgba(202,173,123,1);
}
}

