@media only screen and (min-width: 768px) {
	#logo{
		max-height: 62px !important;
		margin: 20px 0;
	}
	.navbar{
		float: left;
		width: 100%;
	}
	#nav_contant{
		height: 148px !important;
	}
	.navbar-header{
		height: 100%;
	}
	#nav_list{
		margin: 40px 0;
	}
	#nav_list li a:hover{
		background: rgba(0,0,0,0) !important;
		border-bottom: 1px solid #c2a360;
	}
	.nav>li>a:focus{
		background: none;
	}
	#weixin_m_img{
		display: none;
		position: absolute;
	    right: 45px;
	    top: 100px;
	}
}
/*屏幕在768--930之间 隐藏社交媒体*/
@media only screen and (min-width: 769px) and (max-width: 930px) {
	#langSelect,#weibo,#weixin{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	#logo{
		max-height: 35px !important;
	}
	.navbar{
		margin-bottom: 0;
	}
	button{
		margin-top: 14px !important;
	}
	/*小屏幕(<768)导航栏展开样式*/
	#navbar{
		position: absolute;
		width: 100%;
		background-color: #ffffff;
		z-index: 2;
		border-top: 1px solid rgb(238, 238, 238);
	}
	#nav_list{
		float: none !important;
	}
	#nav_list li{
		text-align: center;
		text-align: -webkit-center;
		text-align: -moz-center;
		
	    margin: 0 20px;
		border-bottom: 1px solid rgba(240, 240, 240, 0.8);
	}
	#weibo_m , #weixin_m{
		border: none !important;
	}
	#weixin_m_img{
		display: block;
	}
	/*————小屏幕导航栏展开样式*/
}
.navbar-header button span{
	color: #c2a360;
	background: #c2a360;
}
#nav_list li a{
	font-size: 15px;
	color: #c2a360 ;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: none;
}
.dropdown-menu{
	background: #000;
	min-width: 60px;
	width: 60px;
}

/*顶部背景*/
#topBackground{
	height: 350px;
	max-height: 350px;
	background-image: url(../imgs/topfoto_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.pageTopText{
	color: #ffffff;
	font-weight: 300;
}
.pageTopText a{
	color: #ffffff;
	text-align: none;
	font-weight: 300;
}
#pageTitle{
	font-size: 45px;
}
#pageDir{
	font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#topBackground{
		height: 280px;
	}
}
@media only screen and (max-width: 768px) {
	#topBackground{
		height: 180px;
	}
	#pageTitle{
		font-size: 26px;
	}
	.pageTopText{
		margin-top: 55px;
	}
}
/*————顶部背景*/
/*页脚*/
.footer{
	min-height: 421px;
	padding: 80px 0 0 0;
	background-image: url(../imgs/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.footerLogo{
	padding: 20px 0;
}
/*————页脚*/