@charset "utf-8";

/* CSS Document */ /*top*/
.bg {
	background-color: #007ad0;
	width: 100%;
	height: 120px;
}

#top_1 {
	width: 1200px;
	height: 120px;
}

.logo {
	width: 568px;
	height: 98px;
	float: left;
}

.language {
	width: 140px;
	float: right;
	height: 25px;
	margin-top: 70px;
	line-height: 25px;
}

.language ul {
	width: 60px;
	height: 25px;
	text-align: center;
	float: left
}

.language ul .li {
	width: 7px;
	height: 25px;
	float: left;
}

.language ul .li_01 a {
	color: #fff;
	background-color: #ef9116;
	float: left;
}

.language ul .li_01 a:hover {
	color: #007ad0;
}

#nav {
	background-color: #006bb5;
	height: 60px;
	width: 100%;
}

.nav_div {
	width: 1197px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-family: "微软雅黑"
}

.nav_div ul {
	height: 60px;
	display: block;
}

.nav_div ul li {
	float: left;
	width: 171px;
	text-align: center;
}

.nav_div ul li:hover {
	background: url(../../images/fr/nav_bg.png) repeat-x;
}

.nav_div ul li a {
	color: #fff;
	text-align: center;
	display: block;
}