.content1{
		background: #fff;
	}
	
	.content1_four{
		margin-top: 80px;
		width: 1200px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 110px;
	}
	.content1_four .Label{
		display: flex;
		flex-direction: column;
		align-items: center;
        width:400px;
	}
	.content1_four .Label img{
		max-width: 126px;
	}
	.content1_four .Label span{
		font-size: 30px;
		color: #333;
		margin:45px 0 25px 0; 
	}
	.content1_four .Label p{
		font-size: 18px;
		line-height: 2em;
		color: #888888;
        width:320px;
	}

	.content2,.content4{
		background: #f7f7f8;
	}
	.content2_Img{
		margin-top: 80px;
		width: 1200px;
		display: flex;
		margin-bottom: 100px;
		justify-content: space-between;
	}
	.content2_Img div{
		cursor: pointer;
		width:184px;
		height: 184px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.content2_Img div img{
		width:174px;
		height: 174px;
	}
	.content2_Img div img:hover{
		width: 184px;
		height: 184px;

	}
	.content3_con{
		margin-top: 80px;
		width: 1200px;
		display: flex;
		margin-bottom: 100px;
		justify-content: space-between;
	}
	.content3_con >div {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	.content3_con >div .con3title{
		font-size: 24px;

	}
	.content3_con >div .con3mtitle{
		font-size: 24px;
		color: #bfbfbf;
		margin:23px 0 40px 0;
	}
	.con3Img{
		cursor: pointer;
		width: 382px;
		height: 253px;
	}
	.con3Img:hover div.con3Hover{

		display: flex;
	}
	.content3_con >div img{
		width: 382px;
	}
	.con3Hover{
		display: none;
		background-color: rgba(207, 164, 103, 0.8);
		width: 382px;
		height: 253px;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom:0;
	}
	.con3Hover span{
		width: 280px;
		height: 60px;
		font-size: 20px;
		color: #fff;
		border: solid 2px #ffffff;
		padding:80px 36px; 
		text-align: center;
	}
	.content4_con{
		margin-top: 80px;
		width: 1200px;
		display: flex;
		margin-bottom: 100px;
		justify-content: space-between;
	}
	.flowlist{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 200px;
	}
	.flowlist img{
		max-width: 100%;
	}
	.flowlist .con4title{
		font-size: 16px;
		color: #333;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding:27px 0 14px 0;
		border-bottom: solid 2px #eeeeee;
		position: relative;
	}
	.flowlist .con4title i{
		width: 9px;
		height: 9px;
		background-color: #9e9693;
		display: inline-block;
		border-radius: 100%;
		position: absolute;
		bottom: -4.5px;
		left: calc(100px - (9px / 2))
	}
	.flownum{  
		margin-top: 54px; 
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 35px;
		color: #d82a1c;
	}
	.flownum img{
		margin-left: 14px
	}
	.dibu{
		background-color: #000000;
		overflow: hidden;
		padding-top: 59px;
		font-size: 20px;
		color: white;
	}
	.dibu .tiaozhuan{
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
	.dibu .tiaozhuan .name{
		float: left;
		margin-right: 83px;
		color: white;
	}
	.dibu .tiaozhuan .name2{
		float: right;
	}
	.Iconimg{
		display: flex;
		justify-content: center;
		width: 100%;
		height: 60px;
	}