﻿/* 平板 pad start*/
@media screen and (min-width: 768px) and (max-width: 992px) {
body{
	overflow-x:hidden;
}

.visible-sm{display: block !important;}
.visible-sm-block {display: block !important;}
.visible-sm-inline {display: inline !important;}
.visible-sm-inline-block {display: inline-block !important;}
.hidden-sm{display:none !important;}

.wrapin{
	width:94%;
	margin:0 auto;
}

.h_main{
	padding:30px 0;
}
.hm_ct{
	width: 100%;
	position: relative;
	padding-right:0;
}
.hm_ct .photo{	
	width: 100%;
}
.hm_ct .intro{
	width: 100%;
	padding-left:0;
	padding-bottom:30px;
}
.h_reg{
	position: relative;
	width: 100%;
	bottom: 0;
}

/* 平板 pad end*/
}
