* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, th,td,input, legend, li, ol, p, pre, textarea, ul {
    padding: 0;
    margin: 0;
}
 
a {
    text-decoration: none;
}
input{
	outline: none;
}
ul,li,ol{
	list-style: none;
}
img{
	border: 0;
}
button {
	outline: 0;
}

.bg {
    background: url(../jpg/xve9lg.jpg) no-repeat center center;
    background-size: cover;
    height: 430px;
}
.bg .bgImg{
	display: block;
	width: 380px;
	height: 100px;
	margin-left: 30px;
}
.bg img{
	width: 380px;
	height: 100px;
}


.title1 {
    background: url(../png/0plfz4.png) no-repeat center bottom;
    background-size: cover;
		width: 1200px;
    height: 40px;
		margin: 50px auto;
	
}
.content{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	
}
.street-list{
    padding-top: 20px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
}
.street-list a{
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    font-size: 16px;
		text-align: center;
    color: #305893;
    background: #EDF4FF;
   
		border-radius: 5px;
  
}

.street-list a:hover{
   background-color: #9ED9FB;
	 color: #FFf;
}


.title2 {
    background: url(../png/fgxiua.png) no-repeat center bottom;
    background-size: cover;
		width: 1200px;
    height: 40px;
		margin: 50px auto;
	
}
.content2{
	width: 1200px;
	margin: 0 auto;
	
}
.street-list2{
    padding-top: 20px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
}
.street-list2 a{
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    font-size: 16px;
		text-align: center;
    color: #305893;
    background: #EDF4FF;
   
		border-radius: 5px;
  
}

.street-list2 a:hover{
   background-color: #9ED9FB;
	 color: #FFf;
}