body{
	background-color: rgb(0,0,0);
	color: #fff;
}
.xj-banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.xj-banner img{
	width: 100%;
}
.content{
	width: 100%;	
}
.content>.pic{
	margin: 20px;
	/* background-color: skyblue; */
	float: left;
	display: inline-block;
	background-position:center;
	background-size: cover;
	position: relative;
	cursor: pointer;
}
.content>.pic .pic-txt{
	position: absolute;
	top: -48px;
	left: 0;
	color: #ffffff;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	padding-left: 2px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.content>.pic .pic-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
}
.content>.pic:hover>.pic-box{
	background-color: rgba(255,255,255,0.3);
}
.content>.p1{
	width: calc(25% - 40px);
	padding-bottom: calc(25% - 40px);/* padding百分比相对父元素宽度计算 */
    height: 0;
}
.content>.p2{
	width: calc(50% - 40px);
	padding-bottom: calc(50% - 40px);
    height: 0;
}
.content>.p3{
	width: calc(50% - 40px);
	padding-bottom: calc(25% - 40px);
    height: 0;
}

.content>.pic{
	background-image: url(/static/img/index/index2.jpg);
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}



.arrow_down{
	margin-bottom: 40px;
}
#villagesList{
	width: calc(100% - 160px);
	height: 100px;
	position: absolute;
	top:20px;
	left: 80px;
	overflow: hidden;
}

#slider2{
	margin: 0 auto;
}
#slider2 li{
    width: 40px;
    height: 96px;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.3);
    margin: 2px 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
#slider2 li a{
	color: white;
	text-decoration: none;
	width: 100%;
}
#slider2 li a span{
	vertical-align: middle;
	word-wrap: break-word;
	white-space: normal;
	line-height: 1.4;
	display: inline-block;
}
#slider2 li a:before{
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0;
    display: inline-block;
}
.arrow{
	position: absolute;
	background-size: 80% 80%;
	width: 80px;
	top: 20px;
	height: 100px;
	padding: 20px;
	font-size: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.leftarrow{
	left: 20px;
	background-image: url(/static/img/left.png);
    background-position: left;
	
}
.rightarrow{
	right: 20px;
	background-image: url(/static/img/right.png);
    background-position: right;
}
.arrow:hover{
	transform: scale(1.05);
}



@media (max-width: 768px){
	.content>.pic{
		margin: 15px;
	}
	.content>.p1{
		width: calc(50% - 30px);
		padding-bottom: calc(50% - 30px);
	}
	.content>.p2{
		width: calc(100% - 30px);
		padding-bottom: calc(100% - 30px);
	}
	.content>.p3{
		width: calc(100% - 30px);
		padding-bottom: calc(50% - 30px);
	}
	.content>.pic .pic-txt{
		top: -30px;
		font-size: 18px;
		height: 30px;
		line-height: 30px;
	}
	#villagesList{
		width: calc(100% - 80px);
		height: 100px;
		left: 40px;
	}
	#slider2 li{
		width: 30px;
		height: 96px;
		padding: 5px 8px;
		margin: 2px 10px;
		font-size: 14px;
	}
	.arrow {
		background-size: 100% 60%;
		width: 40px;
		top: 20px;
		height: 100px;
		padding: 0px;
	}
	.leftarrow{
		left: 0;
	}
	.rightarrow{
		right: 0;
	}
}

.video-container{
	width: 100%;
    height: 0;
	padding-bottom: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/static/img/listbg.jpg);
    background-position: center center;
    z-index: 2;
    top: 0;
    max-width: 100%;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 0px);
}
.video-shadow{
	position: absolute;
    background: linear-gradient(to top,rgba(0,0,0,0.3),rgba(0,0,0,0));
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.video {
    visibility: visible;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    object-fit: fill;
}