.title {
			width: 100%;
			height: 37px;
			font-size: 28px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			line-height: 37px;
			color: #030017;
			opacity: 1;
		}

		.text {
			width: 100%;
			font-size: 14px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			line-height: 24px;
			color: #919191;
			opacity: 1;
			margin-top: 15px;
		}

		.xuehuayun {
			width: 100%;
			position: relative;
			height: 380px;
			padding-top: 30px;
			padding-bottom: 100px;
			box-sizing: border-box;
		}

		.xuehuayun .bg {
			width: 60%;
			height: 217px;
			background: #F2F2F2;
			opacity: 1;
			position: absolute;
			z-index: -1;
			top: 100px;
			right: 0px;
		}

		.xuehuayun .text-content .line {
			width: 71px;
			height: 12px;
			background: #E9E9E9;
			opacity: 1;
			margin-top: 100px;
			margin-bottom: 50px;
		}

		.xuehuayun .xuehua-img1 {
			width: 600px;
			height: auto;
		}

		.step-content {
			height: 400px;
			width: 100%;
			position: relative;
		}

		.greybg {
			background: #FAFAFA;
		}

		.greybg .bg {
			width: 50%;
			height: 240px;
			background: #FFFFFF;
			opacity: 1;
			left: 0px;
			z-index:0;
            top: 86px;
			position: absolute;
		}

		.step-content-img {
			margin-top: 80px;
			width: 300px;
			height: auto;
		}

		.number {
			width: 79px;
			height: 69px;
			font-size: 37px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			line-height: 69px;
			color: #E9E9E9;
			opacity: 1;
			padding-right: 1px;

		}
       .text-div,
		.step-div {
			margin-top: 160px;
		}

		.border-left {
			border-left: 1px solid #E9E9E9;
			padding-left: 39px;
		}

		.border-right {
			border-right: 1px solid #E9E9E9;
			padding-right: 39px;
		}

		.floatRight {
			float: right;
			padding-right: 37px;
		}

		.floatLeft {
			float: left;
			padding-left: 37px;
		}
