
/*Top Begin*/
.top {
	width: 960px;
	height: 70px;
}
.top_left{
	width:220px;
	height:70px;
	float:left;
}
.logo{
	width:150px;
	height:45px;
	border:0px;
	margin-top:10px;
	margin-left:20px;
	float:left;
}
.logo_line{
	width:210px;
	font-size:3px;
	height:3px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-top:10px;
	float:left;
}
.top_right{
	width:740px;
	height:70px;
	float:left;
}
.lan{
	width:530px;
	text-align:right;
	float:left;
}
.txt_con{
	width:118px;
	height:20px;
	font-size:14px;
	border:1px solid #C3C3C3;
	margin-top:4px;
	margin-left:45px;
	float:left;
}
.txt{
	width:100px;
	height:18px;
	font-size:12px;
	border:0px;
}
.btn{
	width:40px;
	height:22px;
	background:#AD343B;
	color:White;
	line-height:20px;
	border:1px solid #999999;
	margin-top:4px;
	margin-left:5px;
	float:left;
}


.mini_nav{
	width:740px;
	height:30px;
	line-height:30px;
	text-align:right;
	float:left;
}
/*
.nav{
	border:1px solid black;
	float:left;
}
.nav_title{
	float:left;
}
*/

.menu{
	width:738px;
	height:34px;
	line-height:34px;
	list-style:none;
	margin:0px;
	padding:0px;
	background:url(../images/line_nav.gif);
	border:1px solid black;
	float:left;
}

.menu_li{
    margin-left:5px;
    margin:0px;
	padding: 0;
	float: left;
}

.menu_title{
	width: 100px;
	height:34px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #555555;
}
.menu_div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0 10px;
	background: #F5F5F5;
	border: 1px solid black;
	border-top:4px solid #AE3333;
}

.menu_mini{
    margin:0px;
    padding:0px;
	list-style:none;
    text-align:center;
}
.mini_title1{
	width:100px;
	height:170px;
}
.mini_con1{
	width:100px;
	float:left;
}
.mini_title2{
	width:340px;
	height:140px;
}
.mini_con2{
	width:113px;
	float:left;
}
/*
.menu_div a{
    width:180px!important;
    width:200px;
	text-align: left;
	margin: 0px;
	padding:4px 10px;
	color: #2875DE;
	background: #EAEBD8;
	display: block;
}*/



.menu_title a:link{
	text-decoration:none;
	color:White;
}
.menu_title a:visited {
	text-decoration: none;
	color:White;
}
.menu_title a:hover{
	color:White;
}

.menu_mini_title a:link{
	text-decoration:none;
	color:black;
}
.menu_mini_title a:visited {
	text-decoration: none;
	color:black;
}
.menu_mini_title a:hover{
	color:#00B4AF;
}
/*Top End*/

/*
.guide{
	width:1000px;
	height:35px;
	background:#4c7391;
	line-height:35px;
	float:left;
}
.guide_left{
	width:90px;
	font-size:16px;
	color:#f9edbf;
	float:left;
}
.mar{
	width:300px;
	height:18px;
	margin-top:5px;
	line-height:18px;
	background:black;
	color:White;
	float:left;
}
.guide_right{
	width:605px;
	height:35px;
	font-size:18px;
	float:right;
	background:url(../images/nav.jpg);
}