@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color:#000;
}
body{
	overflow-x:hidden ;
}
li,
dl,
ul,
ol {
	list-style: none;
}

i {
	font-style: normal;
}

html,
body {
	width: 100%;
	height: 100%;
}
h2 {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom:50px;
	min-height:50px;
}
h2 i{
	position: absolute;
	/*left:47%;*/
	height:0;
	border:2.5px solid #f00;
	top:50px;
}
.container {
	min-height: 500px;
	overflow: hidden;
}

.clear {
	clear: both;
}

/*//------------------------main*/
.main{
	width:100%;
	min-height:300px;
	overflow: hidden;
	margin-top:100px;
	
	}
.fwtop h2 i{
	width:6%;
	left:47%;
}
.fwtop img{
	width:100%;

}

.fwbottom h2 i{
	width:8%;
	left:46%;
}

.nationwide{
	width:100%;
	min-height:300px;
	overflow: hidden;
}

.nationleft,.nationright{
	float:left;
}

.nationleft{
	width:35%;
	margin-left:15%;
	font-size:18px;
}
.nationleft h3{
	font-size:30px;
	font-weight:100;
	margin-bottom:10px;
}

.nationright{
	width:50%;
}
.nationright img{
	width:70%;
	margin-left:30%;
	
}
.city{
	cursor: pointer;
}
.citylist li:nth-of-type(1) ul{
	display:block;
}

.netcon{
	width:100%;
	height:300px;;
	overflow-y: scroll;
	background:#f0e8d1;
	padding-bottom:50px;
	line-height:40px;
}
.concon{
	background:#f0e8d1;
	/*width:96.5%;*/
}
.areaactive{
	color:#f00;

}

.nettitle{
	color:#f00;
}
.active{
	color:#f00;
}

.netlist{
	display:none;
}
.arealist li{
	float:left;
	width:25%;
	text-align:center;
	height:40px;
}
.citylist .netname,.citylist .star{
	float:left;
	color:#595757;
}
.citylist .city{
	width:100%;
	height:40px;
}
.citylist .star{
	float:right;
}
.citylist li{
	width:100%;
	min-height:40px;
}
.arealist>li{
	cursor:pointer;
}
.netlist li{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:40px;
}

.search{
	border-radius: 10px;

	height:40px;
	text-align: center;
	width:80%;
	margin-left:5%;
	border:10px solid #f0e8d1;
	
}
.searchbtn{
	cursor:pointer;
}
#search{
	border:0;
	outline:none;
	background:#fff;
	width:80%;
	/*margin-left:5%;*/
	height:40px;
	text-indent: 10px;
	
}

.search span{
	width:20%;
	background:#ccc;
	border:0;
	height:40px;
	display: inline-block;;
	/*transform: translateY(-6px);*/
	line-height:40px;
}
.bottomcase{
	width:100%;
	min-height:300px;
	margin-top:100px;
}
.bottomcase h2 i{
	width:6%;
	left:47%;
}
.bottomcase img{
	width:100%;
}





