.z-fwb {
	font-weight: bold;
}

.z-ft38 {
	font-size: 38px;
}

.z-ft36 {
	font-size: 24px;
	line-height: 30px;
}

.z-ft34 {
	font-size: 34px;
}

.z-ft32 {
	font-size: 32px;
}

.z-ft30 {
	font-size: 24px;
}

.z-ft28 {
	font-size: 28px;
}

.z-ft26 {
	font-size: 26px;
}

.z-ft24 {
	font-size: 24px;
}

.z-ft22 {
	font-size: 22px;
}

.z-ft20 {
	font-size: 20px;
}

.z-ft18 {
	font-size: 18px;
}

.z-mr32 {
	margin-right: 32px;
}

.z-mb32 {
	margin-bottom: 32px;
}

.z-mb24 {
	margin-bottom: 24px;
}

.z-lh15 {
	line-height: 1.5;
}

.z-banner {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	/* padding-top: 100px; */
}

.z-banner>img {
	width: 100%;
}

.z-inbanner {
	position: absolute;
	top: 0px;
	width: 1440px;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 80px;
}

.z-banner-zh {
	position: relative;
}

.z-banner-zh::after {
	content: url(/images/zbbg.png);
	width: 255px;
	display: block;
	position: absolute;
	height: 255px;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.z-banner-en {
	width: 178px;
	height: 32px;
}

.z-wh {
	width: 100%;
	background: #FFFFF6;
	padding-top: 100px;
	padding-bottom: 100px;
}

.z-title1 {
	text-align: center;
	width: 100%;
	height: 60px;
	position: relative;
}

.z-title1-zh {
	font-size: 40px;
	font-weight: bold;
	color: #212E2B;
	position: relative;
	z-index: 1;
}

.z-title1-en {
	position: absolute;
	top: 25px;
	height: 40px;
	font-size: 32px;
	font-family: Playfair Display SC-Bold, Playfair Display SC;
	font-weight: bold;
	line-height: 40px;
	background: linear-gradient(180deg, #C6B790 3%, rgba(198, 176, 144, 0.2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 0;
	text-transform: Uppercase;
}

.z-title1-en::after {
	content: url(../images/titleicon.png);
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	width: 43.6px;
	height: 43.6px;
}

.z-title2 {
	text-align: center;
	width: 100%;
	height: 60px;
	position: relative;
}

.z-title2-zh {
	font-size: 40px;
	font-weight: bold;
	color: #212E2B;
	position: relative;
	z-index: 1;
}

.z-title2-en {
	position: absolute;
	top: 25px;
	height: 40px;
	font-size: 32px;
	font-family: Playfair Display SC-Bold, Playfair Display SC;
	font-weight: bold;
	line-height: 40px;
	background: linear-gradient(180deg, #C6B790 3%, rgba(198, 176, 144, 0.2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 0;
	text-transform: Uppercase;
}

.z-wh-list {
	position: relative;
	margin-top: 130px;
	column-gap: 10px;
}

.z-wh-list::after {
	position: absolute;
	width: 90vw;
	height: 504px;
	background: rgba(244, 242, 225, 0.35);
	border-radius: 252px 252px 252px 252px;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.z-wh-list-item {
	width: 283px;
	height: 700px;
	background: #F4F2E1;
	box-sizing: border-box;
	padding: 34px;
	position: relative;
	transition: background-color .5s;
	z-index: 1;
}

.z-wl-bg {
	opacity: 0;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all .5s;
}

.z-wl-bgimg {
	z-index: 0;
	height: 100%;
	z-index: 0;
	bottom: 0;
	left: 0;
}

.z-wl-lf {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	border-right: 1px solid rgba(33, 46, 43, 0.1);
	;
	word-wrap: break-word;
	font-weight: bold;
	padding-right: 26px;
}

.z-wl-lf-zh {
	font-size: 26px;
	color: #212E2B;
	width: 26px;
	line-height: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: font-color .5s;
}

.z-wl-lf-en {
	color: #9EB2A1;
	font-size: 20px;
	transform: rotateZ(90deg);
	position: absolute;
	bottom: 30px;
	right: -8px;
}

.z-wl-lf-zh::before {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #6FA071;
	display: block;
	content: '';
	margin-bottom: 32px;
}

.z-wl-rt {
	flex: 1;
	column-gap: 20px;
	position: relative;
	padding: 26px;
	padding-top: 10px;
	opacity: 1;
	transition: opacity .5s;
}

.z-wr-word {
	font-size: 21px;
	color: #5A4627;
	line-height: 1.5;
	font-weight: bold;
	writing-mode: vertical-lr;
	overflow: hidden;
}

.z-goa {
	position: absolute;
	width: 64px;
	height: 64px;
	right: 36px;
	bottom: 34px;
	z-index: -1;
}

.z-goa img {
	width: 100%;
	height: 100%;
}

.z-wh-list-item:hover .z-wl-bg {
	width: 100%;
	opacity: 1;
	transition: all .5s;
}

.z-wh-list-item:hover .z-wl-lf-zh {
	color: rgba(255, 255, 255, .7);
	;
	transition: font-color .5s;
}

.z-wh-list-item:hover .z-wl-lf-zh::before {
	background: rgba(255, 255, 255, .7);
}

.z-wh-list-item:hover .z-wl-lf-en {
	color: rgba(255, 255, 255, .7);
}

.z-wh-list-item:hover .z-goa {
	z-index: 1;
}

.z-wh-list-item:hover .z-wl-rt {
	opacity: 0;
	transition: opacity .5s;
}

.z-wh-list-item:hover .z-wl-lf {
	border-right-color: rgba(255, 255, 255, .5);
	;
	transition: opacity .5s;
}

.z-wh2 {
	width: 100%;
	background: #FFFFF6;
	padding: 70px 0 0px;
	height: 860px;
	position: relative;
}

.z-wh2::after {
	position: absolute;
	width: 70%;
	height: 860px;
	right: 0;
	top: 0;
	display: block;
	content: '';
	z-index: 0;
	border-radius: 250px 0 0 0;
	background: #F8F6E7;
}

.z-wh2-container {
	position: relative;
	z-index: 1;
	justify-content: flex-end;
}

.z-wh2-lf {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.z-wh2-lf-img1 {
	display: block;
	width: 84px;
	height: 45px;
}

.z-wh2-lf-img2 {
	display: block;
	width: 848px;
	height: 600px;
	position: absolute;
	top: 77px;
}

.z-lookmore {
	width: 199px;
	height: 64px;
	border-bottom: 1px solid #6D6049;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 686px;
}

.z-lookmore img {
	width: 24px;
	height: 24px;
}

.z-wh2-rt {
	margin-left: 80px;
	width: 777px;
	box-sizing: border-box;
	color: #5A4627;
}

.z-wh2-rt-title {
	font-size: 38px;
	color: #212E2B;
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 20px;
}

.z-wh2-rt-words {
	font-size: 20px;
	line-height: 2;
	text-align: justify;
	font-weight: bold;
}
.z-wh2-rt-words p{
    font-size: 20px;
	line-height: 2;
	text-align: justify;
	font-weight: bold;
}
.z-wh3 {
	width: 100%;
	padding-top: 100px;
}

.z-wh3-container {
	position: relative;
	height: 600px;
}

.z-wh3-1 {
	width: 100%;
	height: 600px;
	background: url(/images/zwh3bg.png) no-repeat;
	background-size: 100% 100%;
}

.z-wh3-lf {
	width: 705px;
	margin-right: 80px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.z-wh3-title {
	width: 152px;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid #fff;
}

.z-wh-tit{
	font-size: 30px;
	color: #fff;
	font-weight:bold;
	margin-bottom: 10px;
}

.z-wh3-words {
	font-size: 24px;
	line-height: 2.5;
}

.z-wh3-rt {
	position: absolute;
	width: 886px;
	height: 600px;
	background: #ECE9D3;
	box-sizing: border-box;
	padding: 24px;
	left: 785px;
}

.z-wh3-rt img {
	width: 828px;
	height: 552px;
}

.z-wh4 {
	padding-top: 100px;
	background: #FFFFF6;
}

/* 团队 */
.z-team2 {
	padding-top: 100px;
}

.z-team3 {
	padding: 120px 0;
	padding-top: 200px;
}

.z-swp-team-out {
	position: relative;
	margin-top: 60px;
}

.z-swp-team {
	width: 1270px;
	height: 640px;
	background: url(/images/team3bg.png);
}

.z-swp-team-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90px;
	height: 90px;
	left: 0;
	z-index: 1;
	cursor: pointer;
	background: url(/images/z-green-lf.png) no-repeat;
}

.z-swp-team-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90px;
	height: 90px;
	background: url(/images/z-green-rt.png) no-repeat;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.z-swp-team-scrollbar {
	width: 1300px;
	height: 2px;
	background: rgba(129, 171, 129, 0.5);
	transform: translateY(60px);
}

.z-swp-team-scrollbar .swiper-scrollbar-drag {
	height: 6px;
	background: #4B8A4D;
}

.z-swp-team-pagination {
	position: absolute;
	bottom: -55px;
	left: auto;
	right: 0;
	width: fit-content;
	color: #A6ADB8;
	font-size: 24px;
	font-weight: bold;
}

.z-swp-team-current {
	font-size: 40px;
	color: #5FB662;
}

.z-swp-team-out .z-title-icon2 {
	width: 116px;
	height: 64px;
	position: absolute;
	top: -30px;
	right: 42px;
	z-index: 1;
}

.z-swp-team .swiper-slide {
	padding: 30px;
	width: 1274px;
	box-sizing: border-box;
	position: relative;
}

.z-team3-slrt {
	box-sizing: border-box;
	width: 718px;
}

.z-team3-photo {
	width: 406px;
	height: 580px;
	margin-right: 60px;
	border-radius: 20px;
	overflow: hidden;
}

.z-team3-sign {
	font-size: 20px;
	color: #fff;
	padding: 10px 20px;
	background: #9F8E73;
	border-radius: 6px;
}

.z-team3-sign-item {
	flex-direction: column;
	row-gap: 16px;
	font-size: 20px;
	color: #5A4627;
}

.z-team3-sign-item li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #5A4627;
	display: block;
	margin: 0 10px;
}

.z-lookmore-green {
	width: 180px;
	height: 48px;
	background: transparent;
	border-radius: 129px 129px 129px 129px;
	border: 1px solid #4B8A4D;
	color: #4B8A4D;
	font-size: 20px;
	column-gap: 8px;
	position: absolute;
	right: 60px;
	bottom: 40px;
	transition: all .5s;
}

.jmpbutton {
	justify-content: space-between;
	align-items: center;
	width: 155px;
	color: #4B8A4D !important;
	font-size: 20px;
	margin-left: auto;
	border-bottom: 1px solid #6FA071;
	padding-bottom: 16px;
}

.jmpbutton p {
	font-size: 24px;
	color: #6FA071;
}

.jmpbutton img {
	width: 20px;
	height: 20px;
}

.z-lookmore-green::after {
	display: block;
	content: url(/images/gortgtreen.png);
	width: 16px;
	height: 16px;
	transition: all .5s;
}

.z-lookmore-green:hover {
	background: #4B8A4D;
	color: #fff;
	transition: all .5s;
}

.z-lookmore-green:hover::after {
	content: url(/images/gortwhite.png);
	transition: all .5s;
}

/* 职业教育 */
.z-zyjy {
	padding-top: 100px;
}

.z-swp-jy-out {
	margin-top: 66px;
	position: relative;
}

.z-swp-jy-out::after {
	position: absolute;
	width: 90vw;
	height: 504px;
	background: rgba(244, 242, 225, 0.35);
	border-radius: 252px 252px 252px 252px;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.z-swp-jy1 {
	width: 100%;
	height: 1150px;
}

.z-jy1-sl-item {
	width: 620px;
	height: 480px;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 16px;
	padding-left: 233px;
	position: relative;
	margin-left: 100px;
	margin-bottom: 40px;
}

.z-jy1-sl-item-img {
	width: 240px;
	height: 400px;
	background: #616161;
	border-radius: 20px 20px 20px 20px;
	position: absolute;
	top: 40px;
	left: -40px;
}

.z-swp-jy-out .swiper-slide .z-jy1-sl-item:nth-child(2) {
	margin-top: 120px;
}

.z-swp-jy-out .swiper-slide .z-jy1-sl-item:nth-child(3) {
	transform: translateY(-110px);
}

.z-swp-jy-prev {
	width: 60px;
	height: 60px;
	content: url(/images/z-green-lf.png);
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 100px;
	cursor: pointer;
}

.z-swp-jy-next {
	width: 60px;
	height: 60px;
	content: url(/images/z-green-rt.png);
	position: absolute;
	bottom: 0;
	left: 240px;
	z-index: 1;
	cursor: pointer;
}

.z-swp-jy-next.z-swp-jy-disabled {
	content: url(/images/cantgortgreen.png);
}

.z-swp-jy-prev.z-swp-jy-disabled {
	content: url(/images/cantgoltgreen.png);
}

.z-swp-jy-scrollbar {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -40%;
	width: 1150px;
	height: 1px;
	opacity: 1;
	background: rgba(129, 171, 129, 0.5);
	transform: rotateZ(90deg);
}

.z-swp-jy-scrollbar .swiper-scrollbar-drag {
	height: 6px;
	background: #6FA071;
}

.z-zyjy2 {
	margin-top: 120px;
	width: 100%;
	box-sizing: border-box;
	background: url(/images/zjybg1.png) no-repeat;
	height: 634px;
	background-position: center top;
	padding-top: 100px;
}

.z-zyjy2 .width {
	box-sizing: border-box;
	padding: 30px;
	padding-left: 60px;
	background: url(/images/zjybg2.png) no-repeat;
	background-size: 100%;
}

.z-zyjy2-lf {
	padding-top: 20px;
	text-align: center;
	position: relative;
}

.z-zyjy2-lf-words {
	margin-top: 20px;
	width: 497px;
	line-height: 2;
	font-size: 18px;
	text-align: justify;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 8;*/


}

.z-zyjy2-rt {
	width: 800px;
	height: 474px;
	margin-left: 53px;
}

.z-zyjy3 {
	padding-top: 120px;
}

.z-zyjy3-ul {
	box-sizing: border-box;
	column-gap: 31px;
	margin-top: 66px;
}

.z-zyjy3-ul>li {
	width: 329px;
	height: 600px;
	box-sizing: border-box;
}

.z-zyjy3-itemson {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 0px 0 0px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
	transition: all .5s;
}

.z-zyjy3-old {
	color: #fff;
	transition: all linear .5s;
}

.z-zyjy3-carden {
	margin-top: 40px;
	line-height: 1.5;
	font-size: 28px;
	width: 260px;
	font-weight: bold;
	text-transform: uppercase;
}

.z-zyjy3-footwords {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-top: 32px;
	text-align: center;
	font-size: 24px;
	text-align: center;
	padding: 10px;

	/*border-top: 1px solid #fff;*/
	/*height: 50px;*/
}

.z-zyjy3-new {
	padding: 0;
	width: 0;
	transform: rotateY(-90deg);
	transition: all linear .5s;

}

.z-zyjy3-gort-green {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 50px;
	bottom: 40px;
}

.z-zyjy3-gort-green>img {
	width: 100%;
	height: 100%;
}

.z-word-width {
	width: 240px;
}

.z-zyjy3-ul li:first-child .z-zyjy3-old {

	/*background: url(/images/zyjy3oldbg1.png) no-repeat;*/
	background: url(/images/xdzha1.png) no-repeat;
	background-size: 100% 100%;
}

.z-zyjy3-ul li:nth-child(2) .z-zyjy3-old {
	/*background: url(/images/zyjy3oldbg2.png) no-repeat;*/
	background: url(/images/xdzha2.png) no-repeat;
	background-size: 100% 100%;
}

.z-zyjy3-ul>li:nth-child(3) .z-zyjy3-old {
	/*background: url(/images/zyjy3oldbg3.png) no-repeat;*/
	background: url(/images/xdzha3.png) no-repeat;
	background-size: 100% 100%;
}

.z-zyjy3-ul>li:nth-child(4) .z-zyjy3-old {
	/*background: url(/images/zyjy3oldbg3.png) no-repeat; */
	background: url(/images/xdzha4.png) no-repeat; 
	background-size: 100% 100%;
}

.z-zyjy3-ul li:first-child .z-zyjy3-new {
	background: url(/images/zyjy3newbg1.png) no-repeat;
	/*background: url(/images/xdzh1a.png) no-repeat;*/
	background-size: 100% 100%;
}

.z-zyjy3-ul>li:nth-child(2) .z-zyjy3-new {
	background: url(/images/zyjy3newbg2.png) no-repeat;
	/*background: url(/images/xdzh2a.png) no-repeat;*/
	background-size: 100% 100%;
}

.z-zyjy3-ul>li:nth-child(3) .z-zyjy3-new {
	background: url(/images/zyjy3newbg3.png) no-repeat;
	/*background: url(/images/xdzh3a.png) no-repeat;*/
	background-size: 100% 100%;
}

.z-zyjy3-ul>li:nth-child(4) .z-zyjy3-new {
	background: url(/images/zyjy3newbg3.png) no-repeat;
	/*background: url(/images/xdzh4a.png) no-repeat;*/
	background-size: 100% 100%;
}

.z-zyjy3-ul>li:hover .z-zyjy3-old {
	flex: 0;
	padding: 0;
	transform: rotateY(90deg);
	transition: all linear .5s;
}

.z-zyjy3-ul>li:hover .z-zyjy3-new {
	flex: 1;
	padding: 50px;
	transform: rotateY(0deg);
	transition: all linear .5s;
}

.z-zyjy4 {
	padding: 120px 0 124px;
}

/* 5解决方案 */
.z-jjfa {
	padding-top: 100px;
}

.z-jjfa .z-title2 {
	margin-bottom: 66px;
}

.z-jjfa-item-title {
	font-size: 32px;
	color: #74634A;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: 60px;
}

.z-jjfa-bg {
	width: 100%;
	box-sizing: border-box;
	background: url(/images/zjjfabgrt.png) no-repeat;
	background-position: center top;
	/* height: 596px; */
	padding: 60px 0;
	background-size: 100% 100%;
}

.z-jjfa-width {
	column-gap: 86px;
	height: 466px;
}

.z-jjfa-words {
	flex-direction: column;
	width: 877px;
	row-gap: 114px;
}

.z-lookmore2 {
	width: 155px;
	padding-bottom: 10px;
	color: #6FA071;
	border-color: #6FA071;
	font-size: 24px;
	border-bottom: 1px solid #6FA071;
}

.z-lookmore2 img {
	width: 20px;
	height: 20px;
}

.z-jjfa-img {
	position: relative;
	width: 450px;
	height: 450px;
}

.z-jjfa-img::after {
	content: url(/images/titleicon2.png);
	display: block;
	position: absolute;
	top: -15px;
	left: -20px;
}

.z-jjfa-img img {
	width: 100%;
	height: 100%;
}

.z-jjfa-itemout .z-jjfa-item:nth-child(2n) .z-jjfa-bg {
	background: url(/images/zjjfabglt.png) no-repeat;
	background-position: center top;
}

.z-jjfa-itemout .z-jjfa-item:nth-child(2n) .z-jjfa-item-title {
	justify-content: flex-end;
}

.z-jjfa-itemout .z-jjfa-item:nth-child(2n) .z-jjfa-width {
	flex-direction: row-reverse;
}

/* 健管方案 */
.z-jgfa {
	padding: 100px 0 120px;
}

/*新闻资讯	*/
.z-news1 {
	padding-top: 100px;
}

.z-news1-swp-out {
	margin-top: 66px;
	position: relative;
	padding-bottom: 100px;
	box-sizing: border-box;

}

.z-news1-swp {
	width: 100%;
	height: 680px;
}

.z-news1-swp .swiper-slide {
	background: #F4F2DA;
	padding: 32px;
	box-sizing: border-box;
	background-size: 0 0;
	background-position: center center;
	transition: all .5s;

}

.z-news1-img {
	width: 389px;
	height: 240px;
	display: block;
	margin-bottom: 30px;
}

.z-news1-title {
	font-weight: bold;
	font-size: 24px;
	color: #212E2B;
	margin-bottom: 20px;
	line-height: 1.5;
}

.z-news1-title::after {
	content: '';
	display: block;
	width: 260px;
	height: 2px;
	background: #5A4627;
	margin-top: 20px;
}

.z-news1-word {
	font-size: 20px;
	line-height: 2;
}

.z-news1-date {
	font-size: 16px;
	color: #505363;
	position: absolute;
	left: 32px;
	bottom: 32px;
}

.z-lookmore-news {
	width: 160px;
	height: 40px;
	position: absolute;
	right: 32px;
	bottom: 32px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	border-radius: 60px;
	display: none;
}

.z-lookmore-news::after {
	content: url(/images/gortwhite.png);
	display: block;
	margin-left: 8px;
}

.z-news1-swp .swiper-slide:hover {
	background: url(/images/znewsswpbg.png) no-repeat;
	background-size: 100% 100%;
	transition: all .5s;
}

.z-news1-swp .swiper-slide:hover .z-news1-title {
	color: #fff;
	transition: all .5s;
}

.z-news1-swp .swiper-slide:hover .z-news1-title::after {
	background-color: transparent;
	transition: all .5s;
}

.z-news1-swp .swiper-slide:hover .z-news1-word {
	color: #fff;
	transition: all .5s;
}

.z-news1-swp .swiper-slide:hover .z-news1-date {
	display: none;
}

.z-news1-swp .swiper-slide:hover .z-lookmore-news {
	display: flex;
}

.z-news1-swp-prev {
	position: absolute;
	background: url(/images/z-green-lf.png);
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	right: 160px;
	bottom: 0;
}

.z-news1-swp-next {
	position: absolute;
	background: url(/images/z-green-rt.png);
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	right: 0px;
	bottom: 0;
}

.z-news1-swp-prev.z-news1-swp-disabled {
	background: url(/images/cantgoltgreen.png);
}

.z-news1-swp-next.z-news1-swp-disabled {
	background: url(/images/cantgoltgreen.png);
}

.z-news1-swp-scrollbar {
	width: 300px;
	height: 6px;
	background: #D3E1CA;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 12px;
}

.z-news1-swp-scrollbar .swiper-scrollbar-drag {
	background: #4B8A4D;
}

/* 联系我们 */
.z-lxwm1 {
	padding-top: 100px;

}

.z-lxwm1-item {
	box-sizing: border-box;
	padding: 75px 0 97px;
	position: relative;
	column-gap: 71px;
	height: 622px;
	box-sizing: border-box;
	justify-content: center;
	margin-top: 60px;
}

.z-lxwm1-item::before {
	content: url(/images/titleicon2.png);
	display: block;
	width: 98px;
	height: 53px;
	position: absolute;
	top: 0;
	right: 0;
}

.z-lxwm1-ilt {
	flex-direction: column;
	align-items: flex-end;
}

.z-lxwm1-ilt .z-lookmore-green {
	position: static;
}

.z-lxwm1-ilt img {
	margin-bottom: 60px;
	width: 432px;
	height: 304px;
}

.z-lxwm1-irt {
	width: 736px;
	box-sizing: border-box;
}

.z-lxwm1 .z-lxwm1-item:nth-child(2) {
	background: url(/images/lxwmimg1.png) no-repeat;
	background-size: 100% 100%;
}
.z-lxwm1 .z-lxwm1-item:nth-child(4) {
	background: url(/images/lxwmimg1.png) no-repeat;
	background-size: 100% 100%;
}
.z-lxwm1 .z-lxwm1-item:nth-child(3) {
	background: url(/images/lxwmimg2.png) no-repeat;
	background-size: 100% 100%;
	 flex-direction: row-reverse; 
}

.z-lxwm1 .z-lxwm1-item:nth-child(3) .z-lxwm1-irt {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.z-lxwm1 .z-lxwm1-item:nth-child(3) .z-lxwm1-ilt {
	align-items: flex-start;
}

.z-lxwm2 {
	padding-top: 80px;
}

.z-zxzx {
	padding-top: 80px;
	height: 654px;
	box-sizing: border-box;
	background: url(/images/zjybg1.png) no-repeat;
	background-position: center top;
	margin-top: 66px;
}

.z-zxzx .width {
	border-radius: 40px;
	box-sizing: border-box;
	background: #F4F2DA;
	padding: 50px;
	overflow: hidden;
	column-gap: 50px;
	position: relative;
}

.z-zxzx-img1 {
	display: block;
	width: 55px;
	height: 30px;
	margin-bottom: 24px;
}

.z-zxzx input,
.z-zxzx textarea {
	width: 490px;
	height: 64px;
	background: #FFFEFB;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 24px;
	outline: none;
	border: none;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box;
}

.z-zxzx form {
	margin-bottom: 40px;
	width: 490px;
	display: block;
}

.z-lxwm-rt {
	width: 800px;
	height: 474px;
}

.z-zxzx .z-lookmore-green {
	bottom: 50px;
	left: 350px;
}

.z-gsdz {
	padding-top: 120px;
}

.z-gsdz-bg {
	width: 100%;
	box-sizing: border-box;
	background: url(/images/zxzxbg.png) no-repeat;
	background-position: center;
	height: 625px;
	padding: 80px 0;
	margin-top: 66px;
}

.z-gsdz-lt {
	flex-direction: column;

}

.z-gsdz-logo {
	width: 268px;
	/* height: 75px; */
	margin-bottom: 66px;
}

.z-gsdz-ul {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	line-height: 1.8;
	font-size: 24px;
	color: #505363;
}

.z-gsdz-ul img {
	width: 32px;
	height: 32px;
	margin-right: 29px;
}

.z-gsdz-ul span {
	margin-right: 40px;
}

.z-gsdz-rt {
	width: 810px;
	height: 446px;
	background: #D7D2AF;
	border-radius: 30px 30px 30px 30px;
	transform: translateY(30px);
}

.z-gsdz-rt img {
	width: 100%;
	height: 100%;
	transform: translate(-20px, -20px);

}

/* 咨询内页 */
.z-xxny {
	width: 100%;
	height: 100%;
	background: #F2EFDA;
	padding: 60px 0 80px;
	box-sizing: border-box;
}

.z-zxny-container {
	background: #fff;
	box-sizing: border-box;
	padding: 80px;
}

.z-zxny-top {
	padding-bottom: 32px;
	border-bottom: 1px solid #D4D9E2;
}

.z-zxny-top-lt {
	font-weight: bold;
	font-size: 36px;
	color: #212E2B;
}

.z-zxny-top-rt {
	font-size: 20px;
	color: #9EA5B2;
	column-gap: 32px;
	margin-top: 20px;
}

.z-zxny-foot {
	padding-top: 80px;
	width: 100%;

}

.z-zxny-foot>a {
	width: 232px;
	height: 64px;
	opacity: 1;
	border: 1px solid #6FA070;
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	column-gap: 60px;
	font-size: 20px;
	color: #6FA070;
}

.z-zxny-foot>a:hover {
	background: #6FA070;
	color: #fff;
}


/*弹窗样式修改*/
.dialog-win {
	background: url(/images/zfrombg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 20px;
	overflow: hidden;
	max-height: 85vh;
	overflow-y: auto;
}

.dialog {
	background: transparent;
	padding-bottom: 30px;
}

.dialog .dialog-head {
	background: transparent;
	font-size: 20px;
	font-weight: bold;
	color: #5A4627;
	text-align: center;
	padding: 30px 0;
}

.dialog .dialog-head .close {
	float: right;
	line-height: 24px;
	position: absolute;
	right: 21px;
	top: 25px;
}

.dialog form {
	margin: 0 30px;
}

.z-form-title {
	font-size: 16px;
	color: #5A4627;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 22px;
}

.z-form-title+input,
.z-form-title+select,
.z-form-title+textarea {
	width: 100%;
	height: 40px;
	background: #FFFEF6;
	border-radius: 10px;
	outline: none;
	border: none;
	text-indent: 20px;
}

.dialog form .button {
	border-radius: 10px;
	margin-top: 20px;
}

.z-form-selects-out {
	display: flex;
	column-gap: 20px;
	row-gap: 20px;
	align-items: center;
}

.z-form-selects-out select {
	height: 30px;
	border-radius: 4px;
	border: none;

}

.flexsbc.z-zxny-top {
	display: block;
}

.z-dyout {
	display: flex;
	margin-top: 20px;
	align-items: center;
	column-gap: 20px;

}

.z-dyout1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
}

.z-dyout1 img {
	width: 96px;
	height: 96px;
}


.conli p {
	line-height: 1.2;
	margin-bottom: 10px;
}

.jmpbgLi {
	background: url(../images/jmpbg.png) no-repeat;
	width: 1384px;
	height: 196px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 60px;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-right: 25px;
	position: relative;
}

.bgle {
	width: 242px;
	font-size: 22px;
	line-height: 30px;
	color: #6FA071;

}

.jmpbgLi img {
	position: absolute;
	left: -51px;
	top: 50%;
	transform: translate(0, -50%);
}

.bgri {
	width: 1008px;
	font-size: 18px;
	line-height: 30px;
}