﻿@media screen and (max-width: 768px){
    .bt-box{
		width: 100%;
	}
	.bt-column-y{
		width: 100%;
	}
	.bt-column-y .bt-left{
		float: none;
	}
	.bt-column-y .bt-column-menu{
		width: 100%;
		float: none !important;
		height: 40px;
	}
	.bt-column-y .bt-left-title{
		display: none ;
	}
	.bt-column-y .bt-left-con{
		width: 100%;
		height: 40px;
	}
	.bt-column-y .bt-left-con .bt-rig-cen-01 li{
		float: left;
		list-style-type: none;
	}
	.bt-column-y .bt-column-cen{
		width: 100%;
	}
}