@charset "utf-8";
/* CSS Document */

.head{
	width: expression(this.offsetWidth > 1440 ? '1440px': true);
	max-width:1440px;
	height:49px;
	margin:0px auto;
	text-align:center;
	background: url(../images/bg_top.png) no-repeat;
	background-position: center}
.head_top{
	width: expression(this.offsetWidth > 1440 ? '1440px': true);
	max-width:1440px;
	height:49px;
	margin:0px auto;
	text-align:center;
	background: url(../images/bg_top_index.png) no-repeat;
	background-position: center}
.head_content{
	width:1002px;
	height:42px;
	margin:0px auto;
	text-align:center;
	padding-top: 7px;
	}
.head_content img{
	float:right;
	margin-left:7px}
.menu{
	width: expression(this.offsetWidth > 1440 ? '1440px': true);
	max-width:1440px;
	height:96px;
	margin:0px auto;
	text-align:center;
	background:#fff;
	}
.menu_content{
     position:relative;
	width:1002px;
	height:96px;
	margin:0px auto;
	text-align:center;
	left:0px
	}
.menu_content_left{
	float:left;
	width:253px;
	height:71px;
	padding-top:25px;
	}
.menu_content_left img{
	vertical-align:middle
	}
.menu_content_right{
    position:absolute;
	width:720px;
	height:50px;
	top:39px;
	left:253px;
	z-index:300
	}
.menu_content_right ul{
	float:left;
	width:auto;
	height:43px;
	}
.menu_content_right ul li{
	float:left;
	width:95px;
	height: auto;
	overflow:hidden;
	line-height:43px;
	margin-left:7px;
	font-size:14px;
	font-weight: bold;
	color:#5F5C5C;
	display:inline-block
	}
	
.menu_content_right ul li a{
    float:left;
	width:95px;
	height:43px;
	}
.menu_content_right ul li a:link{
	text-decoration:none;
	color:#5F5C5C
	}
.menu_content_right ul li a:visited{
	text-decoration:none;
	color:#5F5C5C
	}
.menu_content_right ul li a:hover{
	text-decoration:none;
	color:#ffffff;
	}
.menu_content_right ul li a:active{
	text-decoration:none;
	color:#5F5C5C
	}
.topmenu_li_ul{
    display:none;
    float:left;
	width:95px;
	height: auto !important;
	overflow:hidden;
	background:#1d87d3;
	padding-bottom: 30px;
	}
.topmenu_li_ul li{
    float:left;
	width:100%;
	height:28px !important;
	line-height:28px !important;
	font-size:14px;
	font-weight:lighter;
	margin-left:0px !important;
	margin-bottom:3px;
	color:#ffffff !important
	}
.topmenu_li_ul li a{
	width:100%;
	height:28px;
	line-height:28px;
	font-size:14px;
	font-weight:lighter;
	color:#ffffff !important
	}
.topmenu_li_ul li a:link{
     text-decoration:none;
	}
.topmenu_li_ul li a:visited{
     text-decoration:none;
	}
.topmenu_li_ul li a:hover{
     text-decoration:none;
	 background:url(../images/bg_menu_next.png) no-repeat
	}
.topmenu_li_ul li a:active{
     text-decoration:none;
	}
.down{
	text-decoration:none; 
	color:#ffffff !important;
	background:url(../images/bg_topmenu.png) no-repeat

	
	}