@media screen and (min-width: 320px) and (max-width: 768px) {
.idx_topBg{
	width: 100%;
	height: auto;
	min-width: 320px;
}
.idx_top, .idx_top .top, .idx_top .top .logo{
	width: 100%;
}
.idx_top .top{
	height: auto;
}
.idx_top .top .btn{
	width: 95%;
	background: #fff;
	padding: 10px 2.5%;
	text-align: right;
	height: auto;
}
.idx_top .bot{
	width: 100%;
	height: auto;
	background: url(../images/idx_menuBg.png) center bottom repeat;
	border-bottom: 1px solid #ccc964;
}
.idx_ctn_topBg{
	width: 100%;
	min-width: 320px;
	height: auto;
}
.idx_ctn_top{
	width: 95%;
	padding: 0 2.5%;
	height: auto;
}
.idx_ctn_top .slider{
	width: 100%;
	height: auto;
}
.idx_ctn_top .slidBox{
	width: 100%;
	height: auto;
	text-align: center;
}
.slidBox .top, .slidBox .bot{
	float: left;
	width: 50%;
	margin: 10px 0;
}
.idx_ctn_botBg{
	width: 100%;
	min-width: 320px;
	height: auto;
}
.idx_ctn_bot{
	width: 100%;
	height: auto;
	min-height: 250px;
	background: none;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}
.idx_ctn_bot .text{
	width: 90%;
	padding: 50px 3% 0 7%;
	background: url(../images/idx_mob_team_2.png) left top no-repeat;
}
.idx_ctn_bot img{
	display: block;
	margin: 0 auto;
	width: 90%;
	height: auto;
}
.idx_ctn_btnBg{
	width: 100%;
	height: auto;
	min-width: 320px;
}
.idx_ctn_btn, .idx_ctn_btn2{
	height: auto;
	width: 95%;
	padding: 0 2.5%;
}
.idx_ctn_btn .btn, .idx_ctn_btn2 .btn{
	margin: 10px 15px;
}
.idx_ctn_btn2 .btn{
	height: auto;
	float: left;
	min-height: 300px;
}
.idx_ctn_btn .btn .tit, .idx_ctn_btn2 .btn .tit{
	width: 100%;
}
.idx_footBg{
	width: 100%;
	min-width: 320px;
	height: auto;
	background: url(../images/idx_foot_bg.png) center top repeat-x, url(../images/idx_foot_bg2.png) repeat;
}
.idx_foot{
	width: 95%;
	padding: 0 2.5%;
}
.idx_copyBg{
	width: 100%;
	min-width: 320px;
	height: auto;
}
.idx_copy{
	width: 95%;
	padding: 0 2.5%;
}
@media screen and (min-width: 320px) and (max-width: 534px) {
.idx_top .bot{
	background: #638c0b;
}
.slidBox .top, .slidBox .bot{
	float: left;
	width: 100%;
}	
.idx_ctn_bot .text{
	padding: 50px 2% 0 8%;
}
.idx_foot .logo, .idx_foot .site, .idx_foot .tel, .idx_foot .mail{
	margin: 0 auto;
	float: none;
}
}