	.bgandtext {
			padding-top: 0px;
			padding-bottom: 0px;

		}

		.text-content {
			height: 362px;
		}

		.phone-img-md3 {
			height: 300px;
		}

		.phone-img-md4 {
			height: 400px;
			width: auto;
		}

		.zhike4 {
			width: 100%;
			padding-top: 0px;
			padding-bottom: 0px;
		}

		.zhike4>img {
			width: 100%;
			height: auto;
		}

		.content>img {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.icon-container .text {
			width: 100%;
			text-align: center;
		}

		.z-index {
			position: absolute;
			left: 50%;
			transform: translate(-50%);

		}

		.z-index .text,
		.z-index .title {
			width: 100%;
			text-align: center;
			color: #FFFFFF
		}

		.z-index .title {
			margin-top: 20px;
		}

		.padding {
			padding-top: 60px;
			padding-bottom: 60px;
			margin-top: 0px;
			margin-bottom: 0px;
		}

		.twotitile .text-content .titleRight {
			margin-bottom: 0px;
			font-size: 20px;
		}

		.twotitile .text-content {
			width: 338px;
			height: 244px;
		}

		.twotitile .text-content .titleRight::after {
			display: none;

		}

		.iconrow {
			width: 100%;
			max-width: 1000px;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		

		.iconrow .icon-item {
			display: flex;
			justify-content: center;
			flex-direction: column;
			align-items: center;
			max-width: 208px;
		}

		.iconrow .icon-item p>img {
			width: 80px;
			height: 80px;
			margin-bottom: 40px;
		}

		.iconrow .icon-item .ptitle {
			height: 20px;
			font-size: 20px;
			font-family: Source Han Sans CN;
			font-weight: 500;
			color: #333333;

		}

		.iconrow .icon-item .ptext {
			
			font-size: 16px;
			font-family: Source Han Sans CN;
			font-weight: 400;
			color: #666666;
			line-height: 20px;
			text-align: center;
			margin-top: 18px;
		}

		.fivdiv .icon-item .ptitle {
			width: 100%;
			text-align: left;
			position: relative;
			margin-bottom: 30px;
		}

		.fivdiv .icon-item .ptitle::after {
			content: '';
			position: absolute;
			left: 0%;
			width: 40px;
			height: 2px;
			border-radius: 6px;
			bottom:-18px;
			border-bottom: 3px solid #387CF7;
			box-sizing: border-box;
		}

		.fivdiv .icon-item .ptext {
			width: 100%;
			margin-top: 0px;
			height: 20px;
			text-align: left;
			font-size: 16px;
			color: #666666;
		}