.body{
	margin: 0;
}
.top{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.container{
	background: url("img/sec2.jpg");
	width: 1500px;
	height: 1500px;
	margin: 0px auto 0px;
}
.column2{
	
}
.column2 .column2-1{
	width: 700px;
	height: 400px;
	float: left;
}

.column2 .column2-2{
	width: 800px;
	height: 400px;
	float: right;
}
.clear{
	clear: both;
}
.column1{
	background: url("img/ltbj.png");
	width: 1500px;
	height: 160px;
	font-family: inherit;
}
.column1 p{
	text-align: center;
}
.column3{
	background: url("img/sec2.jpg");
	width: 1500px;
	height: 600px;
	background-size: cover;
}
.column3 .column3-1{
	width: 800px;
	height: 400px;
	float: left;
	margin-top: 50px;
}
.column3 .column3-2{
	margin-right: 100px;
	margin-top: 20px;
	width: 550px;
	height: 550px;
	float: right;
	background: url("img/rolesp.png");
}

.column4{
	background: url("img/sec2.jpg");
	width: 1500px;
	height: 450px;
	background-size: cover;
}
.column4 .column4-1{
	width: 700px;
	height: 500px;
	float: left;
	margin-top: -100px;
	margin-left: 50px;
	background: url("img/rolewz.png");
}
.column4 .column4-2{
	margin-right: 100px;
	width: 550px;
	height: 400px;
	float: right;
	background: url("img/rolezy.png");
}
.text1{
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color:#a0887a;
	font-family: inherit;
	background: url("img/sec2.jpg");
	width: 1500px;
	height: 100px;
}

.center1{margin:auto auto;width:100%;height:600px;}
	#pp2{width:9999px;animation:switch 20s infinite;}
	#pp2>img{float:left;}
	#pp1{width:540px;height:350px;margin-left: 5px;margin-top: 5px; overflow:hidden;position:absolute}
	@keyframes switch{0%{};
	 15%{transform:translatex(0px);}
	 30%{transform:translatex(-540px);}
	 45%{transform:translatex(-1080px);}
	 70%{transform:translatex(-1620px);}
	 85%{transform:translatex(-2160px);}
	 100%{transform:translatex(-2700px);}
	}
.text2 {
	background-image: url("img/di.png");
	height: 130px;
	text-align: center;
	margin-top: -18px;
	
}
.text2 p{
	 font-size: 15px;
	line-height: 1.8;
	color: #ffffff;
	font-family: inherit;
	
}
  hr {
    border: none; /* 移除默认边框 */
    height: 1px; /* 设置高度 */
    background-color: #FFFFFF; /* 设置颜色 */
    margin: 0; /* 设置上下外边距 */
  }
@media only screen and (max-width:1000px){
    .body{
	width: 40%;
    }
    }
}