
.page{}
.main{max-width: 1200px;margin: 0 auto;padding: 50px 0;}
.main_title{text-align: center;padding-bottom: 20px;}

/*six*/
.six{background: #ccc;}
.six-all{width: 100%;overflow:hidden;}
.six-all .six-bar{width: 12.6%;margin:2%;float: left;}


/*five*/
.five{background: #fff;}
.five-all{width: 100%;overflow:hidden; }
.five-all .five-bar{width: 16%;margin:2%;float: left;}


/*four*/
.four{background: #ccc;}
.four-all{width: 100%;overflow:hidden; }
.four-all .four-bar{width: 20%;margin:2%;float: left;}


/*three*/
.three{background: #fff;}
.three-all{width: 100%;overflow:hidden; }
.three-all .three-bar{width: 29%;margin:2%;float: left;}


/*two*/
.two{background: #ccc;}
.two-all{width: 100%;overflow:hidden; }
.two-all .two-bar{width: 46%;margin:2%;float: left;}

/*one*/
.one-all{width: 100%;overflow:hidden; }
.one-all .two-bar{width: 100;margin-bottom:2%;}

@media only screen and (max-width: 1200px) {
	.six-all .six-bar{width: 21%!important;}
	.five-all .five-bar{width: 21%!important;}
	.four-all .four-bar{width: 20%!important;}
	.three-all .three-bar{width: 29%!important;}
	.two-all .two-bar{width: 46%!important;}
}

@media only screen and (max-width: 800px) {
	.six-all .six-bar{width: 29%!important;}
	.five-all .five-bar{width: 29%!important;}
	.four-all .four-bar{width: 29%!important;}
	.three-all .three-bar{width: 29%!important;}
	.two-all .two-bar{width: 46%!important;}
}

@media only screen and (max-width: 640px) {
	.six-all .six-bar{width: 46%!important;}
	.five-all .five-bar{width: 46%!important;}
	.four-all .four-bar{width: 46%!important;}
	.three-all .three-bar{width: 46%!important;}
	.two-all .two-bar{width: 46%!important;}
}

@media only screen and (max-width: 480px) {
	.six-all .six-bar{width: 96%!important;}
	.five-all .five-bar{width: 96%!important;}
	.four-all .four-bar{width: 96%!important;}
	.three-all .three-bar{width: 96%!important;}
	.two-all .two-bar{width: 96%!important;}

    .two-all .two-bar .tb-speak{width: 100%;margin: 2% 0;}
}