	.bgandtext {
			width: 1200px;
			margin-top: 64px;
			margin-bottom: 64px;
			position: relative;
		}

		.bgcolor {}

		.text-content {
			width: 468px;
			height: 511px;
			flex-direction: column;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.float_right {
			float: right;

		}

		.float_left {
			float: left;
		}
          
		.text-content .titleRight {
			width: 100%;
			text-align: left;
			height: 68px;
			font-size: 26px;
			font-family: PangMenZhengDao;
			font-weight: 400;
			color: #333333;
			line-height: 68px;
			margin-bottom: 22px;
			position: relative;
		}

		.text-content .titleRight::after {
			content: '';
			position: absolute;
			left: 0%;
			width: 60px;
			height: 2px;
			border-radius: 6px;
			bottom: 0px;
			border-bottom: 5px solid #FFE300;
			box-sizing: border-box;
			
		}

		.text-content .textRight {
			width: 100%;
			text-align: left;

			height: 38px;
			font-size: 16px;
			font-family: Source Han Sans CN;
			font-weight: 400;
			color: #666666;
			line-height: 22px;
		}

		.phone-img-md6 {
			width: auto;
			height: 511px;
			display: inline-block;
		}

		.share {
			width: 100%;
			position: relative;
		}

		.share .bgcolor {
			width: 100%;
			height: 331px;
			background: #FAFAFA;
			position: absolute;
			top: 103px;
			left: 0px;
		}
		.share .bgcolor2{
			width: 50%;
			left: 50%;
			height: 331px;
			top: 103px;
			background: #FAFAFA;
			position: absolute;
		}
		.icon-container{
			width: 100%;
			height: 420px;
			background: #FAFAFA;
			padding-top: 68px;
		}
		.icon-container .title{
			width: 100%;
			text-align: center;
			height: 68px;
			font-size: 26px;
			font-family: PangMenZhengDao;
			font-weight: 400;
			color: #333333;
			line-height: 68px;
			margin-bottom: 22px;
			position: relative;
			
		}
		.icon-container .title::after{
			content: '';
			position: absolute;
			left: 50%;
			width: 60px;
			transform: translate(-50%);
			height: 2px;
			border-radius: 6px;
			bottom: 0px;
			border-bottom: 5px solid #FFE300;
			box-sizing: border-box;
			
		}
		.icon-container .text{
			width: 496px;
			margin: 0 auto;
			text-align: center;		
			height: 38px;
			font-size: 16px;
			font-family: Source Han Sans CN;
			font-weight: 400;
			color: #666666;
			line-height: 22px;
		}
		.icon-container .content{
			margin-top: 78px;
			width: 1200px;
			display: flex;
			height: 80px;
			align-items: center;
			justify-content: space-between;
		}
		.icon-container .content>img{
			width: 80px;
			height: 80px;
		}