/*header*/
.header{
	width:100%;
	position:fixed;
	z-index:99999;
}
.logo_bar{
	width:100%;
	height:5rem;
	background-color:#074b8c;
	padding:0 1rem;
	box-sizing:border-box;
}
.logo_bar img{
	width:16rem;
	margin-top:1rem;
}
.lang_selected{
	position:relative;
	width:6rem;
	height:2rem;
	line-height:2rem;
	margin-top:1.5rem;
}
.lang_option{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.alt_language{
	position:absolute;
	z-index:2;
	background-color:#fff;
	display:none;
}
.alt_language a{
	display:block;
	width:100%;
	height:100%;
}

.header_fix{
	width:100%;
	background-color:#f7f7f7;
	border-bottom:1px solid #dadad8;
}
.logo_icon{
	width:10%;
	display:none;
}
.logo_icon img{
	width:2rem;
	margin:0.8rem 0 0 0.5rem;
}

.nav_bar{
	/*width:90%;*/
	width:100%;
	box-sizing:border-box;
	height:3.5rem;
	padding:0.8rem;
	overflow-x:scroll;
}
.nav_bar::-webkit-scrollbar {
	display:none
}
.nav_bar ul{
	width:49rem;
	height:1.9rem;
}
.nav_bar ul li{
	width:7rem;
	text-align:center;
	float:left;
	line-height:1.5rem;
	padding:0.2rem 0.5rem;
	border-right:1px solid #333;
}
.nav_bar ul li:last-child{
	border:none;
}
.nav_bar ul li a{
	color:#000;
	font-size:1.2rem;
}
.nav_bar ul li.active a{
	color:#f99a3d;
	font-weight:bold;
}

/*body*/
.body_wrap{
	padding-top:9rem;
	/*padding-top:5rem;*/
}

/*footer*/
.footer{
	width:100%;
	border-top:3px solid #f99a3d;
	background:#3a3a3a;
}
.contact{
	padding:1.5rem;
	color:#fff;
}
.contact_title{
	display:inline-block;
	font-size:1.5rem;
	height:2rem;
	line-height:2rem;
	border-bottom:1px solid #fff;
}
.contact_content{
	padding:1rem;
}
.contact_content p{
	line-height:2;
}
.contact_content a{
	color:#f99a3d;
}

/*返回顶部*/
.tool_bar{
	/*position:fixed;
	bottom:200px;
	right:0;
	z-index:9999;*/
}
/*.top_bar{
	display:block;
	width:90px;
	height:80px;
	background:url(../images/common/top.jpg) no-repeat;
	background-position:left top;
	margin-top:2px;
}
.top_bar:hover{
	
}*/
/*服务热线*/
.hot_line{
	position:fixed;
	bottom:200px;
	right:0;
	z-index:99999;
	display:block;
	width:50px;
	height:50px;
	background:url(../images/common/phone.jpg) no-repeat;
	background-position:left top;
	border-radius:50%;
}
/*在线咨询*/
.consult{
	position:fixed;
	bottom:260px;
	right:0;
	z-index:99999;
	display:block;
	width:50px;
	height:50px;
	background:url(../images/common/qq.jpg) no-repeat;
	background-position:left top;
	border-radius:50%;
}












