@charset "utf-8";

*, body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: "微软雅黑";
	font-size: 14px;
}

dl, dt, dd, ul, li, p, span, h3, img, a, input {
	margin: 0px 0px;
	padding: 0px 0px;
	border: 0px;
	text-decoration: none;
	list-style: none;
}

a {
	cursor: pointer;
}

.sm-top {
	width: 100%;
	height: 141px;
	background: url(../images/sm_01.jpg) repeat-x top;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.tp-bg {
	height: 141px;
	background: url(../images/sm_03.jpg) no-repeat 613px bottom;
}

.sm-top .logo {
	width: 507px;
	height: 86px;
	float: left;
	position: relative;
	top: 32px;
	left: 22px;
	overflow: hidden;
}

.sm-top .logo img {
	width: 100%;
}

.sm-top .search {
	width: 233px;
	height: 30px;
	position: relative;
	top: 75px;
	right: 88px;
	float: right;
}

.sm-top .search .txt {
	width: 180px;
	height: 28px;
	padding: 0px 10px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
}

.sm-top .search .btn {
	width: 32px;
	height: 30px;
	margin: 0px 0px;
	padding: 0px 0px;
	background: url(../images/search.gif) no-repeat center;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 200px;
}

.sm-menu {
	width: 100%;
	height: 50px;
	background-color: #017142;
	overflow: hidden;
}

.sm-menu .h50 {
	height: 50px;
	line-height: 50px;
}

.sm-menu .h50 li {
	width: 110px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin: 0px 5px;
	margin: 0px 4px;
}

.sm-menu .h50 a {
	color: #ffffff;
}

.sm-menu .h50 a:hover li {
	background-color: #016038;
}

.sm-menu .cur {
	background-color: #016038;
}

.sm-lk {
	width: 100%;
	height: 55px;
	background-color: #017142;
}

.sm-lk .lk-tt {
	width: 132px;
	height: 55px;
	float: left;
	line-height: 55px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.sm-lk .lk-con {
	width: 1038px;
	height: 55px;
	float: left;
}

.sm-lk .lk-box {
	width: 494px;
	height: 23px;
	padding-top: 11px;
	float: left;
}

.sm-lk .bl {
	margin-left: 45px;
}

.sm-lk .filter-disabled {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.sm-lk .filter-box {
	position: relative;
}

.sm-lk .filter-box select {
	display: none;
}

.sm-lk .filter-text {
	height: 32px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 18px;
	border: 1px solid #e2ebda;
}

.sm-lk .filter-text input {
	font-size: 14px;
}

.sm-lk .filter-text .filter-title {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
	color: #ffffff;
	padding-left: 136px;
	_padding-left: 0px;
}

.sm-lk .filter-list {
	display: none;
	width: 492px;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto;
}

.sm-lk .filter-list li.filter-null a {
	color: #d2d2d2;
}

.sm-lk .filter-list li a {
	display: block;
	padding: 0 18px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.sm-lk .filter-list li:hover {
	background-color: #f2f2f2;
}

.sm-lk .filter-list li.filter-selected {
	background-color: #f2f2f2;
}

.sm-lk .filter-list li.filter-selected a {
	display: block;
	color: #000000;
}

.sm-lk .filter-list li.filter-disabled {
	background-color: #fff;
}

.sm-lk .filter-list li.filter-disabled a {
	display: block;
	color: #d2d2d2;
}

.sm-lk .filter-list li.filter-disabled:hover a {
	cursor: not-allowed !important;
	background-color: #fff;
}

.sm-lk .icon {
	position: absolute;
}

.sm-lk .icon-filter-arrow {
	width: 12px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.png);
	background-size: 100%;
	right: 18px;
	top: 11px;
	transition: all .2s;
}

.sm-lk .icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.sm-lk .filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.sm-lk .filter-list::-webkit-scrollbar-track {
	background: #fff
}

.sm-lk .filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}

.sm-foot {
	width: 100%;
	height: 136px;
	padding-top: 35px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}