*{
    margin:0;
	padding:0;
}
body{
    min-width: 1020px;
	font-family: 'Muli', sans-serif;
    background: url(../images/bg.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
ul{
    width: 1020px;
    margin: 50px auto;
    background-color: aquamarine;
    border-radius: 5px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.21);
}
ul li{
    width: 100%;
    height: 100px;
    list-style: none;
    margin-top: 20px;
    /* background-color: blueviolet; */
    border-radius: 5px;
}
ul li div{
    text-align: center;
}
div{
    cursor: pointer;
}
img{
    width: 50px;
    float: left;
}
span{
    font-size: 32px;
    line-height: 100px;
    font-weight: bold;
}
.left,.left1,.left2{
    height: 100px;
    float: left;
    border-radius: 5px;
}
.left span,.left1 span,.left2 span{
    float: left;
}
.left{
    width: 700px;
}
.left1{
    width: 1020px;
}
.left2{
    width: 480px;
}
.right,.right1{
    height: 100px;
    float: left;
    border-radius: 5px;
    margin-left: 20px;
}
.right{
    width: 300px;
}
.right1{
    width: 250px;
}
.b1{
    text-align: center;
    background: url(../images/bg.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}