﻿.main {width:100%; text-align:left;}
.min_width {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 990)? "990px" : "100%"); min-width:990px;}


.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}


/*======= index.html =======*/
#page1 .row_top .col_1{width:100px;}
/**/
#page1 .row_bottom .col_1{width:45%;}
#page1 .row_bottom .col_2{width:54%;}
/*=========================*/

/*======= index-1.html =======*/
#page2 .row_top .col_1{width:69%; background:#ffffff;}
#page2 .row_top .col_2{width:30%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 .row_top .col_1{width:100px;}
/**/
#page3 .row_bottom .col_1{width:50%;}
#page3 .row_bottom .col_2{width:49%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 .row_top .col_1{width:30%; background:#f5f6f4;}
#page4 .row_top .col_2{width:69%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 .row_top .col_1{ width:27%}
#page5 .row_top .col_2{ width:35%}
#page5 .row_top .col_3{ width:35%}
/**/
#page5 .row_bottom .col_1{width:58%;}
#page5 .row_bottom .col_2{width:41%;}
/*=========================*/

/*======= index-5.html =======*/
#page6 .row_top .col_1{width:69%; background:#ffffff;}
#page6 .row_top .col_2{width:30%;}
/*=========================*/


/*======= index-6.html =======*/
#page6 .row_bottom .col_1{width:100%;}
/*=========================*/


/*==========popup page==========*/
.pu-body {
	width: 600px;
	height: 600px; margin-left:5px; margin-right:5px; background-image :none
}
/*=========================*/
