* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

.weizhi-div {
	/*max-width: 1920px;*/
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
}

.weizhi-span {
	font-size: 18px;
	color: #666666;
	margin-left: 200px;
}

.lianxiwomen-top {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding-left: 250px;
	padding-right: 200px;
	display: flex;
	flex-direction: row;
	gap: 93px;
	margin-bottom: 35px;
}

.top-left {
	max-width: 436px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 63px;
    margin-top: 55px;
}

.left-div1 {
	display: flex;
	flex-direction: column;
}

.left-biaoti {
	font-size: 20px;
	color: #333333;
	line-height: 22px;
}

.left-dizhi {
	font-size: 24px;
	color: #666666;
	line-height: 33px;
}

.left-email {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

.left-phone {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

.top-right {
	max-width: 941px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.rightimg-div {
	max-width: 941px;
	height: 536px;
}

.topright-img {
	width: 100%;
}

.right-bottomdiv {
	display: flex;
	flex-direction: row;
	gap: 121px;
	height: max-content;
    align-items: flex-end;
}

.yxz-div {
	width: 436px;
	height: 186px;
	display: flex;
	flex-direction: column;
}

.yxy-div {
	width: 436px;
	height: 186px;
	display: flex;
	flex-direction: column;
}

.right-bottomdiv span {
	display: block;
}

.rightl-bottom1 {
	font-size: 22px;
	line-height: 22px;
	color: #333333;
}

.rightl-bottom2 {
	font-size: 26px;
	line-height: 33px;
	color: #666666;
}

.rightr-bottom1 {
	font-size: 20px;
	line-height: 27px;
	color: #333333;
}

.rightr-bottom2 {
	font-size: 24px;
	line-height: 33px;
	color: #666666;
}




.lianxiwomen-bottom {
	/*max-width: 1920px;*/
	width: 100%;
	margin: 0 auto;
	background-color: #F5F5F5;
	padding-top: 126px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-bottom: 66px;
}

.bottom-left {
	display: flex;
	flex-direction: column;
	gap: 39px;
}

.bottoml-1 {
	font-size: 60px;
	color: #107038;
}

.bottoml-2 {
	font-size: 20px;
	color: #107038;
}

.bottoml-3 {
	max-width: 289px;
	font-size: 13px;
	color: #383838;
}

.bottom-right {}

.form-group,
.name-row-wrapper {
	margin-bottom: 20px;
}

label {
	display: block;
	margin-bottom: 11px;
	font-size: 14px;
	color: #44546a;
}

input[type="text"],
input[type="email"],
textarea {
	width: 575.2px;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #ddd;
	border-radius: 1px;
	background-color: #e0e0e0;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
}

textarea {
	height: 52px;
	resize: none;
	padding: 0 16px;
}

.name-row {
	display: flex;
	gap: 33px;
}

.name-row input {
	width: 271px;
	height: 52px;
}

.btn-send {
	width: 144px;
	height: 48px;
	background-color: #107038;
	color: white;
	border: none;
	padding: 0 24px;
	border-radius: 24px;
	font-size: 12px;
	cursor: pointer;
	float: right;
}







@media (max-width: 1280px) and (min-width: 768px) {
	.weizhi-div {
		max-width: 1280px;
		height: 60px;
		margin: 0 auto;
		background-color: #F5F5F5;
		display: flex;
		align-items: center;
	}

	.weizhi-span {
		font-size: 16px;
		color: #666666;
		margin-left: 100px;
	}

	.lianxiwomen-top {
		max-width: 1280px;
		width: 90%;
		margin: 0 auto;
		padding-left: 0px;
		padding-right: 0px;
		display: flex;
		flex-direction: row;
		gap: 20px;
		margin-bottom: 35px;
	}

	.top-left {
		max-width: 436px;
		padding-top: 10px;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.left-div1 {
		display: flex;
		flex-direction: column;
	}

	.top-left span {
		display: block;
	}

	.left-biaoti {
		font-size: 12px;
		color: #333333;
		line-height: 14px;
	}

	.left-dizhi {
		font-size: 16px;
		color: #666666;
		line-height: 18px;
	}

	.left-email {
		font-size: 10px;
		color: #666666;
		line-height: 14px;
	}

	.left-phone {
		font-size: 10px;
		color: #666666;
		line-height: 14px;
	}

	.top-right {
		max-width: 500px;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.rightimg-div {
		max-width: 500px;
		height: auto;
	}

	.topright-img {
		width: 100%;
	}

	.right-bottomdiv {
		display: flex;
		flex-direction: row;
		gap: 40px;
	}

	.yxz-div {
		width: 230px;
		height: 150px;
		display: flex;
		flex-direction: column;
	}

	.yxy-div {
		width: 230px;
		height: 150px;
		display: flex;
		flex-direction: column;
	}

	.right-bottomdiv span {
		display: block;
	}

	.rightl-bottom1 {
		font-size: 14px;
		line-height: 16px;
		color: #333333;
	}

	.rightl-bottom2 {
		font-size: 16px;
		line-height: 20px;
		color: #666666;
	}

	.rightr-bottom1 {
		font-size: 14px;
		line-height: 18px;
		color: #333333;
	}

	.rightr-bottom2 {
		font-size: 16px;
		line-height: 20px;
		color: #666666;
	}
	
	.lianxiwomen-bottom {
		max-width: 1280px;
		width: 90%;
		margin: 0 auto;
		background-color: #F5F5F5;
		padding-top: 50px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		padding-bottom: 40px;
	}
	
	.bottom-left {
		display: flex;
		flex-direction: column;
		gap: 39px;
	}
	
	.bottoml-1 {
		font-size: 40px;
		color: #107038;
	}
	
	.bottoml-2 {
		font-size: 20px;
		color: #107038;
	}
	
	.bottoml-3 {
		max-width: 289px;
		font-size: 13px;
		color: #383838;
	}
	
	.bottom-right {}
	
	.form-group,
	.name-row-wrapper {
		margin-bottom: 20px;
	}
	
	label {
		display: block;
		margin-bottom: 11px;
		font-size: 14px;
		color: #44546a;
	}
	
	input[type="text"],
	input[type="email"],
	textarea {
		width: 320px;
		height: 30px;
		padding: 0 16px;
		border: 1px solid #ddd;
		border-radius: 1px;
		background-color: #e0e0e0;
		color: #333;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	textarea {
		height: 52px;
		resize: none;
		padding: 0 16px;
	}
	
	.name-row {
		display: flex;
		gap: 33px;
	}
	
	.name-row input {
		width: 140px;
		height: 30px;
	}
	
	.btn-send {
		width: 144px;
		height: 48px;
		background-color: #107038;
		color: white;
		border: none;
		padding: 0 24px;
		border-radius: 24px;
		font-size: 12px;
		cursor: pointer;
		float: right;
	}
}



@media (max-width: 767px) {
	.weizhi-div {
		max-width: 767px;
		height: 30px;
		margin: 0 auto;
		background-color: #F5F5F5;
		display: flex;
		align-items: center;
	}

	.weizhi-span {
		font-size: 10px;
		color: #666666;
		margin-left: 20px;
	}

	.lianxiwomen-top {
		max-width: 767px;
		width: 90%;
		margin: 0 auto;
		padding-left: 0px;
		padding-right: 0px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 35px;
	}

	.top-left {
		width: 100%;
		padding-top: 10px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
	}

	.left-div1 {
		max-width: 140px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.top-left span {
		display: inline-block;
	}

	.left-biaoti {
		font-size: 8px;
		color: #333333;
		line-height: 10px;
	}

	.left-dizhi {
		font-size: 8px;
		color: #666666;
		line-height: 10px;
	}

	.left-email {
		font-size: 8px;
		color: #666666;
		line-height: 10px;
	}

	.left-phone {
		font-size: 8px;
		color: #666666;
		line-height: 10px;
	}

	.top-right {
		max-width: 500px;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.rightimg-div {
		max-width: 500px;
		height: auto;
	}

	.topright-img {
		width: 100%;
	}

	.right-bottomdiv {
		display: flex;
		flex-direction: row;
		gap: 40px;
	}

	.yxz-div {
		width: 240px;
		height: 150px;
		display: flex;
		flex-direction: column;
	}

	.yxy-div {
		width: 240px;
		height: 150px;
		display: flex;
		flex-direction: column;
	}

	.right-bottomdiv span {
		display: block;
	}

	.rightl-bottom1 {
		font-size: 10px;
		line-height: 12px;
		color: #333333;
	}

	.rightl-bottom2 {
		font-size: 12px;
		line-height: 16px;
		color: #666666;
	}

	.rightr-bottom1 {
		font-size: 10px;
		line-height: 12px;
		color: #333333;
	}

	.rightr-bottom2 {
		font-size: 12px;
		line-height: 16px;
		color: #666666;
	}
	
	
	
	
	
	
	.lianxiwomen-bottom {
		max-width: 767px;
		width: 90%;
		margin: 0 auto;
		background-color: #F5F5F5;
		padding-top: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 50px;
		padding-bottom: 40px;
	}
	
	.bottom-left {
		display: flex;
		flex-direction: column;
		text-align: center;
		gap: 30px;
	}
	
	.bottoml-1 {
		font-size: 24px;
		color: #107038;
	}
	
	.bottoml-2 {
		font-size: 18px;
		color: #107038;
	}
	
	.bottoml-3 {
		max-width: 289px;
		font-size: 10px;
		color: #383838;
	}
	
	.bottom-right {}
	
	.form-group,
	.name-row-wrapper {
		margin-bottom: 20px;
	}
	
	label {
		display: block;
		margin-bottom: 11px;
		font-size: 14px;
		color: #44546a;
	}
	
	input[type="text"],
	input[type="email"],
	textarea {
		width: 280px;
		height: 30px;
		padding: 0 16px;
		border: 1px solid #ddd;
		border-radius: 1px;
		background-color: #e0e0e0;
		color: #333;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	textarea {
		height: 52px;
		resize: none;
		padding: 0 16px;
	}
	
	.name-row {
		display: flex;
		gap: 33px;
	}
	
	.name-row input {
		width: 120px;
		height: 30px;
	}
	
	.btn-send {
		width: 144px;
		height: 30px;
		background-color: #107038;
		color: white;
		border: none;
		padding: 0 24px;
		border-radius: 15px;
		font-size: 10px;
		cursor: pointer;
		float: none;
	}
}