@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
ul,li,a{
	list-style: none;
	text-decoration: none;
}
.ul-nav>li:nth-of-type(6)>a{
		background-color: #EF841B;
		color: #fff;
	}
/* 地图 */
.ditu{
	width: 96%;
	height: 100%;
	margin: 0px auto;
}
/* 地图 */
.ditu>img{
	    width: 100%;
	    height: 100%;
}
/* 空的 */
.wu{
	width: 100%;
	margin: 0px auto;
	height: 316px;
	/* border: 1px solid; */
	/*padding: 0px 2%;*/
	    background: #f0eeee;
}
.top-hz{
    width: 22%;
    height: 125px;
    border: 2px solid #EF841B;
    margin: 0px auto;
    position: relative;
    top: 50px;
    text-align: center;	
	}
.top-hz>font:nth-of-type(1){
margin-top: 0.2rem;
    display: block;
}
.top-hz>font:nth-of-type(2){
    padding: 5px 10px;
    background-color: #EF841B;
    margin-top: 10px;
    position: absolute;
    font-size: .2rem;
    color: #fff;
    bottom: -15%;
    left: 30%;
    height: 20%;
}
.top-hz>p{
    color: #000;
    margin-top: 10px;
    font-size: 0.2rem;
}
.sj{
    display: flex;
    height: 42px;
}
.sj>div{
	    flex: 1;
		/*background-color: #fff;*/
		    margin: 0px 10px;
}
.sj>div>select{
	width: 100%;
	height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/xuanzekuangsanjiao.png) no-repeat 100%;
       background-position: 330px 0px;
	color: #000;
	
}