@charset "utf-8";
@import url("indexcss2.css");
body{background-color: #F1E3D7;}/*页面总的背景色*/
.biaoti{
	position:absolute;
	width:100%;
	top:10px;
	left:4%;
	height:50px;
}
.biaoti img{
	width:40%;
}
.daohanglanbeijing{
	position:absolute;
	top: 0px;
	width: 90%;
	height:150px;
	background: #E6D1C0;
	left: 0px;
	color: aliceblue;
	text-align: center;
	font-size: 40px;
	border-radius:20px;
}
.daohanglan{
	position: absolute;
	width: 61.8%;
	height: 120px;
	background: #F19D9E;
	color: aliceblue;
	top: 0;
	right: 0px;
	font-size: 110px;
		border-radius:20px;
		overflow: hidden;
}
.beijing {
    position: absolute;
    top: 200px;
    width: 100%;
    height: 2000px;
    color: aliceblue;
    text-align: center;
    font-size: 40px;
    background: #F6ECE6;
    border-radius: 20px;
    overflow: hidden;
}
		.beijing2 {
    position: absolute;
    top: 500px;
    width: 61.8%;
    height:500px;
    right: 2%;
    color: aliceblue;
    text-align: center;
    font-size: 40px;
    background: #F5D6BF;
    border-radius: 20px;
    overflow: hidden;
	display:flex;
}
		.beijing3 {
    position: absolute;
    top: 1000px;
    width: 61.8%;
    height:40%;
    left: 2%;
    color: aliceblue;
    text-align: center;
    font-size: 40px;
    background: #F5D6BF;
    border-radius: 20px;
    overflow: hidden;
	display:flex;
}
li3{
	position: absolute;
	top:300px;
	left:3%;
}
li31{
	width:100%;
	height:100%;
	background-color: aqua;
}

p{
	position: relative;
}
li2{
	position: absolute;
	top:160px;
	list-style: none;
	left:40%;
	height: 225px;
	border-radius:20px;
	overflow: hidden;
	display: flex;
	flex-shrink: 0;
}
.headtext/*头标题*/
{
	position:relative;
	top: 0px;
	width: 100%;
	font-size: 80px;
	font-family:STLiti;
	font-weight: bold;
	color: rgba(101,97,97,1.00);
	text-align: center;
	line-height: 40px;
}
.wordhead{
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
	font-family:STLiti;
	font-size: 60px;
	color: aliceblue;
	text-align: center;
	line-height: 60px;
}
.huamianzhedang{
		position: absolute;
	top: 0px;
	width: 38.2%;
	background: rgba(0,0,0,0.4);
	height: 755px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}
likuang{
	list-style: none;
	position: absolute;
	left: 2.5%;
	float: left;
	width: 95%;
	top: 60px;
	height: 50px;
	background:rgba(0,0,0,0);
	border: 10px solid #B38E7C;
	border-top-color: #B38E7C;
	border-radius:10px;
	overflow: hidden;
}
.kuang{
	position: absolute;
	background:rgba(0,0,0,1);
	left: 100%;
	width: 100%;
	top: 60px;
	height: 120px;
	border-radius:20px;
}
.maintext0{
	position: absolute;
	background: #F1E3D7;
	width: 50%;	
	top: 60px;
	height: 60px;
	right: 5%;
	border-bottom: 10px solid #B38E7C;
	border-radius:10px;
	overflow: hidden;
}
.fengexian3 {
    position: absolute;
    top: 2200px;
    width: 90%;
    height: 30px;
    left: 5%;
    color: aliceblue;
    text-align: center;
    font-size: 40px;
    background: #B38E7C;
    border-radius: 20px;
    overflow: hidden;
}


li1{
		list-style: none;
	position: relative;
	top: 62px;
	width: 5%;
	height: 120px;
    float:right;
	border: 4px solid #B38E7C;
	border-top: 14px solid  #B38E7C;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
		overflow: hidden;
	right:10%;
	margin-right:4%;
}
.maintext{
		position: absolute;
	background: #B38E7C;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0;
	bottom: 0;
	color: aliceblue;
	text-align: center;
	font-size: 1.2rem;
	line-height :6rem;

}
@media (max-width:1000px){
	.headtext{
		font-size:60px;
	}
			.beijing2{
		top:450px;
			height:400px;
	}
	.beijing3{
		top:900px;
	}

}
@media (max-width:630px){
	.headtext{
		font-size:40px;
		top:20px;
	}
		.beijing2{
		top:400px;
			height:250px;
	}
	.beijing3{
		top:600px;
	}
}

.img{transition: all 0.5s;}
.img:hover{transform: scale(1.2);}
li1{transition: all 0.5s;}
li1:hover{transform:translateY(20px);}
li1:hover .maintext{background-color: #E6D1C0;}
