@media screen and (min-width:1200px) {

}

@media screen and (min-width:960px) and (max-width:1200px) {

}

@media screen and (max-width:960px) {

}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}

.mian-text {
	background-color: #F0F0F0;
	padding-bottom: 60px;
	padding-top: 45px;
}

.main-center {
	background-color: #fff;
	width: 75%;
	margin: auto;
	padding: 30px 10px;
}

.main-title {
	margin-top: 10px;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 2px;
}

.main-link {
	width: 100%;
	display: flex;
	justify-content: center;
}

.main-link span {
	display: block;
	height: 1px;
	width: 20%;
	background-color: #000;
	margin-top: 20px;
}

.introduce {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 40px;
}

.introduce-left {
	width: 50%;
}

.introduce-right {
	width: 45%;
}

.introduce-right img {
	width: 100%;
}

.introduce-text {
	line-height: 2;
	font-size: 1rem;
	color: #7e7a7a;
	padding-left: 10px;
}

.introduce-button {
	margin-top: 30px;
	border: 1px #000 solid;
	padding: 10px 0px 10px 0px;
	width: 20%;
	text-align: center;
	border-radius: 5px;
	margin-left: 10px;
	cursor: pointer;
}

.framework {
	width: 100%;
	padding-top: 30px;
}

.information {
	text-align: center;
	margin-top: 45px;
}

.information h3 {
	font-weight: 400;
	color: #919191;
}

.images {
	width: 75%;
	margin: 30px auto 20px auto;
}

.images img {
	width: 100%;
}

.framework-drip {
	background-image: url(../img/地产-背景1.jpg);
	width: 50%;
	height: 600px;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.framework-right {
	width: 45%;
}

.framework-right img {
	width: 100%;
}

.framework-backgound {
	display: flex;
	justify-content: center;
}

.framework-wight {
	width: 75%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 99;
}

.framework-left {
	width: 48%;
}

.guo-link {
	width: 100%;
}

.guo-link span {
	display: block;
	height: 1px;
	width: 20%;
	background-color: #000;
	margin-top: 20px;
}

.guo-title {
	margin-top: 10px;
	font-size: 2rem;
	letter-spacing: 2px;
}

.guo-information {
	margin-top: 45px;
}

.guo-information h3 {
	font-weight: 400;
	color: #919191;
}

.dui {
	display: flex;
	align-items: center;
	padding: 5px 0px;
}

.dui-text {
	margin-left: 10px;
	color: #575454;
}

.greeen {
	margin-top: 30px;
}

.posiomn {
	margin-top: 500px;
	z-index: 999;
	position: relative;
}

.gaoxiao {
	width: 75%;
	margin: 45px auto 20px;
}

.gaoxiao img {
	width: 100%;
}
.information h2{
	    font-weight: 400;
	    color: #545252;
}