@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	text-decoration:none;
	font-family:"Microsoft YaHei";}

img{
	display:block;
	border:0;}
                                                                                                                                                                                                        
.navgation_bg{
	width:100%;
	min-width:1200px;
	height:119px;
	background:#fff;
	border-bottom:1px solid #e5e5e5;}

.navgation{
	width:1200px;
	height:120px;
	overflow:hidden;
	margin:0 auto;}

.nav_ul{
	width:1000px;
	height:57px;
	margin-top:64px;
	float:right;}
 
.nav_ul li{
	width:166px;
	font-size:16px;
	line-height:54px;
	color:#333;
	text-align:center;
	float:left;}

.nav_ul a{
	color:#333;
    text-decoration: none;}

.nav_ul li:hover{
	border-bottom:3px solid #f8b62c;}

/*下拉列表*/
.nav_ul ul{
	display:none;
	z-index: 10000;}

.nav_ul li:hover ul{
	display:block;
	position:absolute;
	width:166px;
	top:120px;
	background:#f8b62c;}

.nav_ul li:hover ul li{
	border-top:1px solid #fff;
	/* border-bottom:1px solid #fff;  */
	border-right:none;}

.nav_ul li:hover ul li a{
	color:#fff;}

.language_change{
	position:absolute;
	top:10px;
	right:50%;
	margin-right:-600px;}

.language_change a{
	font-size:13px;
	color:#333;}