﻿body{padding: 0px;margin: 0px;}
/*下拉框*/
.tabselect-box {
	box-sizing: border-box;
	display: inline-block;
	margin:0px 5px 0px 0px;
}

.select-ipt {
	width: 172px;
	height:30px;
	line-height:30px;
	color: #888888;
	cursor: pointer;
	background: url(../Images/Wsxf/wsts/select.jpg) no-repeat center right;
	border: 1px #ccc solid;
	cursor:	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding:0px 4px;
	font-size: 16px;
	text-align:left;
	
}


/*样式一：下拉一排一个*/

.select-list {
	width: 172px;
	border: 1px #ccc solid;
	margin-left: 0px;
	position: absolute;
	z-index: 10000;
	padding:0px 4px;
	background: #fff;
}

.select-list span {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 16px;
	text-align:left;
}

.select-list span:hover {
	background: #1e9de7;
	color: #fff
}

.ButtonSet {
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 900;
	overflow: hidden;
}

.ButtonSet ul li {
	float: right;
	list-style: none;
}

.ButtonSet ul li a {
	width: 86px;
	height: 32px;
	margin: 0px 10px;
}

.ButtonSet ul li img {
	width: 86px;
	height: 32px;
}

/*联系地址*/
.select-ipt1 {
	width: 140px;
	height:28px;
	line-height:25px;
	color: #888888;
	cursor: pointer;
	background: url(../Images/Wsxf/wsts/select.jpg) no-repeat center right;
	border: 1px #ccc solid;
	cursor:	cursor: pointer;
	margin: 5px 0px 0px 0px;
	padding:0px 4px;
	font-size: 16px;
	text-align:left;
}
.select-list1 {
	width: 140px;
	border: 1px #ccc solid;
	margin-left: 0px;
	position: absolute;
	z-index: 10000;
	padding:0px 4px;
	background: #fff;
}

.select-list1 span {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 16px;
}

.select-list1 span:hover {
	background: #1e9de7;
	color: #fff
}

.width_big
{
    width:210px;
}
.width_small
{
    width:190px;
    }