* {
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	width: 1920px;
	height: 2180px;
	background-image:url(bg.jpg);
	
}
.content{
	width: 1094px;
	height: 817px;
	position: relative;
	top:1022px;
	left: 413px;
}
.left{
	width: 72px;
	height: 64px;
	position: absolute;
	top:0px;
	left: 0px;
	cursor: pointer;
}
.left img{
	width: 100%;
	height: 100%;
}
.tp{
	width: 1024px;
	height: 770px;
	position: absolute;
	top:23px;
	left:35px;
	overflow: hidden;
}
.tp_list li img{
	width: 1024px;
	height: 770px;
}
.right{
	width: 75px;
	height: 92px;
	position: absolute;
	top:726px;
	left: 1020px;
	cursor: pointer;
}