.index_mobile {
    display: none;
}

.main_wrap {
	margin: 80px 0 0 0;
}

.main_img {
	width: 100%;
	height: auto;
}

img {
	display: block;
}

.menu_img {
	display: none;
}

.programme_wrap {
	box-sizing: border-box;
	position: relative;
	-webkit-box-sizing: border-box;
	padding: 40px 0 100px 0;
}

.programme_top {
	width: 418px;
	height: 416px;
	position: absolute;
	left: 0;
	top: 0;
}

.programme_bottom {
	width: 302px;
	height: 313px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.programme_desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 190px;
	margin: 0 0 60px 0;
}

.programme_desc_img {
	width: 540px;
	height: 370px;
}

.programme_desc_left {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 0 0 0;
}

.programme_icon {
	width: 56px;
	height: 45px;
}

.programme_title {
	font-size: 40px;
	color: #1D2129;
	font-weight: 549;
	margin: 17px 0 24px 0;
}

.programme_desc_text {
	font-size: 16px;
	line-height: 28px;
	color: #4F5869;
	font-weight: 549;
}

.programme_desc_text>span {
	color: #1575FE;
}

.platform_title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.platform_title_text {
	font-size: 35px;
	font-weight: 549;
	margin: 0 32px;
}

.platform_title_icon {
	width: 39px;
	height: 39px;
}


/* 监管痛点 */
.index_jgtd {
	margin: 3vw 0 4vw;
	padding: 0 9vw;
	display: grid;
	justify-items: center;
	grid-template-columns: repeat(4, 1fr);
}

.index_jgtd_box {
	width: 18vw;
	height: 8vw;
	display: flex;
	align-items: center;
	background-image: url("../../images/waste/index_jgtd_bg01.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.index_jgtd_box:nth-of-type(2) {
	background-image: url("../../images/waste/index_jgtd_bg02.png");
}

.index_jgtd_box:nth-of-type(3) {
	background-image: url("../../images/waste/index_jgtd_bg03.png");
}

.index_jgtd_box:nth-of-type(4) {
	background-image: url("../../images/waste/index_jgtd_bg04.png");
}

.index_jgtd_box p {
	width: 7vw;
	transform: translate(8vw, 0);
	font-size: 1.1vw;
}


/* 主要功能 */
.index_zygn {
	margin: 3vw 0 4vw;
	padding: 0 10vw;
	display: grid;
	justify-items: center;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 4vw;
}

.index_zygn_box {
	width: 23vw;
	height: 15vw;
	box-sizing: border-box;
	padding: 1vw 0 0 2.5vw;
	background-image: url("../../images/waste/index_zygn_bg01.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.index_zygn_box:nth-of-type(2) {
	background-image: url("../../images/waste/index_zygn_bg02.png");
}

.index_zygn_box:nth-of-type(3) {
	background-image: url("../../images/waste/index_zygn_bg03.png");
}

.index_zygn_box:nth-of-type(4) {
	background-image: url("../../images/waste/index_zygn_bg04.png");
}

.index_zygn_box:nth-of-type(5) {
	background-image: url("../../images/waste/index_zygn_bg05.png");
}

.index_zygn_box:nth-of-type(6) {
	background-image: url("../../images/waste/index_zygn_bg06.png");
}

.index_zygn_box:nth-of-type(7) {
	background-image: url("../../images/waste/index_zygn_bg07.png");
}

.index_zygn_box:nth-of-type(8) {
	background-image: url("../../images/waste/index_zygn_bg08.png");
}

.index_zygn_box:nth-of-type(9) {
	background-image: url("../../images/waste/index_zygn_bg09.png");
}

.index_zygn_box p:nth-of-type(1) {
	width: 14vw;
	font-size: 1.4vw;
}

.index_zygn_box p:nth-of-type(2) {
	width: 18vw;
	margin-top: 1vw;
	font-size: 0.8vw;
	line-height: 1.5vw;
}


/*视频区域*/
.index_video {
    width: 100%;
}

.index_video_img_pc {
    width: 100%;
    display: block;
}

.index_video_img_mobile {
    display: none;
}


/* 方案优势 */
.case_wrap {
	padding: 100px 0 220px 0;
	background: url("../../images/waste/case_bg.jpg") center center no-repeat;
	background-size: 100% 100%;
}

.white {
	color: #fff;
}

.case_content {
	margin: 80px 0 0 0;
	position: relative;
}

.case_img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 45px;
}

.case_list_top {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 295px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 233px 0;
}

.case_list_bottom {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 295px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case_item {
	display: flex;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 32px;
	background: rgba(255, 255, 255, 0.05);
	border: 0.5px solid rgba(255, 255, 255, 0.20);
	border-radius: 12px;
	width: 410px;
}

.case_icon {
	width: 44px;
	height: 44px;
	margin: 0 32px 0 0;
}

.case_right {}

.case_title {
	font-size: 22px;
	color: #fff;
	font-weight: 550;
	margin: 0 0 24px 0;
}

.case_desc {
	font-size: 14px;
	color: #C2C5CC;
	line-height: 28px;
}


/* 适配产品 */
.product_wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 100px 0;
	background: url("../../images/waste/bg2.jpg") center center no-repeat;
	background-size: 100% 100%;
}

.product_list {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 240px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 32px;
	margin: 18px 0 0 0;
}

.product_item {
	font-size: 24px;
	color: #000;
	font-weight: 549;
	text-align: center;
}

.product_img {
	width: 100%;
	height: auto;
	margin: 0 0 32px 0;
}

.main_mobile_img {
	display: none;
}


/* 应用案例 */
.application_wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 60px 0 100px 0;
	background: url("../../images/waste/application_bg.jpg") center center no-repeat;
	background-size: 100% 100%;
}

.application_content {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 60px 0 0 0;
	padding: 0 240px;
}


/* 应用案例 */

.application_main_wrap {
	position: relative;
	width: 700px !important;
	height: 456px !important;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.application_main_wrap>img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: unset !important;
}

.application_main_desc {
	position: absolute;
	top: unset !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 76px !important;
	background: linear-gradient(90deg, #2574f4, rgba(255, 255, 255, 0.00) 100%) !important;
	border-radius: 0 0 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 32px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 20px;
	/* font-weight: 600; */
	letter-spacing: 1px;
}

.application_sub_wrap {
	width: 227px;
	height: 456px;
	margin: 0 20px 0 0;
	position: relative;
	cursor: pointer;
}

.application_sub_wrap:last-of-type {
	margin-right: 0;
}

.application_sub_wrap img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
}

.application_sub_desc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: rgba(18, 24, 29, 0.50);
	text-align: center;
}

.more_application {
	width: 160px;
	height: 48px;
	background: #1575fe;
	border-radius: 78px;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 549;
	margin: 60px auto 0;
}

.more_application:hover {
	background-color: #0065F2;
}

.custom-indicators {
	display: none;
}