.w84 {
	/* width: 84%; */
	width: 85%;
	margin: 0 auto;
}

.more {
	float: right;
}

.more.p02 {
	float: left;
}

.more.p02 a p {
	font-size: 13px !important;
	font-weight: 400;
}

.more.p02 a .m_icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
}

.more.p02 a .m_icon i {
	font-size: 12px;
}

.more a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.more a p {
	font-size: 15px;
	color: #000;
	line-height: 1.8;
	font-weight: 100;
	text-align: left;
}

.more a .m_icon {
	margin-left: 8px;
	width: 32px;
	height: 32px;
	background-color: #009944;
	line-height: 32px;
	text-align: center;
}

.more a .m_icon i {
	display: block;
	transform: rotate(45deg);
	color: #fff;
	font-size: 12px;
	font-weight: 100px;
}

@keyframes upDown2 {
	0% {
		opacity: 0;
		transform: translateY(-4px);
	}

	50% {
		opacity: 0.5;
		transform: translateY(0px);
	}

	100% {
		opacity: 1;
		transform: translateY(4px);
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	z-index: 99;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.5s ease;
	cursor: pointer;
}

header.on {
	background-color: #ffffff;
	box-shadow: 0 0 4px #666;
}

header.on .w84 .logo .gp .gp_top .gp_1 {
	color: #333;
}

header.on .w84 nav ul li {
	line-height: 100px;
	transition: all 1s;
}

header.on .w84 nav ul li:hover {
	background-color: #f8f8f8;
}

header.on .w84 nav ul li:hover .sub2 {
	height: 300px;
	opacity: 1;
}

header.on .w84 nav ul li a {
	color: #333;
}

header.on .w84 nav .tool a .img {
	background-color: #009944;
}

header.on .w84 nav .tool a span {
	color: #333;
}

header.on .w84 nav .tool::before {
	background-color: rgba(0, 0, 0, 0.2);
}


header .w84 .tool {
	/* padding-left: 20px; */
	position: relative;
	border: solid 1px #009944;
	background: rgb(255, 255, 255, 0.5);
	border-radius: 5px;
}

header .w84 .tool .searchInput {
	border: none;
	width: 300px;
	/* background: rgb(255, 255, 255,0.5); */
	background: none;
	height: 34px;
	padding-left: 10px;
}

header .w84 .tool .search {
	padding: 9px;
	background: rgb(255, 255, 255, 0.8);
	/* border: solid 1px #009944; */
	border-radius: 0px 5px 5px 0px;
}

header .w84 {
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-image: url(../images/logo1.png);
	width: 197px;
	height: 57px;
	background-size: 100% 100%;
}

header.on .w84 .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-image: url(../images/logo.png);
	width: 197px;
	height: 57px;
	background-size: 100% 100%;
}

header .w84 .logo a img {
	width: initial;
}

header .w84 .logo .gp {
	margin-left: 20px;
}

header .w84 .logo .gp .gp_top .gp_1 {
	font-size: 16px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

header .w84 .logo .gp .gp_bottom {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 .logo .gp .gp_bottom>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 .logo .gp .gp_bottom>div span {
	font-size: 14px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

header .w84 .logo .gp .gp_bottom>div i {
	display: block;
	font-size: 13px;
	margin-left: 4px;
}

header .w84 .logo .gp .gp_bottom>div i.on {
	transform: rotate(180deg);
}

header .w84 nav {
	width: 58%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 nav ul {
	/* width: calc(100% - 120px); */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 nav ul li {
	padding: 0 14px;
}

header .w84 nav ul li a {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

header .w84 nav ul li .sub2 {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #f8f8f8;
	transition: all 0.5s ease;
}

header .w84 nav ul li .sub2 .sub2_sub1 {
	border-top: 1px solid #ced5da;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}


header .w84 nav ul li .sub2 .sub2_sub1 ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
	justify-content: flex-start;
}

header .w84 nav ul li .sub2 .sub2_sub1 li {
	flex-basis: 25%;
	/* 每个项的基础宽度为20%，即每行显示5列 */
}

@media (max-width: 4 * 25%) {
	li {
		flex-basis: calc(100% / 4);
		/* 计算每个项的宽度，使其在小于等于4个项时均分 */
	}
}

header .w84 nav ul li .sub2 .sub2_sub1 li a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: bold;
	text-align: left;
}

header .w84 nav ul li .sub2 .sub2_sub1 li a::before {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #0201CB;
	margin-bottom: 20px;
	margin-top: 20px;
}


header .w84 nav ul li .sub2 .sub2_sub1 .left {
	width: 70%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 110px;
	padding-right: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 nav ul li .sub2 .sub2_sub1 .left .items {
	width: calc(100% - 340px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 nav ul li .sub2 .sub2_sub1 .left .items>div {
	width: 32%;
	height: 80px;
	line-height: 80px;
}

header .w84 nav ul li .sub2 .sub2_sub1 .left .items>div a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: bold;
	text-align: left;
}

header .w84 nav ul li .sub2 .sub2_sub1 .left .items>div a::before {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #0201CB;
	margin-bottom: 14px;
	margin-top: 20px;
}

header .w84 nav ul li .sub2 .sub2_sub1 .left .items.ip>div {
	width: 32%;
}

header .w84 nav ul li .sub2 .sub2_sub1 .left .img {
	width: 340px;
}

header .w84 nav ul li .sub2 .sub2_sub1 .left .img img {
	width: 100%;
}

header .w84 nav ul li .sub2 .sub2_sub1 .right {
	width: 30%;
	height: 100%;
	background: url(/images/nav_bg2.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 0 110px 0 60px;
}

header .w84 nav ul li .sub2 .sub2_sub1 .right h3 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 34px;
	color: #333;
	line-height: 1;
	text-align: left;
	font-family: "Impact";
}

header .w84 nav ul li .sub2 .sub2_sub1 .right p {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-weight: 100;
	text-align: left;
}

header .w84 nav .tool {
	padding-left: 20px;
	position: relative;
}

header .w84 nav .tool::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.4);
	left: 0;
	top: 5px;
}

header .w84 nav .tool a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 nav .tool a .img {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

header .w84 nav .tool a .img img {
	width: 34px;
}

header .w84 nav .tool a span {
	margin-left: 8px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

@media screen and (max-width: 1440px) {
	header.on .w84 nav ul li {
		line-height: 90px;
	}

	header .w84 nav ul li .sub2 {
		top: 90px;
	}

	header .w84 nav ul li .sub2 .sub2_sub1 .right h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1366px) {
	header .w84 nav {
		width: 62%;
	}
}

@media screen and (max-width: 992px) {
	header {
		display: none;
	}
}

footer {
	width: 100%;
	height: auto;
	background-color: #1b2229;
	padding-top: 70px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

footer .w84 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

footer .w84 .left {
	width: 65%;
}

footer .w84 .left {
	/* margin-top: 30px; */
}

footer .w84 .left p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	font-weight: 400;
	text-align: left;
}




footer .w84 .right .footer-links ul li a {
	display: flex;
	align-items: center;
	color: rgba(255 255 255 / 80%);
	line-height: 25px;
	/* font-weight: 500; */
	gap: 8px;
	font-size: 14px;
}


footer .w84 .right .footer-links ul li a:hover {
	color: #ffffff;
}


footer .w84 .right .footer-links p {
	color: #FE7300;
	margin-bottom: 4px;
	margin-top: 10px;
}

footer .w84 .right {
	width: 35%;
	padding-left: 4%;
}

footer .w84 .right h3 {
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	margin-bottom: 4px;
}

footer .w84 .right p {
	font-size: 14px;
	color: #fff;
	line-height: 2;
	font-weight: 400;
	text-align: left;
	margin-bottom: 4px;
}

@media screen and (max-width: 992px) {
	footer .w84 .center {
		display: none;
	}

	footer .w84 .left {
		display: none;
	}

	footer .w84 .right {
		width: 100%;
	}
}

.index_content {
	width: 100%;
	/* background-image: url(../images/main_bg.jpg); */
	background: linear-gradient(#ffffff 0%, #F1FFF8 20%, #F1FFF8 100%);
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.index_content .part01 {
	margin-top: 140px;
	width: 100%;
}

.index_content .part01 .w84 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part01 .w84 .left {
	width: 992px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part01 .w84 .left .left_1 {
	width: 132px;
	height: 582px;
}

.index_content .part01 .w84 .left .left_2 {
	width: 860px;
	height: 582px;
	position: relative;
}

.index_content .part01 .w84 .left .left_2 .swiper-container {
	width: 100%;
	height: 100%;
}

.index_content .part01 .w84 .left .left_2 .swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index_content .part01 .w84 .left .left_2 .swiper-container .swiper-slide img {
	height: 100%;
	width: 100%;
}

.index_content .part01 .w84 .right {
	width: 520px;
}

.index_content .part01 .w84 .right .title {
	text-align: right;
}

.index_content .part01 .w84 .right .title img {
	width: 333px;
	height: 102px;
}

.index_content .part01 .w84 .right .content {
	margin-top: 50px;
}

.index_content .part01 .w84 .right .content p {
	font-size: 15px;
	color: #000;
	line-height: 1.8;
	font-weight: 100;
	text-align: left;
	margin-bottom: 20px;
}

.index_content .part01 .w84 .right .num {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
	border-bottom: 1px dashed #999;
	margin-bottom: 80px;
}

.index_content .part01 .w84 .right .num .num_item .num_item_top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}

.index_content .part01 .w84 .right .num .num_item .num_item_top h2 {
	font-size: 36px;
	color: #009944;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	font-family: "Impact";
}

.index_content .part01 .w84 .right .num .num_item .num_item_top span {
	font-size: 15px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin-bottom: 4px;
	margin-left: 6px;
}

.index_content .part01 .w84 .right .num .num_item .num_item_bottom {
	margin-top: 10px;
}

.index_content .part01 .w84 .right .num .num_item .num_item_bottom p {
	font-size: 15px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: center;
}

.index_content .part02 {
	/* margin-top: 140px; */
	position: relative;
	width: 100%;
	/* height: 630px; */
	background-image: url(../images/technology.png);
	/* background-position: 0% 70%; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position-y: 210px;
}

.index_content .part02 .w84 .top {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}

.index_content .part02 .w84 .top>div {
	margin: 0 20px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part02 .w84 .top>div.active::after {
	width: 100%;
	left: 0;
}

.index_content .part02 .w84 .top>div::after {
	height: 11px;
	background-image: url(../images/h_bg.png);
	background-position: bottom center;
	content: "";
	display: block;
	width: 0%;
	transition: ease 0.5s;
	position: absolute;
	left: 50%;
	bottom: -20px;
}

.index_content .part02 .w84 .top>div img {
	height: 60px;
}

.index_content .part02 .w84 .top>div h3 {
	margin-left: 16px;
	font-size: 30px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.index_content .part02 .w84 .bottom {
	margin-top: 60px;
	position: relative;
}

.index_content .part02 .w84 .bottom .item {
	/* position: absolute; */
	/* top: 0px;
	left: 0; */
	width: 100%;
	opacity: 0;
	transition: all 1s ease;
}

.index_content .part02 .w84 .bottom .item.active {
	opacity: 1;
	z-index: 2;
}

.index_content .part02 .w84 .bottom .item .title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part02 .w84 .bottom .item .title .t1 {
	padding: 10px 20px;
	cursor: pointer;
}

.index_content .part02 .w84 .bottom .item .title .t1.active {
	color: #009944;
	border-bottom: solid 2px #009944;

}

.index_content .part02 .w84 .bottom .item .title .t1.active h4 {
	color: #009944;
	font-weight: bold;
}

.index_content .part02 .w84 .bottom .item .title .t1 h4 {
	font-size: 20px;
	color: #333;
	line-height: 44px;
	font-weight: 400;
	text-align: center;
}

.index_content .part02 .w84 .bottom .item .i_list {
	margin-top: 30px;
	/* background-image: url(../images/technology.png);
	background-position: 0% 70%;
	background-repeat: no-repeat; */
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left {
	width: 51%;
	margin-bottom: 100px;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h5 {
	font-size: 24px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h3 {
	font-size: 42px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 60px;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	/*margin-bottom: 110px;*/
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left a {
	display: inline-block;
	padding: 5px 12px;
	background-color: #009944;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	margin-top:20px;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left a i {
	margin-left: 10px;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right {
	width: 46%;
	border-radius: 6px;
	overflow: hidden;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img {
	width: 100%;
	height: 460px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	overflow: hidden;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img img {
	width: 100%;
	/* -webkit-filter: url(#water);
	filter: url(#water); */
/*	margin-top: -20px;*/
	margin-left: 0px;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination {
	display: inline-block;
	left: 0;
	width: auto;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 36px;
	border-radius: 0px;
	height: 2px;
	margin: 0px 1px;
}

.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #000;
}

.index_content .part03 {
	width: 100%;
	height: auto;
	/* background-image: linear-gradient(to bottom, rgba(225, 237, 255, 0), #e1edff); */
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
	height: 900px;
}

.index_content .part03 .w84 .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part03 .w84 .top .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
}

.index_content .part03 .w84 .top .title h3 {
	font-size: 36px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.index_content .part03 .w84 .top .title h3 span {
	color: #009944;
}

.index_content .part03 .w84 .top .title p {
	margin-left: 40px;
	width: calc(100% - 240px);
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	font-weight: 100;
	text-align: left;
}

.index_content .part03 .w84 .bottom {
	margin-top: 36px;
	padding-bottom: 60px;
	padding-top: 30px;
}

.index_content .part03 .w84 .bottom ul li {
	background-color: #fff;
	box-sizing: border-box;
	padding: 14px;
	transition: all 0.5s ease;
}

.index_content .part03 .w84 .bottom ul li:hover {
	box-shadow: 1px 1px 10px #cfcfcf;
	transform: translateY(-20px);
}

.index_content .part03 .w84 .bottom ul li:hover a .img img {
	transform: scale(1.1);
}

.index_content .part03 .w84 .bottom ul li:hover a .text h3 {
	color: #009944;
}

.index_content .part03 .w84 .bottom ul li a {
	width: 100%;
}

.index_content .part03 .w84 .bottom ul li a .img {
	width: 100%;
	overflow: hidden;
}

.index_content .part03 .w84 .bottom ul li a .img img {
	width: 100%;
	transition: all 0.5s ease;
}

.index_content .part03 .w84 .bottom ul li a .text {
	margin-top: 32px;
}

.index_content .part03 .w84 .bottom ul li a .text h3 {
	font-size: 22px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin-bottom: 14px;
}

.index_content .part03 .w84 .bottom ul li a .text>p {
	font-size: 15px;
	color: #333;
	line-height: 1.5;
	font-weight: 100;
	text-align: left;
}

.index_content .part03 .w84 .bottom ul li a .text .date {
	margin-top: 40px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part03 .w84 .bottom ul li a .text .date .more {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	float: none;
}

.index_content .part03 .w84 .bottom ul li a .text .date .more p {
	font-size: 14px;
	color: #000;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.index_content .part03 .w84 .bottom ul li a .text .date .more .m_icon {
	margin-left: 8px;
	width: 20px;
	height: 20px;
	background-color: #009944;
	line-height: 20px;
	text-align: center;
}

.index_content .part03 .w84 .bottom ul li a .text .date .more .m_icon i {
	display: block;
	transform: rotate(45deg);
	color: #fff;
	font-size: 10px;
	font-weight: 100px;
}

.index_content .part03 .w84 .bottom ul li a .text .date .d p {
	font-size: 15px;
	color: #999;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.index_content .part03 .w84 .bottom .swiper-pagination-bullet {
	width: 36px;
	border-radius: 0;
	height: 2px;
	margin: 0 1px;
}

.index_content .part03 .w84 .bottom .swiper-pagination-bullet-active {
	height: 3px;
	background-color: #000;
}

.index_content .part04 {
	position: relative;
	overflow: hidden;
}

.index_content .part04 .bgVideo {
	position: relative;
	height: 100vh;
	background-color: #c1cff7;
	/*杩涜瑙嗛瑁佸壀*/
	overflow: hidden;
}

.index_content .part04 .bgVideo .video {
	position: absolute;
	left: 50%;
	top: 50%;
	/*淇濊瘉瑙嗛鍐呭濮嬬粓灞呬腑*/
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	/*淇濊瘉瑙嗛鍏呮弧灞忓箷*/
	object-fit: cover;
}

.index_content .part04 .maskLogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: url("/images/logo.svg"); */
	background-image: url("../images/bg.png");
	opacity: 0;
	visibility: hidden;
}

.index_content .part04 .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	opacity: 0.3;
}

.index_content .part04 .img {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
}

.index_content .part04 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.48s;
	z-index: 3;
}

.index_content .part04 .img i {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background-image: url(../images/abWhCen_i.png);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%) scale(0.3);
	opacity: 0.8;
	-webkit-animation: scaleWave 4s linear 0s infinite;
	animation: scaleWave 4s linear 0s infinite;
	transition: all 0.48s;
}

.index_content .part04 .img i.i1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.index_content .part04 .img i.i2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.index_content .part04 .img i.i3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

@-webkit-keyframes scaleWave {
	0% {
		opacity: 0.8;
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3);
	}

	to {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2.5);
		transform: translate(-50%, -50%) scale(2.5);
	}
}

@keyframes scaleWave {
	0% {
		opacity: 0.8;
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3);
	}

	to {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2.5);
		transform: translate(-50%, -50%) scale(2.5);
	}
}

.index_content .part04 .text {
	position: absolute;
	left: 50%;
	top: 74%;
	transform: translate(-50%, -50%);
	z-index: 8;
	cursor: pointer;
	text-align: center;
	opacity: 0;
}

.index_content .part04 .text h3 {
	font-size: 36px;
	color: #fff;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.index_content .part04 .text h3 span {
	color: #fff;
}

.index_content .part04 .text p {
	font-size: 24px;
	color: #fff;
	line-height: 1.8;
	font-weight: 100;
	text-align: center;
	letter-spacing: 2px;
}

.index_content .part04 .text img {
	margin-top: 50px;
	width: 40px;
}

.index_content .part05 {
	width: 100%;
	background-color: #009944;
	padding: 20px 0;
	overflow: hidden;
}

.index_content .part05 .w84 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part05 .w84 .left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part05 .w84 .left>div {
	margin-left: 50px;
}

.index_content .part05 .w84 .left>div.l1 h3 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 16px;
}

.index_content .part05 .w84 .left>div.l1 p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.index_content .part05 .w84 .left>div.l2 h3 {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin-bottom: 16px;
	margin-top: 8px;
}

.index_content .part05 .w84 .left>div.l2 p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.index_content .part05 .w84 .left>div.l3 h3 {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin-bottom: 16px;
	margin-top: 8px;
}

.index_content .part05 .w84 .left>div.l3 p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.index_content .part05 .w84 .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part05 .w84 .right>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index_content .part05 .w84 .right>div .text {
	margin-left: 18px;
}

.index_content .part05 .w84 .right>div .text h3 {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}

.index_content .part05 .w84 .right>div .text p {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	opacity: 0.6;
}

.index_content .part05 .w84 .right>div.right_sub2 {
	margin-left: 50px;
	padding-left: 50px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1680px) {
	.index_content .part01 {
		margin-top: 120px;
	}

	.index_content .part01 .w84 .left {
		width: 872px;
	}

	.index_content .part01 .w84 .left .left_2 {
		width: 740px;
	}

	.index_content .part01 .w84 .right {
		width: 460px;
	}

	.index_content .part02 {
		/* margin-top: 120px; */
	}

	.index_content .part02 .left {
		width: 616px;
		height: 788px;
	}

	.index_content .part02 .left .title {
		width: 456px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 436px;
	}

	.index_content .part02 .left .content .item .item_box .text {
		width: 330px;
	}

	.index_content .part02 .left .content .item .item_box .img img {
		width: 100%;
	}

	.index_content .part02 .left .content .item .item_box .text h3 {
		font-size: 24px;
	}

	.index_content .part02 .left .content .item .item_box .text p {
		font-size: 16px;
	}

	.index_content .part02 .right .r_box .r_item {
		margin-right: 132px;
		width: 900px;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1 {
		height: 382px;
		width: 440px;
	}

	.index_content .part02 .left .title h2 {
		font-size: 32px;
		margin-bottom: 18px;
	}

	.index_content .part02 .left .content {
		margin-top: 60px;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1 .text a p {
		font-size: 22px;
	}

	.index_content .part03 .w84 .top .title h3 {
		font-size: 32px;
	}

	.index_content .part03 .w84 .bottom ul li a .text h3 {
		font-size: 20px;
	}

	.index_content .part04 .text h3 {
		font-size: 32px;
	}

	.index_content .part04 .text p {
		font-size: 20px;
	}
}

@media screen and (max-width: 1600px) {
	.index_content .part01 .w84 .left {
		width: 62%;
	}

	.index_content .part01 .w84 .left .left_1 {
		width: 13.4%;
	}

	.index_content .part01 .w84 .left .left_2 {
		width: 86.6%;
	}

	.index_content .part01 .w84 .right {
		width: 33%;
	}

	.index_content .part02 .right .r_box .r_item {
		width: 860px;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1 {
		height: 366px;
		width: 420px;
	}

	.index_content .part02 .left {
		width: 586px;
	}

	.index_content .part02 .left .title {
		width: 406px;
		margin-left: 132px;
	}

	.index_content .part02 .left .title p {
		font-size: 16px;
	}

	.index_content .part02 .left .content .item .item_box {
		margin-left: 132px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 406px;
	}

	.index_content .part02 .left .content .item .item_box .text {
		width: 300px;
	}

	.index_content .part02 .left .content .item .item_box .text h3 {
		font-size: 22px;
	}

	.index_content .part02 .left .content .item .item_box .text p {
		font-size: 15px;
	}

	.index_content .part02 .left {
		height: 758px;
	}

	.index_content .part02 .left .content {
		margin-top: 44px;
	}

	.index_content .part02 {
		/* height: 840px; */
		overflow: hidden;
	}

	.index_content .part03 {
		padding-top: 110px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 1440px) {
	header {
		height: 90px;
	}

	.index_content .part01 .w84 .left {
		width: 732px;
	}

	.index_content .part01 .w84 .left .left_1 {
		width: 112px;
		height: 492px;
		overflow: hidden;
	}

	.index_content .part01 .w84 .left .left_1 img {
		width: 100%;
	}

	.index_content .part01 .w84 .left .left_2 {
		width: 620px;
		height: 410px;
	}

	.index_content .part01 .w84 .right {
		width: 420px;
	}

	.index_content .part01 .w84 .right .title img {
		width: 220px;
		height: 70px;
	}

	.index_content .part02 .right .r_box .r_item {
		width: 760px;
	}

	.index_content .part01 .w84 .right .content {
		margin-top: 20px;
	}

	.index_content .part01 .w84 .right .content p {
		font-size: 14px;
		font-weight: 400;
	}

	.index_content .part01 .w84 .right .num .num_item .num_item_top h2 {
		font-size: 28px;
	}

	.index_content .part01 .w84 .right .num .num_item .num_item_bottom p {
		font-size: 13px;
		color: #999;
	}

	.index_content .part01 .w84 .right .num {
		margin-bottom: 30px;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1 {
		height: 324px;
		width: 372px;
		margin-bottom: 20px;
	}

	.index_content .part02 .left {
		width: 536px;
	}

	.index_content .part02 .left .title {
		width: 406px;
		margin-left: 118px;
	}

	.index_content .part02 .left .title p {
		font-size: 15px;
	}

	.index_content .part02 .left .content .item .item_box {
		margin-left: 132px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 366px;
	}

	.index_content .part02 .left .content .item .item_box .text {
		width: 260px;
	}

	.index_content .part02 .left .content .item .item_box .text h3 {
		font-size: 20px;
	}

	.index_content .part02 .left .content .item .item_box .text p {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.4;
	}

	.index_content .part02 .left .content .item .item_box .img {
		width: 72px;
	}

	.index_content .part02 .left {
		height: 668px;
	}

	.index_content .part02 .left .content {
		margin-top: 44px;
	}

	.index_content .part02 {
		/* height: 650px; */
		overflow: hidden;
	}

	.index_content .part02 .right {
		height: 650px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.index_content .part03 {
		padding-top: 110px;
		padding-bottom: 100px;
	}

	header .w84 nav ul li a {
		font-size: 15px;
	}

	.index_content .part02 .left .title h2 {
		font-size: 26px;
	}

	.index_content .part02 .left .title {
		margin-top: 46px;
	}

	.index_content .part02 .left .content .item {
		padding: 30px 0;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1 .text a p {
		font-size: 18px;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1:hover .text {
		height: 314px;
	}

	.index_content .part03 {
		height: 810px;
	}

	.index_content .part03 .w84 .top .title {
		width: 76%;
	}

	.index_content .part03 .w84 .top .title p {
		font-size: 15px;
		line-height: 1.2;
		margin-left: 20px;
	}

	.index_content .part03 .w84 .bottom ul li a .text h3 {
		font-size: 18px;
	}

	.index_content .part03 .w84 .bottom ul li a .text>p {
		font-size: 14px;
		font-weight: normal;
		opacity: 0.6;
	}

	.index_content .part04 .text h3 {
		font-size: 28px;
	}

	.index_content .part04 .text p {
		font-size: 18px;
	}

	.index_content .part05 .w84 .right>div .text h3 {
		font-size: 16px;
	}

	.index_content .part05 .w84 .right>div .text p {
		font-size: 14px;
	}

	.index_content .part05 .w84 .right>div.right_sub2 .img {
		width: 80px;
	}

	.index_content .part05 .w84 .right>div.right_sub2 .img img {
		width: 100%;
	}

	.index_content .part05 .w84 .right>div.right_sub1 .img {
		width: 80px;
	}

	.index_content .part05 .w84 .right>div.right_sub1 .img img {
		width: 100%;
	}

	.index_content .part05 .w84 .left>div.l1 h3 {
		font-size: 20px;
	}

	.index_content .part05 .w84 .left>div.l3 p {
		font-size: 15px;
	}

	.index_content .part05 .w84 .left>div.l2 p {
		font-size: 15px;
	}

	.index_content .part05 .w84 .left>div.l1 p {
		font-size: 16px;
	}

	.index_content .part02 .w84 .top>div h3 {
		font-size: 24px;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.index_content .part02 .w84 .bottom .item .title .t1 h4 {
		font-size: 18px;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left {
		margin-bottom: 60px;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
		/* margin-bottom: 45px; */
		font-size: 16px;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img {
		height: 344px;
	}

	.index_content .part02 .w84 .bottom .item .i_list {
		margin-top: 50px;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h5 {
		font-size: 20px;
	}

	footer .w84 .left .img img {
		width: 80%;
	}

	footer .w84 .left .text a {
		font-size: 13px;
	}

	footer .w84 .center dl dd a {
		font-size: 13px;
	}

	footer .w84 .center dl dt a {
		font-size: 16px;
	}

	footer .w84 .right p {
		font-size: 13px;
	}
}

@media screen and (max-width: 1366px) {
	.index_content .part02 .w84 .bottom .item .i_list {
		background-size: 100%;
	}

	.index_content .part01 .w84 .left {
		width: 50%;
	}

	.index_content .part01 .w84 .left .left_2 {
		width: 550px;
		height: 370px;
	}

	.index_content .part01 .w84 .right {
		width: 36%;
	}
	

	.index_content .part01 .w84 .right .num {
		margin-bottom: 20px;
	}

	.index_content .part01 .w84 .right .title img {
		width: 200px;
		height: 65px;
	}

	.index_content .part02 .right .r_box .r_item {
		width: 670px;
		margin-right: 102px;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1 {
		height: 286px;
		width: 328px;
		margin-bottom: 20px;
	}

	.index_content .part02 .left {
		width: 576px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 386px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 406px;
	}

	.index_content .part02 .left .content .item .item_box .text {
		width: 313px;
	}

	.index_content .part02 .left .content .item .item_box .text h3 {
		font-size: 18px;
	}

	.index_content .part02 .left {
		height: 594px;
	}

	.index_content .part02 .left .content {
		margin-top: 14px;
	}

	.index_content .part02 .left .title {
		padding-bottom: 20px;
	}

	.index_content .part02 {
		/* height: 650px; */
		overflow: hidden;
	}
}


@media screen and (max-width: 1280px) {
	.index_content .part02 .w84 .bottom .item .i_list {
		background-size: 100%;
	}

	.index_content .part01 .w84 .left {
		width: 50%;
	}

	.index_content .part01 .w84 .left .left_2 {
		width: 550px;
		height: 370px;
	}

	.index_content .part01 .w84 .right {
		width: 36%;
	}
	

	.index_content .part01 .w84 .right .num {
		margin-bottom: 40px;
	}

	.index_content .part01 .w84 .right .title img {
		width: 200px;
		height: 65px;
	}

	.index_content .part02 .right .r_box .r_item {
		width: 670px;
		margin-right: 102px;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1 {
		height: 286px;
		width: 328px;
		margin-bottom: 20px;
	}

	.index_content .part02 .left {
		width: 576px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 386px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 406px;
	}

	.index_content .part02 .left .content .item .item_box .text {
		width: 313px;
	}

	.index_content .part02 .left .content .item .item_box .text h3 {
		font-size: 18px;
	}

	.index_content .part02 .left {
		height: 594px;
	}

	.index_content .part02 .left .content {
		margin-top: 14px;
	}

	.index_content .part02 .left .title {
		padding-bottom: 20px;
	}

	.index_content .part02 {
		/* height: 650px; */
		overflow: hidden;
	}
}


@media screen and (max-width: 1024px) {
	.index_content .part02 .w84 .bottom .item .i_list {
		background-size: 100%;
	}

	.index_content .part01 .w84 .left {
		width: 50%;
	}

	.index_content .part01 .w84 .left .left_2 {
		width: 550px;
		height: 370px;
	}

	.index_content .part01 .w84 .right {
		width: 32%;
	}
	

	.index_content .part01 .w84 .right .num {
		margin-bottom: 12px;
	}

	.index_content .part01 .w84 .right .title img {
		width: 165px;
		height: 50px;
	}

	.index_content .part02 .right .r_box .r_item {
		width: 670px;
		margin-right: 102px;
	}

	.index_content .part02 .right .r_box .r_item .r_item_1 {
		height: 286px;
		width: 328px;
		margin-bottom: 20px;
	}

	.index_content .part02 .left {
		width: 576px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 386px;
	}

	.index_content .part02 .left .content .item .item_box {
		width: 406px;
	}

	.index_content .part02 .left .content .item .item_box .text {
		width: 313px;
	}

	.index_content .part02 .left .content .item .item_box .text h3 {
		font-size: 18px;
	}

	.index_content .part02 .left {
		height: 594px;
	}

	.index_content .part02 .left .content {
		margin-top: 14px;
	}

	.index_content .part02 .left .title {
		padding-bottom: 20px;
	}

	.index_content .part02 {
		/* height: 650px; */
		overflow: hidden;
	}
}



@media screen and (max-width: 992px) {
	.index_content .part01 {
		margin-top: 60px;
	}

	.index_content .part01 .w84 .left .left_1 {
		display: none;
	}

	.index_content .part01 .w84 .left {
		width: 100%;
	}

	.index_content .part01 .w84 .left .left_2 {
		width: 100%;
		height: auto;
	}

	.index_content .part01 .w84 .right {
		width: 100%;
		margin-top: 40px;
	}

	.index_content .part01 .w84 .right .title img {
		width: 200px;
	}

	.index_content .part02 .w84 .top>div img {
		width: 30px;
		height: auto;
	}

	.index_content .part02 .w84 .top>div h3 {
		font-size: 18px;
		margin-left: 8px;
	}

	.index_content .part02 .w84 .top>div {
		margin: 0 10px;
	}

	.index_content .part02 .w84 .bottom {
		margin-top: 50px;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h3 {
		font-size: 20px;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h5 {
		font-size: 15px;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left {
		width: 100%;
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right {
		width: 100%;
		padding-bottom: 20px
	}

	.index_content .part02 {
		/* height: 1060px; */
	}

	.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img {
		height: auto;
		width: 100%;
	}

	.index_content .part03 {
		height: auto;
		padding-top: 0px;
	}

	.index_content .part03 .w84 .top .title {
		width: 100%;
	}

	.index_content .part03 .w84 .top .title p {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.index_content .part03 .w84 .top .title h3 {
		font-size: 24px;
	}

	.index_content .part03 .w84 .top .more {
		display: none;
	}

	.index_content .part03 .w84 .bottom {
		margin-top: 0;
	}

	.index_content .part04 {
		display: none;
	}

	.index_content .part02 .w84 .bottom .item .title .t1 h4 {
		font-size: 16px;
	}
}

.about .main .part01 {
	margin-top: 90px;
	overflow: hidden;
	background: linear-gradient(#ffffff 0%, #F1FFF8 20%, #F1FFF8 100%);
}

.about .main .part01 .CompanyBg {
	background-image: url(../images/CompanyBg.png);
	/* background-position: 0% 70%; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position-y: 30px;
}

.about .main .part01 .title {
	font-size: 40px;
	font-weight: bold;
	color: #009944;
	text-align: center;
	padding-bottom: 40px;
}

.about .main .part01 .w84 {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
}

.about .main .part01 .w84 .left {
	width: 68%;
}

.about .main .part01 .w84 .left .pt01_title {
	/* margin-bottom: 40px; */
}

.about .main .part01 .w84 .left .pt01_title .title {
	font-size: 80px;
	font-weight: bold;
	color: #009944;
	opacity: 0.3;
	text-align: left;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

.about .main .part01 .w84 .left .pt01_title h1 {
	font-size: 72px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.about .main .part01 .w84 .left .pt01_title h4 {
	font-size: 20px;
	color: #000;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	/* margin-top: 38px; */
}

.about .main .part01 .w84 .left .pt01_title h4 span {
	margin-right: 10px;
}

.about .main .part01 .w84 .left .pt01_title h2 {
	margin-top: 20px;
	font-size: 38px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.about .main .part01 .w84 .left .pt01_content p {
	font-size: 16px;
	color: #333;
	line-height: 2;
	font-weight: 400;
	text-align: left;
	margin-bottom: 30px;
	width: 95%;
}

.about .main .part01 .w84 .center {
	width: 1px;
	/* height: 660px; */
	background-color: #e7e7e7;
}

.about .main .part01 .w84 .right {
	width: 29%;
}

.about .main .part01 .w84 .right1{
	margin-top: 10%;
}
.about .main .part01 .w84 .right .img {
	width: 100%;
	text-align: right;
	margin-bottom: 80px;
}

.about .main .part01 .w84 .right .img img {
	/* width: 336px;
	height: 114px; */
	width: 100%;
}

.about .main .part01 .w84 .right .r_item {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.about .main .part01 .w84 .right .r_item p {
	font-size: 24px;
	color: #000;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.about .main .part01 .w84 .right .r_item h3 {
	font-size: 60px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: -8px;
	margin-left: 14px;
	margin-right: 4px;
}

.about .main .part01 .w84 .right .r_item h4 {
	font-size: 45px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: -6px;
	margin-left: 14px;
	margin-right: 4px;
}

.about .main .part01 .w84 .right .r_item span {
	font-size: 18px;
	color: #000;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}




.about .main .part01 .CompanyBg {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
}

.about .main .part01 .CompanyBg .left {
	width: 68%;
}

.about .main .part01 .CompanyBg .left .pt01_title {
	margin-bottom: 40px;
}

.about .main .part01 .CompanyBg .left .pt01_title .title {
	font-size: 80px;
	font-weight: bold;
	color: #009944;
	opacity: 0.3;
	text-align: left;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

.about .main .part01 .CompanyBg .left .pt01_title h1 {
	font-size: 72px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.about .main .part01 .CompanyBg .left .pt01_title h4 {
	font-size: 20px;
	color: #000;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	/* margin-top: 38px; */
}

.about .main .part01 .CompanyBg .left .pt01_title h4 span {
	margin-right: 10px;
}

.about .main .part01 .CompanyBg .left .pt01_title h2 {
	margin-top: 20px;
	font-size: 38px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.about .main .part01 .CompanyBg .left .pt01_content p {
	font-size: 16px;
	color: #333;
	line-height: 2;
	font-weight: 400;
	text-align: left;
	margin-bottom: 30px;
	width: 95%;
}

.about .main .part01 .CompanyBg .center {
	width: 1px;
	/* height: 660px; */
	background-color: #e7e7e7;
}

.about .main .part01 .CompanyBg .right {
	width: 29%;
}

.about .main .part01 .CompanyBg .right .img {
	width: 100%;
	text-align: right;
	margin-bottom: 80px;
}

.about .main .part01 .CompanyBg .right .img img {
	width: 60%;
}

.about .main .part01 .CompanyBg .right .r_item {
	display: flex;
	justify-content: flex-end;
	/* align-items: flex-end; */
	flex-wrap: wrap;
	margin-bottom: 60px;
	align-items: baseline;
}

.about .main .part01 .CompanyBg .right .r_item p {
	font-size: 24px;
	color: #000;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.about .main .part01 .CompanyBg .right .r_item h3 {
	font-size: 60px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: -8px;
	margin-left: 14px;
	margin-right: 4px;
}

.about .main .part01 .CompanyBg .right .r_item h4 {
	font-size: 45px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: -6px;
	margin-left: 14px;
	margin-right: 4px;
}

.about .main .part01 .CompanyBg .right .r_item span {
	font-size: 18px;
	color: #000;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.about .main .part02 {
	margin-top: 120px;
	width: 100%;
	height: 680px;
	background-image: url(../images/about_bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

.about .main .part02 .w84 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.about .main .part02 .w84 .title {
	text-align: center;
}

.about .main .part02 .w84 .title h3 {
	font-size: 38px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}

.about .main .part02 .w84 .title p {
	font-size: 28px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
	text-align: center;
	margin-bottom: 120px;
}

.about .main .part02 .w84 .title img {
	width: initial;
}

.about .main .part03 {
	width: 100%;
	/* height: 840px; */
	/* background-image: url(../images/about_bg3.jpg); */
	background-size: cover;
	background: linear-gradient(#ffffff 0%, #F1FFF8 20%, #F1FFF8 100%);
}

.about .main .part03 .part03bg {
	background-image: url(../images/speechbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position-y: 45px;
	padding-bottom: 85px;
}

.about .main .part03 .title {
	font-size: 40px;
	font-weight: bold;
	color: #009944;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 80px;
}

.about .main .part03 .w84 {
	height: inherit;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
}

.about .main .part03 .w84 .left {
	width: 50%;
}

.about .main .part03 .w84 .left .img {
	width: 100%;
}

.about .main .part03 .w84 .left .img img {
	width: 100%;
}

.about .main .part03 .w84 .right {
	width: 44%;
}

.about .main .part03 .w84 .right h1 {
	font-size: 38px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 60px;
}

.about .main .part03 .w84 .right h4 {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
}

.about .main .part03 .w84 .right p {
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
	text-indent: 2em;
}

.about .main .part03 .w84 .right h3 {
	margin-top: 50px;
	font-size: 24px;
	color: #009944;
	line-height: 1.8;
	font-weight: 400;
	text-align: right;
}

.about .main .part04 {
	width: 100%;
	height: auto;
	/* background-image: url(../images/about_bg5.jpg); */
	background: linear-gradient(#ffffff 0%, #F1FFF8 20%, #F1FFF8 100%);
	/* background-size: cover; */
	/* padding-bottom: 100px; */
	background-image: url(../images/aboutBottomBg.png);
	/* background-position: 0% 70%; */
	background-repeat: no-repeat;
	background-size: 100% 55%;
	background-position-y: 320px;
}

.about .main .part04 .w84 {
	overflow: hidden;
	position: relative;
}

.about .main .part04 .w84 .pt04_title {
	margin-top: 120px;
	margin-bottom: 80px;
}

.about .main .part04 .w84 .pt04_title h2 {
	font-size: 38px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.about .main .part04 .w84 .swiper-container {
	width: 90%;
	height: 100%;
	padding-bottom: 100px;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper {
	width: 100%;
	margin: 0 20px;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide {
	height: 360px;
	position: relative;
	background-image: url(../images/r_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	box-sizing: border-box;
	padding: 10px 40px;
	align-items: flex-start;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .f_content h3 {
	font-weight: 700;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .f_content ul li {
	color: #009944;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .line i {
	position: absolute;
	left: -10px;
	top: 10px;
	z-index: 1;
	width: 25px;
	height: 25px;
	-webkit-transition: 1s;
	transition: 1s;
	background: url(../images/quan.png) center no-repeat;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .line::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 35px;
	z-index: 0;
	width: 5px;
	height: 270px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009944), to(rgba(128, 192, 123, 0)));
	background-image: linear-gradient(to bottom, #009944, rgba(128, 192, 123, 0));
	/* background: url(../images/line.png); */
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content h3 {
	font-size: 30px;
	color: #009944;
	line-height: 1;
	font-weight: 100;
	text-align: left;
	margin-bottom: 20px;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content h3 span {
	font-size: 18px;
	font-weight: 100;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content ul li {
	font-size: 15px;
	color: #009944;
	line-height: 1.8;
	font-weight: 100;
	text-align: left;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .year {
	position: absolute;
	bottom: 30px;
	left: 0px;
}

.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .year h3 {
	font-size: 24px;
	color: #009944;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.about .main .part04 .w84 .btn {
	position: absolute;
	top: 50%;
	width: 100%;
}

.about .main .part04 .w84 .btn>div {
	border: 1px solid #009944;
	height: 60px;
	width: 30px;
	border-radius: 4px;
}

.about .main .part04 .w84 .btn>div::after {
	font-size: 18px;
	color: #009944;
}

.about .main .part04 .w84 .yuanjing {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.about .main .part04 .w84 .yuanjing .img {
	width: 48%;
}

.about .main .part04 .w84 .yuanjing .img img {
	width: 100%;
}

.about .main .part04 .w84 .yuanjing .text {
	width: 48%;
}

.about .main .part04 .w84 .yuanjing .text h4 {
	font-size: 26px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 60px;
}

.about .main .part04 .w84 .yuanjing .text .t1 {
	margin-bottom: 60px;
}

.about .main .part04 .w84 .yuanjing .text .t1:nth-of-type(3) {
	margin-bottom: 0;
}

.about .main .part04 .w84 .yuanjing .text .t1 h5 {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 18px;
	padding-left: 14px;
	position: relative;
}

.about .main .part04 .w84 .yuanjing .text .t1 h5::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 3px;
	height: 20px;
	background-color: #009944;
}

.about .main .part04 .w84 .yuanjing .text .t1 p {
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	font-weight: 100;
	text-align: left;
}

.about .main .part05 {
	width: 100%;
}


.about .main .part05 .title {
	font-size: 40px;
	font-weight: bold;
	color: #009944;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 80px;
}

.about .main .part05 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.about .main .part05 ul li {
	background-color: #009944;
	width: 25%;
	margin-bottom: 1px;
	padding: 100px 0;
	position: relative;
}

.about .main .part05 ul li:hover {
	cursor: pointer;
}

.about .main .part05 ul li:hover .mask {
	width: 100%;
}

.about .main .part05 ul li:hover .cont .a_icon {
	transform: translateY(-10px);
}

.about .main .part05 ul li:hover .cont h3 {
	transform: translateY(10px);
}


.about .main .part05 ul li .cont p {
	opacity: 0;
}

.about .main .part05 ul li:hover .cont p {
	transform: translateY(10px);
	opacity: 1;
}

.about .main .part05 ul li .cont {
	position: relative;
	z-index: 3;
}

.about .main .part05 ul li .cont .a_icon {
	transition: all 0.5s;
	text-align: center;
	text-align: -webkit-center;
}

.about .main .part05 ul li .cont .a_icon img {
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
}

.about .main .part05 ul li .cont h3 {
	transition: all 0.5s;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 26px;
}

.about .main .part05 ul li .cont p {
	transition: all 0.5s;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align: center;
}

.about .main .part05 ul li .mask {
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #0201CB, #009944);
	transition: all 0.5s ease;
}


.about .main .part06 {
	width: 100%;
	height: auto;
	/* background-image: linear-gradient(to bottom, rgba(225, 237, 255, 0), #e1edff); */
	/* background: linear-gradient(#ffffff 0%, #F1FFF8 20%, #F1FFF8 100%); */
	/* padding-top: 120px; */
	/* padding-bottom: 120px; */
	overflow: hidden;
	/* height: 900px; */
}

.about .main .part06 .title {
	font-size: 40px;
	font-weight: bold;
	color: #009944;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 80px;
}

.about .main .part06 .w84 .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.about .main .part06 .w84 .top .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
}

.about .main .part06 .w84 .top .title h3 {
	font-size: 36px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.about .main .part06 .w84 .top .title h3 span {
	color: #009944;
}

.about .main .part06 .w84 .top .title p {
	margin-left: 40px;
	width: calc(100% - 240px);
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	font-weight: 100;
	text-align: left;
}

.about .main .part06 .w84 .bottom {
	margin-top: 36px;
	padding-bottom: 60px;
	padding-top: 30px;
}

.about .main .part06 .w84 .bottom ul li {
	/* background-color: #fff; */
	box-sizing: border-box;
	padding: 14px;
	transition: all 0.5s ease;
}

.about .main .part06 .w84 .bottom ul li:hover {
	box-shadow: 1px 1px 10px #cfcfcf;
	transform: translateY(-20px);
}

.about .main .part06 .w84 .bottom ul li:hover a .img img {
	transform: scale(1.1);
}

.about .main .part06 .w84 .bottom ul li:hover a .text h3 {
	color: #009944;
}

.about .main .part06 .w84 .bottom ul li a {
	width: 100%;
}

.about .main .part06 .w84 .bottom ul li a .img {
	width: 100%;
	overflow: hidden;
}

.about .main .part06 .w84 .bottom ul li a .img img {
	width: 100%;
	transition: all 0.5s ease;
}

.about .main .part06 .w84 .bottom ul li a .text {
	margin-top: 32px;
}

.about .main .part06 .w84 .bottom ul li a .text h3 {
	font-size: 22px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin-bottom: 14px;
}

.about .main .part06 .w84 .bottom ul li a .text>p {
	font-size: 15px;
	color: #333;
	line-height: 1.5;
	font-weight: 100;
	text-align: left;
}

.about .main .part06 .w84 .bottom ul li a .text .date {
	margin-top: 40px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.about .main .part06 .w84 .bottom ul li a .text .date .more {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	float: none;
}

.about .main .part06 .w84 .bottom ul li a .text .date .more p {
	font-size: 14px;
	color: #000;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.about .main .part06 .w84 .bottom ul li a .text .date .more .m_icon {
	margin-left: 8px;
	width: 20px;
	height: 20px;
	background-color: #009944;
	line-height: 20px;
	text-align: center;
}

.about .main .part06 .w84 .bottom ul li a .text .date .more .m_icon i {
	display: block;
	transform: rotate(45deg);
	color: #fff;
	font-size: 10px;
	font-weight: 100px;
}

.about .main .part06 .w84 .bottom ul li a .text .date .d p {
	font-size: 15px;
	color: #999;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.about .main .part06 .w84 .bottom .swiper-pagination-bullet {
	width: 36px;
	border-radius: 0;
	height: 2px;
	margin: 0 1px;
}

.about .main .part06 .w84 .bottom .swiper-pagination-bullet-active {
	height: 3px;
	background-color: #000;
}



@media screen and (max-width: 1440px) {
	.about .main .part01 {
		margin-top: 80px;
	}

	.about .main .part01 .w84 .right {
		width: 20%;
	}
	.about .main .part01 .w84 .right1{
		margin-top: 15%;
	}

	.about .main .part01 .w84 .left {
		width: 76%;
	}

	.about .main .part01 .w84 .left .pt01_title h1 img {
		width: 100%;
	}

	.about .main .part01 .w84 .left .pt01_title h2 {
		font-size: 30px;
	}

	.about .main .part01 .w84 .left .pt01_content p {
		font-size: 14px;
	}

	.about .main .part01 .w84 .right .r_item p {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.about .main .part01 .w84 .right .r_item h3 {
		font-size: 38px;
	}

	.about .main .part01 .w84 .right .r_item h4 {
		font-size: 38px;
	}

	.about .main .part02 {
		height: 520px;
		margin-top: 60px;
	}

	.about .main .part02 .w84 .title p {
		margin-bottom: 80px;
		font-size: 24px;
	}

	.about .main .part02 .w84 .title h3 {
		font-size: 32px;
	}

	.about .main .part03 .w84 .right h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.about .main .part03 .w84 .right p {
		font-size: 16px;
	}

	.about .main .part03 .w84 .right h4 {
		font-size: 16px;
	}

	.about .main .part03 {
		/* height: 720px; */
	}

	.about .main .part05 ul li {
		padding: 60px 0;
	}

	.about .main .part05 ul li .cont h3 {
		margin-bottom: 30px;
	}

	.about .main .part05 ul li .cont .a_icon i {
		font-size: 48px;
	}

	.about .main .part04 .w84 .pt04_title h2 {
		font-size: 30px;
	}

	.about .main .part04 .w84 .pt04_title {
		margin-top: 100px;
		margin-bottom: 60px;
	}

	.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content ul li {
		font-size: 14px;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 h5 {
		line-height: 1.3;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 p {
		font-size: 14px;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 {
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .text h4 {
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .img {
		width: 52%;
	}

	.about .main .part04 .w84 .yuanjing .text {
		width: 42%;
	}

	.about .main .part04 .w84 .btn {
		position: absolute;
		top: 50%;
		width: 100%;
	}
}

@media screen and (max-width: 1366px) {
	.about .main .part01 {
		margin-top: 80px;
	}

	.about .main .part01 .w84 .right {
		width: 20%;
	}
	.about .main .part01 .w84 .right1{
		margin-top: 15%;
	}

	.about .main .part01 .w84 .left {
		width: 76%;
	}

	.about .main .part01 .w84 .left .pt01_title h1 img {
		width: 100%;
	}

	.about .main .part01 .w84 .left .pt01_title h2 {
		font-size: 30px;
	}

	.about .main .part01 .w84 .left .pt01_content p {
		font-size: 14px;
	}

	.about .main .part01 .w84 .right .r_item p {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.about .main .part01 .w84 .right .r_item h3 {
		font-size: 38px;
	}

	.about .main .part01 .w84 .right .r_item h4 {
		font-size: 38px;
	}

	.about .main .part02 {
		height: 520px;
		margin-top: 60px;
	}

	.about .main .part02 .w84 .title p {
		margin-bottom: 80px;
		font-size: 24px;
	}

	.about .main .part02 .w84 .title h3 {
		font-size: 32px;
	}

	.about .main .part03 .w84 .right h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.about .main .part03 .w84 .right p {
		font-size: 16px;
	}

	.about .main .part03 .w84 .right h4 {
		font-size: 16px;
	}

	.about .main .part03 {
		/* height: 720px; */
	}

	.about .main .part05 ul li {
		padding: 60px 0;
	}

	.about .main .part05 ul li .cont h3 {
		margin-bottom: 30px;
	}

	.about .main .part05 ul li .cont .a_icon i {
		font-size: 48px;
	}

	.about .main .part04 .w84 .pt04_title h2 {
		font-size: 30px;
	}

	.about .main .part04 .w84 .pt04_title {
		margin-top: 100px;
		margin-bottom: 60px;
	}

	.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content ul li {
		font-size: 14px;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 h5 {
		line-height: 1.3;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 p {
		font-size: 14px;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 {
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .text h4 {
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .img {
		width: 52%;
	}

	.about .main .part04 .w84 .yuanjing .text {
		width: 42%;
	}
	.about .main .part04 .w84 .btn {
		position: absolute;
		top: 50%;
		width: 100%;
	}
}

@media screen and (max-width: 1280px) {
	.about .main .part01 {
		margin-top: 60px;
	}

	.about .main .part01 .w84 .right {
		width: 25%;
	}
	.about .main .part01 .w84 .right1{
		margin-top: 17%;
	}

	.about .main .part01 .w84 .left {
		width: 70%;
	}

	.about .main .part01 .w84 .left .pt01_title .title {
		font-size: 73px;
		font-weight: bold;
		color: #009944;
		opacity: 0.3;
		text-align: left;
		letter-spacing: 2px;
		padding-bottom: 15px;
	}

	.about .main .part01 .w84 .right .img img {
		width: 100%;
	}

	.about .main .part01 .w84 .left .pt01_title h1 img {
		width: 100%;
	}

	.about .main .part01 .w84 .left .pt01_title h2 {
		font-size: 30px;
	}

	.about .main .part01 .w84 .left .pt01_content p {
		font-size: 14px;
	}

	.about .main .part01 .w84 .right .r_item p {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.about .main .part01 .w84 .right .r_item h3 {
		font-size: 38px;
	}

	.about .main .part01 .w84 .right .r_item h4 {
		font-size: 38px;
	}

	.about .main .part02 {
		height: 520px;
		margin-top: 60px;
	}

	.about .main .part02 .w84 .title p {
		margin-bottom: 80px;
		font-size: 24px;
	}

	.about .main .part02 .w84 .title h3 {
		font-size: 32px;
	}

	.about .main .part03 .w84 .right h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.about .main .part03 .w84 .right p {
		font-size: 16px;
	}

	.about .main .part03 .w84 .right h4 {
		font-size: 16px;
	}

	.about .main .part03 {
		/* height: 720px; */
	}

	.about .main .part05 ul li {
		padding: 60px 0;
	}

	.about .main .part05 ul li .cont h3 {
		margin-bottom: 30px;
	}

	.about .main .part05 ul li .cont .a_icon i {
		font-size: 48px;
	}

	.about .main .part04 .w84 .pt04_title h2 {
		font-size: 30px;
	}

	.about .main .part04 .w84 .pt04_title {
		margin-top: 100px;
		margin-bottom: 60px;
	}

	.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content ul li {
		font-size: 14px;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 h5 {
		line-height: 1.3;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 p {
		font-size: 14px;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 {
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .text h4 {
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .img {
		width: 52%;
	}

	.about .main .part04 .w84 .yuanjing .text {
		width: 42%;
	}
	.about .main .part05 ul li .cont p {
		transition: all 0.5s;
		font-size: 14px;
		color: #fff;
		line-height: 1;
		font-weight: 400;
		text-align: center;
	}
	.about .main .part04 .w84 .btn {
		position: absolute;
		top: 50%;
		width: 100%;
	}
}


@media screen and (max-width: 1024px) {
	.about .main .part01 {
		margin-top: 50px;
	}

	.about .main .part01 .w84 .right {
		width: 26%;
	}
	.about .main .part01 .w84 .right1{
		margin-top: 25%;
	}

	.about .main .part01 .w84 .left {
		width: 70%;
	}

	.about .main .part01 .w84 .left .pt01_title .title {
		font-size: 65px;
		font-weight: bold;
		color: #009944;
		opacity: 0.3;
		text-align: left;
		letter-spacing: 2px;
		padding-bottom: 15px;
	}

	.about .main .part01 .w84 .left .pt01_title h1 img {
		width: 100%;
	}

	.about .main .part01 .w84 .left .pt01_title h2 {
		font-size: 30px;
	}

	.about .main .part01 .w84 .left .pt01_content p {
		font-size: 14px;
	}

	.about .main .part01 .w84 .right .r_item p {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.about .main .part01 .w84 .right .r_item h3 {
		font-size: 38px;
	}

	.about .main .part01 .w84 .right .r_item h4 {
		font-size: 38px;
	}

	.about .main .part02 {
		height: 520px;
		margin-top: 60px;
	}

	.about .main .part02 .w84 .title p {
		margin-bottom: 80px;
		font-size: 24px;
	}

	.about .main .part02 .w84 .title h3 {
		font-size: 32px;
	}

	.about .main .part03 .w84 .right h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.about .main .part03 .w84 .right p {
		font-size: 16px;
	}

	.about .main .part03 .w84 .right h4 {
		font-size: 16px;
	}

	.about .main .part03 {
		/* height: 720px; */
	}

	.about .main .part05 ul li {
		padding: 60px 0;
	}

	.about .main .part05 ul li .cont h3 {
		margin-bottom: 30px;
	}

	.about .main .part05 ul li .cont .a_icon i {
		font-size: 48px;
	}

	.about .main .part04 .w84 .pt04_title h2 {
		font-size: 30px;
	}

	.about .main .part04 .w84 .pt04_title {
		margin-top: 100px;
		margin-bottom: 60px;
	}

	.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content ul li {
		font-size: 14px;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 h5 {
		line-height: 1.3;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 p {
		font-size: 14px;
	}

	.about .main .part04 .w84 .yuanjing .text .t1 {
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .text h4 {
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .img {
		width: 52%;
	}

	.about .main .part04 .w84 .yuanjing .text {
		width: 42%;
	}

	.about .main .part05 ul li .cont p {
		transition: all 0.5s;
		font-size: 13px;
		color: #fff;
		line-height: 1;
		font-weight: 400;
		text-align: center;
	}
	.about .main .part04 .w84 .btn {
		position: absolute;
		top: 50%;
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.about .main .part01 {
		margin-top: 50px;
	}

	.about .main .part01 .w84 .left .pt01_title h4 {
		margin-top: 16px;
	}

	.about .main .part01 .w84 .left {
		width: 100%;
	}

	.about .main .part01 .w84 .center {
		display: none;
	}

	.about .main .part01 .w84 .right {
		width: 100%;
		display: none;
	}

	.about .main .part01 .w84 .left .pt01_title h2 {
		font-size: 24px;
	}

	.about .main .part02 .w84 .title h3 {
		font-size: 24px;
	}

	.about .main .part02 .w84 .title p {
		font-size: 16px;
	}

	.about .main .part02 .w84 .title img {
		width: 60px;
	}

	.about .main .part02 {
		height: 420px;
	}

	.about .main .part03 {
		margin-top: 50px;
	}

	.about .main .part03 .w84 .left {
		width: 100%;
	}

	.about .main .part03 .w84 .right {
		width: 100%;
		margin-top: 40px;
	}

	.about .main .part03 .w84 .right h1 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.about .main .part05 ul li {
		width: 100%;
		padding: 30px 0;
	}

	.about .main .part05 ul li .cont h3 {
		margin-bottom: 16px;
		font-size: 20px;
		margin-top: 18px;
	}

	.about .main .part05 ul li .cont p {
		font-size: 16px;
	}

	.about .main .part04 .w84 .pt04_title h2 {
		font-size: 24px;
	}

	.about .main .part04 .w84 .yuanjing .img {
		width: 100%;
		margin-bottom: 30px;
	}

	.about .main .part04 .w84 .yuanjing .text {
		width: 100%;
	}

	.about .main .part04 .w84 .yuanjing .text h4 {
		font-size: 24px;
	}
}

.zuzhi .main {
	background-image: url(../images/zuzhi_bg.jpg);
	background-position: top left;
	background-size: cover;
	overflow: hidden;
}

.zuzhi .main .part01 {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media screen and (max-width: 1680px) {
	.zuzhi .main .part01 .w84 .z_content img {
		width: 100%;
	}
}

@media screen and (max-width: 1440px) {
	.zuzhi .main .part01 .w84 .z_content img {
		width: 100%;
	}
}

.shehui .main .part01 {
	margin-top: 120px;
	margin-bottom: 100px;
}

.shehui .main .part01 .w84 .title h3 {
	font-size: 38px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.shehui .main .part01 .w84 .title p {
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	font-weight: 100;
	text-align: center;
}

.shehui .main .part01 .w84 .content {
	margin-top: 100px;
	position: relative;
}

.shehui .main .part01 .w84 .content .swiper-container {
	width: 90%;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper {
	margin-bottom: 60px;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide {
	flex-wrap: wrap;
	justify-content: flex-start;
	border-left: 1px solid #e7e7e7;
	padding-left: 30px;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt h1 {
	font-size: 30px;
	color: #333;
	line-height: 2;
	font-weight: 400;
	text-align: left;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt h3 {
	font-size: 24px;
	color: #333;
	line-height: 2;
	font-weight: 400;
	text-align: left;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt p {
	font-size: 15px;
	color: #333;
	line-height: 1.4;
	font-weight: 100;
	text-align: left;
	height: 60px;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .img {
	margin-top: 50px;
	margin-bottom: 10px;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .img img {
	width: 100%;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-pagination {
	top: auto;
	bottom: 0;
	height: 2px;
}

.shehui .main .part01 .w84 .content .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
	background-color: #009944;
}

.shehui .main .part01 .w84 .content .btn {
	position: absolute;
	width: 100%;
	top: 50%;
}

.shehui .main .part01 .w84 .content .btn>div {
	border: 1px solid #009944;
	height: 60px;
	width: 30px;
	border-radius: 4px;
}

.shehui .main .part01 .w84 .content .btn>div::after {
	font-size: 18px;
	color: #009944;
}

@media screen and (max-width: 1440px) {
	.shehui .main .part01 .w84 .title h3 {
		font-size: 30px;
	}

	.shehui .main .part01 .w84 .title p {
		font-size: 16px;
	}

	.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt h3 {
		font-size: 20px;
	}

	.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt p {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px) {
	.shehui .main .part01 {
		margin-top: 70px;
	}

	.shehui .main .part01 .w84 .title h3 {
		font-size: 24px;
	}
}

.news .main {
	background-color: #f8f8f8;
	padding-top: 120px;
}

.news .main .part02 .w84 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.news .main .part02 .w84 .left {
	/* width: 76%; */
}

.news .main .part02 .w84 .left ul li {
	margin-bottom: 36px;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	position: relative;
}

.news .main .part02 .w84 .left ul li:hover::after {
	width: 100%;
}

.news .main .part02 .w84 .left ul li:hover a .img img {
	transform: scale(1.2);
	transition: all 2s ease;
}

.news .main .part02 .w84 .left ul li:hover a .text h3 {
	color: #009944;
	transition: all 0.5s ease;
}

.news .main .part02 .w84 .left ul li::after {
	content: "";
	width: 0%;
	height: 4px;
	display: block;
	background-color: #009944;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: all 0.5s ease;
}

.news .main .part02 .w84 .left ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.news .main .part02 .w84 .left ul li a .img {
	width: 35%;
	height: 0;
	padding-bottom: 230px;
	overflow: hidden;
}

.news .main .part02 .w84 .left ul li a .img img {
	width: 100%;
}

.news .main .part02 .w84 .left ul li a .text {
	margin-left: 3%;
	width: 60%;
}

.news .main .part02 .w84 .left ul li a .text h3 {
	font-size: 20px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
}

.news .main .part02 .w84 .left ul li a .text p {
	font-size: 15px;
	color: #333;
	line-height: 1.8;
	font-weight: 100;
	text-align: left;
}

.news .main .part02 .w84 .left ul li a .text span {
	display: block;
	margin-top: 40px;
	font-size: 16px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.news .main .part02 .w84 .right {
	width: 60%;
}

.news .main .part02 .w84 .right.fl {
	position: fixed;
	top: 120px;
	right: 8%;
	width: 17.6%;
	z-index: 0;
}

.news .main .part02 .w84 .right .item {
	margin-bottom: 50px;
}

.news .main .part02 .w84 .right .item .title {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 30px;
	background-color: #009944;
}

.news .main .part02 .w84 .right .item .title h3 {
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	font-weight: 700;
	text-align: left;
}

.news .main .part02 .w84 .right .item .box {
	border: 1px solid #dfdfdf;
}

.news .main .part02 .w84 .right .item .box ul li {
	margin: 12px;
	padding: 18px;
	transition: all 0.5s ease;
}

.news .main .part02 .w84 .right .item .box ul li:hover {
	background-color: #fff;
	box-shadow: 2px 2px 4px #d9d9d9;
}

.news .main .part02 .w84 .right .item .box ul li:hover a {
	color: #009944;
}

.news .main .part02 .w84 .right .item .box ul li a {
	font-size: 16px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.news .main .part02 .w84 .right .item .box {
	border: 1px solid #dfdfdf;
}

.news .main .part02 .w84 .right .item .box .box_sub1 {
	margin: 30px;
}

.news .main .part02 .w84 .right .item .box .box_sub1 p {
	font-size: 16px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

@media screen and (max-width: 1440px) {
	.news .main .part02 .w84 .left ul li a .text h3 {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.4;
	}

	.news .main .part02 .w84 .left ul li a .text span {
		margin-top: 20px;
		font-size: 14px;
	}

	.news .main .part02 .w84 .left ul li a .img {
		padding-bottom: 200px;
	}

	.news .main .part02 .w84 .left ul li a .text p {
		font-size: 14px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 992px) {
	.news .main {
		padding-top: 70px;
	}

	.news .main .part02 .w84 .left {
		width: 100%;
	}

	.news .main .part02 .w84 .right {
		display: none;
	}

	.news .main .part02 .w84 .left ul li a .img {
		width: 100%;
	}

	.news .main .part02 .w84 .left ul li a .text {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
		padding: 20px;
	}
}

.news_details .main {
	background-color: #f8f8f8;
}

.news_details .main .part01 {
	padding-top: 120px;
}

.news_details .main .part01 .w84 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.news_details .main .part01 .w84 .left {
	width: 76%;
	/* background-color: #fff; */
	background: linear-gradient(#ffffff 0%, #F1FFF8 20%, #F1FFF8 100%);
	padding: 74px 0px;
	box-sizing: border-box;
}

.news_details .main .part01 .w84 .left .nd_title {
	margin-bottom: 30px;
	padding: 0px 64px;
}

.news_details .main .part01 .w84 .left .nd_title h3 {
	font-size: 34px;
	color: #333;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
}

.news_details .main .part01 .w84 .left .nd_tool {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 64px;
	padding-right: 64px;
}

.news_details .main .part01 .w84 .left .nd_tool p {
	font-size: 16px;
	color: #333;
	line-height: 1.2;
	font-weight: 100;
	text-align: left;
	margin-right: 20px;
}

.news_details .main .part01 .w84 .left .nd_body {
	margin-top: 40px;
	background-image: url(../images/technology.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position-y: 45px;
	padding-bottom: 20px;
	padding-left: 64px;
	padding-right: 64px;
}


.news_details .main .part01 .w84 .left .nd_body p {
	font-size: 15px;
	color: #333;
	line-height: 2;
	font-weight: 100;
	text-align: left;
}

.news_details .main .part01 .w84 .left .nd_body img {
	width: 100%;
}

.news_details .main .part01 .w84 .left .nd_page {
	border-top: 1px solid #dfdfdf;
	padding-top: 30px;
	margin-top: 40px;
	padding-left: 64px;
	padding-right: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.news_details .main .part01 .w84 .left .nd_page .nd_page_left .nd_pre {
	margin-bottom: 20px;
}

.news_details .main .part01 .w84 .left .nd_page .nd_page_left .nd_pre a {
	font-size: 16px;
	color: #333;
	line-height: 1.2;
	font-weight: 100;
	text-align: left;
}

.news_details .main .part01 .w84 .left .nd_page .nd_page_left .nd_next a {
	font-size: 16px;
	color: #333;
	line-height: 1.2;
	font-weight: 100;
	text-align: left;
}

.news_details .main .part01 .w84 .left .nd_page .nd_page_right a {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	z-index: 2;
	position: relative;
	transition: box-shadow 0.5s #009944;
	background-color: #009944;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	font-weight: 100;
	text-align: center;
}

.news_details .main .part01 .w84 .left .nd_page .nd_page_right a:hover::after {
	transform: scale(1.4);
}

.news_details .main .part01 .w84 .left .nd_page .nd_page_right a:hover::before {
	transform: scale(1.8);
}

.news_details .main .part01 .w84 .left .nd_page .nd_page_right a::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	background-color: #009944;
	z-index: -1;
	opacity: 0.4;
}

.news_details .main .part01 .w84 .left .nd_page .nd_page_right a::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	background-color: #009944;
	z-index: -2;
	opacity: 0.2;
}

.news_details .main .part01 .w84 .right {
	width: 21%;
	background-color: #fff;
}

.news_details .main .part01 .w84 .right.fl {
	position: fixed;
	top: 120px;
	right: 8%;
	width: 17.6%;
	z-index: 0;
}

.news_details .main .part01 .w84 .right .item .title {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
}

.news_details .main .part01 .w84 .right .item .title h3 {
	margin-top: 30px;
	font-size: 24px;
	color: #009944;
	line-height: 60px;
	font-weight: 700;
	text-align: left;
}

.news_details .main .part01 .w84 .right .item .box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.news_details .main .part01 .w84 .right .item .box ul {
	width: 100%;
}

.news_details .main .part01 .w84 .right .item .box ul li {
	width: 100%;
	margin: 20px 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #dfdfdf;
}

.news_details .main .part01 .w84 .right .item .box ul li a {
	width: 100%;
}

.news_details .main .part01 .w84 .right .item .box ul li a .img {
	width: 100%;
	height: 0;
	padding-bottom: 180px;
	overflow: hidden;
}

.news_details .main .part01 .w84 .right .item .box ul li a .img img {
	width: 100%;
}

.news_details .main .part01 .w84 .right .item .box ul li a .text {
	margin-top: 30px;
}

.news_details .main .part01 .w84 .right .item .box ul li a .text h3 {
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	font-weight: 100;
	text-align: left;
	margin-bottom: 16px;
}

.news_details .main .part01 .w84 .right .item .box ul li a .text p {
	font-size: 15px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}



.product .main {
	background-color: #f8f8f8;
}

.product .main .part01 {
	padding-top: 60px;
}

.product .main .part01 .w84 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}


.product .main .part01 .w84 .left {
	width: 25%;
	background-color: #fff;
}

.product .main .part01 .w84 .left.fl {
	/* position: fixed;
	top: 120px;
	right: 8%;
	width: 17.6%;
	z-index: 0; */
}

.product .main .part01 .w84 .left .item .title {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
}

.product .main .part01 .w84 .left .item .title h3 {
	margin-top: 30px;
	font-size: 24px;
	color: #009944;
	line-height: 60px;
	font-weight: 700;
	text-align: left;
}

.product .main .part01 .w84 .left .item .box {
	width: 100%;
	box-sizing: border-box;
	/* padding: 0 20px; */
}

.product .main .part01 .w84 .left .item .box dl {
	width: 100%;
	background-color: #EFF5F2;
}

.product .main .part01 .w84 .left .item .box dt {
	background-color: #009944;
	color: #fff;
	font-size: 18px;
	padding: 8px 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .main .part01 .w84 .left .item .box dt .aa {
	transition: all .5s;
}

.product .main .part01 .w84 .left .item .box dt .go {
	transform: rotate(90deg);
	transition: all .5s;
}

.product .main .part01 .w84 .left .item .box .product dd {
	display: none;
}

.product .main .part01 .w84 .left .item .box dd {
	padding: 10px 14px;
	font-size: 16px;
}


.product .main .part01 .w84 .left .item .box ul {
	width: 100%;
}

.product .main .part01 .w84 .left .item .box ul li {
	width: 100%;
	margin: 20px 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #dfdfdf;
}

.product .main .part01 .w84 .left .item .box ul li a {
	width: 100%;
}

.product .main .part01 .w84 .left .item .box ul li a .img {
	width: 100%;
	height: 0;
	padding-bottom: 180px;
	overflow: hidden;
}

.product .main .part01 .w84 .left .item .box ul li a .img img {
	width: 100%;
}

.product .main .part01 .w84 .left .item .box ul li a .text {
	margin-top: 30px;
}

.product .main .part01 .w84 .left .item .box ul li a .text h3 {
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	font-weight: 100;
	text-align: left;
	margin-bottom: 16px;
}

.product .main .part01 .w84 .left .item .box ul li a .text p {
	font-size: 15px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.product .main .part01 .w84 .rightBg {
	width: 72%;
	/* background-color: #fff; */
	background: linear-gradient(#ffffff 0%, #F1FFF8 40%, #F1FFF8 100%);
	padding: 40px 0px;
}



.product .main .part01 .w84 .rightBg .right {
	box-sizing: border-box;
	background-image: url(../images/productBg.png);
	background-repeat: no-repeat;
	background-size: 100% 600px;
	background-position-y: 400px;
}

.product .main .part01 .w84 .rightBg .right .nd_title {
	margin-bottom: 30px;
	padding: 0px 64px;
}

.product .main .part01 .w84 .rightBg .right .nd_title h3 {
	font-size: 34px;
	color: #333;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
}

.product .main .part01 .w84 .rightBg .right .nd_title h4 {
	font-size: 21px;
	color: #333;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
}

.product .main .part01 .w84 .rightBg .right .nd_tool {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 64px;
	padding-right: 64px;
}

.product .main .part01 .w84 .rightBg .right .nd_tool p {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	font-weight: 100;
	text-align: left;
	margin-right: 20px;
	font-weight: bold;
}

.product .main .part01 .w84 .rightBg .right .nd_body {
	margin-top: 40px;
	/* background-image: url(../images/technology.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position-y: 45px; */
	padding-bottom: 20px;
	padding-left: 64px;
	padding-right: 64px;
}

.product .main .part01 .w84 .rightBg .right .nd_body .title {
	background-color: #009944;
	color: #fff;
	margin-top: 20px;
	padding: 7px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product .main .part01 .w84 .rightBg .right .nd_body .content {
	padding-top: 10px;
}


.product .main .part01 .w84 .rightBg .right .nd_body .content h4 {
	font-size: 21px;
	color: #333;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	padding: 20px 0px;
}

.product .main .part01 .w84 .rightBg .right .nd_body .aa {
	transition: all .5s;
}

.product .main .part01 .w84 .rightBg .right .nd_body .go {
	transform: rotate(90deg);
	transition: all .5s;
}

.product .main .part01 .w84 .rightBg .right .nd_body p {
	font-size: 17px;
	color: #333;
	line-height: 2;
	font-weight: 100;
	text-align: left;
}

.product .main .part01 .w84 .rightBg .right .nd_body img {
	width: 100%;
}

@media screen and (min-width: 1920px) {
	.product .main .part01 .w84 .rightBg .right .nd_title h4 {
		font-size: 22px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_tool p {
		font-size: 22px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .title {
		font-size: 22px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .content h4 {
		font-size: 24px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body p {
		font-size: 22px;
	}
	.product .main .part01 .w84 .left .item .box dt {
		font-size: 24px;
	}
	.product .main .part01 .w84 .left .item .box dd {
		padding: 15px 14px;
		font-size: 16px;
	}
	.product .main .part01 .w84 .left .item .box dd a {
		font-size: 22px!important;
	}
}

@media screen and (max-width: 1440px) {
	.product .main .part01 .w84 .rightBg .right .nd_title h4 {
		font-size: 19px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_tool p {
		font-size: 17px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .title {
		font-size: 17px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .content h4 {
		font-size: 19px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body p {
		font-size: 17px;
	}
	.product .main .part01 .w84 .left .item .box dt {
		font-size: 18px;
	}
	.product .main .part01 .w84 .left .item .box dd {
		padding: 10px 14px;
		font-size: 16px;
	}
	.product .main .part01 .w84 .left .item .box dd a {
		font-size: 17px!important;
	}
}

@media screen and (max-width: 1366px) {
    .product .main .part01 .w84 .rightBg .right .nd_title h4 {
		font-size: 19px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_tool p {
		font-size: 16px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .title {
		font-size: 17px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .content h4 {
		font-size: 19px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body p {
		font-size: 16x;
	}
	.product .main .part01 .w84 .left .item .box dt {
		font-size: 17px;
	}
	.product .main .part01 .w84 .left .item .box dd {
		padding: 9px 14px;
		font-size: 16px;
	}
	.product .main .part01 .w84 .left .item .box dd a {
		font-size: 16px!important;
	}
        
}

@media screen and (max-width: 1280px) {
	.product .main .part01 .w84 .rightBg .right .nd_title h4 {
		font-size: 19px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_tool p {
		font-size: 14px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .title {
		font-size: 17px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .content h4 {
		font-size: 19px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body p {
		font-size: 14px;
	}
	.product .main .part01 .w84 .left .item .box dt {
		font-size: 16px;
	}
	.product .main .part01 .w84 .left .item .box dd {
		padding: 8px 14px;
		font-size: 16px;
	}
	.product .main .part01 .w84 .left .item .box dd a {
		font-size: 15px!important;
	}
}


@media screen and (max-width: 1024px) {
	.product .main .part01 .w84 .rightBg .right .nd_title h4 {
		font-size: 19px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_tool p {
		font-size: 13px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .title {
		font-size: 17px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body .content h4 {
		font-size: 19px;
	}
	.product .main .part01 .w84 .rightBg .right .nd_body p {
		font-size: 13px;
	}
	.product .main .part01 .w84 .left .item .box dt {
		font-size: 13px;
	}
	.product .main .part01 .w84 .left .item .box dd {
		padding: 7px 14px;
		font-size: 16px;
	}
	.product .main .part01 .w84 .left .item .box dd a {
		font-size: 12px!important;
	}
	
}

.productDetail .part02 {
	/* margin-top: 140px; */
	position: relative;
	width: 100%;
	/* height: 960px; */
	background-image: url(../images/productDetailBg.png);
	/* background-position: 0% 70%; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position-y: 370px;
}

.productDetail .part02 .w84 .top {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}

.productDetail .part02 .w84 .top>div {
	margin: 0 20px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.productDetail .part02 .w84 .top>div.active::after {
	width: 100%;
	left: 0;
}

.productDetail .part02 .w84 .top>div::after {
	height: 11px;
	background-image: url(../images/h_bg.png);
	background-position: bottom center;
	content: "";
	display: block;
	width: 0%;
	transition: ease 0.5s;
	position: absolute;
	left: 50%;
	bottom: -20px;
}

.productDetail .part02 .w84 .top>div img {
	height: 60px;
}

.productDetail .part02 .w84 .top>div h3 {
	margin-left: 16px;
	font-size: 30px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.productDetail .part02 .w84 .bottom {
	margin-top: 60px;
	position: relative;
}

.productDetail .part02 .w84 .bottom .item {
	/* position: absolute; */
	top: 0px;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 1s ease;
}

.productDetail .part02 .w84 .bottom .item.active {
	opacity: 1;
	z-index: 2;
}

.productDetail .part02 .w84 .bottom .item .title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.productDetail .part02 .w84 .bottom .item .title ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.productDetail .part02 .w84 .bottom .item .title ul li {
	cursor: pointer;
	background-color: #EEF9F4;
	width: 25%;
	color: #000;
	font-size: 22px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}


.productDetail .part02 .w84 .bottom .item .title ul li.active {
	color: #fff;
	background-color: #009944;
}

.productDetail .part02 .w84 .bottom .item .title .t1 {
	cursor: pointer;
	background-color: #EEF9F4;
	width: 25%;
}

.index_conproductDetailtent .part02 .w84 .bottom .item .title .t1.active {
	color: #fff;
	background-color: #009944;
}

.productDetail .part02 .w84 .bottom .item .title .t1.active h4 {
	color: #fff;
	background-color: #009944;
	padding: 10px 40px;
}

.productDetail .part02 .w84 .bottom .item .title .t1 h4 {
	font-size: 20px;
	color: #000;
	line-height: 44px;
	font-weight: 400;
	text-align: center;
	padding: 10px 40px;
}



.productDetail .part01 .w84 .content {
	display: flex;
	justify-content: space-between;
}

.productDetail .part01 .w84 .content .left {
	background: none;
	width: 35%;
}

.productDetail .part01 .w84 .content .left img {
	width: 100%;
}


.productDetail .part01 .w84 .content .right {
	width: 64%;
	background: none;
	/* padding: 74px 0px; */
}

/* 滚动条宽度 */
/* ::-webkit-scrollbar {
	width: 2px;
	background-color: transparent;
} */

/* 滚动条颜色 */
/* ::-webkit-scrollbar-thumb {
	background-color: #009944;
} */

.productDetail .part01 .w84 .content .right table {
	width: 100%;
	border-spacing: 0px;
	/* border-collapse: collapse; */
	border: 0;
}

.productDetail .part01 .w84 .content .right table caption {
	font-weight: bold;
	font-size: 24px;
	line-height: 50px;
}

.productDetail .part01 .w84 .content .right table th,
table td {
	height: 80px;
	text-align: center;
	font-size: 20px;
	/* border: 1px solid gray; */
}

.productDetail .part01 .w84 .content .right table thead {
	color: #fff;
	background-color: #009944;
}

.productDetail .part01 .w84 .content .right table tbody {
	display: block;
	/* width: calc(100% + 2px); */
	/*这里的8px是滚动条的宽度*/
	height: 300px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 5px;
}

/* 滚动条样式 */
.productDetail .part01 .w84 .content .right table tbody::-webkit-scrollbar {
	width: 6px;
}

.productDetail .part01 .w84 .content .right table tbody::-webkit-scrollbar-thumb {
	background-color: #01F5F1;
	border-radius: 5px;
}

.productDetail .part01 .w84 .content .right table tbody::-webkit-scrollbar-track {
	background-color: #004453;
}

.productDetail .part01 .w84 .content .right table tbody::-webkit-scrollbar-thumb:hover {
	background-color: rgb(17, 177, 174)
}

.productDetail .part01 .w84 .content .right table tbody::-webkit-scrollbar-thumb:active {
	background-color: rgb(9, 136, 134)
}


.productDetail .part01 .w84 .content .right table tfoot {
	background-color: #71ea71;
}

.productDetail .part01 .w84 .content .right table thead tr,
table tbody tr,
table tfoot tr {
	box-sizing: border-box;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.productDetail .part01 .w84 .content .right table tbody tr:nth-of-type(odd) {
	background: #DEF3E9;
	border-bottom: solid 1px #fff;
}

.productDetail .part01 .w84 .content .right table tbody tr:nth-of-type(even) {
	background: #EEF9F4;
	border-bottom: solid 1px #fff;
}

.productDetail .part01 .w84 .content .right table tbody tr td {
	border: none;
}

.productDetail .part02 .w84 .bottom .item .i_list {
	margin-top: 30px;
}


.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left {
	width: 54%;
	margin-bottom: 100px;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h5 {
	font-size: 24px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h3 {
	font-size: 42px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 60px;
}


.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h4 {
	font-size: 26px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left .lefttitle{
	font-size: 40px;
	color: #009944;
	text-align: center;
	font-weight: bold;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	/* margin-bottom: 110px; */
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left a {
	display: inline-block;
	padding: 12px 40px;
	background-color: #009944;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left a i {
	margin-left: 10px;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right {
	width: 38%;
	border-radius: 6px;
	overflow: hidden;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img {
	width: 100%;
	height: 460px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	overflow: hidden;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img img {
	width: 120%;
	-webkit-filter: url(#water);
	filter: url(#water);
	margin-top: -20px;
	margin-left: -20px;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination {
	display: inline-block;
	left: 0;
	width: auto;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 36px;
	border-radius: 0px;
	height: 2px;
	margin: 0px 1px;
}

.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #000;
}


@media screen and (max-width: 1920px) {
	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left .lefttitle {
		font-size: 40px;
		color: #009944;
		text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
		font-size: 18px;
		color: #000;
		line-height: 1.8;
		font-weight: 400;
		text-align: left;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h4 {
		font-size: 26px;
		color: #000;
		line-height: 1;
		font-weight: 700;
		text-align: left;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1440px) {

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left .lefttitle {
		font-size: 36px;
		color: #009944;
		text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
		font-size: 16px;
		color: #000;
		line-height: 1.8;
		font-weight: 400;
		text-align: left;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h4 {
		font-size: 24px;
		color: #000;
		line-height: 1;
		font-weight: 700;
		text-align: left;
		margin-bottom: 20px;
		margin-top: 20px;
	}

}

@media screen and (max-width: 1366px) {

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left .lefttitle {
		font-size: 36px;
		color: #009944;
		text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
		font-size: 16px;
		color: #000;
		line-height: 1.8;
		font-weight: 400;
		text-align: left;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h4 {
		font-size: 24px;
		color: #000;
		line-height: 1;
		font-weight: 700;
		text-align: left;
		margin-bottom: 20px;
		margin-top: 20px;
	}

}

@media screen and (max-width: 1280px) {

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left .lefttitle {
		font-size: 30px;
		color: #009944;
		text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
		font-size: 14px;
		color: #000;
		line-height: 1.8;
		font-weight: 400;
		text-align: left;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h4 {
		font-size: 19px;
		color: #000;
		line-height: 1;
		font-weight: 700;
		text-align: left;
		margin-bottom: 20px;
		margin-top: 20px;
	}

}

@media screen and (max-width: 1024px) {
	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left .lefttitle {
		font-size: 28px;
		color: #009944;
		text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
		font-size: 11px;
		color: #000;
		line-height: 1.8;
		font-weight: 400;
		text-align: left;
	}

	.productDetail .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h4 {
		font-size: 19px;
		color: #000;
		line-height: 1;
		font-weight: 700;
		text-align: left;
		margin-bottom: 20px;
		margin-top: 20px;
	}

}


@media screen and (max-width: 1440px) {
	.news_details .main .part01 {
		padding-top: 100px;
	}

	.news_details .main .part01 .w84 .left .nd_title h3 {
		font-size: 24px;
	}

	.news_details .main .part01 .w84 .left .nd_tool p {
		font-size: 14px;
	}

	.news_details .main .part01 .w84 .left .nd_body p {
		font-size: 14px;
	}

	.news_details .main .part01 .w84 .right .item .title h3 {
		font-size: 20px;
		margin-top: 14px;
	}

	.news_details .main .part01 .w84 .right .item .title {
		height: 40px;
	}

	.news_details .main .part01 .w84 .right .item .box ul li a .text h3 {
		font-size: 16px;
	}

	.news_details .main .part01 .w84 .right .item .box ul li a .img {
		padding-bottom: 140px;
	}
}

@media screen and (max-width: 992px) {
	.news_details .main .part01 .w84 .left {
		width: 100%;
		padding: 24px 20px;
	}

	.news_details .main .part01 .w84 .right {
		display: none;
	}

	.news_details .main .part01 {
		padding-top: 70px;
	}

	.news_details .main .part01 .w84 .left .nd_title h3 {
		font-size: 20px;
	}

	.news_details .main .part01 .w84 .left .nd_page .nd_page_right {
		margin-top: 30px;
	}
}

.contact .main .part01 .w84 {
	position: relative;
}

.contact .main .part01 .w84 .title {
	margin-top: 120px;
	margin-bottom: 26px;
}

.contact .main .part01 .w84 .title h1 {
	font-size: 38px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.contact .main .part01 .w84 .postion {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.contact .main .part01 .w84 .postion p {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 30px;
}

.contact .main .part01 .w84 .postion p i {
	font-size: 24px;
	margin-right: 10px;
}

.contact .main .part01 .w84 .content {
	margin-top: 60px;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.contact .main .part01 .w84 .content .item {
	width: 48%;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	margin-bottom: 30px;
	position: relative;
	transition: all 0.5s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.contact .main .part01 .w84 .content .item::after {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background-color: #009944;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.5s ease;
}

.contact .main .part01 .w84 .content .item:hover {
	padding: 20px 30px;
}

.contact .main .part01 .w84 .content .item:hover::after {
	width: 100%;
}

.contact .main .part01 .w84 .content .item:hover .left i {
	color: #fff;
}

.contact .main .part01 .w84 .content .item:hover .left h3 {
	color: #fff;
}

.contact .main .part01 .w84 .content .item:hover .left h4 {
	color: #fff;
}

.contact .main .part01 .w84 .content .item:hover .right i {
	color: #fff;
}

.contact .main .part01 .w84 .content .item .left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.contact .main .part01 .w84 .content .item .left i {
	font-size: 30px;
	margin-right: 10px;
}

.contact .main .part01 .w84 .content .item .left h3 {
	font-size: 20px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin-right: 16px;
}

.contact .main .part01 .w84 .content .item .left h4 {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.contact .main .part01 .w84 .content .item .right i {
	font-size: 24px;
}

.contact .main .part02 {
	background-image: url(../images/message.jpg);
	overflow: hidden;
	padding-bottom: 100px;
	background-repeat: no-repeat;
}

.contact .main .part02 .w84 {
	background-color: #fff;
	padding: 0 40px 40px;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px #dcdcdc;
}

.contact .main .part02 .w84 .title {
	margin-top: 100px;
	padding-top: 50px;
}

.contact .main .part02 .w84 .title h3 {
	font-size: 26px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.contact .main .part02 .w84 .title p {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: center;
}

.contact .main .part02 .w84 .i_content {
	margin-top: 60px;
}

.contact .main .part02 .w84 .i_content .i_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.contact .main .part02 .w84 .i_content .i_top .i_item {
	width: 32%;
	background-color: #f8f8f8;
}

.contact .main .part02 .w84 .i_content .i_top .i_item input {
	width: 100%;
	padding-left: 20px;
	font-size: 15px;
	color: #333;
	line-height: 56px;
	font-weight: 100;
	text-align: left;
	background-color: #f8f8f8;
}

.contact .main .part02 .w84 .i_content .i_bottom {
	margin-top: 20px;
}

.contact .main .part02 .w84 .i_content .i_bottom textarea {
	width: 100%;
	height: 300px;
	background-color: #f8f8f8;
	padding: 20px;
	color: #333;
	font-size: 15px;
}

.contact .main .part02 .w84 .i_content .i_tijiao {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.contact .main .part02 .w84 .i_content .i_tijiao button {
	width: 200px;
	font-size: 15px;
	color: #fff;
	line-height: 56px;
	font-weight: 100;
	text-align: center;
	background-color: #009944;
	margin-right: 6px;
	cursor: pointer;
}

.contact .main .part02 .w84 .i_content .i_tijiao button#cz {
	background-color: #009944;
}

.contact .main .part03 {
	margin-bottom: 120px;
}

.contact .main .part03 .w84 .dateSelect {
	line-height: 80px;
	width: 100%;
	background-color: #009944;
}

.contact .main .part03 .w84 .dateSelect ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.contact .main .part03 .w84 .dateSelect ul li {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	line-height: inherit;
	font-weight: 400;
	text-align: left;
	margin: 0 40px;
}

.contact .main .part03 .w84 .dateSelect ul li.active {
	font-weight: bold;
	font-size: 20px;
}

.contact .main .part03 .w84 .baogaoList .listItem {
	display: none;
}

.contact .main .part03 .w84 .baogaoList .listItem.active {
	display: block;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li {
	line-height: 120px;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li::before {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background-color: #009944;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.contact .main .part03 .w84 .baogaoList .listItem ul li:hover::before {
	width: 100%;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li:hover a .box1 p {
	color: #009944;
	font-size: 20px;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li:hover a .box2 p {
	color: #009944;
	font-size: 20px;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li:hover a .box3 i {
	background: url(../images/xiazai_hover.png) no-repeat center;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 {
	width: 60%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 3%;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 p {
	font-size: 18px;
	color: #333;
	line-height: inherit;
	font-weight: 400;
	text-align: left;
	padding-left: 14px;
	transition: all 0.5s;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li a .box2 {
	width: 15%;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li a .box2 p {
	font-size: 18px;
	color: #333;
	line-height: inherit;
	font-weight: 400;
	text-align: left;
	transition: all 0.5s;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li a .box3 {
	width: 8%;
}

.contact .main .part03 .w84 .baogaoList .listItem ul li a .box3 i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/xiazai.png) no-repeat center;
}

.contact .main .ditu {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}

.contact .main .ditu .w84 {
	padding: 20px;
	box-sizing: border-box;
	background-color: #f8f8f8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	box-shadow: 1px 1px 10px #252525;
}

.contact .main .ditu .w84 .close {
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 6;
	width: 40px;
	height: 40px;
	background-color: #009944;
	border-radius: 20px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.contact .main .ditu .w84 .close img {
	width: 20px;
	display: inline;
}

@media screen and (max-width: 1440px) {
	.contact .main .part01 .w84 .title h1 {
		font-size: 30px;
	}

	.contact .main .part01 .w84 .content .item .left h3 {
		font-size: 16px;
	}

	.contact .main .part01 .w84 .content .item .left i {
		font-size: 24px;
	}

	.contact .main .part01 .w84 .content .item:nth-of-type(4) .left i {
		font-size: 20px;
	}

	.contact .main .part01 .w84 .content .item .right i {
		font-size: 18px;
	}

	.contact .main .part02 .w84 .title h3 {
		font-size: 24px;
	}

	.contact .main .part02 .w84 .title p {
		font-size: 16px;
	}

	.contact .main .part02 .w84 .i_content .i_bottom textarea {
		height: 240px;
	}

	.contact .main .part02 .w84 .i_content .i_tijiao button {
		line-height: 48px;
	}

	.contact .main .part03 .w84 .dateSelect {
		line-height: 64px;
	}

	.contact .main .part03 .w84 .dateSelect ul li.active {
		font-size: 18px;
	}

	.contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 p {
		font-size: 16px;
	}

	.contact .main .part03 .w84 .baogaoList .listItem ul li a .box2 p {
		font-size: 16px;
	}

	.contact .main .part03 .w84 .baogaoList .listItem ul li {
		line-height: 90px;
	}
}

@media screen and (max-width: 992px) {
	.contact .main .part01 .w84 .title {
		margin-top: 70px;
	}

	.contact .main .part01 .w84 .title h1 {
		font-size: 22px;
	}

	.contact .main .part01 .w84 .postion p {
		font-size: 16px;
	}

	.contact .main .part01 .w84 .postion p:nth-of-type(2) {
		margin-top: 20px;
	}

	.contact .main .part01 .w84 .content .item {
		width: 100%;
	}

	.contact .main .part02 .w84 .title h3 {
		font-size: 20px;
	}

	.contact .main .part02 .w84 .title p {
		line-height: 1.5;
	}

	.contact .main .part02 .w84 .i_content .i_top .i_item {
		width: 100%;
		margin-bottom: 6px;
	}

	.contact .main .part02 .w84 .i_content .i_tijiao button {
		margin-bottom: 6px;
	}

	.contact .main .part03 .w84 .dateSelect ul {
		justify-content: space-between;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.contact .main .part03 .w84 .dateSelect ul li {
		margin: 0;
	}

	.contact .main .part03 .w84 .baogaoList .listItem ul li a .box2 {
		display: none;
	}

	.contact .main .part03 .w84 .baogaoList .listItem ul li a .box3 {
		display: none;
	}

	.contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 {
		width: 100%;
	}

	.contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 p {
		font-size: 15px;
	}
}

.chanye .main .part01 {
	background-color: #f8f8f8;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/main_bg2.jpg);
}

.chanye .main .part01 .e84 .title {
	margin-bottom: 80px;
}

.chanye .main .part01 .e84 .title h3 {
	font-size: 38px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.chanye .main .part01 .e84 .title p {
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	font-weight: 100;
	text-align: left;
	margin-bottom: 30px;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide {
	height: 450px;
	overflow: hidden;
	padding-left: 8.35vw;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
	width: 0;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	width: 70vw !important;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
	width: 70vw !important;
	padding-left: 6vw;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .sw .img img {
	filter: grayscale(80%) opacity(0.6);
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
	width: 50%;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img img {
	width: 100%;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
	width: 44%;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h5 {
	font-size: 18px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 6px;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
	font-size: 30px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	margin-top: 24px;
	margin-bottom: 40px;
	background-color: #009944;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text p {
	font-size: 15px;
	color: #000;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	margin-bottom: 60px;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a {
	display: inline-block;
	padding: 12px 40px;
	background-color: #009944;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
}

.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a i {
	margin-left: 10px;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination {
	margin-top: 80px;
	width: 100%;
	height: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #009944;
	position: absolute;
	top: 50%;
	left: 0;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span {
	margin-top: 0px;
	position: relative;
	z-index: 3;
	opacity: 1;
	width: 12px;
	height: 12px;
	border: 1px solid #009944;
	border-radius: 6px;
	background-color: #fff;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #009944;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::after {
	opacity: 1;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::before {
	opacity: 1;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span::after {
	opacity: 0.3;
	display: block;
	width: 260px;
	position: absolute;
	left: 0;
	bottom: 30px;
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span::before {
	opacity: 0.3;
	display: block;
	width: 200px;
	position: absolute;
	left: 0;
	bottom: 60px;
	font-size: 36px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::after {
	content: "娴锋磱鐗у満鐢熸€佸吇娈�";
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::before {
	content: "01";
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::after {
	content: "姘翠骇鍝佸姞宸ュ嚭鍙ｅ強绮炬繁鍔犲伐";
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::before {
	content: "02";
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::after {
	content: "淇濈◣鐗╂祦";
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::before {
	content: "03";
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::after {
	content: "浼戦棽娓斾笟";
}

.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::before {
	content: "04";
}

.chanye .main .part02 {
	overflow: hidden;
	background-image: linear-gradient(to right, #0269b4, #009944);
}

.chanye .main .part02 .w84 .title {
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.chanye .main .part02 .w84 .title h3 {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.chanye .main .part02 .w84 .title p {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye .main .part02 .w84 .title p img {
	width: 30px;
	animation: upDown2 2s linear infinite;
}

.chanye .main .part02 .w84 .list {
	margin-top: 70px;
	overflow: hidden;
	height: 440px;
	margin-bottom: 120px;
	transition: all 4s ease;
}

.chanye .main .part02 .w84 .list.active {
	height: 1760px;
}

.chanye .main .part02 .w84 .list ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.chanye .main .part02 .w84 .list ul li {
	width: 25%;
	height: 440px;
	border-left: 1px solid #ffffff30;
	box-sizing: border-box;
	padding: 0 30px 10px;
	position: relative;
}

.chanye .main .part02 .w84 .list ul li:hover a .t5 {
	background-color: #009944;
	padding: 0 20px;
}

.chanye .main .part02 .w84 .list ul li:nth-of-type(4n) {
	border-right: 1px solid #ffffff30;
}

.chanye .main .part02 .w84 .list ul li a .t2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.chanye .main .part02 .w84 .list ul li a .t2 img {
	margin-right: 6px;
}

.chanye .main .part02 .w84 .list ul li a .t2 h4 {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.chanye .main .part02 .w84 .list ul li a .t3 h2 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye .main .part02 .w84 .list ul li a .t4 {
	margin-top: 30px;
}

.chanye .main .part02 .w84 .list ul li a .t4 p {
	font-size: 15px;
	color: #ffffff80;
	line-height: 1.6;
	font-weight: 100;
	text-align: left;
}

.chanye .main .part02 .w84 .list ul li a .t5 {
	border: 1px solid #ffffff30;
	width: 180px;
	position: absolute;
	bottom: 100px;
	transition: all 0.5s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 40px;
}

.chanye .main .part02 .w84 .list ul li a .t5 p {
	font-size: 15px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	text-align: left;
}

.chanye .main .part02 .w84 .list ul li a .t5 i {
	color: #fff;
}

.chanye .main .part02 .w84 .list ul li a .t6 {
	width: calc(100% - 60px);
	height: 1px;
	background-color: #ffffff30;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.chanye .main .part03 {
	margin-bottom: 100px;
}

.chanye .main .part03 .w84 .title {
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.chanye .main .part03 .w84 .title h3 {
	font-size: 30px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.chanye .main .part03 .w84 .title p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye .main .part03 .w84 .title p img {
	width: 30px;
	animation: upDown2 2s linear infinite;
}

.chanye .main .part03 .video {
	margin-top: 40px;
}

.chanye .main .part03 .video ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.chanye .main .part03 .video ul li {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 30px;
	cursor: pointer;
}

.chanye .main .part03 .video ul li .top {
	width: 100%;
	position: relative;
}

.chanye .main .part03 .video ul li .top .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.chanye .main .part03 .video ul li .top .mask h3 {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye .main .part03 .video ul li .top .mask h3 img {
	width: 100px;
}

.chanye .main .part03 .video ul li .top .mask .v_img {
	position: absolute;
	left: 20px;
	bottom: 30px;
}

.chanye .main .part03 .video ul li .top .video_box {
	width: 100%;
}

.chanye .main .part03 .video ul li .top .video_box video {
	width: 100%;
}

.chanye .main .part03 .video ul li .bottom {
	margin-top: 14px;
}

.chanye .main .part03 .video ul li .bottom h3 {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 992px) {
	.chanye .main .part01 {
		padding-top: 70px;
	}

	.chanye .main .part01 .e84 .title h3 {
		font-size: 24px;
	}

	.chanye .main .part01 .e84 .title p {
		font-size: 16px;
	}

	.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
		width: 100%;
	}

	.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
		width: 100%;
	}

	.chanye .main .part01 .e84 .show .w84 .swiper-pagination {
		display: none;
	}

	.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
		font-size: 20px;
	}

	.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
		width: 90% !important;
	}

	.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
		margin-bottom: 30px;
	}

	.chanye .main .part03 .video ul li {
		width: 100%;
	}

	.chanye .main .part02 .w84 .title h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.chanye .main .part02 .w84 .list ul li {
		width: 100%;
	}

	.chanye .main .part02 .w84 .list.active {
		height: auto;
	}
}

.chanye2 .main .part01 {
	background-color: #f8f8f8;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/main_bg3.jpg);
}

.chanye2 .main .part01 .e84 .title {
	margin-bottom: 80px;
}

.chanye2 .main .part01 .e84 .title h3 {
	font-size: 38px;
	color: #009944;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.chanye2 .main .part01 .e84 .title p {
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	font-weight: 100;
	text-align: left;
	margin-bottom: 30px;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide {
	height: 450px;
	overflow: hidden;
	padding-left: 8.35vw;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
	width: 0;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	width: 70vw !important;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
	width: 70vw !important;
	padding-left: 6vw;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .sw .img img {
	filter: grayscale(80%) opacity(0.6);
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
	width: 50%;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img img {
	width: 100%;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
	width: 44%;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h5 {
	font-size: 18px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 6px;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
	font-size: 30px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	margin-top: 24px;
	margin-bottom: 40px;
	background-color: #009944;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text p {
	font-size: 15px;
	color: #000;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	margin-bottom: 60px;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a {
	display: inline-block;
	padding: 12px 40px;
	background-color: #009944;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
}

.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a i {
	margin-left: 10px;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination {
	margin-top: 80px;
	width: 100%;
	height: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #009944;
	position: absolute;
	top: 50%;
	left: 0;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span {
	margin-top: 0px;
	position: relative;
	z-index: 3;
	opacity: 1;
	width: 12px;
	height: 12px;
	border: 1px solid #009944;
	border-radius: 6px;
	background-color: #fff;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #009944;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::after {
	opacity: 1;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::before {
	opacity: 1;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span::after {
	opacity: 0.3;
	display: block;
	width: 260px;
	position: absolute;
	left: 0;
	bottom: 30px;
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span::before {
	opacity: 0.3;
	display: block;
	width: 200px;
	position: absolute;
	left: 0;
	bottom: 60px;
	font-size: 36px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::after {
	content: "鍏嶇柅鎶€鏈钩鍙�";
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::before {
	content: "01";
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::after {
	content: "璐ㄨ氨鎶€鏈钩鍙�";
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::before {
	content: "02";
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::after {
	content: "鍒嗗瓙鎶€鏈钩鍙�";
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::before {
	content: "03";
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::after {
	content: "绗笁鏂瑰尰瀛︽楠屽疄楠屽";
}

.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::before {
	content: "04";
}

.chanye2 .main .part02 {
	overflow: hidden;
	background-image: linear-gradient(to right, #0269b4, #009944);
}

.chanye2 .main .part02 .w84 .title {
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.chanye2 .main .part02 .w84 .title h3 {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.chanye2 .main .part02 .w84 .title p {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye2 .main .part02 .w84 .title p img {
	width: 30px;
	animation: upDown2 2s linear infinite;
}

.chanye2 .main .part02 .w84 .list {
	margin-top: 70px;
	overflow: hidden;
	height: 440px;
	margin-bottom: 120px;
	transition: all 4s ease;
}

.chanye2 .main .part02 .w84 .list.active {
	height: 880px;
}

.chanye2 .main .part02 .w84 .list ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.chanye2 .main .part02 .w84 .list ul li {
	width: 25%;
	height: 440px;
	border-left: 1px solid #ffffff30;
	box-sizing: border-box;
	padding: 0 30px 10px;
	position: relative;
}

.chanye2 .main .part02 .w84 .list ul li:nth-of-type(4n) {
	border-right: 1px solid #ffffff30;
}

.chanye2 .main .part02 .w84 .list ul li:hover a .t5 {
	background-color: #009944;
	padding: 0 20px;
}

.chanye2 .main .part02 .w84 .list ul li a .t2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.chanye2 .main .part02 .w84 .list ul li a .t2 img {
	margin-right: 6px;
}

.chanye2 .main .part02 .w84 .list ul li a .t2 h4 {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.chanye2 .main .part02 .w84 .list ul li a .t3 h2 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye2 .main .part02 .w84 .list ul li a .t4 {
	margin-top: 30px;
}

.chanye2 .main .part02 .w84 .list ul li a .t4 p {
	font-size: 15px;
	color: #ffffff80;
	line-height: 1.6;
	font-weight: 100;
	text-align: left;
}

.chanye2 .main .part02 .w84 .list ul li a .t5 {
	border: 1px solid #ffffff30;
	width: 180px;
	position: absolute;
	bottom: 100px;
	transition: all 0.5s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 40px;
}

.chanye2 .main .part02 .w84 .list ul li a .t5 p {
	font-size: 15px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	text-align: left;
}

.chanye2 .main .part02 .w84 .list ul li a .t5 i {
	color: #fff;
}

.chanye2 .main .part02 .w84 .list ul li a .t6 {
	width: calc(100% - 60px);
	height: 1px;
	background-color: #ffffff30;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.chanye2 .main .part03 {
	margin-bottom: 100px;
}

.chanye2 .main .part03 .w84 .title {
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.chanye2 .main .part03 .w84 .title h3 {
	font-size: 30px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

.chanye2 .main .part03 .w84 .title p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye2 .main .part03 .w84 .title p img {
	width: 30px;
	animation: upDown2 2s linear infinite;
}

.chanye2 .main .part03 .video {
	margin-top: 40px;
}

.chanye2 .main .part03 .video ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.chanye2 .main .part03 .video ul li {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 30px;
	cursor: pointer;
}

.chanye2 .main .part03 .video ul li .top {
	width: 100%;
	position: relative;
}

.chanye2 .main .part03 .video ul li .top .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.chanye2 .main .part03 .video ul li .top .mask h3 {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}

.chanye2 .main .part03 .video ul li .top .mask h3 img {
	width: 100px;
}

.chanye2 .main .part03 .video ul li .top .mask .v_img {
	position: absolute;
	left: 20px;
	bottom: 30px;
}

.chanye2 .main .part03 .video ul li .top .video_box {
	width: 100%;
}

.chanye2 .main .part03 .video ul li .top .video_box video {
	width: 100%;
}

.chanye2 .main .part03 .video ul li .bottom {
	margin-top: 14px;
}

.chanye2 .main .part03 .video ul li .bottom h3 {
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 992px) {
	.chanye2 .main .part01 {
		padding-top: 70px;
	}

	.chanye2 .main .part01 .e84 .title h3 {
		font-size: 24px;
	}

	.chanye .main .part01 .e84 .title p {
		font-size: 16px;
	}

	.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
		width: 100%;
	}

	.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
		width: 100%;
	}

	.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination {
		display: none;
	}

	.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
		font-size: 20px;
	}

	.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
		width: 90% !important;
	}

	.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
		margin-bottom: 30px;
	}

	.chanye2 .main .part03 .video ul li {
		width: 100%;
	}

	.chanye2 .main .part02 .w84 .title h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.chanye2 .main .part02 .w84 .list ul li {
		width: 100%;
	}

	.chanye2 .main .part02 .w84 .list.active {
		height: auto;
	}

	.chanye2 .main .part01 .e84 .title p {
		font-size: 16px;
	}

	.chanye2 .main .part02 .w84 .list ul li a .t3 h2 {
		font-size: 20px;
	}

	.chanye2 .main .part02 .w84 .list ul li a .t2 h4 {
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {
	.w84 {
		width: 90%;
	}
}

.footer-links h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 30px;
}

.footer-links ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

.footer-links ul li {
	flex-basis: 33%;
	/* 每个项的基础宽度为20%，即每行显示5列 */
	/* padding: 0px 20px; */
}

@media (max-width: 3 * 33%) {
	li {
		flex-basis: calc(100% / 3);
		/* 计算每个项的宽度，使其在小于等于4个项时均分 */
	}
}


.wp-container {
	opacity: 0.7;
	right: 1px;
	top: 40%;
	margin-top: -80px;
	position: fixed;
	z-index: 2000000000;
	font-family: "PingFang SC", "Droid Sans Fallback", "microsoft yahei" !important;
	*top: 38%;
}

.container-left {
	position: relative;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	z-index: 2000;
	height: 170px;
	background: #7e93be;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.wp-container .container-right {
	position: absolute;
	float: right;
	padding: 10px 2px;
	background: #fff;
	display: none;
	min-height: 170px; /*218px*/
	border-bottom: 1px solid #20497F;
	border-top: 1px solid #20497F;
	border-left: 1px solid #20487F;
	right: 70px;
	top: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.QQSer,
/*.yun,*/
.wp-qrcode {}

.QQSer

/*,.yun*/
	{
	width: 80px;
}

.spliter {
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: inherit;
	left: 0;
}

.container-right h4 {
	margin: 0;
	padding: 5px;
	list-style: none;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	width: 130px;
	line-height: 24px;
	text-align: center;
	border-bottom: solid 1px #E6E4E4;
}

.qqser-right {
	text-align: center;
	padding-top: 10px;
}

.wp-container a {
	color: #fff;
}

.wp-container .qqbtn {
	display: block;
	text-align: center;
	position: relative;
	width: 50px;
	height: 50px;
	top: 10px;
	cursor: pointer;
	font-size: 12px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.wp-container .qqbtn img{
	width: 100%;
	height: 100%;
}

.wp-container .qqbtn:hover {
	text-decoration: none;
}

.icon-qq {
	display: inline-block;
	width: 22px;
	height: 26px;
	background: url(../imgs/icon-qq-white-small.png);
}

.icon-im {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../imgs/im-bubble-pc-white.png) no-repeat;
}

.icon-qr {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../imgs/qr-icon.png) no-repeat;
}

.off img {
	display: none;
}

.on img {
	display: block;
}

img.qrcode {
	float: right;
	margin: 10px 90px 10px 0;
	position: relative;
	bottom: 160px;
	/* right: 80px; */
}

.qqkf_neirong {
	line-height: 150%;
	margin: 5px auto;
	width: 80px;
}

.qqkf_dianhua {
	line-height: 150%;
	margin: 5px auto;
	width: 100%;
	font-size: 10px;
	color: #000;
}

.wpshow {
	display: block !important;
}

.wphidden {
	display: none !important;
}

.qqkf-a {
	display: block;
	position: relative;
	width: 74px;
}

.qqkf-text {
	display: inline-block;
	position: absolute;
	left: 25px;
	font-size: 10px;
	line-height: 26px;
	color: blue;
}