@charset "gbk";

.ui {
	width: 25%;
}

/*大屏幕（大桌面显示器、大于等于1200px）*/
@media ( min-width : 1401px) {
}

@media ( max-width : 1400px) {
}

@media ( max-width : 1200px) {
}

@media ( max-width : 1153px) {
}

/*中屏幕（桌面显示器、小于等于1199px）*/
@media ( max-width : 1025px) {
}

/*小屏幕（平板、小于等于640px）*/
@media ( max-width : 640px) {
	.home_about {
		display: none;
	}
	.home_case {
		display: none;
	}
	.home_service {
		width: 68% !important;
		line-height: 20px;
	}
	.contact h2 {
		margin-bottom: 10px;
		margin-top:10px;
	}
	.home_contact{
		padding:12px 10px;
	}
	.ui {
		/* width: 50%; */
		/* width: 80% !important; */
		
	}
	.sel_warp {
		width: 100% !important;
		font-size: 12px;
	}
	.sel_blogroll {
		width: 100% !important;
	}
	.sel_contact {
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.blogroll {
		line-height: 28px;
		color: #ffffff; /* 底部字体颜色 */
		text-align: center;
		padding: 0px 0;
		background-color: #0e8cfd; /* 底部背景颜色 */
	}
	.blogroll .copyright {
		margin-top: 0px;
	}
}