body{
	/* background-color:#eee; */
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.main{
	width: 1138px;
	margin: 0 auto;
	background: #fff;
}
.main .header{
	margin-bottom: 40px;
	height: 134px;
	background:url(../images/sbjtop.jpg) no-repeat top center;
	box-sizing: border-box;
}
.main .header .word{
	font-size: 40px;
	font-weight: bold;
	color:#FFF;
	padding-top: 50px;
	padding-left: 50px;
}

.contentbox{
	border: #63B8FF 2px solid;
}
.content{
	/* margin-bottom: 20px; */
	border-bottom: 2px solid #eee;
	padding: 10px 0;
}

.content .city{
	width: 20%;
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
}
.content .shiqu{
	width: 80%;
}
.content .shiqu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.content .shiqu ul li{
	float: left;
	width: 109px;
	height: 21px;
	line-height: 21px;
	text-align: left;
	font-size: 16px;
}
.content + .content .shiqu ul li{
	line-height: 66px;
}
.title img{
	width: 455px;
	height: 50px;
}







/* 


.header{
	margin-bottom: 40px;
}
.title{
}
.title img{
	width: 455px;
	height: 50px;
}
.warpper{
	border: #63B8FF 2px solid;
	box-sizing: border-box;
}
.content{

}
 */