/* 桌面端 */
@media(min-width: 1200px) {


	.mobile_index {
		display: none;
	}


	/* 解决方案 */
	.index_jjfa {
		margin-top: 3vw;
	}

	/* 解决方案第一部分 */
	.index_jjfa_first {
		text-align: center;
	}

	.index_jjfa_first p {
		font-size: 2vw;
	}

	.index_jjfa_first img {
		width: 3vw;
	}

	/* 解决方案第二部分 */
	.index_jjfa_second {
		margin-top: 3vw;
		box-shadow: 0 0.3vw 0.2vw #eee;
	}

	.index_jjfa_second_floor {
		display: flex;
		justify-content: center;
	}

	.index_jjfa_second_floor_box {
		width: 30vw;
		height: 19vw;
	}

	.index_jjfa_second_floor_box>div {
		padding-top: 1vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		border-right: 0.1vw solid #ddd;
	}

	.index_jjfa_second_floor_box>div div {}

	.index_jjfa_second_floor_box>div div:nth-of-type(1) {
		width: 5vw;
		height: 7vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.index_jjfa_second_floor_box>div div:nth-of-type(1) img:nth-of-type(1) {
		max-width: 70%;
		max-height: 40%;
	}

	.index_jjfa_second_floor_box>div div:nth-of-type(1) img:nth-of-type(2) {
		width: 60%;
		margin-top: 1vw;
	}

	.index_jjfa_second_floor_box>div div:nth-of-type(1) img:nth-of-type(3) {
		display: none;
	}

	.index_jjfa_second_floor_box>div div:nth-of-type(1) img:nth-of-type(4) {
		display: none;
	}

	.index_jjfa_second_floor_box>div div:nth-of-type(1) p {
		margin-top: 0.5vw;
		font-size: 1.1vw;
	}

	.index_jjfa_second_floor_box>div div:nth-of-type(2) {
		height: 8vw;
		margin: 0.5vw 0 0 2vw;
		display: flex;
		flex-direction: column;
	}

	.index_jjfa_second_floor_box>div div:nth-of-type(2) p {
		display: flex;
		align-items: center;
		font-size: 0.9vw;
	}

	.index_jjfa_second_floor_box>div div:nth-of-type(2) p span {
		font-size: 1.5vw;
		color: red;
	}

	.index_jjfa_second_floor_box:hover {
		background-color: #DB0F32;
	}

	.index_jjfa_second_floor_box:hover>div {
		border-right: initial;
	}

	.index_jjfa_second_floor_box:hover div:nth-of-type(1) {}

	.index_jjfa_second_floor_box:hover div:nth-of-type(1) img:nth-of-type(1) {
		display: none;
	}

	.index_jjfa_second_floor_box:hover div:nth-of-type(1) img:nth-of-type(2) {
		display: none;
	}

	.index_jjfa_second_floor_box:hover div:nth-of-type(1) img:nth-of-type(3) {
		max-width: 70%;
		max-height: 40%;
		display: initial;
	}

	.index_jjfa_second_floor_box:hover div:nth-of-type(1) img:nth-of-type(4) {
		width: 60%;
		margin-top: 1vw;
		display: initial;
	}

	.index_jjfa_second_floor_box:hover div:nth-of-type(1) p {
		color: #fff;
	}

	.index_jjfa_second_floor_box:hover div:nth-of-type(2) {}

	.index_jjfa_second_floor_box:hover div:nth-of-type(2) p {
		color: #fff;
	}

	.index_jjfa_second_floor_box:hover div:nth-of-type(2) p span {
		color: #fff;
	}

	.index_jjfa_second_floor_box:nth-of-type(3)>div {
		border-right: initial;
	}


	/* 管理中心 */
	.index_glzx {
		margin-top: 5vw;
	}

	/* 管理中心第一部分 */
	.index_glzx_first {
		text-align: center;
	}

	.index_glzx_first p {
		font-size: 2vw;
	}

	.index_glzx_first img {
		width: 3vw;
	}

	/* 管理中心第二部分 */
	.index_glzx_second {
		margin-top: 3vw;
	}

	/* 管理中心第二部分 */
	.index_glzx_second_floor {
		height: 18vw;
		padding: 0 19vw;
		display: flex;
		align-items: center;
	}

	.index_glzx_second_floor_box {
		width: 100%;
		height: 8vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.index_glzx_second_floor:nth-of-type(1) {
		background-image: url(../images/index_glzx_second_background03.png);
		background-repeat: no-repeat;
		background-size: 100% 200%;
	}

	.index_glzx_second_floor:nth-of-type(1) .index_glzx_second_floor_box_first {
		width: 18vw;
		height: 100%;
		padding-left: 0.5vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-left: 0.5vw solid red;
	}

	.index_glzx_second_floor:nth-of-type(1) .index_glzx_second_floor_box_first p:nth-of-type(1) {
		font-size: 1.3vw;
	}

	.index_glzx_second_floor:nth-of-type(1) .index_glzx_second_floor_box_first p:nth-of-type(2) {
		font-size: 0.9vw;
	}

	.index_glzx_second_floor:nth-of-type(1) .index_glzx_second_floor_box_second {
		width: 65%;
		display: flex;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(1) .index_glzx_second_floor_box_second div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(1) .index_glzx_second_floor_box_second div img {
		max-width: 2.5vw;
		transition: 0.5s;
	}

	.index_glzx_second_floor:nth-of-type(1) .index_glzx_second_floor_box_second div:hover img {
		transform: rotate(360deg);
	}

	.index_glzx_second_floor:nth-of-type(1) .index_glzx_second_floor_box_second div p {
		margin-top: 1vw;
		font-size: 0.9vw;
	}

	.index_glzx_second_floor:nth-of-type(2) {
		background-repeat: no-repeat;
		background-size: 100%;
		background-color: #000;
	}

	.index_glzx_second_floor:nth-of-type(2) .index_glzx_second_floor_box_first {
		width: 65%;
		display: flex;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(2) .index_glzx_second_floor_box_first div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(2) .index_glzx_second_floor_box_first div img {
		max-width: 2.5vw;
		transition: 0.5s;
	}

	.index_glzx_second_floor:nth-of-type(2) .index_glzx_second_floor_box_first div:hover img {
		max-width: 2.5vw;
		transform: rotate(360deg);
	}

	.index_glzx_second_floor:nth-of-type(2) .index_glzx_second_floor_box_first div p {
		margin-top: 1vw;
		font-size: 0.9vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(2) .index_glzx_second_floor_box_second {
		width: 18.5vw;
		height: 100%;
		padding-right: 0.5vw;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
		border-right: 0.5vw solid red;
	}

	.index_glzx_second_floor:nth-of-type(2) .index_glzx_second_floor_box_second p:nth-of-type(1) {
		font-size: 1.3vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(2) .index_glzx_second_floor_box_second p:nth-of-type(2) {
		font-size: 0.9vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(3) {
		background-color: #BD0A29;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_first {
		width: 20vw;
		height: 100%;
		padding-left: 0.5vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-left: 0.5vw solid #fff;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_first p:nth-of-type(1) {
		font-size: 1.2vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_first p:nth-of-type(2) {
		font-size: 0.9vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second {
		width: 60%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second div {
		width: 6vw;
		margin: 0.5vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second div img {
		max-width: 2.5vw;
		transition: 0.5s;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second div:hover img {
		max-width: 2.5vw;
		transform: rotate(360deg);
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second div p {
		margin-top: 1vw;
		font-size: 0.9vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second div:nth-of-type(6) {
		margin-top: 2vw;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second div:nth-of-type(7) {
		margin-top: 2vw;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second div:nth-of-type(8) {
		margin-top: 2vw;
	}

	.index_glzx_second_floor:nth-of-type(3) .index_glzx_second_floor_box_second div:nth-of-type(9) {
		margin-top: 2vw;
	}

	.index_glzx_second_floor:nth-of-type(4) {
		background-image: url(../images/index_glzx_second_background04.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first {
		width: 60%;
		display: flex;
		flex-wrap: wrap;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first div {
		width: 6vw;
		margin: 0.5vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first div img {
		max-width: 2.5vw;
		transition: 0.5s;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first div:hover img {
		transform: rotate(360deg);
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first div p {
		margin-top: 1vw;
		font-size: 0.9vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first div:nth-of-type(6) {
		margin-top: 2vw;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first div:nth-of-type(7) {
		margin-top: 2vw;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first div:nth-of-type(8) {
		margin-top: 2vw;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_first div:nth-of-type(9) {
		margin-top: 2vw;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_second {
		width: 20vw;
		height: 100%;
		padding-right: 0.5vw;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
		border-right: 0.5vw solid red;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_second p:nth-of-type(1) {
		font-size: 1.2vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(4) .index_glzx_second_floor_box_second p:nth-of-type(2) {
		font-size: 0.9vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(5) {
		background-image: url(../images/index_glzx_second_background03.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.index_glzx_second_floor:nth-of-type(5) .index_glzx_second_floor_box_first {
		width: 20vw;
		height: 100%;
		padding-left: 0.5vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-left: 0.5vw solid red;
	}

	.index_glzx_second_floor:nth-of-type(5) .index_glzx_second_floor_box_first p:nth-of-type(1) {
		font-size: 1.2vw;
	}

	.index_glzx_second_floor:nth-of-type(5) .index_glzx_second_floor_box_first p:nth-of-type(2) {
		font-size: 0.9vw;
	}

	.index_glzx_second_floor:nth-of-type(5) .index_glzx_second_floor_box_second {
		width: 60%;
		margin-right: 2vw;
		display: flex;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(5) .index_glzx_second_floor_box_second div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(5) .index_glzx_second_floor_box_second div img {
		max-width: 2.5vw;
		transition: 0.5s;
	}

	.index_glzx_second_floor:nth-of-type(5) .index_glzx_second_floor_box_second div:hover img {
		transform: rotate(360deg);
	}

	.index_glzx_second_floor:nth-of-type(5) .index_glzx_second_floor_box_second div p {
		margin-top: 1vw;
		font-size: 0.9vw;
	}

	.index_glzx_second_floor:nth-of-type(6) {
		background-color: #000;
	}

	.index_glzx_second_floor:nth-of-type(6) .index_glzx_second_floor_box_first {
		width: 60%;
		display: flex;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(6) .index_glzx_second_floor_box_first div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.index_glzx_second_floor:nth-of-type(6) .index_glzx_second_floor_box_first div img {
		max-width: 2.5vw;
		transition: 0.5s;
	}

	.index_glzx_second_floor:nth-of-type(6) .index_glzx_second_floor_box_first div:hover img {
		transform: rotate(360deg);
	}

	.index_glzx_second_floor:nth-of-type(6) .index_glzx_second_floor_box_first div p {
		margin-top: 1vw;
		font-size: 0.9vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(6) .index_glzx_second_floor_box_second {
		width: 22vw;
		height: 100%;
		padding-right: 0.5vw;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
		border-right: 0.5vw solid red;
	}

	.index_glzx_second_floor:nth-of-type(6) .index_glzx_second_floor_box_second p:nth-of-type(1) {
		font-size: 1.2vw;
		color: #fff;
	}

	.index_glzx_second_floor:nth-of-type(6) .index_glzx_second_floor_box_second p:nth-of-type(2) {
		font-size: 0.9vw;
		color: #fff;
	}


	/* 合作伙伴 */
	.index_wmdys {
		margin-top: 5vw;
	}

	/* 合作伙伴第一部分 */
	.index_wmdys_first {
		text-align: center;
	}

	.index_wmdys_first p {
		font-size: 2vw;
	}

	.index_wmdys_first img {
		width: 3vw;
	}

	/* 合作伙伴第二部分 */
	.index_wmdys_second {
		height: 18vw;
		margin-top: 3vw;
		padding: 3vw 15vw;
		background-image: url(../images/index_wmdys_second_background01.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.index_wmdys_second_floor:nth-of-type(1) {
		text-align: center;
	}

	.index_wmdys_second_floor:nth-of-type(1) p:nth-of-type(1) {
		font-size: 2vw;
		letter-spacing: 0.9vw;
		color: #fff;
	}

	.index_wmdys_second_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_wmdys_second_floor:nth-of-type(2) {
		margin-top: 2.5vw;
		display: flex;
		justify-content: space-between;
	}

	.index_wmdys_second_floor:nth-of-type(2) .index_wmdys_second_floor_box {
		display: flex;
		justify-content: space-between;
	}

	.index_wmdys_second_floor:nth-of-type(2) .index_wmdys_second_floor_box div:nth-of-type(1) {
		width: 4vw;
		height: 4vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.index_wmdys_second_floor:nth-of-type(2) .index_wmdys_second_floor_box div:nth-of-type(1) img {
		width: 80%;
	}

	.index_wmdys_second_floor:nth-of-type(2) .index_wmdys_second_floor_box div:nth-of-type(2) {
		width: 10vw;
		text-align: center;
	}

	.index_wmdys_second_floor:nth-of-type(2) .index_wmdys_second_floor_box div:nth-of-type(2) span:nth-of-type(1) {
		font-size: 1.6vw;
		color: #fff;
	}

	.index_wmdys_second_floor:nth-of-type(2) .index_wmdys_second_floor_box div:nth-of-type(2) span:nth-of-type(2) {
		font-size: 1.6vw;
		color: #fff;
	}

	.index_wmdys_second_floor:nth-of-type(2) .index_wmdys_second_floor_box div:nth-of-type(2) p {
		margin-top: 0.2vw;
		font-size: 1vw;
		color: #fff;
	}


	/* 资讯中心 */
	.index_zxzx {
		margin-top: 3vw;
	}

	/* 资讯中心第一部分 */
	.index_zxzx_first {
		text-align: center;
	}

	.index_zxzx_first p {
		font-size: 2vw;
	}

	.index_zxzx_first img {
		width: 3vw;
	}

	/* 资讯中心第二部分 */
	.index_zxzx_second {
		margin-top: 3vw;
	}

	.index_zxzx_second_floor {
		display: flex;
		justify-content: center;
	}

	.index_zxzx_second_floor_box {
		width: 35vw;
	}

	.index_zxzx_second_floor_box:nth-of-type(1) {}

	.index_zxzx_second_floor_box:nth-of-type(1) div:nth-of-type(1) {
		height: 18vw;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.index_zxzx_second_floor_box:nth-of-type(1) div:nth-of-type(1) img {
		width: 100%;
		transition: 0.5s;
	}
	
	.index_zxzx_second_floor_box:nth-of-type(1) div:nth-of-type(1):hover img {
		transform: scale(1.1);
	}

	.index_zxzx_second_floor_box:nth-of-type(1) div:nth-of-type(2) {
		height: 6vw;
		padding: 1vw;
		background-color: #DC5A60;
	}

	.index_zxzx_second_floor_box:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(1) {
		width: 30vw;
		font-size: 1.1vw;
		color: #fff;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.index_zxzx_second_floor_box:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(2) {
		margin-top: 0.5vw;
		font-size: 1.1vw;
		color: #fff;
	}

	.index_zxzx_second_floor_box:nth-of-type(2) {
		font-size: 1.1vw;

	}

	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail {
		height: 8vw;
		padding: 1vw;
		display: flex;
		justify-content: space-between;
		border: 0.1vw solid #eee;
		border-left: none;
	}

	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail div:nth-of-type(1) {
		width: 22vw;
	}

	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail div:nth-of-type(1) p:nth-of-type(1) {
		font-size: 1vw;
		color: initial;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail div:nth-of-type(1) p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 1vw;
		color: initial;
	}

	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail div:nth-of-type(2) {
		width: 10vw;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail div:nth-of-type(2) img {
		width: 100%;
		transition: 0.5s;
	}
	
	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail div:nth-of-type(2):hover img {
		transform: scale(1.1);
	}

	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail {
		border-bottom: none;
	}

	.index_zxzx_second_floor_box:nth-of-type(2) .index_zxzx_second_floor_box_detail:nth-of-type(3) {
		border-bottom: 0.1vw solid #eee;
	}


}



/* 移动端 */
@media (max-width: 1199px) {


	.index {
		display: none;
	}

	.mobile_index {
		margin-top: 15vw;
	}


	/* 解决方案 */
	.mobile_index_jjfa {
		margin-top: 5vw;
	}

	/* 解决方案第一部分 */
	.mobile_index_jjfa_first {
		height: 10vw;
		text-align: center;
	}

	.mobile_index_jjfa_first p:nth-of-type(1) {
		font-size: 6vw;
	}

	.mobile_index_jjfa_first img {
		width: 10vw;
	}

	/* 解决方案第二部分 */
	.mobile_index_jjfa_second {
		margin-top: 10vw;
		padding: 0 5vw;
	}

	.mobile_index_jjfa_second_floor {
		display: flex;
		flex-direction: column;
	}

	.mobile_index_jjfa_second_floor_box {
		height: 30vw;
		margin: 1vw 0;
		display: flex;
		border: 0.1vw solid #aaa;
	}

	.mobile_index_jjfa_second_floor_box div:nth-of-type(1) {
		width: 25vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.mobile_index_jjfa_second_floor_box div:nth-of-type(1) img:nth-of-type(1) {
		width: 50%;
	}

	.mobile_index_jjfa_second_floor_box div:nth-of-type(1) img:nth-of-type(2) {
		margin-top: 2vw;
	}

	.mobile_index_jjfa_second_floor_box div:nth-of-type(1) p {
		margin-top: 2vw;
		font-size: 4.6vw;
	}

	.mobile_index_jjfa_second_floor_box div:nth-of-type(2) {
		margin-left: 5vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.mobile_index_jjfa_second_floor_box div:nth-of-type(2) p {
		margin: 0.5vw 0;
		font-size: 4vw;
	}

	.mobile_index_jjfa_second_floor_box div:nth-of-type(2) p span {
		color: red;
	}


	/* 管理中心 */
	.mobile_index_glzx {
		margin-top: 5vw;
	}

	/* 管理中心第一部分 */
	.mobile_index_glzx_first {
		height: 10vw;
		text-align: center;
	}

	.mobile_index_glzx_first p:nth-of-type(1) {
		font-size: 6vw;
	}

	.mobile_index_glzx_first img {
		width: 10vw;
	}

	/* 管理中心第二部分 */
	.mobile_index_glzx_second {
		margin-top: 10vw;
		padding: 0 5vw;
	}

	.mobile_index_glzx_second_floor {
		padding: 5vw 0;
		display: flex;
		flex-direction: column;
	}

	.mobile_index_glzx_second_floor_box {}

	.mobile_index_glzx_second_floor_box:nth-of-type(1) {}

	.mobile_index_glzx_second_floor_box:nth-of-type(1) p:nth-of-type(1) {
		font-size: 4.6vw;
		font-weight: 600;
		text-align: center;
	}

	.mobile_index_glzx_second_floor_box:nth-of-type(1) p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 4vw;
	}

	.mobile_index_glzx_second_floor_box:nth-of-type(2) {
		margin-top: 5vw;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.mobile_index_glzx_second_floor_box:nth-of-type(2) div {
		width: 50%;
		margin: 3vw 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mobile_index_glzx_second_floor_box:nth-of-type(2) div img {}

	.mobile_index_glzx_second_floor_box:nth-of-type(2) div p {
		margin-top: 3vw;
	}

	.mobile_index_glzx_second_floor:nth-of-type(2) {
		background-color: #111;
	}

	.mobile_index_glzx_second_floor:nth-of-type(2) div p {
		color: #fff;
	}

	.mobile_index_glzx_second_floor:nth-of-type(3) {
		background-color: #BD0A29;
	}

	.mobile_index_glzx_second_floor:nth-of-type(3) div p {
		color: #fff;
	}

	.mobile_index_glzx_second_floor:nth-of-type(4) {
		background-color: #111;
	}

	.mobile_index_glzx_second_floor:nth-of-type(4) div p {
		color: #fff;
	}

	.mobile_index_glzx_second_floor:nth-of-type(5) {
		background-color: #eee;
	}

	.mobile_index_glzx_second_floor:nth-of-type(5) div p {}

	.mobile_index_glzx_second_floor:nth-of-type(6) {
		background-color: #111;
	}

	.mobile_index_glzx_second_floor:nth-of-type(6) div p {
		color: #fff;
	}


	/* 我们的优势 */
	.mobile_index_wmdys {
		margin-top: 5vw;
	}

	/* 我们的优势第一部分 */
	.mobile_index_wmdys_first {
		height: 10vw;
		text-align: center;
	}

	.mobile_index_wmdys_first p:nth-of-type(1) {
		font-size: 6vw;
	}

	.mobile_index_wmdys_first img {
		width: 10vw;
	}

	/* 我们的优势第二部分 */
	.mobile_index_wmdys_second {
		margin-top: 10vw;
		padding: 0 5vw;
	}

	.mobile_index_wmdys_second_floor {}

	.mobile_index_wmdys_second_floor img {
		width: 100%;
	}


	/* 资讯中心 */
	.mobile_index_zxzx {
		margin-top: 5vw;
	}

	/* 资讯中心第一部分 */
	.mobile_index_zxzx_first {
		height: 10vw;
		text-align: center;
	}

	.mobile_index_zxzx_first p:nth-of-type(1) {
		font-size: 6vw;
	}

	.mobile_index_zxzx_first img {
		width: 10vw;
	}

	/* 资讯中心第二部分 */
	.mobile_index_zxzx_second {
		margin-top: 10vw;
		padding: 0 5vw;
	}

	.mobile_index_zxzx_second_floor {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mobile_index_zxzx_second_floor_box {
		margin: 5vw 0;
		padding: 2vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 0.1vw solid #ccc;
	}

	.mobile_index_zxzx_second_floor_box a {
		margin: 5vw 0;
		padding-bottom: 5vw;
		border-bottom: 0.1vw solid #ccc;
	}

	.mobile_index_zxzx_second_floor_box div:nth-of-type(1) {
		display: flex;
		justify-content: center;
		height: 30vw;
	}

	.mobile_index_zxzx_second_floor_box div:nth-of-type(1) img {
		max-width: 100%;
		max-height: 100%;
	}

	.mobile_index_zxzx_second_floor_box div:nth-of-type(2) {
		margin-top: 5vw;
	}

	.mobile_index_zxzx_second_floor_box div:nth-of-type(2) p:nth-of-type(1) {
		width: 70vw;
		font-size: 4.6vw;
		font-weight: 600;
		color: initial;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.mobile_index_zxzx_second_floor_box div:nth-of-type(2) p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 4.6vw;
		color: initial;
	}

	.mobile_index_zxzx_second_floor_box div:nth-of-type(2) p:nth-of-type(3) {
		width: 80vw;
		margin-top: 2vw;
		font-size: 3.6vw;
		line-height: 5vw;
		color: initial;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
}
