@charset "gb2312";
.tech_box{
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
}
.tech_skill{
	float:left;
	width: 100%;
	
}
.skill_test{
	width: 90%;
	height: auto;
	font-size: 16px;
	color: #666;
	line-height: 2;
	float: left;
	margin-top: 10px;
}
.skill_title{
		width: 60%;
		float: left;
		border-bottom: 1px solid #666;
		font-size: 24px;
		color: #666;
		margin-top: 20px;
	    height: 50px;
	}

@media screen and (min-width: 769px) {
	.skill_content{
		width: 60%;
		height: auto;
		float: left;
		}
	.skill_img_top{
		float: right;
		width: 40%;
	}
	.skill_img_top img{
		width: 100%
	}
	.skill_img{
		margin-top:0;
		float: right;
		width: 40%;
	}
	.skill_img img{
		width: 100%
	}
}
@media screen and (max-width: 768px) {
	.skill_content{
		width: 100%;
		height: auto;
		}
	.skill_img_top{
		float: left;
		width: 80%;
	}
	.skill_img_top img{
		width: 100%;
	}
	.skill_img{
		float: left;
		width: 80%;
	}
	.skill_img img{
		width: 100%;
	}
	.skill_title{
		width: 50%;
		float: left;
		border-bottom: 1px solid #666;
		font-size: 20px;
		color: #666;
		margin-top: 20px;
	    height: 50px;
	}

	
}