/*图片*/

.picter {
	width: 100%;
	overflow: hidden;
}

.picter img {
	width: 100%;
}


/*行*/

.strip {
	overflow: hidden;
	width: 100%;
	background-color: #F3F3F3;
}

.strip a {
	color: #474747;
	font-size: 16px;
	margin-right: 5px;
}

.strip p {
	color: #474747;
	font-size: 16px;
}

.strip a:hover {
	color: #5EA0B6;
}

.sp {
	margin-right: 5px;
}

.bar {
	padding-bottom: 21px;
	padding-top: 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.as {
	padding-right: 10px;
}

.we {
	display: flex;
}

.ssk {
	width: 300px;
	height: 33px;
	background-color: #fff;
	border-color: #e6e6e6;
	border-style: solid;
	outline: none;
	padding-left: 10px;
}

.ss {
	display: inline-block;
	position: relative;
}

.ss button {
	position: absolute;
	right: 8px;
	top: 5px;
}


/*关于众柏*/

.many {
	width: 100%;
	overflow: hidden;
}

.biao {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 82px;
}

.zh {
	width: 12.5%;
	border-bottom-style: solid;
	border-width: 2px;
	border-bottom-color: #5EA0B6;
}

.zi {
	text-align: center;
}

.yh {
	width: 12.5%;
	border-bottom-style: solid;
	border-width: 2px;
	border-bottom-color: #5EA0B6;
}

.dp {
	font-size: 30px;
	font-weight: 500;
	padding: 0 20px;
	color: #333;
}

.xp {
	font-size: 14px;
	color: #ababab;
}

.zizi {
	color: #474747;
	font-size: 20px;
	text-align: center;
	padding: 28px 0;
}

.yxgs {
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 13px;
}

.gsz {
	width: 47%;
}

.yx p {
	color: #333;
	font-size: 30px;
	padding-bottom: 23px;
}

.hh {
	width: 55px;
	border-bottom-style: solid;
	border-color: #1C86A9;
}

.gsp p {
	font-size: 18px;
	color: #333;
	padding-top: 30px;
	line-height: 34px;
	letter-spacing: 0.3px
}


/*联系我们*/

.contact {
	width: 100%;
	overflow: hidden;
	padding-bottom: 90px;
}

.lxfs {
	width: 100%;
	justify-content: space-between;
	display: flex;
	padding-top: 20px;
	padding-bottom: 54px;
}

.fs {
	text-align: center;
}

.fs img {
	padding-bottom: 23px;
}

.fs p {
	font-size: 20px;
	color: #333;
	padding-top: 2px;
}

.map {
	display: flex;
	justify-content: space-between;
}

.us {
	width: 49%;
}

.xid {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}

.xid1 {
	padding-bottom: 15px;
}

.xid2 {
	padding-bottom: 35px;
}

.xind3 {
	text-align: center;
}

.inp1 {
	width: 48%;
	background-color: #F3F3F3;
	line-height: 40px;
	padding-left: 15px;
	border-style: solid;
	border-color: #F3F3F3;
	outline: none;
}

.inp2 {
	width: 100%;
	background-color: #F3F3F3;
	line-height: 40px;
	padding-left: 15px;
	border-style: solid;
	border-color: #F3F3F3;
	outline: none;
}

.inp3 {
	width: 100%;
	background-color: #F3F3F3;
	line-height: 40px;
	padding-left: 15px;
	border-style: solid;
	border-color: #F3F3F3;
	outline: none;
	height: 200px;
}

.xind3 button {
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 122px;
	background-image: url(../img/8.png);
	background-size: 100% 100%;
	border-radius: 25px;
	border-style: solid;
	border-width: 0px;
	padding: 10px 0;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	.bar {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 21px;
		padding-top: 21px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.gsz {
		width: 97%;
	}

	.yxgs {
		display: flex;
		justify-content: center;
		padding-top: 24px;
		padding-bottom: 13px;
		flex-wrap: wrap;
		width: 95%;
		margin: 0 auto;
	}

	.lxfs {
		width: 95%;
		justify-content: space-between;
		display: flex;
		padding-top: 20px;
		padding-bottom: 54px;
		margin: 0 auto;
	}

	.fs p {
		font-size: 18px;
		color: #333;
		padding-top: 2px;
	}

	.map {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 95%;
		margin: 0 auto;
	}

	.us {
		width: 100%;
		margin-top: 30px;
	}

	.map1 {
		width: 100%;
	}

	.map1 img {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.strip a {
		color: #474747;
		font-size: 14px;
		margin-right: 11px;
	}

	.strip p {
		color: #474747;
		font-size: 14px;
	}

	.sp {
		font-size: 14px;
	}

	.gsy {
		margin-top: 20px;
	}
}

@media screen and (max-width: 848px) {
	.strip a {
		color: #474747;
		font-size: 14px;
		margin-right: 11px;
	}

	.bar {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 21px;
		padding-top: 21px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.ss {
		display: inline-block;
		position: relative;
		/* padding-left: 245px; */
		/* top: 36px; */
		padding-top: 10px;
	}

	.ss button {
		position: absolute;
		right: -4px;
		top: 15px;
	}

	.sp {
		font-size: 14px;
	}

	.fs p {
		font-size: 16px;
		color: #333;
		padding-top: 2px;
	}

	.lxfs {
		width: 95%;
		justify-content: space-between;
		display: flex;
		padding-top: 20px;
		padding-bottom: 54px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 786px) {
	.bar {
		width: 97%;
		margin: 0 auto;
		padding-bottom: 21px;
		padding-top: 21px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.dp {
		font-size: 26px;
		font-weight: 500;
		padding: 0 20px;
		color: #333;
	}

	.zizi {
		color: #474747;
		font-size: 18px;
		text-align: center;
		padding: 28px 0;
	}

	.gsy img {
		width: 100%;
	}

	.fs p {
		font-size: 14px;
		color: #333;
		padding-top: 2px;
	}
}

@media screen and (max-width:551px) {
	.dp {
		font-size: 24px;
		font-weight: 500;
		padding: 0 20px;
		color: #333;
	}

	.zizi {
		color: #474747;
		font-size: 17px;
		text-align: center;
		padding: 18px 0;
		width: 95%;
		margin: 0 auto;
	}

	.yx p {
		color: #333;
		font-size: 25px;
		padding-bottom: 23px;
	}

	.gsp p {
		font-size: 17px;
		color: #333;
		padding-top: 30px;
		line-height: 27px;
		letter-spacing: 0.3px;
	}

	.lxfs {
		width: 95%;
		justify-content: space-around;
		display: flex;
		padding-top: 20px;
		padding-bottom: 54px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:474px) {
	.strip a {
		color: #474747;
		font-size: 12px;
		margin-right: 5px;
	}

	.strip p {
		color: #474747;
		font-size: 12px;
		padding-right: 0px;
		margin-left: 2px;
	}

	.sp {
		font-size: 12px;
	}
}

@media screen and (max-width:386px) {
	.we {
		display: flex;
		flex-wrap: wrap;
		line-height: 25px;
	}

	.ss button {
		position: absolute;
		right: 2px;
		top: 15px;
	}

	.ssk {
		width: 285px;
		height: 29px;
		background-color: #fff;
		border-color: #e6e6e6;
		border-style: solid;
		outline: none;
		padding-left: 10px;
	}

	.bar {
		width: 97%;
		margin: 0 auto;
		padding-bottom: 14px;
		padding-top: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.dp {
		font-size: 22px;
		font-weight: 500;
		padding: 0 20px;
		color: #333;
	}

	.xp {
		font-size: 13px;
		color: #ababab;
	}

	.zizi {
		color: #474747;
		font-size: 15px;
		text-align: center;
		padding: 18px 0;
		width: 95%;
		margin: 0 auto;
	}

	.biao {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 31px;
	}

	.gsp p {
		font-size: 15px;
		color: #333;
		padding-top: 14px;
		line-height: 27px;
		letter-spacing: 0.3px;
	}

	.yx p {
		color: #333;
		font-size: 20px;
		padding-bottom: 23px;
	}

	.fs p {
		font-size: 12px;
		color: #333;
		padding-top: 2px;
	}

	.inp1 {
		width: 100%;
		background-color: #F3F3F3;
		line-height: 40px;
		padding-left: 15px;
		border-style: solid;
		border-color: #F3F3F3;
		outline: none;
		margin-top: 15px;
	}

	.xid {
		display: flex;
		justify-content: space-between;
		padding-bottom: 15px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:346px) {
	.ssk {
		width: 250px;
		height: 24px;
		background-color: #fff;
		border-color: #e6e6e6;
		border-style: solid;
		outline: none;
		padding-left: 10px;
	}

	.ss button img {
		width: 80%;
	}

	.ss button {
		position: absolute;
		right: -4px;
		top: 13px;
	}
}