

#technology{
	display: block;
	overflow: hidden;
	margin-bottom: 51px;
}
#technology dl dt{
	margin: 48px auto 20px;
	overflow: hidden;
}
#technology dl dt .technology_left{
	width: 665px;
	float: left;
	margin: 26px 0 45px
}
#technology dl dt .technology_left p{
	font-size: 24px;
	font-weight: 400;
	color: #231815;
	margin-bottom: 30px;
}
#technology dl dt .technology_left span{
	font-size: 18px;
	color: #231815;
	line-height: 36px;
}
#technology dl dt .technology_right{
	width: 584px;
	float: right;
	overflow: hidden;
}
#technology dl dt .technology_right img{
	float: right;
	width: 272px;
	height: 182px;
}
#technology dl dt .technology_right .img_left{
	margin-right: 21px;
}
#technology dl dd{
	height: 369px;
	width: 100%;
	margin: 0px auto 53px;
	background-color: #60c1d1;
}
#technology dl dd img {
	display: block;
	width: 100%;
	height: 100%;
}
#technology dl dd .technology_img1,#technology dl dd .technology_img2{
	width: 522px;
	height: 100%;
}
#technology dl dd .technology_img1{
	float: right;
}
#technology dl dd .technology_img2{
	float: left;
}
#technology dl dd .technology_conter {
	display: inline-block;
	width: 670px;
	overflow: hidden;
	margin-top: 88px;
	margin-left: 49px;
}
#technology dl dd .technology_conter p {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 39px;
}
#technology dl dd .technology_conter span{
	font-size: 18px;
	color: #F5F5F5;
	line-height: 36px;
}
@media screen and (max-width: 450px){
	#technology{
		margin-bottom: 0.2rem;
	}
	#technology dl dt .technology_left{
		width: 100%;
		box-sizing: border-box;
		padding-right: 0.1rem;
		margin-bottom: 0.1rem;
	}
	#technology dl dt .technology_right{
		width: 100%;
		box-sizing: border-box;
		margin-top: 0.2rem;
	}
	#technology dl{
		padding: 0 0.1rem;
    	box-sizing: border-box;
	}
	#technology dl dt{
		margin-top: 0;
	}
	#technology dl dt .technology_left p{
		font-size: 0.18rem;
	    margin-bottom: 0.1rem;
	}
	#technology dl dt .technology_left span{
	    font-size: 0.16rem;
    	line-height: 0.26rem;
	}
	#technology dl dt .technology_right img{
		width: 50%;
		height: auto;
	}
	#technology dl dd{
		margin-bottom: 0.2rem;
		height: auto;
	}
	#technology dl dd .technology_conter{
		width: 100%;
		padding: 0 0.1rem;
    	box-sizing: border-box;
	}
	#technology dl dd .technology_conter{
		margin: 0;
	}
	#technology dl dd .technology_conter p{
		margin: 0.1rem 0;
		font-size: 0.2rem;
	}
	#technology dl dd .technology_conter span{
		line-height: 0.26rem;
    	font-size: 0.16rem;
	}
	#technology dl dd .technology_img1, #technology dl dd .technology_img2{
		width: 100%;
		padding-bottom: 0.1rem;
		height: auto;
	}
}