/* 桌面端 */
@media(min-width: 1200px) {
	.mobile_index {
		display: none;
	}


	/* 管理系统 */
	.index_glxt {
		padding: 2vw 0;
	}

	/* 管理系统第一部分 */
	.index_glxt_first {
		text-align: center;
	}

	.index_glxt_first p:nth-of-type(1) {
		font-size: 1.8vw;
	}

	.index_glxt_first p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 1.2vw;
		font-weight: lighter;
	}

	/* 管理系统第二部分 */
	.index_glxt_second {
		margin-top: 3vw;
		padding: 0 15vw;
	}

	.index_glxt_second_floor {
		display: flex;
		justify-content: space-between;
	}

	.index_glxt_second_floor_box {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 0.1vw solid #bbb;
	}

	.index_glxt_second_floor_box div:nth-of-type(1) {
		width: 10vw;
		height: 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.index_glxt_second_floor_box div:nth-of-type(1) img {
		margin-top: 2vw;
		width: 30%;
		transition: 0.5s;
	}

	.index_glxt_second_floor_box div:nth-of-type(1):hover img {
		transform: rotate(360deg);
	}

	.index_glxt_second_floor_box div:nth-of-type(2) {
		height: 3vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.index_glxt_second_floor_box div:nth-of-type(2) p {
		font-size: 0.9vw;
		font-weight: bold;
	}

	.index_glxt_second_floor_box:nth-of-type(2) {
		border-left: none;
	}

	.index_glxt_second_floor_box:nth-of-type(3) {
		border-left: none;
	}

	.index_glxt_second_floor_box:nth-of-type(4) {
		border-left: none;
	}


	/* 功能一览 */
	.index_gnyl {
		height: 43vw;
		margin-top: 3vw;
		padding-top: 3vw;
		background-color: #111;
	}

	/* 功能一览第一部分 */
	.index_gnyl_first {
		text-align: center;
	}

	.index_gnyl_first p:nth-of-type(1) {
		font-size: 1.8vw;
		color: #fff;
	}

	.index_gnyl_first p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 1.2vw;
		color: #fff;
		font-weight: lighter;
	}

	.index_gnyl_second {
		margin-top: 3vw;
	}

	.index_gnyl_second_floor {
		display: flex;
		overflow: hidden;
	}

	.index_gnyl_second_floor_box {
		width: 12vw;
		height: 28vw;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		transition: 0.2s;
	}

	.index_gnyl_second_floor_box div:nth-of-type(1) {
		width: 100%;
		height: 100%;
		opacity: 0.5;
	}

	.index_gnyl_second_floor_box:hover div:nth-of-type(1) {
		opacity: initial;
	}

	.index_gnyl_second_floor_box_background11 {
		background-image: url(../images/index_gnyl_second1001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background21 {
		background-image: url(../images/index_gnyl_second2001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background31 {
		background-image: url(../images/index_gnyl_second3001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background41 {
		background-image: url(../images/index_gnyl_second4001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background51 {
		background-image: url(../images/index_gnyl_second5001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background61 {
		background-image: url(../images/index_gnyl_second6001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background71 {
		background-image: url(../images/index_gnyl_second7001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background81 {
		background-image: url(../images/index_gnyl_second8001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background91 {
		background-image: url(../images/index_gnyl_second9001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background101 {
		background-image: url(../images/index_gnyl_second10001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background111 {
		background-image: url(../images/index_gnyl_second11001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_background121 {
		background-image: url(../images/index_gnyl_second12001.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.index_gnyl_second_floor_box_position {
		width: 10vw;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -80%);
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.index_gnyl_second_floor_box_position img:nth-of-type(1) {
		width: 3vw;
		margin-top: 11vw;
	}

	.index_gnyl_second_floor_box_position img:nth-of-type(2) {
		width: 2vw;
		margin-top: 2vw;
	}

	.index_gnyl_second_floor_box_position img:nth-of-type(3) {
		display: none;
	}

	.index_gnyl_second_floor_box_position p:nth-of-type(1) {
		margin-top: 2vw;
		font-size: 1.2vw;
		color: #fff;
	}

	.index_gnyl_second_floor_box_position p:nth-of-type(2) {
		display: none;
	}

	.index_gnyl_second_floor_arrow {
		width: 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.index_gnyl_second_floor_arrow img {
		width: 1vw;
	}

	.active {
		width: 40vw;
		transition: 0.2s;
	}

	.active div:nth-of-type(1) {
		opacity: initial;
	}

	.active .index_gnyl_second_floor_box_position img:nth-of-type(1) {
		width: 2vw;
		margin-top: 5vw;
		display: none;
	}

	.active .index_gnyl_second_floor_box_position img:nth-of-type(2) {
		display: none;
	}

	.active .index_gnyl_second_floor_box_position img:nth-of-type(3) {
		width: 5vw;
		margin-top: 1vw;
		display: block;
	}

	.active .index_gnyl_second_floor_box_position p:nth-of-type(1) {
		margin-top: 7vw;
	}

	.active .index_gnyl_second_floor_box_position p:nth-of-type(2) {
		width: 18vw;
		margin-top: 2vw;
		display: block;
		font-size: 1vw;
		color: #fff;
		line-height: 1.8vw;
	}

	.more {
		margin-top: 1.5vw;
		text-align: center;
		font-size: 1vw;
		color: #aaa;
	}


	/* 解决方案 */
	.index_jjfa {
		margin-top: 1vw;
		padding: 2vw 0;
	}

	/* 解决方案第一部分 */
	.index_jjfa_first {
		text-align: center;
	}

	.index_jjfa_first p:nth-of-type(1) {
		font-size: 1.8vw;
	}

	.index_jjfa_first p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 1.2vw;
		font-weight: lighter;
	}

	.index_jjfa_first img {
		width: 5vw;
	}

	/* 解决方案第二部分 */
	.index_jjfa_second {
		height: 35vw;
		margin-top: 3vw;
		padding: 0 15vw;
		position: relative;
		background-image: url(../images/index_jjfa_second0001.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.index_jjfa_second_floor {
		display: flex;
		justify-content: space-between;
	}

	.index_jjfa_second_floor_box:nth-of-type(1) {
		width: 15vw;
		margin: 5vw 2vw 0 0;
		display: flex;
		flex-direction: column;
	}

	.index_jjfa_second_floor_box:nth-of-type(1) div {
		height: 4vw;
		padding: 0 2vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 0.1vw solid #999;
	}

	.index_jjfa_second_floor_box:nth-of-type(1) div:nth-last-of-type(1) {
		border-bottom: initial;
	}

	.index_jjfa_second_floor_box:nth-of-type(1) div p {
		font-size: 1vw;
		color: #fff;
	}

	.index_jjfa_second_floor_box:nth-of-type(1) div img {
		width: 1vw;
	}

	.index_jjfa_second_floor_box:nth-of-type(2) {
		width: 35vw;
		height: 35vw;
	}

	.index_jjfa_second_floor_box:nth-of-type(2) div {
		width: 100%;
		height: 100%;
	}

	.index_jjfa_second_floor_box:nth-of-type(2) div img {
		width: 100%;
		height: 100%;
	}

	.index_jjfa_second_floor_box:nth-of-type(3) {
		width: 15vw;
		margin: 2vw 0 0 2vw;
	}

	.index_jjfa_second_floor_box:nth-of-type(3) div {
		margin-top: 1vw;
	}

	.index_jjfa_second_floor_box:nth-of-type(3) div p:nth-of-type(1) {
		padding: 0 0.4vw;
		display: inline-block;
		font-size: 0.9vw;
		color: #fff;
		border: 0.1vw solid #fff;
		border-radius: 0.5vw;
	}

	.index_jjfa_second_floor_box:nth-of-type(3) div p:nth-of-type(2) {
		width: 25vw;
		margin-top: 1vw;
		font-size: 0.8vw;
		color: #fff;
		white-space: pre-wrap;
	}

	.index_jjfa_second_floor:nth-of-type(2) {
		position: absolute;
		left: 17vw;
		top: 2vw;
	}

	.index_jjfa_second_floor:nth-of-type(2) img {
		width: 1.5vw;
	}


	/* 核心技术 */
	.index_hxjs {
		margin-top: 1vw;
		padding: 2vw 0;
	}

	/* 核心技术第一部分 */
	.index_hxjs_first {
		text-align: center;
	}

	.index_hxjs_first p:nth-of-type(1) {
		font-size: 1.8vw;
	}

	.index_hxjs_first img {
		width: 5vw;
	}

	/* 核心技术第二部分 */
	.index_hxjs_second {
		margin-top: 3vw;
		padding: 0 20vw;
	}

	.index_hxjs_second_floor {
		display: flex;
		justify-content: space-between;
	}

	.index_hxjs_second_floor_box {
		display: flex;
	}

	.index_hxjs_second_floor_box div:nth-of-type(1) {
		width: 2.5vw;
		height: 2.5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: red;
		border-radius: 50%;
	}

	.index_hxjs_second_floor_box div:nth-of-type(1) img {
		width: 50%;
		transition: 0.5s;
	}

	.index_hxjs_second_floor_box div:nth-of-type(2) {
		width: 15vw;
		margin-left: 1vw;
		display: flex;
		flex-direction: column;
		transition: 0.5s;
	}

	.index_hxjs_second_floor_box:hover div:nth-of-type(1) img {
		transform: rotate(360deg);
	}

	.index_hxjs_second_floor_box:hover div:nth-of-type(2) {
		transform: translate(0, -0.5vw);
	}

	.index_hxjs_second_floor_box div:nth-of-type(2) p:nth-of-type(1) {
		margin-top: 0.5vw;
		font-size: 1vw;
	}

	.index_hxjs_second_floor_box div:nth-of-type(2) p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 0.9vw;
		line-height: 1.5vw;
	}

	.index_hxjs_second_floor:nth-of-type(2) {
		margin-top: 5vw;
	}


	/* 合作伙伴 */
	.index_hzhb {
		margin-top: 1vw;
		padding: 2vw 0;
	}

	/* 合作伙伴第一部分 */
	.index_hzhb_first {
		height: 35vw;
		padding-top: 3vw;
		text-align: center;
		background-image: url(../images/index_hzhb_first101.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.index_hzhb_first>p:nth-of-type(1) {
		font-size: 1.8vw;
	}

	.index_hzhb_first>img:nth-of-type(1) {
		width: 5vw;
	}

	.index_hzhb_first>p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 1.2vw;
		font-weight: lighter;
	}

	.index_hzhb_first>div {
		width: 60vw;
		height: 25.5vw;
		margin: 2vw auto 0;
		position: relative;
		background-image: url(../images/index_hzhb_first102.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.index_hzhb_first>div div {
		width: 28vw;
		height: 16vw;
		position: absolute;
		left: 5vw;
		top: 4vw;
		box-shadow: 0 0 0.5vw #bbb;
		border-radius: 0.5vw;
		background-color: #fff;
	}

	.index_hzhb_first>div img {
		width: 15vw;
		height: 16vw;
		position: absolute;
		right: 3.5vw;
		top: 4vw;
	}

	.index_hzhb_first>div div p:nth-of-type(1) {
		margin: 2vw 0 0 2vw;
		font-size: 1.2vw;
		text-align: initial;
	}

	.index_hzhb_first>div div p:nth-of-type(2) {
		width: 23vw;
		margin: 1.5vw 0 0 2vw;
		font-size: 0.9vw;
		text-align: initial;
		line-height: 1.5vw;
	}

	/* 合作伙伴第二部分 */
	.index_hzhb_second {
		margin-top: 3vw;
		padding: 0 20vw;
	}

	.index_hzhb_second_floor {
		display: flex;
		justify-content: space-between;
	}

	.index_hzhb_second_floor_box {
		width: 14vw;
		height: 4vw;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 0.1vw solid #eee;
	}

	.index_hzhb_second_floor_box img {
		max-width: 10vw;
	}

	.index_hzhb_second_floor_box:hover {
		box-shadow: 0 0 1vw #ccc;
	}

	.index_hzhb_second_floor:nth-of-type(2) {
		margin-top: 3vw;
	}

	.index_hzhb_second_floor:nth-of-type(3) {
		margin-top: 3vw;
	}

	.index_hzhb_second_floor:nth-of-type(4) {
		width: 10vw;
		height: 2.5vw;
		margin: 2vw auto 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(../images/index_hzhb_second101.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.index_hzhb_second_floor:nth-of-type(4) p {
		font-size: 1vw;
		color: #fff;
	}

	/* 合作伙伴第三部分 */
	.index_hzhb_third {
		height: 18vw;
		margin-top: 3vw;
		padding: 3vw 15vw;
		background-image: url(../images/index_hzhb_third101.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.index_hzhb_third_floor:nth-of-type(1) {
		text-align: center;
	}

	.index_hzhb_third_floor:nth-of-type(1) p:nth-of-type(1) {
		font-size: 2vw;
		letter-spacing: 0.9vw;
		color: #fff;
	}

	.index_hzhb_third_floor:nth-of-type(1) p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 1.4vw;
		letter-spacing: 0.3vw;
		color: #fff;
	}

	.index_hzhb_third_floor:nth-of-type(2) {
		margin-top: 2.5vw;
		display: flex;
		justify-content: space-between;
	}

	.index_hzhb_third_floor:nth-of-type(2) .index_hzhb_third_floor_box {
		display: flex;
		justify-content: space-between;
	}

	.index_hzhb_third_floor:nth-of-type(2) .index_hzhb_third_floor_box div:nth-of-type(1) {
		width: 4vw;
		height: 4vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.index_hzhb_third_floor:nth-of-type(2) .index_hzhb_third_floor_box div:nth-of-type(1) img {
		width: 80%;
	}

	.index_hzhb_third_floor:nth-of-type(2) .index_hzhb_third_floor_box div:nth-of-type(2) {
		width: 10vw;
		text-align: center;
	}

	.index_hzhb_third_floor:nth-of-type(2) .index_hzhb_third_floor_box div:nth-of-type(2) span:nth-of-type(1) {
		font-size: 1.6vw;
		color: #fff;
	}

	.index_hzhb_third_floor:nth-of-type(2) .index_hzhb_third_floor_box div:nth-of-type(2) span:nth-of-type(2) {
		font-size: 1.6vw;
		color: #fff;
	}

	.index_hzhb_third_floor:nth-of-type(2) .index_hzhb_third_floor_box div:nth-of-type(2) p {
		margin-top: 0.2vw;
		font-size: 1vw;
		color: #fff;
	}


	/* 食堂设计 */
	.index_stsj {
		margin-top: 1vw;
		padding: 2vw 0;
	}

	/* 食堂设计第一部分 */
	.index_stsj_first {
		text-align: center;
	}

	.index_stsj_first p:nth-of-type(1) {
		font-size: 1.8vw;
	}

	.index_stsj_first img {
		width: 5vw;
	}

	.index_stsj_first p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 1.2vw;
		font-weight: lighter;
	}

	/* 食堂设计第二部分 */
	.index_stsj_second {
		margin-top: 3vw;
		padding: 0 15vw;
	}

	.index_stsj_second_floor {
		display: flex;
		justify-content: space-between;
	}

	.index_stsj_second_floor_box:nth-of-type(1) {
		width: 22vw;
		height: 21vw;
		box-shadow: 0.2vw 0.2vw 0.3vw #bbb;
	}

	.index_stsj_second_floor_box:nth-of-type(1) div:nth-of-type(1) {
		margin: 0.5vw 0 0 2vw;
		display: flex;
		align-items: center;
	}

	.index_stsj_second_floor_box:nth-of-type(1) div:nth-of-type(1) img {
		width: 3.5vw;
	}

	.index_stsj_second_floor_box:nth-of-type(1) div:nth-of-type(1) p {
		margin-left: 0.5vw;
		font-size: 1vw;
	}

	.index_stsj_second_floor_box:nth-of-type(1) div:nth-of-type(2) {
		margin-top: 2vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.index_stsj_second_floor_box:nth-of-type(1) div:nth-of-type(2) p {
		width: 17vw;
		font-size: 0.9vw;
		line-height: 1.5vw;
	}

	.index_stsj_second_floor_box:nth-of-type(1) div:nth-of-type(2) img {
		width: 10vw;
		margin-top: 2.3vw;
	}

	.index_stsj_second_floor_box:nth-of-type(2) {
		width: 32.5vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div {
		height: 10.3vw;
		box-shadow: 0.2vw 0.2vw 0.3vw #bbb;
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div div:nth-of-type(1) {
		margin: 0.5vw 0 0 2vw;
		display: flex;
		align-items: center;
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div div:nth-of-type(1) img {
		width: 3.5vw;
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div div:nth-of-type(1) p {
		margin-left: 0.5vw;
		font-size: 1vw;
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div div:nth-of-type(2) {
		display: flex;
		justify-content: center;
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div div:nth-of-type(2) p {
		width: 28vw;
		margin-top: 1vw;
		font-size: 0.9vw;
		line-height: 1.5vw;
	}

	.index_stsj_second_floor_box:nth-of-type(3) {
		width: 14vw;
		height: 21vw;
		box-shadow: 0.2vw 0.2vw 0.3vw #bbb;
		background-color: #F7F9FE;
	}

	.index_stsj_second_floor_box:nth-of-type(3) div:nth-of-type(1) {
		margin: 0.5vw 0 0 1vw;
		display: flex;
		align-items: center;
	}

	.index_stsj_second_floor_box:nth-of-type(3) div:nth-of-type(1) img {
		width: 3.5vw;
	}

	.index_stsj_second_floor_box:nth-of-type(3) div:nth-of-type(1) p {
		margin-left: 0.5vw;
		font-size: 1vw;
	}

	.index_stsj_second_floor_box:nth-of-type(3) div:nth-of-type(2) {
		margin-top: 1vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.index_stsj_second_floor_box:nth-of-type(3) div:nth-of-type(2) p {
		width: 11vw;
		font-size: 0.9vw;
		line-height: 1.5vw;
	}

	.index_stsj_second_floor_box:nth-of-type(3) div:nth-of-type(2) img {
		width: 8vw;
		margin-top: 3.6vw;
	}

	.index_stsj_second_floor_box:nth-of-type(1) {
		transition: 0.5s;
	}

	.index_stsj_second_floor_box:nth-of-type(1):hover {
		transform: translate(-0.5vw, 0);
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div {
		transition: 0.5s;
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div:nth-of-type(1):hover {
		transform: translate(0, -0.5vw);
	}

	.index_stsj_second_floor_box:nth-of-type(2)>div:nth-of-type(2):hover {
		transform: translate(0, 0.5vw);
	}

	.index_stsj_second_floor_box:nth-of-type(3) {
		transition: 0.5s;
	}

	.index_stsj_second_floor_box:nth-of-type(3):hover {
		transform: translate(0.5vw, 0);
	}


	/* 新闻动态 */
	.index_xwdt {
		margin-top: 1vw;
		padding: 2vw 0;
	}

	/* 新闻动态第一部分 */
	.index_xwdt_first {
		text-align: center;
	}

	.index_xwdt_first p:nth-of-type(1) {
		font-size: 1.8vw;
	}

	.index_xwdt_first img {
		width: 5vw;
	}

	/* 新闻动态第二部分 */
	.index_xwdt_second {
		margin-top: 3vw;
		padding: 0 15vw;
	}

	.index_xwdt_second_floor {
		display: flex;
		justify-content: center;
	}

	.index_xwdt_second_floor_box {
		height: 27vw;
	}

	.index_xwdt_second_floor_box a {
		color: initial;
	}

	.index_xwdt_second_floor_box:nth-of-type(1) {
		width: 38vw;
		transition: 0.5s;
	}

	.index_xwdt_second_floor_box:nth-of-type(1):hover {
		transform: translate(0, -0.5vw);
	}

	.index_xwdt_second_floor_box:nth-of-type(1) div:nth-of-type(1) {
		height: 16vw;
	}

	.index_xwdt_second_floor_box:nth-of-type(1) div:nth-of-type(1) img {
		width: 100%;
		height: 100%;
	}

	.index_xwdt_second_floor_box:nth-of-type(1) div:nth-of-type(2) {
		height: 11vw;
		padding: 1vw 0 0 1.5vw;
		border: 0.1vw solid #eee;
		border-top: none;
		box-shadow: 0 0 0.2vw #ccc;
	}

	.index_xwdt_second_floor_box:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(1) {
		font-size: 1.2vw;
	}

	.index_xwdt_second_floor_box:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(2) {
		width: 30vw;
		margin-top: 1vw;
		font-size: 0.9vw;
	}

	.index_xwdt_second_floor_box:nth-of-type(2) {
		width: 40vw;
		margin-left: 2vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.index_xwdt_second_floor_box_detail {
		padding: 1vw;
		display: flex;
		justify-content: space-around;
		align-items: center;
		border-bottom: 0.1vw solid #999;
	}

	.index_xwdt_second_floor_box_detail div:nth-of-type(1) {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.index_xwdt_second_floor_box_detail div:nth-of-type(1) p:nth-of-type(1) {
		font-size: 1.5vw;
	}

	.index_xwdt_second_floor_box_detail div:nth-of-type(1) p:nth-of-type(2) {
		width: 5vw;
		font-size: 1vw;
		text-align: center;
	}

	.index_xwdt_second_floor_box_detail div:nth-of-type(1)::after {
		content: '';
		position: absolute;
		top: 1vw;
		right: -1vw;
		display: block;
		width: 0.1vw;
		height: 2vw;
		background: #999;
	}

	.index_xwdt_second_floor_box_detail div:nth-of-type(2) {
		margin-left: 2vw;
		display: flex;
		flex-direction: column;
	}

	.index_xwdt_second_floor_box_detail div:nth-of-type(2) p:nth-of-type(1) {
		font-size: 1vw;
	}

	.index_xwdt_second_floor_box_detail div:nth-of-type(2) p:nth-of-type(2) {
		margin-top: 0.2vw;
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 0.8vw;
	}

	.index_xwdt_second_floor_box_detail:hover {
		background-color: #414B7E;
	}

	.index_xwdt_second_floor_box_detail:hover div:nth-of-type(1)::after {
		background: #fff;
	}

	.index_xwdt_second_floor_box_detail:hover p {
		color: #fff;
	}

	.index_xwdt_second_floor:nth-of-type(2) {
		width: 10vw;
		height: 2.5vw;
		margin: 3vw auto 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(../images/index_hzhb_second101.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.index_xwdt_second_floor:nth-of-type(2) p {
		font-size: 1vw;
		color: #fff;
	}


}



/* 移动端 */
@media (max-width: 1199px) {
	.index {
		display: none;
	}

	.mobile_index {
		margin-top: 15vw;
	}


	/* 管理系统 */
	.mobile_index_glxt {
		padding: 2vw 0;
	}

	/* 管理系统第一部分 */
	.mobile_index_glxt_first {
		text-align: center;
	}

	.mobile_index_glxt_first p:nth-of-type(1) {
		font-size: 5.5vw;
	}

	.mobile_index_glxt_first p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 3.8vw;
		font-weight: lighter;
	}

	/* 管理系统第二部分 */
	.mobile_index_glxt_second {
		margin-top: 3vw;
	}

	.mobile_index_glxt_second_floor {
		display: flex;
		justify-content: space-between;
	}

	.mobile_index_glxt_second_floor_box {}

	.mobile_index_glxt_second_floor_box img {
		width: 100%;
	}


	/* 功能一览 */
	.mobile_index_gnyl {
		height: 115vw;
		margin-top: 3vw;
	}

	/* 功能一览第一部分 */
	.mobile_index_gnyl_first {
		text-align: center;
	}

	.mobile_index_gnyl_first p:nth-of-type(1) {
		font-size: 5.5vw;
	}

	.mobile_index_gnyl_first p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 3.8vw;
		font-weight: lighter;
	}

	/* 功能一览第二部分 */
	.mobile_index_gnyl_second {
		margin-top: 3vw;
	}

	.mobile_index_gnyl_second_floor {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.mobile_index_gnyl_second_floor_box {
		height: 30vw;
	}

	.mobile_index_gnyl_second_floor_box img {
		width: 100%;
	}


	/* 解决方案 */
	.mobile_index_jjfa {
		margin-top: 5vw;
	}

	/* 解决方案第一部分 */
	.mobile_index_jjfa_first {
		text-align: center;
	}

	.mobile_index_jjfa_first p:nth-of-type(1) {
		font-size: 5.5vw;
	}

	.mobile_index_jjfa_first p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 3.8vw;
		font-weight: lighter;
	}

	.mobile_index_jjfa_first img {
		width: 10vw;
	}

	/* 解决方案第二部分 */
	.mobile_index_jjfa_second {
		margin-top: 3vw;
		padding: 0 5vw;
	}


	/* 核心技术 */
	.mobile_index_hxjs {
		margin-top: 5vw;

	}

	/* 核心技术第一部分 */
	.mobile_index_hxjs_first {
		text-align: center;
	}

	.mobile_index_hxjs_first p:nth-of-type(1) {
		font-size: 5.5vw;
	}

	.mobile_index_hxjs_first img {
		width: 10vw;
	}

	/* 核心技术第二部分 */
	.mobile_index_hxjs_second {
		margin-top: 3vw;
	}

	.mobile_index_hxjs_second_floor {}

	.mobile_index_hxjs_second_floor_box {}

	.mobile_index_hxjs_second_floor_box img {
		width: 100%;
	}


	/* 合作伙伴 */
	.mobile_index_hzhb {
		margin-top: 5vw;
	}

	/* 合作伙伴第一部分 */
	.mobile_index_hzhb_first {
		padding-top: 3vw;
		text-align: center;
	}

	.mobile_index_hzhb_first p:nth-of-type(1) {
		font-size: 5.5vw;
	}

	.mobile_index_hzhb_first>img:nth-of-type(1) {
		width: 10vw;
	}

	.mobile_index_hzhb_first p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 3.8vw;
		font-weight: lighter;
	}

	/* 合作伙伴第二部分 */
	.mobile_index_hzhb_second {
		margin-top: 3vw;
	}

	.mobile_index_hzhb_second_floor {}

	.mobile_index_hzhb_second_floor_box {}

	.mobile_index_hzhb_second_floor_box img {
		width: 100%;
	}

	.mobile_index_hzhb_second_floor:nth-of-type(2) {
		margin-top: 1vw;
	}

	.mobile_index_hzhb_second_floor:nth-of-type(2) .mobile_index_hzhb_second_floor_box {
		width: 35vw;
		height: 8vw;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(../images/mobile_index_hzhb_second_background11.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.mobile_index_hzhb_second_floor:nth-of-type(2) .mobile_index_hzhb_second_floor_box p {
		font-size: 4.vw;
		color: #fff;
		text-align: center;
	}


	/* 合作伙伴第三部分 */
	.mobile_index_hzhb_third {
		margin-top: 3vw;
	}

	.mobile_index_hzhb_third_floor {}


	.mobile_index_hzhb_third_floor_box {}

	.mobile_index_hzhb_third_floor_box img {
		width: 100%;
	}


	/* 食堂设计 */
	.mobile_index_stsj {
		margin-top: 5vw;
		padding: 3vw 0;
		background-color: #F8F8F8;
	}

	/* 食堂设计第一部分 */
	.mobile_index_stsj_first {
		text-align: center;
	}

	.mobile_index_stsj_first p:nth-of-type(1) {
		font-size: 5.5vw;
	}

	.mobile_index_stsj_first img {
		width: 10vw;
	}

	.mobile_index_stsj_first p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 3.8vw;
		font-weight: lighter;
	}

	/* 食堂设计第二部分 */
	.mobile_index_stsj_second {
		margin-top: 3vw;
	}

	.mobile_index_stsj_second_floor {}

	.mobile_index_stsj_second_floor_box {}

	.mobile_index_stsj_second_floor_box img {
		width: 100%;
	}


	/* 新闻动态 */
	.mobile_index_xwdt {
		margin-top: 5vw;
	}

	/* 新闻动态第一部分 */
	.mobile_index_xwdt_first {
		text-align: center;
	}

	.mobile_index_xwdt_first p:nth-of-type(1) {
		font-size: 5.5vw;
	}

	.mobile_index_xwdt_first img {
		width: 10vw;
	}

	/* 新闻动态第二部分 */
	.mobile_index_xwdt_second {
		margin-top: 3vw;
		padding: 5vw;
	}

	.mobile_index_xwdt_second_box {
		margin-top: 5vw;
	}

	.mobile_index_xwdt_second_box div:nth-of-type(1) {
		height: 50vw;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mobile_index_xwdt_second_box div:nth-of-type(1) img {
		width: 100%;
		height: 100%;
	}

	.mobile_index_xwdt_second_box div:nth-of-type(2) {
		height: 37vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-left: 0.1vw solid #bbb;
		border-right: 0.1vw solid #bbb;
		border-bottom: 0.1vw solid #bbb;
	}

	.mobile_index_xwdt_second_box div:nth-of-type(2) p:nth-of-type(1) {
		width: 90%;
		margin-top: 2vw;
		font-size: 4vw;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.mobile_index_xwdt_second_box div:nth-of-type(2) p:nth-of-type(2) {
		width: 90%;
		margin-top: 2vw;
		font-size: 3.8vw;
		line-height: 6vw;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}


}
