.lianxiwomen {
	padding: 100px 0;
	background: #f7f7f7;
}

.women {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lian1 h1 {
    font-size: 40px;
    font-weight: 600;
    color: #302F2F;
    margin-bottom: 30px;
    margin-top: 54px;
}

.lian2 {
	margin-bottom: 40px;
}

.lian2 p {
    font-size: 22px;
    font-weight: 500;
    color: #808080;
    line-height: 30px;
    margin-bottom: 10px;
}

.lianxiwomen1 {
	width: 724px;
	height: 634px;
	background-color: #ededed;
	padding: 44px 60px 52px 60px;
	border-radius: 15px;
}

.liaojie {
	display: flex;
	margin-bottom: 35px;
}

.liaojie h1 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
}

.tijiaode input {
	width: 100%;
	height: 66px;
	background: #FAFAFA;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 500;
	color: #B3B3B3;
	margin-bottom: 16px;
	padding-left: 29px;
	border: 0;
}

.tijiaode textarea {
	width: 100%;
	height: 190px;
	background: #FAFAFA;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 500;
	color: #B3B3B3;
	padding-left: 29px;
	padding-top: 25px;
	padding-right: 29px;
	margin-bottom: 39px;
	border: 0;
}

.tijiaode button {
	width: 100%;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	color: #FFFFFF;
	border-radius: 10px;
	background: #009E3F;
	border: 0;
	cursor: pointer;
}

.map {
	width: 100%;
	height: 620px;
}

@media screen and (max-width:1250px) {
	.lianxiwomen1 {
		width: 55%;
	}
}

@media screen and (max-width:1250px) {
	.lianxiwomen1 {
		width: 100%;

	}

	.women {
		flex-wrap: wrap;
	}

	.lian1 {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width:768px) {
	.lianxiwomen1 {
		width: 100%;

	}

	.women {
		flex-wrap: wrap;
	}

	.lian1 {
		width: 100%;
		text-align: center;
	}

	.lianxiwomen {
		padding: 50px 0;
	}

	.lian1 h1 {
		font-size: 30px;
		font-weight: 500;
		color: #302F2F;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.lian2 p {
		font-size: 18px;
		font-weight: 500;
		color: #808080;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.liaojie h1 {
		font-size: 30px;
		font-weight: 500;
	}

	.lianxiwomen1 {
		background-color: #ededed;
		padding: 30px 20px 30px 20px;
		border-radius: 15px;
	}

	.tijiaode button {
		font-size: 16px;

	}

	.map {
		width: 100%;
		height: 300px;
	}
}
