.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_zygn {
    margin-top: 1vw;
	font-size: 0.8vw;
}

.index_zygn p{
	margin: 0;
}

.index_zygn_floor {
	height: 40vw;
	position: relative;
	background-image: url(../../images/solution_green/index_zygn_bg01.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.index_zygn_floor:nth-of-type(2) {
	background-image: url(../../images/solution_green/index_zygn_bg02.png);
}

.index_zygn_floor_container {
	width: 44vw;
	position: absolute;
	left: 10vw;
	top: 8vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_zygn_floor_container_box {
	width: 20vw;
	height: 14vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index_zygn_floor_container_box img {
	width: 19.5vw;
}

.index_zygn_floor_container_box p {
	margin-top: 1vw;
}

.index_zygn_floor:nth-of-type(2) .index_zygn_floor_container {
	left: initial;
	right: 10vw;
	top: 5vw;
}

.index_zygn_floor:nth-of-type(2) .index_zygn_floor_container_box {
	height: 12vw;
}

.mobile_index_zygn {
	
}

.mobile_index_zygn_floor {
	width: 100vw;
	height: 75vw;
	position: relative;
	background-image: url(../../images/solution_green/mobile_index_zygn_bg01.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.mobile_index_zygn_floor:nth-of-type(2) {
	height: 90vw;
	background-image: url(../../images/solution_green/mobile_index_zygn_bg02.png);
}

.mobile_index_zygn_floor_box {
	width: 50vw;
	position: absolute;
	left: 5vw;
	top: 10vw;
}

.mobile_index_zygn_floor:nth-of-type(2) .mobile_index_zygn_floor_box {
	width: 44vw;
	position: absolute;
	left: 50vw;
	top: 5vw;
}

.mobile_index_zygn_floor_box img{
	width: 100%;
	margin-bottom: 4vw;
}

.mobile_index_zygn_floor:nth-of-type(2) .mobile_index_zygn_floor_box img{
	margin-bottom: 3.5vw;
}


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

.white {
	color: #fff;
}

.case_content {
	margin-top: 50px;
	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 200px;
	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 280px;
	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: 380px;
}

.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/solution_green/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/solution_green/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;
}