.item{
			display: flex;
		     justify-content: flex-start;
			 margin-bottom: 38px;
		}
		.item .icon{
			width: 17px;
			height: 21px;
			margin-right: 10px;
			margin-top: 2px;
		}
		.item .icon>img{
			width: 17px;
			height: 21px;
		}
		.item .lable{
			height: 26px;
			font-size: 20px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			line-height: 26px;
			color: #030017;
			width:104px;
			 white-space:nowrap !important;
		}
		.item .text{
			width: 284px;
			font-size: 20px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			line-height: 26px;
			color: #030017;
			word-wrap: break-word;
			
		}
		.contact-us{
			width: 1200px;
			margin: 80px auto;
			display: flex;
			justify-content: space-between;
		}
		.ditu{
			width: 680px;
			height: 524px;
			
		}
		.contact{
			width: 400px;
		}
		.contact-us .item .code{
			width: 186px;
			height: 186px;
			background: #FFFFFF;	
			margin-top: 58px;
		}
		.contact-us .item .code:first-child{
			margin-right: 40px;
		}