
body{
	background: rgb(231,235,235);
}

.banner{
	background: url(../images/hezuo_bg.png) #7f7f7f no-repeat center top;
	background-size: 100% 100%;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 300px;
    /*-webkit-filter: blur(1px); 
       -moz-filter: blur(1px);
        -ms-filter: blur(1px);    
            filter: blur(1px);*/
}

.banner-title{
	    /* width: 1000px; */
    /* left: 0px; */
    /* right: 0px; */
    margin: 0px;
    /* position: relative; */
    color: #fff;
    height: 100px;
    line-height: 100px;
    margin-top: 80px;
    font-size: 46px;
    /*font-weight: bold;*/
}

.banner-content{
	width: 500px;
	font-size: 20px;
	left: 0;
	right: 0;
	margin: auto;
	color: #d1d1d1;
}

.hezuo{
	width: 100%;
	text-align: center;
	background: rgb(231,235,235);
	padding-top: 20px;
	height: auto;
}

.hezuo>ul{
	width: 1000px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.hezuo>ul>li{
	list-style: none;
	float: left;
	width: auto;
	margin: 5px 5px;
}

