.header {
	background-color: #fff;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper_cpban .swiper-slide {
	overflow: hidden;
}

.swiper_cpban .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_txt {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
}

.banner_sub {
	color: #fff;
	font-weight: 600;
	opacity: 0;
	transform: translateY(60px);
	transition: 0.8s;
}

.banner_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease 2s;
	transform: scale(1.05);
}

.swiper-slide-active .banner_bg {
	transform: scale(1);
}

.swiper-slide-active .banner_sub {
	opacity: 1;
	transform: translateY(0);
}

.swiper-qie {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 31%;
	z-index: 10;
	display: flex;
	align-items: center;
	z-index: 10;
}

.swiper-cp {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0 0 0 / 20%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}

.cp_swiper_next {
	margin-left: 20px;
}

.swiper-qie svg {
	height: auto;
	width: 30px;
}

.swiper-cp:hover {
	background: #000;
}


.page1 {
	background-color: #f1f0ee;
}

.top_b {
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #333;
	position: relative;
	z-index: 10;
}

.icon_01 {
    width: 180px;
    height: auto;
    margin: -14px auto 0;
    display: block;
    fill: #128342;
}

.top_b::before {
	content: "";
	width: 170px;
	height: 26px;
	background-image: url(../img/cp04.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	z-index: -1;
	display: none;
}

.page1_top_c {
	text-align: center;
	line-height: 1.2;
	margin-top: 15px;
	font-weight: bold;
}

.page1_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.page1_li {
	width: 31.7%;
	overflow: hidden;
	background-image: url(../img/cpbj1.png);
	display: block;
	background-size: 100% 100%;
	max-height: 486px;
	height: 30vw;
	min-height: 400px;
	position: relative;
	box-shadow: 0 0 25px rgba(0 0 0 / 30%);
	border-radius: 20px;
}

.page1_li .xwImg {
	width: 90%;
	max-height: 315px;
	margin-top: 3vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 20vw;
}

.page1_li .xwImg img {
	width: auto;
	max-width: 100%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page1_li_t {
	width: 150px;
	height: 40px;
	margin: 30px auto 0;
	text-align: center;
	background-color: #b7d44c;
	line-height: 40px;
	color: #fff;
	border-radius: 30px;
}

.page1_li:hover .xwImg img{
    transform: translate(-50%, -50%) scale(1.05);
}

.page1_li:hover .page1_li_t{
   background: #028442;
   color: #fff;
}

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

.page1_bottom_item {
	width: 20%;
	max-width: 335px;
	position: absolute;
	left: 0;
	top: 10vw;
	z-index: 100;
}
.wrap_1200{
    position: relative;
    z-index: 2;
}
.page1_bottom_item li {
	width: 100%;
	height: 76px;
	margin-bottom: 30px;
	position: relative;
}

.page1_bottom_item li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	z-index: 10;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	overflow: hidden;
}

.page1_bottom_item li:after {
	content: '';
	width: calc(100% + 5px);
	height: 100%;
	position: absolute;
	left: 0px;
	top: 5px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.page1_bottom_item .qdLi1:after {
	background-color: #efb396;
}

.page1_bottom_item .qdLi2:after {
	background-color: #d6e3a3;
}

.page1_bottom_item .qdLi3:after {
	background-color: #f4dfa3;
}

.page1_bottom_item .qdLi4:after {
	background-color: #8daea3;
}

.page1_bottom_b {
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #333;
	position: relative;
	z-index: 10;
}

.page1_bottom_b::before {
	content: "";
	width: 170px;
	height: 26px;
	background-image: url(../img/cp04.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	z-index: -1;
	display: none;
}

.biaoti {
    display: none;
}

.qie_item {
    width: auto;
    display: none;
}

.qie_item.active {
    display: block;
}

.qie_li {
    width: auto;
    display: none;
}

.qie_li.active {
    display: block;
}

.page1_bottom_list {
	width: 100%;
}

.page1_bottom_list ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 500px;
	height: 45vw;
}

.page1_bottom_list li {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: 1.5s ease;
    z-index: 0;
}

.page1_bottom_list li.cur{
    z-index: 100;
}

.page1_bottom_list li img {
	width: auto;
	max-width: 100%;
	max-height: 90%;
	position: absolute;
	left: 55%;
	bottom: 0;
	transform: translate(-100%, 0px);
	opacity: 0;
	transition: transform 2s ease-out, opacity 1s ease;
	z-index: 10;
}

.page1_bottom_list li.pre img {
	opacity: 0;
	transform: translate(50%, 0px);
}

.page1_bottom_list li.cur img {
	opacity: 1;
	transform: translate(-50%, 0px);
}

.page1_bottom_list li.next img {
	opacity: 0;
	transform: translate(-100%, 0px);
}


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

.page2::before {
	content: '';
	width: 100%;
	height: 60%;
	background-color: #e7e7e7;
	position: absolute;
	left: 0;
	top: 0;
}

.page2_list {
	width: 100%;
}

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

.page2_li {
	width: 31.7%;
	overflow: hidden;
	display: block;
	position: relative;
}

.page2_li .xwImg {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.page2_li .xwImg img {
	width: auto;
	max-width: 100%;
	max-height: 96%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

.page2_li .xwImg:hover img {
    transform: translate(-50%, -50%) scale(1.05); 
}

.page2_li_t {
	text-align: center;
	font-weight: bold;
	color: #333;
	margin-top: 25px;
}

.page2_li:hover .page2_li_t{
    color: #028442;
}

.tj_qie {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_tj_but {
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #b3bec4;
}

.swiper_tj_but svg{
    width: 40px;
    height: 40px;
}

.swiepr_tuijian {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0 25px;
}

.swiepr_tuijian .swiper-pagination-bullet{
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #b3bec4;
    border-radius: 50%;
    margin: 0 5px;
    color: #b3bec4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: transparent;
    opacity: 1;
}

.swiepr_tuijian .swiper-pagination-bullet-active{
    background-color: #028442;
    border: 1px solid #028442;
    color: #fff;
}


@media only screen and (min-width: 768px) {
	.page1_li {
		margin-right: 2.45%;
	}

	.page1_li:nth-child(3n) {
		margin-right: 0;
	}

	.page2_li {
		margin-right: 2.45%;
	}

	.page2_li:nth-child(3n) {
		margin-right: 0;
	}
}


@media only screen and (max-width: 769px) {
	.banner {
		margin-top: 60px;
	}
	
	.swiper-qie{
	    bottom: 20%;
	}

	.swiepr_tuijian{
	    display: none;
	}

	.swiper-qie svg {
		width: 18px;
	}
	
	.swiper_tj_but{
	    margin:0 20px;
	}

	.page1_li {
		width: 100%;
		margin-bottom: 25px;
	}

	.page1_li .xwImg {
		margin-top: 60px;
		height: 60vw;
	}

	.page1_li_t{
		margin: 10px auto 0;
	}
.page1_bottom_item {
    width: 130px;
   
}
.page1_bottom_item li a{
    padding-left: 20px;
     justify-content: flex-start;
}
	.page1_bottom_item li{
		height: 50px;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.page1_bottom_list ul{
		height: 80vw;
	}

	.page1_bottom_list li img{
		left: 65%;
	}

	.page1_bottom_item{
		top: 20vw;
	}

	.page2_li{
		width: 100%;
		margin-bottom: 25px;
	}

	.page2_li .xwImg{
		padding-bottom: 60%;
	}
	
	.swiper-cp{
	    width: 36px;
        height: 36px;
	}
	
	.tj_qie{
	   display: flex !important;
	}
}
