/* banner图 */
.banner {
	width: 100%;
	height: 375px;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 联系我们 */
.lianxiwomen {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 150px;
}

.lianxiwomen1 {
	display: flex;
	justify-content: space-between;
 flex-wrap: wrap;
}
.lianxi_lx h1{
    font-size: 28px;
    margin-top: 20px;
}
.lianxi {
	width: 38%;
	background-color: #f8f8f8;
	padding: 0 20px;
	padding-bottom: 40px;
    display: none;
   
}

.women {
	width: 100%;
 height: 481px;
}

.lianxi h1 {
	font-size: 22px;
	line-height: 36px;
	padding-top: 50px;
	padding-bottom: 20px;

}

.lianxi ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #eda7a7;
}

.lianxi ul li:nth-child(6) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0px dashed #eda7a7;
}

.lianxi ul li span img {
	padding-right: 15px;
}

.lianxi ul li span {
	font-size: 18px;
	line-height: 55px;
}

.lianxi ul li p {
	font-size: 18px;
	line-height: 55px;
	font-weight: 600;
	padding-right: 30px;
}

@media screen and (max-width:768px) {
	.banner {
		width: 100%;
		height: 260px;
	}

	.lianxiwomen1 {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.lianxi {
		width: 100%;
		background-color: #f8f8f8;
		padding: 0 20px;
		padding-bottom: 40px;
	}

	.women {
		width: 100%;
		height: 300px;
		margin-top: 20px;
	}
}

@media screen and (max-width:425px) {
	.banner {
		width: 100%;
		height: 140px;
	}

	.lianxi ul li p {
		font-size: 16px;
		line-height: 43px;
		font-weight: 600;
		padding-right: 5px;
	}

	.lianxi ul li span {
		font-size: 16px;
		line-height: 30px;
	}

	.lianxiwomen {
		width: 100%;
		overflow: hidden;
		background-color: #FFFFFF;
		padding-top: 25px;
		padding-bottom: 150px;
	}
}
