.servicetop {
			padding-left: 0px;
			padding-right: 0px;
			margin-top: 74px;
			margin-bottom: 74px;
		}

		.servicetop .row .col-md-6 {
			margin-left: 0px;
			margin-right: 0px;
			padding: 0px;
		}

		.strip-content {
			display: flex;
			align-items: center;
			flex-direction: column;
			justify-content: center;
			width: 50%;
			height: 390px;

		}

		.strip-content .p {
			width: 568px;
			height: 39px;
			background: linear-gradient(96deg, #53DBF1 0%, #2DA9FF 100%);
			opacity: 1;
			border-radius: 20px;
			font-size: 18px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			line-height: 39px;
			color: #FFFFFF;
			margin-left: 140px;
			margin-bottom: 33px;
			text-align: center;
		}

		.strip-content .p2 {
			background: linear-gradient(96deg, #AA97F8 0%, #3841FF 100%);
		}

		.strip-content .p3 {
			background: linear-gradient(90deg, #F892D1 0%, #FB39B4 100%);
		}

		.leftImg {
			width: 495px;
			height: 390px;
		}

		.leftImg>img {
			width: 495px;
			height: 390px;
		}

		.serviceTitle {
			width: 260px;
			margin: 0 auto;
			height: 35px;
			font-size: 26px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			line-height: 35px;
			color: #000000;
			opacity: 1;
			margin-bottom: 50px;
		}

		.service {
			display: flex;
			justify-content:space-between;		
			width: 1200px;
			margin: 0 auto;
			margin-bottom: 49px;
		}

		.service .item {
			display: flex;
			align-items: center;
			flex-direction: column;
			justify-content: center;
			width: 346px;
			height: 281px;
			background: #FFFFFF;
			box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.04);
			
			box-sizing: border-box;
		}
		.service .item>img{
			width: 241px;
			height: 137px;
		}
		.service .item .title{
			width: 100%;
			text-align: center;
			height: 26px;
			font-size: 20px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			line-height: 26px;
			margin-top: 22px;
			margin-bottom: 10px;
		}
		.service .item .text{
			width: 100%;
			text-align: center;
			font-size: 13px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			height: 20px;
			line-height: 20px;
			color: #979797;
		}
		.margin-bottom100{
			margin-bottom: 100px;
		}