@CHARSET "UTF-8";
/**下拉**/
.topmenu{
	width:130px;
}
.topmenu dt{
	width:100%;
}
.selectlist{
	width:100%;
	height:auto;
	box-sizing: border-box;
}
.select_textdiv{
	height:1.5rem;
	width:100%;
	line-height: 1.5rem;
	text-align: left;
	padding-left:0.5rem;
	border: 1px solid #dbd8d8;
	position:relative;	
}
.select_textdiv a{
	 text-align:center;
	height: 24px;
    line-height: 24px;
	display: block;
	padding-top:5px;
}
.select_textdiv a span{
	position: relative;
    top: -18px;
}

.select_textul{
	width:100%;
	line-height: 1.8rem;
	box-sizing: border-box;
	display: none;
	width: 980px;
    max-height: 20rem;
    overflow-y: scroll;
	
}
.select_first_ul{
	width: 140px;
    /*background: #eaeaea;*/
    position: absolute;
    box-sizing: border-box;
    left: 5;
	background-color:#FFF;
	padding-top:10px;
	border-right:1px solid #dbd8d8;
	border-bottom:1px solid #dbd8d8;
	border-left:1px solid #dbd8d8;;
}
.select_first_ul>li{
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.select_first_ul>li>p{
	width: 50%;
 /*   padding: 0 1rem;*/
    box-sizing: border-box;
}
.select_first_ul>li>p>a{
	text-align:center;
	height: 24px;
    line-height: 24px;
	display: block;
	padding-top:5px;
	padding-left:5px;
}
.select_first_ul>li>p>a>span{
	position:relative;
	top:-18px;
}
/*
.focus>p{
	border-bottom:1px #FF9800 solid !important;
	color:#FF9800;
}
*/
.select_second_ul{
	width: 50%;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
    /*z-index: 1;*/
}

.down{
	position: absolute;
    top: 0;
    right: 0.5rem;
    display: inline-block;
    width:1rem;
    height:100%;
}
.down img{
	width:1rem;
	margin-top: 0.3rem;
}
/*
.divfocus::after{
	position: absolute;
	bottom:0;
	left:46%;
	border-bottom:0.5rem solid #014289;
	border-left:0.5rem solid transparent;
	border-right:0.5rem solid transparent;
	content: "";
}
*/
.focusli{
	background: #ffc107;
	color: #FFFFFF;
}
.select_second_ul>li{
	padding: 0 0.5rem;
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
}







