.logo svg{
	fill: #fff;
}

.header:hover .logo svg{
    fill: #333;
}

.page1 {
	width: 100%;
	overflow: hidden;
	background-color: #bbd359;
	position: relative;
}

.page1 .con {
	position: relative;
	z-index: 10;
}

.page1_top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.page1_top_left {
	width: 40%;
	max-width: 415px;
	font-weight: bold;
	color: #fff;
}

.page1_top_right {
	width: 385px;
	height: 40px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #fff;
}

.swiper_lx {
    width: 100%;
    display: flex;
}

.page1_top_li {
    flex: 1;
}

.page1_top_right .page1_top_right_t {
	color: #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	cursor: pointer;
}

.page1_top_li.cur .page1_top_right_t {
	background-color: #fff;
	color: #3ba55a;
}

.page1_bottom {
	width: 100%;
	overflow: hidden;
}



.swiper_lx2 {
	width: 100%;
	position: relative;
}

.page1_top_ss{
    display: none;
}

.swiper_lx2_li {
    width: 100%;
    display: none;
}

.swiper_lx2_li.cur {
    display: block;
}

.page1_bottom_text {
	width: 100%;
	position: relative;
	text-align: center;
}

.page1_bottom_text_t {
	font-weight: bold;
	font-family: 'Arial';
	color: rgba(255 255 255 / 20%);
}

.page1_bottom_text_b {
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.swiper_lx2 .swiper-slide {
	width: 100%;
	overflow: hidden;
}


.page1_bottom_map {
	width: 100%;
	height: 555px;
	overflow: hidden;
	border: 14px solid rgba(227 245 254 / 39%);
	border-radius: 24px;
}

.map {
	width: 100%;
	height: 100%;
}

.BMap_bubble_top{
    height: 0 !important;
}
.BMap_bubble_pop{
    padding: 20px !important;
    width: 300px !important;
}

.BMap_bubble_center{
    width: 276px!important;
}

.BMap_bubble_content{
   width: 276px!important;
}

.map .BMap_shadow img {
	display: none;
}

.map .BMap_pop img {
	display: none;
}

.map .BMap_pop div {
	background: transparent !important;
	border: none !important;
	display: flex;
	align-items: flex-start;
	overflow: inherit !important;
}

.map #position-text img {
	display: block;
	width: 42px;
}

.map #position-text span:nth-child(1) {
	color: #333;
	font-size: 20px;
	display: block;
	font-weight: bold;

}

.map #position-text span:nth-child(2) {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: 1.6;
	margin-top: 15px;
}

.zbRight {
	width: calc(100% - 80px);
	margin-left: auto;
	padding: 20px 35px;
	background: #fff;
	box-shadow: 0 0 20px rgba(168 106 45 / 15%);
}

.page1 .lxbj {
	width: auto;
	position: absolute;
	max-width: 100%;
}

.page1 .bj01 {
	top: 42%;
	left: 25%;
}

.page1 .bj02 {
	top: 37%;
	left: 86%;
}

.page1 .bj03 {
	top: 64%;
	right: 2%;
}

.page1 .bj04 {
	bottom: 10%;
	left: 23%;
}

.page1 .bj05 {
	bottom: 5%;
	right: 20%;
}

.page2 {
	width: 100%;
	overflow: hidden;
	background-image: url(../img/lxbj1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page2_b {
	text-align: center;
	line-height: 1;
	color: #3b7f44;
	font-weight: 600;
}

.page2_s {
	color: #5c5c5c;
	line-height: 1.6;
	text-align: center;
}

.layui-input-block-title {
	display: none;
}

.layui-form .dis_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.layui-form .layui-form-item {
	width: 49.5%;
}

.layui-form .layui-input {
	height: 76px;
	border-radius: 10px;
	border: none;
	padding: 0 30px;
	color: #5c5c5c;
}

.layui-form .layui-textarea {
	height: 245px;
	border-radius: 10px;
	border: none;
	padding: 20px 30px;
	color: #5c5c5c;
}

.submit {
	display: flex;
	align-items: center;
	width: 220px;
	margin: 0 auto;
	border: none;
	background: transparent;
}

.gy_but_img {
	width: 77px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
}

.gy_but_img svg {
	position: relative;
	z-index: 1;
}

.gy_but_img::after {
	content: '';
	width: 77px;
	height: 75px;
	background-image: url(../img/y.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.gy_but_t {
	line-height: 1;
	color: #128342;
	margin-left: 20px;
	transition: 0.5s;
}

.submit:hover .gy_but_img::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.submit:hover .gy_but_t {
	margin-left: 10px;
}

.page3 {
	width: 100%;
	height: 40vw;
	max-height: 765px;
	overflow: hidden;
	min-height: 400px;
	background-size: cover;
	background-image: url(../img/lxbj2.png);
}

.page3 .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}

.page3_li {
	width: 47%;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 25px 40px;
	z-index: 10;
	height: 285px;
}

.page3_li_text {
	    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page3_li img {
	width: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.li02 img {
	bottom: -50px;
}


.page3_li:after {
	content: '';
	width: 90%;
	height: 100%;
	max-width: 500px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 34px;
	z-index: -1;
}

.li01:after {
	background-color: #b7d146;
}

.li02:after {
	background-color: #eeb55c;
}

.page3_t {
	line-height: 1;
	color: #fff;
}

.page3_b {
	color: #fff;
}

.page3_b *{
    color: #fff;
}
@media only screen and (max-width: 1600px) {
    .page3_li{
        height: 240px;
    }
}
@media only screen and (min-width: 769px) {
	.header .nav1 a {
		color: #fff;
	}
	
	/*导航*/
.header .nav1 a {
	color: #fff;
}

.header .header_search svg {
	fill: #fff;
}

.header .world svg {
	fill: #fff;
}

.logo .logo_w {
	display: block;
}

.logo .logo_c {
	display: none;
}

.header_active .logo .logo_c {
    display: none;
}

.header:hover .nav1 a {
	color: #333;
}

.header:hover .header_search svg {
	fill: #333;
}

.header:hover .world svg {
	fill: #333;
}

.header:hover .logo .logo_w {
	display: none;
}

.header:hover .logo .logo_c {
	display: block;
}

.header .nav1 a:hover {
	color: #128342 !important;
}
/*end*/
}

@media only screen and (max-width: 768px) {
	.page1 {
		padding-top: 100px;
	}

	.page1_top_left {
		width: 100%;
		font-size: 24px;
	}

	.page1_top_right {
		width: 100%;
		margin-top: 45px;
	}

	.slick-arrow {
		background-size: cover;
		width: 15px;
		height: 32px;
	}

	.page1_bottom_map {
		height: 375px;
	}

	.zbRight {
		display: none;
	}

	.layui-form .layui-form-item {
		width: 100%;
	}

	.layui-form .layui-input {
		height: 56px;
		font-size: 16px;
		padding: 0 20px;
	}

	.layui-form .layui-textarea {
		height: 180px;
		font-size: 16px;
		padding: 20px;
	}

	.submit {
		width: 185px;
	}

	.gy_but_img {
		width: 57px;
		height: 57px;
	}

	.gy_but_img::after {
		width: 57px;
		height: 57px;
	}

	.page3 {
		min-height: 0;
		padding: 50px 0;
		height: auto;
	}

	.page3_li {
		width: 100%;
		padding: 30px;
		margin: 15px auto;
	}

	.page3_li img {
		max-width: 30%;
	}

	.li02 img {
		bottom: 0;
	}

	.page3_li:after {
		width: 85%;
	}

	.page3_li_text {
		width: 75%;
	}
    
    .page1_bottom_text{
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
}
