.main{
	margin-top: 0.15rem;
}
.main > img{
	width: 18.75rem;
	height: 9.525rem;
}
.main h2{
	font-size:0.7rem;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(0,0,0,1);
	margin-top: 1.5rem;
	margin-left: 0.525rem;
}
.main p{
	width:17.7rem;
	font-size:0.475rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(98,98,98,1);
	line-height:0.775rem;
	padding:0.675rem 0.825rem 0.775rem 0.675rem;
	border-top: solid #B0B0B0 1px;
	border-bottom: solid #B0B0B0 1px;
	margin: 0.7rem auto 0.7rem;
}
.realistic-picture li{
	width: 17.8rem;
	margin:  0 auto 0.475rem;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.realistic-picture li:nth-of-type(1){
	height: 11.6rem;
}
.realistic-picture li:nth-of-type(2){
	height: 12.475rem;
}
.realistic-picture li:nth-of-type(3){
	height: 11.85rem;
}
.realistic-picture li:nth-of-type(4){
	height: 8.6rem;
}

.realistic-picture li:nth-of-type(odd) img:last-of-type{
	position: absolute;
	bottom: 0;
	right: 0;
}
.realistic-picture li:nth-of-type(even) img:nth-of-type(2){
	position: absolute;
	bottom: 0;
	left: 0;
}




.realistic-picture li:nth-of-type(1) img:nth-of-type(1) {
	width:9.3rem;
	height: 11.55rem;
}
.realistic-picture li:nth-of-type(1) img:nth-of-type(2) {
	width: 8.35rem;
	height: 6.175rem;
}
.realistic-picture li:nth-of-type(1) img:nth-of-type(3) {
	width: 8.35rem;
	height: 5.275rem;
}
.realistic-picture li:nth-of-type(2) img:nth-of-type(1) {
	width:8.275rem;
	height:6.65rem;
}
.realistic-picture li:nth-of-type(2) img:nth-of-type(2) {
	width: 8.275rem;
	height: 5.75rem;
}
.realistic-picture li:nth-of-type(2) img:nth-of-type(3) {
	width: 9.4rem;
	height: 12.425rem;
}
.realistic-picture li:nth-of-type(3) img:nth-of-type(1) {
	width:8.7rem;
	height: 11.8rem;
}
.realistic-picture li:nth-of-type(3) img:nth-of-type(2) {
	width: 8.975rem;
	height: 5.7rem;
}
.realistic-picture li:nth-of-type(3) img:nth-of-type(3) {
	width: 8.975rem;
	height: 6.075rem;
}
.realistic-picture li:nth-of-type(4) img:nth-of-type(1) {
	width: 6.1rem;
	height: 4.3rem;
}
.realistic-picture li:nth-of-type(4) img:nth-of-type(2) {
	width: 6.1rem;
	height: 4.125rem;
}
.realistic-picture li:nth-of-type(4) img:nth-of-type(3) {
	width: 11.575rem;
	height: 8.45rem;
}
.ichnography{
	width: 17.7rem;
	margin: 0 auto 2.075rem;
	background-color: #E7E7E7;
	padding: 1.2rem 0 0.6rem;

}
.ichnography li{
	padding-right: 1.075rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.55rem;
}
.ichnography li img:nth-of-type(1){
	width: 2.125rem;
	height: 0.7rem;
}
ul.ichnography li:nth-of-type(1) img:nth-of-type(1){
	width: 1.775rem;
}
.ichnography li img:nth-of-type(2){
	width: 13.525rem;
}
.ichnography li:nth-of-type(1) img:nth-of-type(2){
	height: 10.4rem;
}
.ichnography li:nth-of-type(2) img:nth-of-type(2){
	height: 7.875rem;
}
.ichnography li:nth-of-type(3) img:nth-of-type(2){
	height: 5.35rem;
}
.ichnography li:nth-of-type(4) img:nth-of-type(2){
	height: 3.45rem;
}
.ichnography li:nth-of-type(5) img:nth-of-type(2){
	height: 3.5rem;
}
.PicSlogan{
	margin-top:-1px;
	background-color:#000000;
	text-align:center;
	padding:30px 0;
	color:#B2B2B2;
}
.PicSlogan h1{	
	font-weight:400;
}
.PicSlogan div{	
	margin:0 auto;
	font-size:16px;	
}
.PicSlogan span{
	display:inline-block;
	width:65px;
	height:5px;
	background-color:#B2B2B2;
	margin:20px auto 14px auto;
}
ul.caseLists{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
ul.caseLists li{
	width:50%;
	position:relative;
	/* min-height:240px; */
}
ul.caseLists li img{
	/* min-height:240px; */
}
ul.caseLists li span.name{
	position:absolute;
	z-index:999;
	color:#FFF;
	bottom:30px;	
	left:20px;
}
ul.caseLists li .shade{
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.casePage p{
	width:100%;
	padding:0;
}
