﻿@charset "utf-8";
/* CSS Document */
body{
	font-family:"微软雅黑";
}
#header{
	width:1000px;
	margin:0px auto 0px auto;
}
#header .logo{
	float:left;
	width:480px;
	height:100px;
}
#header .ufi{
    float:left;
}
#header .mininav{
	height:25px;
	padding:10px 0px 0px 0px;
}
#header .mininav ul{
    float:right;
    /*width:580px;*/
}
#header .mininav ul li{
	float:left;
	line-height:18px;
}
#header .mininav ul li a{display:block;padding:0px 15px 0px 18px;}
#header .mininav ul li.li1{background:url(../imported/nav1.png) no-repeat left center;}
#header .mininav ul li.li2{background:url(../imported/nav2.png) no-repeat left center;}
#header .mininav ul li.li3{background:url(../imported/nav3.png) no-repeat left center;}
#header .mininav ul li.li4{background:url(../imported/nav4.png) no-repeat left center;}
#header .mininav ul li.li5{background:url(../imported/nav12.png) no-repeat left center;padding-left:13px;}
#header .mininav ul li.li6{background:url(../imported/nav13.png) no-repeat left center;padding-left:13px;}
#header .mininav ul li.li7{background:url(../imported/nav14.png) no-repeat left center;padding-left:13px;}
#header .search{
	float:right;
	width:196px;
	height:25px;
	border:1px solid #ccc;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#header .search .input1{
	float:left;
	border:none;
	width:170px;
	height:22px;
	background:none;
}
#header .search .input2{
	float:left;
	border:none;
	background:url(../imported/nav5.jpg) no-repeat 0px 0px;
	width:25px;
	height:25px;
}
#header .nav{
	clear:both;
	height:53px;
	background:url(../imported/nav7.png) repeat-x 0px 0px;
	line-height:52px;
}
#header .nav .navleft{
	float:left;
	background:url(../imported/nav6.png) no-repeat 0px 0px;
	width:6px;
	height:53px;
}
#header .nav .navright{
	float:right;
	background:url(../imported/nav8.png) no-repeat right top;
	width:6px;
	height:53px;
}
#header .nav ul{float:left;padding:0px 0px 0px 30px;margin:0px;}
#header .nav ul li{
	float:left;
	display:block;
	font-size:15px;
	text-align:center;
	width:135px;
	position:relative;
}
#header .nav ul li.spli{
	background:url(../imported/nav9.png) no-repeat center center;
	width:2px;
	height:53px;
	padding:0px 0px 0px 0px;
}
#header .nav ul li a{	
	display:block;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	border-left:1px solid #f08601;
	border-right:1px solid #f08601;
}
#header .nav ul li a:hover,#header .nav ul li a.s{
	background:url(../imported/nav10.png) repeat-x center center;
	border-left:1px solid #ffa229;
	border-right:1px solid #ffa229;
	text-decoration:none;
}
#header .nav .header_menu{
	border: 1px solid #ffa229;
	border-left: 1px solid #ffa229;
	border-top: 0;
	position: absolute;
	width:132px;
	top:53px;
	left:0px;
	display:none;
	z-index:10000;
}
#header .nav .header_menu a {
	float: left;
	display:block;
	width: 100%;
	height: 28px;
	font: 100 13px/28px "microsoft yahei";
	text-align: center;
	color: #eee;
	background: #f08601;	
	padding:0px 0px 0px 0px;
}
#header .nav .header_menu a:hover {
	color: #fff;
	background: #ee7101;
}
#footer{
	clear:both;
	width:1000px;
	height:80px;
	margin:0px auto 0px auto;
	padding:25px 0px 0px 0px;
	border-top:1px solid #ccc;
}
#footer .logo{
	float:left;
	width:318px;
	padding:0px 0px 0px 20px;
}
#footer .text{
	float:left;
	line-height:2em
}
#footer .text span{color:#a8121c;}