.header{
	margin: 0px auto;
	width:1200px;
	height: 60px;
	/*border:1px solid #F00;*/
}
.header .logo{
	position:absolute;
	float:left;
	margin-top:8px;
	margin-left:10px;
	width:277px;
	height:110px;
	overflow:hidden;
/*	border:1px solid #CCC;*/
}
.header .r_box{
	float:right;
	margin-top:20px;
	padding-right:20px;
	color:#FFF;
	text-align:right;
}
.header .r_box li{
	float:left;
	line-height:38px;
	padding:0px 10px;
}
.header .r_box li a{
	color:#62512d;
}
.header .r_box .tel{
	background-image: url(../images/nav_tel.png);
	background-repeat:no-repeat;
	background-position:0 center;
	padding-left:25px;
	color:#0193de;
	font-size:15px;
	margin-right:30px;
	margin-top:2px;
}
.header .r_box .v_cn{
	background-image: url(../images/v_bj.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:70px;
	text-align:center;
}
.header .r_box li.v_cn_select{
	background-image: url(../images/v_bj.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	width:70px;
	height:40px;
	text-align:center;
}
.header .r_box .v_en{
	background-image: url(../images/v_bj.png);
	background-repeat:no-repeat;
	background-position:right 5px;
	width:70px;
	height:40px;
	text-align:center;
}

.header .r_box .v_en_select{
	width:40px;
}