@media screen and (min-width: 769px) {

	/*导航*/
	.header:hover {
		background-color: rgba(0 0 0 / 30%);
	}
	
	.header.header_active {
        background-color: rgba(0 0 0 / 30%);
    }

	.logo svg *{
		fill: #fff!important;
	}

	.logo .logo_c {
		display: none;
	}

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

	.header .nav1 a {
		color: #fff;
	}

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

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

	/*end*/
}

.page1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url(/static/cn/img/bg2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.page1::before {
	content: '';
	width: 100%;
	height: 60vw;
	max-height: 1080px;
	background-color: #128342;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.page1_top {
	font-family: 'fzy4k';
	color: #fff !important;
	position: relative;
}

.page1_video {
	margin-right: 0;
}

.page1_video video {
	width: 100%;
}

.page1_img {
   display: none;
}

.page1_img img {
	width: 100%;
}

.page1_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page1_text_lr {
	width: 42%;
	color: #f44a2a;
	font-weight: bold;
}

.page1_text_ri {
	width: 51%;
}

.page1_text_ri_top {
	color: #5c5c5c;
	line-height: 1.5;
	max-width: 680px;
}

.gy_but {
	display: flex;
	align-items: center;
	width: 180px;
}

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

.gy_but_img::after {
	content: '';
	width: 77px;
	height: 75px;
	background-image: url(/static/cn/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_img svg {
	position: relative;
	z-index: 1;
}

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

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

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

.page2 {
	width: 100%;
	overflow: hidden;
	background: #fbfaf6;
}

.page2_x {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page2_x_lr {
	width: 45%;
}

.page2_x_ri {
	width: 54%;
}

.page2_x .page2_cen {
	width: 90%;
	max-width: 440px;
	margin: 0 auto;
}

.page2_t {
	font-weight: bold;
	color: #128342;
}

.page2_b {
	line-height: 1.5;
	color: #5c5c5c;
}

.page2_x_ri_img {
	width: 95%;
	max-width: 573px;
	margin: 0 auto;
	position: relative;
}

.page2_x_ri_img img {
	width: auto;
	max-width: 100%;
	opacity: 0;
	transition: opacity 3s ease, transform 3s ease-out;
}

.page2_x .img1 {
	position: relative;
	z-index: 10;
	transform: scale(0.5) rotate(30deg);
}

.page2_x_ri_img .fimg {
	position: absolute;
}

.page2_x .fimg:nth-child(2) {
	left: 9%;
	top: 8%;
	transition-delay: 1.5s;
	transform: scale(0.5) translate(50%, 50%);
}

.page2_x .fimg:nth-child(3) {
	left: -3%;
	top: 15%;
	transition-delay: 1s;
	transform: scale(0.5) rotate(30deg);
}

.page2_x.on .img1 {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.page2_x.on .fimg:nth-child(2) {
	opacity: 1;
	transform: scale(1) translate(0%, -8%);
}

.page2_x.on .fimg:nth-child(3) {
	opacity: 1;
	left: -9%;
	top: 9%;
	transform: scale(1) rotate(0deg);
}


.page2_z {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page2_z_lr {
	width: 52%;
}

.page2_z_ri {
	width: 46%;
}

.page2_z_lr_img {
	width: 100%;
	max-width: 444px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}

.page2_z_lr_img img {
	width: auto;
	max-width: 100%;
	opacity: 0;
	transition: opacity 2.6s ease, transform 2.5s ease-out;
}

.page2_z .zimg {
	position: absolute;
}

.page2_z .img1 {
	transform: scale(0.5) translateY(30%);
}

.page2_z .zimg:nth-child(2) {
	left: 11%;
	top: 47%;
	transition-delay: 0.3s;
	transform: scale(0.5) translate(-100px, 55px);
}

.page2_z .zimg:nth-child(3) {
	left: 16%;
	bottom: 0;
	transition-delay: 0.4s;
	transform: scale(0.5) translate(-100px, 55px);
}

.page2_z .zimg:nth-child(4) {
	right: 13%;
	top: 40%;
	transition-delay: 0.5s;
	transform: scale(0.5) translate(100px, 55px);
}

.page2_z .zimg:nth-child(5) {
	right: 15%;
	bottom: 0;
	transition-delay: 0.6s;
	transform: scale(0.5) translate(100px, 55px);
}

.page2_z.on .img1 {
	opacity: 1;
	transform: scale(1) translateY(0);
}

.page2_z.on .zimg {
	opacity: 1;
	transform: scale(1) translate(0%, 0%);
}



.page3 {
	background-image: url(/static/cn/img/bg2-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	overflow: hidden;
	background-size: 100%;
}

.page3 .wrap_1760 {
	margin-right: 0;
}

.page3 .swiper-slide {
	display: flex;
	align-items: center;

}

.page3 .mySwiper_cp {
	width: 100%;
	overflow: hidden;
}

.page3 .mySwiper_cp .swiper-slide {
	position: relative;
}

.page3 .mySwiper_cp .swiper-slide .cp_bj {
	width: auto;
	max-width: 100%;
	height: 100%;
	position: absolute;
	left: 21%;
	top: 0;
	z-index: -1;
}

.page3 .cp_lr {
	height: 25vw;
	max-height: 420px;
	text-align: center;
}

.page3 .cp_lr img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.page3 .swiper-slide:hover .cp_lr img {
	transform: scale(1.03);
}

.page3 .cp_ri {
	width: 54%;
	margin-left: auto;
}

.page3 .cp_t {
	font-weight: bold;
	color: #333;
}

.page3 .cp_b {
	line-height: 2;
	color: #333;
	font-weight: 600;
	width: 50%;
	
	height: 10em;
	    overflow: auto;
	    padding-right: 10px;
}
.page3 .cp_b::-webkit-scrollbar {
    width: 2px;
    border-radius: 4px;
}
.page3 .cp_b::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.02); 
    /* 背景色 */
    border-radius: 4px;
}
.page3 .cp_b::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  /* 滚动色 */
  border-radius: 6px;
}
.page3_qie {
	display: none;
	align-items: center;
}

.page3_qie .swiper_but svg {
	width: auto;
	height: 30px;
	fill: #b0bec5;
	cursor: pointer;
}

.page3_qie .swiper_but svg:hover {
	fill: #128342;
}

.page3_qie .swiepr_hua svg {
	width: auto;
	height: 50px;
	fill: #c5c3bd;
}

.page4 {
	width: 100%;
	background-image: url(/static/cn/img/bg4.png);
	overflow: hidden;
	background-position: center;
	background-size: cover;
	position: relative;
}

.page4::after {
	content: '';
	width: 40%;
	height: 100%;
	background-image: url(/static/cn/img/bg4-1.png);
	background-position: left bottom;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 2.6s ease, transform 2.5s ease-out;
}

.page4.on::after {
	opacity: 1;
	transform: translateY(0%);
}

.page4 .wrap_1600 {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
}

.page4_lr {
	width: 64.4%;
	overflow: hidden;
	position: relative;
	max-height: 837px;
	height: 45vw;
}

.page4_ri {
	width: 34.5%;
	margin-left: auto;
}

.pa4_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 60%;
	left: 0;
	overflow: hidden;
	transition: 1.5s ease;
}

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

.page4_t {
	line-height: 1;
	font-weight: 600;
	color: #222;
}

.page4_b {
	max-width: 265px;
	color: #444;
	line-height: 1.5;
}

.page4_li {
	width: 220px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	height: 64px;
	cursor: pointer;
	padding: 0 10px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.page4_li:before {
	content: '';
	width: 0%;
	height: 100%;
	background-color: #991c64;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}

.page4_li_img {
	width: 32px;
	height: 32px;
	position: relative;
	overflow: hidden;
}

.page4_li_img img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page4_li_t {
	color: #222;
	line-height: 1;
	font-weight: 600;
	margin-left: 18px;
	position: relative;
}

.pa4_yuan {
	width: 500px;
	height: 618px;
	overflow: hidden;
	position: absolute;
	right: 5%;
	top: 0;
}

.pa4_yuan img {
	width: 0;
	transform: translateX(-10%) rotate(-190deg);
	transform-origin: 50px 280px;
	opacity: 0;
	transition: opacity 2s ease, transform 3s ease-out;
}

.page4.on .pa4_img {
	top: 0;
}

.page4_li.cur:before {
	width: 100%;
}

.page4_li.cur .page4_li_t {
	color: #fff;
}

.page4_li.cur .page4_li_img img {
	top: -100%;
}

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

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

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

.pa4_img.cur .pa4_yuan img {
	width: 422px;
	transform: translateX(0%) rotate(0deg);
	opacity: 1;
}

.pa4_img.pre .pa4_yuan img {
	opacity: 0;
	transition: opacity 0s ease;
}

.page5 {
	width: 100%;
	background-image: url(/static/cn/img/bg5.png);
	overflow: hidden;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.page5_list1_t {
	text-align: center;
	line-height: 1;
	color: #222;
	font-weight: 600;
}

.swiper_gy {
	width: 100%;
	overflow: hidden;
	border-radius: 26px;
	position: relative;
}

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

.swiper_gy .swiper-slide::before {
	content: '';
	width: 488px;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	transition: 1s;
	background-image: url(/static/cn/img/gy01-2.png);
	background-size: auto 100%;
	z-index: 1;
	background-repeat: no-repeat;
}

.swiper_gy .swiper-slide::after {
	content: '';
	width: 490px;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	transition: 2s;
	background-image: url(/static/cn/img/gy01-1.png);
	background-size: auto 100%;
	z-index: 2;
	background-repeat: no-repeat;
}

.swiper_gy .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 2s all;
	transform: scale(1.03);
}

.page5_list1_text {
	width: 40%;
	position: absolute;
	left: 4vw;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	transition: 0.6s ease;
}

.page5_list1_text_t {
	line-height: 1;
	color: #f76a0c;
	font-weight: 600;
	opacity: 0;
	transform: translateX(-60px);
	transition: 2s all;
}

.page5_list1_text_b {
	line-height: 1;
	display: flex;
	align-items: center;
	color: #f76a0c;
	font-weight: 600;
	opacity: 0;
	transform: translateX(-60px);
	transition: 2.3s all;
}

.page5_list1_text_xt {
	width: 240px;
	height: 1px;
	background: #f76a0c;
	margin: 25px 0;
	opacity: 0;
	transform: translateX(-60px);
	transition: 2.6s all;
}

.page5_list1_text_s {
	line-height: 2;
	color: #f76a0c;
	font-weight: 600;
	opacity: 0;
	transform: translateX(-60px);
	transition: 2.9s all;
}

.page5_list1 .gy_but {
	opacity: 0;
	transform: translateX(-60px);
	transition: 3.2s all;
}

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

.swiper_gy .swiper-slide.swiper-slide-active .gyText {
	opacity: 1;
	transform: translateX(0px);
}

.page5_list1 .swiper-gy_but {
	width: 100%;
	text-align: center;
}

.page5_list1 .swiper-pagination-bullet {
	width: 100px;
	border-radius: 0;
	background: #e4e0d6;
	margin: 0 5px;
	opacity: 1;
}

.page5_list1 .swiper-pagination-bullet-active {
	background: #178747;
}

.swiper_gy .swiper-slide.swiper-slide-active::before {
	left: 0;
}

.swiper_gy .swiper-slide.swiper-slide-active::after {
	left: 0;
}

.page5_list2_t {
    text-align: center;
	line-height: 1.2;
	color: #222;
	font-weight: 600;
	width: fit-content;
	margin: 0 auto;
	position: relative;
}

.page5_list2_t img {
	position: absolute;
	top: -20px;
	width: auto;
	max-width: 100%;
	left: 110%;
}

.page5_list2 .lct {
	width: auto;
	max-width: 100%;
}

.page5_list2_list {
	width: 100%;
	position: relative;
	height: 580px;
	overflow: hidden;
}

.page5_list2 .imgBox {
	width: 100%;
	overflow: hidden;
}

.page5_list2 .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.page5_list2 .imgBox:hover img {
	transform: scale(1.01);
}

.page5_list2_box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page5_list2_box_li {
	position: absolute;
	width: 22.75%;
	top: 3%;
	opacity: 0;
	transition: opacity 2.6s ease, transform 2s ease-out;
}

.page5_list2 .yuan1 {
	left: 1.2%;
	transition-delay: 0.4s;
}

.page5_list2 .yuan1 .imgBox {
	transform: translateY(-10%);
	transition: transform 2s ease-out;
}

.page5_list2 .yuan1 .page5_list2_box_li_text {
	transform: translateY(20%);
	transition: transform 2s ease-out;
}

.page5_list2 .yuan2 {
	left: 25.2%;
	transform: translateY(5%);
	transition-delay: 0.8s;
}

.page5_list2 .yuan3 {
	left: 49.3%;
	transition-delay: 1.2s;
}

.page5_list2 .yuan3 .imgBox {
	transform: translateY(-10%);
	transition: transform 2s ease-out;
}

.page5_list2 .yuan3 .page5_list2_box_li_text {
	transform: translateY(20%);
	transition: transform 2s ease-out;
}

.page5_list2 .yuan4 {
	left: 73.6%;
	transform: translateY(5%);
	transition-delay: 1.6s;
}

.page5_list2.on .page5_list2_box_li {
	opacity: 1;
}

.page5_list2.on .yuan1 .imgBox {
	transform: translateY(0%);
}

.page5_list2.on .yuan1 .page5_list2_box_li_text {
	transform: translateY(0%);
}

.page5_list2.on .yuan2 {
	transform: translateY(0%);
}

.page5_list2.on .yuan3 .imgBox {
	transform: translateY(0%);
}

.page5_list2.on .yuan3 .page5_list2_box_li_text {
	transform: translateY(0%);
}

.page5_list2.on .yuan4 {
	transform: translateY(0%);
}

.page5_list2_box_li_text_t {
	line-height: 1;
	text-align: center;
	color: #1e3e2d;
	font-weight: 600;
}

.page5_list2_box_li_text_b {
	text-align: center;
	line-height: 1.5;
	color: #1e3e2d;
}


.page6 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f8f4e8;
}

.page6Box {
	width: 100%;
	background: url(/static/cn/img/dd.png) no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

.page6 .swiper_yx {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 150px 0 250px;
}

.page6 .item_list {
	border-radius: 26px;
	background-color: #fff;
	overflow: hidden;
	padding: 15px;
}

.page6 .page6Img {
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
	max-height: 300px;
}

.page6 .page6Img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.page6 .page6Img:hover img {
	transform: scale(1.05);
}

.page6 .page6Text {
	color: #d83738;
	font-weight: bold;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.page6 .gy_but {
	margin-left: 7.5%;
}

.page6 .MessBox {
	width: 90%;
	max-width: 835px;
	margin-left: auto;
	margin-right: auto;
}

.page6 .MessBox_t {
	text-align: center;
	color: #fff;
}

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

.page6 .layui-form-item {
	width: 100% !important;
	margin-bottom: 20px;
}

.page6 .dis_flex .layui-form-item {
	width: 48.6% !important;
}

.page6 .layui-input-block-title {
	line-height: 1;
	color: rgba(253 251 233 / 60%);
}

.page6 .layui-form-item input {
	width: 100%;
	line-height: 58px;
	height: 58px;
	padding: 0 15px;
	border: none;
	background: #fdfbe9;
	border-radius: 12px;
	font-size: 24px;
	color: rgba(221 95 64 / 40%);
	text-align: center;
	margin-top: 10px;
}

.page6 .form-check-inline {
	text-align: center;
	line-height: 1.8;
	color: rgba(253 251 233 / 60%);
}

.page6 .form-check .layui-form-checkbox {
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	border: none;
	overflow: hidden;
	background-color: #f0c761;
	border-radius: 2px;
	margin-top: -3px;
}

.page6 .form-check .layui-form-checkbox i {
	width: 16px;
	height: 16px;
	border: none;
	border-radius: 50%;
	left: 2px;
	top: 2px;
}

.page6 .form-check .layui-icon-ok::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	background: transparent;
	left: 0;
	border-radius: 50%;
}

.page6 .layui-form-checked .layui-icon-ok::before {
	background: #dd5f40;
}

.page6 .submit {
	width: 100%;
	line-height: 58px;
	border: none;
	background: #fdfbe9;
	color: #dd5f40;
	position: relative;
	border-radius: 12px;
}

.page6_qie {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: center;
    color: #fff;
}

.swiper_but1{
    cursor: pointer;
}


.page5-1 {
    width: 100%;
    overflow: hidden;
    background: #fbfaf6;
}

.xwtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page5-1_t {
    text-align: center;
    line-height: 1;
    color: #222;
}

.xwlink {
display: flex;
    align-items: center;
    width: 170px;
    height: 50px;
    color: #3e8149;
    background: transparent;
    justify-content: center;
    border-radius: 30px;
    font-size: 16px;
    transition: 0.6s;
}

.xwlink svg{
    margin-left: 8px;
    width: 16px;
    height: auto;
    margin-top: -2px;
}

.xwlink:hover{
    background: #fff;
}

.page5-1_list {
    display: flex;
    flex-wrap: wrap;
}

.page5-1_li {
    width: 31.7%;
    overflow: hidden;
    margin-bottom: 4vw;
}

.xwImg {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	height: 213px;
	width: 100%;
	display: block;
}

.xwImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.page5-1_li_fl {
	width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background-color: #3b8149;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 20px;
	top: 25px;
	line-height: 29px;
}

.xwImg:hover img {
	transform: scale(1.05);
}

.page5-1_li_text {
	width: 100%;
	padding: 0 10px;
}

.page5-1_li_time {
	line-height: 1;
	color: #999;
	margin-top: 20px;
}

.page5-1_li_t {
	line-height: 1;
	color: #333;
	margin-top: 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page5-1_li_t:hover {
	color: #3b8149;
}

.page5-1_li_s {
	line-height: 1;
	color: #999;
	margin-top: 18px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page5-1_li_fl.ss {
	background-color: #6cb4f9;
}

.page5-1_li_fl.bps {
	background-color: #ed8334;
}

.xwBur {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .page5-1_li {
        margin-right: 2.45%;
    }
    
    .page5-1_li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1600px) {
	.page4_lr {
		min-height: 810px;
	}

	.page5_list2 .yuan1 {
		left: 1.7%;
	}

	.page5_list2 .yuan2 {
		left: 26.2%;
	}

	.page5_list2 .yuan3 {
		left: 50.9%;
	}

	.page5_list2 .yuan4 {
		left: 75.6%;
	}
}

@media screen and (max-width: 1440px) {
	.page5_list2_list {
		height: 520px;
	}
}


@media screen and (max-width: 1200px) {
	.pa4_img>img {
		max-width: 75%;
	}

	.pa4_yuan {
		width: 350px;
		height: 480px;
	}

	.pa4_yuan img {
		width: 295px !important;
	}

	.page4_lr {
		min-height: 645px;
	}

	.page2_x_ri_img {
		zoom: 0.7;
	}

	.page2_z_lr_img {
		zoom: 0.7;
	}

	.page5_list2_list {
		height: 45px;
	}
}

@media screen and (max-width: 1050px) {
	.page1 {
		background-size: 120%;
	}

	.page5_list2_list {
		height: 380px;
	}
}

@media screen and (max-width: 768px) {
	.page1 {
		padding-top: 90px;
		background-size: 100% 74%;
		margin-top: 30px;
	}
	
	.page4_t{
	    text-align: center;
	}

	.page1_text_lr {
		width: 100%;
	}
    .page1_text_lr .fnt_20{
        font-size: 14px;
    }
	.page1_text_ri {
		margin-top: 25px;
		width: 100%;
	}

	.page1_video {
		display: none;
	}
	
	.page1_img {
       display: block;
    }

	.page2_x_lr {
		width: 100%;
	}

	.page2_x_ri {
		width: 100%;
		margin-top: 30px;
	}

	.page2_x_ri_img {
		zoom: 0.5;
	}

	.page2_z {
		flex-direction: column-reverse;
	}

	.page2_z_lr {
		width: 100%;
		margin-top: 30px;
	}

	.page2_z_ri {
		width: 100%;
	}

	.page2_z_lr_img {
		zoom: 0.5;
	}

	.page2_x .page2_cen {
		max-width: 100%;
		width: 100%;
	}

	.page3 {
		padding-top: 20vw;
	}

	.page3 .wrap_1760 {
		margin-right: auto;
	}

	.page3 .cp_lr {
		width: auto;
		height: 240px;
		display: flex;
		align-items: center;
	}

	.page3 .cp_ri {
		width: 55%;
		margin-left: 20px;
	}

	.page3 .mySwiper_cp .swiper-slide .cp_bj {
		left: 50%;
		transform: translateX(-50%);
	}

	.page4 .wrap_1600 {
		flex-direction: column-reverse;
	}


	.page4_ri {
		width: 100%;
	}

	.page4_lr {
		width: 100%;
		min-height: 355px;
	}

	.page4_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.page4_li {
		width: 48%;
		height: 52px;
	}

	.pa4_yuan {
		width: 265px;
		height: 260px;
		right: -12%;
	}

	.pa4_yuan img {
		width: 160px !important;
		transform-origin: 25px 180px;
	}

	.page4_li_t {
		font-size: 18px;
	}

	.swiper_gy .swiper-slide {
		height: 350px;
	}

	.page5_list1_text_s {
		font-size: 14px;
	}

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

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

	.page5_list1_text_xt {
		margin: 10px 0;
		width: 200px;
	}

	.page5_list1_text_b {
		font-size: 16px;
	}

	.page5_list1 .swiper-pagination-bullet {
		width: 75px;
		height: 5px;
	}

	.page5_list2_t img {
		top: -5px;
		width: auto;
		max-width: 60%;
	}

	.page5_list2_list {
		height: auto;
	}

	.page5_list2 .lct {
		display: none;
	}

	.page5_list2_box {
		position: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.page5_list2_box_li {
		position: unset;
		width: 100%;
		margin: 11px auto;
	}

	.page5_list2 .imgBox {
		width: 70%;
		margin: 0 auto;
	}

	.page5_list2 .page5_list2_box_li_text {
		margin-top: 20px;
	}

	.page6 .item_list {
		padding: 10px;
	}

	.page6 .page6Text {
		width: 100%;
		font-size: 20px;
	}

	.page6 .gy_but {
		margin-left: 0;
	}

	#form {
		margin-top: 30px;
	}

	.page6 .dis_flex .layui-form-item {
		width: 100% !important;
	}

	.page6 .layui-form-item input {
		font-size: 18px;
	}

	.form-check-label {
		font-size: 16px;
	}

	.page6 .submit {
		font-size: 16px;
		line-height: 48px;
	}

	.phone_menu span {
		background-color: #333;
	}
	
	.header .header_flx{
        background: #fff;
	}
	
	.page3 .cp_b{
	    width: 80%;
	    height: 18em;
	    overflow: auto;
	    padding-right: 10px;
	}
	
	
	.page5-1_li {
        width: 100%;
        margin-bottom: 35px;
    }
	
	
	
	
	
	
	
	
	
}
