/*======== 全局 ========*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:12px; color:#666; font-family:"微软雅黑"; background:#fff; line-height:24px; }
fieldset, img { border:0; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none; } 
textarea { resize:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }

/*下拉菜单样式*/
.wrap{width: 97px;float: left; margin-right: 20px;}

.nice-select{
	width: 250px;
	padding: 0 10px;
	height: 22px;
	border: 1px solid #cccccc;
	position: relative;
	background: #fff url(../images/ddgfg.png) no-repeat 250px center;
}
.nice-select-tow{ width: 60px;
	padding: 0 10px;
	height: 22px;
	border: 1px solid #cccccc;
	position: relative;
	background: #fff url(../images/ddgfg.png) no-repeat 60px center;}
.nice-select input{display: block;width: 100%;height: 22px;line-height: 20px \9;border: 0;outline: 0;background: none; float: left; font-size: 12px; color: #5d5d5d;}
.nice-select ul{
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 20px;
	overflow: hidden;
	background-color: #fff;
	overflow-y: auto;
	border: 1px solid #cdcfd6;
	border-top: 0;
	z-index: 9999;
}
.nice-select ul li{height: 22px;line-height: 22px;padding: 0 10px;cursor: pointer;}
.nice-select ul li {background-color: #fff;}
.nice-select ul li:hover{ background-color: #e9eaed; }