/*主要內容寬度設定*/
.main_content{
	margin: 0 auto;
	width: 1140px;
}
/*table無間隙*/
table{
	border-collapse:collapse;
}
.about_style,
.about_style ul,
.about_style li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*品牌分類-設定*/
.about_style{
	margin-bottom: 45px;
}
.about_style>li{
	float: left;
}
.about_style>li>a{
	display: block;
	position: relative;
	width: 225px;
	height: 35px;
	line-height: 35px;
	background:#BFBFBF;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-right: 1px;
	padding: 0 5px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
/*有下拉清單的li*/
.about_style>li.about_list>a{
	padding: 0 38px;
}
/*品牌簡介-三角形*/
.about_style li.about_list{
	position: relative;
}
.about_style .about_list>a::after{
	content: '';
	border-left: 7px solid #BFBFBF;
    border-top: 7px solid #fff;
    border-right: 7px solid #BFBFBF;
    display: inline-block;
    position: absolute;
    top: 0.8em;
    right: 20px;
}
/*品牌簡介-三角形hover+選取狀態*/
/*about_selected_add為避免移除about_selected的js影響所加的所在頁面class*/
.about_style .about_list>a:hover::after,
.about_style .about_list.about_selected>a::after,
.about_style .about_list.about_selected_add>a::after{
	content: '';
	border-left: 7px solid #002B56;
    border-top: 7px solid #fff;
    border-right: 7px solid #002B56;
}
/*品牌分類hover+選取狀態*/
.about_style .about_selected>a,
.about_style .about_selected_add>a,
.about_style>li>a:hover,
.about_style>li>a:active{
	background: #002B56;
}
/*品牌簡介第2層*/
.about_lv2{
	position: absolute;
	top:35px;
	display: none;
}

.about_lv2 li a{
	width: 225px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
	background:#434343;
	color: #fff;
	font-size: 16px;  
	display:block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
.about_lv2 li a:hover,
.about_lv2 li a:active{
	background:#434343;
	color: #06D6FC;
}
/*第2層上下框線*/
.about_lv2 li::after{
	content: '';
	display: block;
	border-bottom: 1px solid #323031;
	width: 100%;
}
.about_lv2 li::before{
	content: '';
	display: block;
	border-bottom: 1px solid #595758;
	width: 100%;
}
.about_lv2 li:first-child::before{
	border-bottom: 1px solid #201C1D;
}
.about_lv2 li:last-child::after{
	border-bottom: 0;
}
/*清除浮動*/
.about_style::after{
	content: '';
	display: block;
	clear: both;
}
/*///全球現況 start///*/
.global_list,
.global_list li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.global_list{
	margin-top: 45px;
}
.global_list li{
	display: block;
	float: left;
	width: 200px;
	height: 405px;
	line-height: 24px;
	overflow: hidden;
	margin: 0 35px 70px 0;

}
.global_list li:nth-child(5n+5){
	margin-right: 0px;
}
.global_list::after{
	content: '';
	display: block;
	clear: both;
}
.global_list a{
	display: block;
}
.global_list img{
	max-width: 100%;
	overflow: hidden;
	display: block;
}

/*///全球現況 end///*/
	
/*///產品證言 start///*/
/*副標題*/
.about_title{
	margin-top: 45px;
	margin-bottom: 30px;
	color: #0861BD;
	font-size: 24px;
	line-height: 28px;
}
.test_list{
	border-bottom: 1px solid #bfbfbf;
	display: block;
	float: left;
	width: 50%;
	padding: 0 0 70px 0;	
}
/*第1列的項目標題無上間距(第1項目+第2項目)*/
.first_test_list .test_title{
	padding-top: 0px;
}
/*倒數的第 1 + 2項目沒有底線*/
.last_test_list{
	border: 0;
}
/*清除實測文章浮動*/
.table_block::after{
	content: '';
	display: block;
	clear: both;
}
/*實測文章-標題*/
.test_title{
	padding: 65px 0 8px 0;
}
.test_title a{
	font-size: 20px;
	line-height: 28px;
	color: #000;
}
/*實測文章-日期*/
.test_date{
	color: #b1b1b1;
	line-height: 32px;
	margin-top: 10px;
	display: block;
}
/*實測文章-文章內容連結*/
.test_text{
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
}
.test_text a{
	display: inline-block;
	line-height: 30px;
	width: 240px;
	height: 150px;
	color: #000;
	overflow: hidden;
}
.test_text a:hover,
.test_text a:active{
	text-decoration: underline;
}
/*實測文章-圖片*/
.test_img{
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.test_img img{
	max-width: 100%;
	overflow: hidden;
}
/*///產品證言 end///*/

/******手機版 start******/
@media screen and (max-width: 768px){
/*主要內容寬度設定*/
.main_content{
	width: 100%;
}
/*品牌分類寬度設定*/
.about_style li a{
	margin: 0 5%;
	width: 90%;
	display:block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
/*第2層上下框線*/
.about_lv2 li::after{
	margin: 0 5%;
	width: 90%;
}
.about_lv2 li::before{
	margin: 0 5%;
	width: 90%;
}

/*取消浮動*/
.about_style>li{
	float: none;
}
/*第一層下方間距*/
.about_style>li{
	margin: 0 0 1px 0;
}
/*品牌簡介第2層*/
.about_lv2{
	position: static;
}

/*///全球現況 start///*/
.global_list{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.global_list li,
.global_list li:nth-child(5n+5){
	margin-right: 4%;
}
/*///全球現況 end///*/

/*///產品證言 start///*/
/*table 斷行屬性 -20150914*/
.test_list{
	word-break: normal;
}
/*td改為block屬性 -20150916*/
.test_list td{
	display: block;
}
/*副標題*/
.about_title{
	margin-left: 5%;
}
/*第1列的項目恢復標題上間距(第1項目+第2項目)*/
.first_test_list .test_title{
	padding-top: 65px;
}
/*倒數的第 1 + 2項目恢復底線*/
.last_test_list{
	border-bottom: 1px solid #bfbfbf;
}
/*第一個table的標題沒有上間距*/
.table_block table:first-child .test_title{
	padding-top: 0;
}
/*最後一個table沒有下底線*/
.table_block table:last-child{
	border-bottom: 0;
}

.test_list{
	width: 90%;
	margin: 0 5%;
	padding: 0 0 60px 0;
}
.test_img{
	width: 200px;
}
/*取消padding -20150916*/
.test_text{
	padding: 0;
}
/*取消超過5行後隱藏 -20150916*/
.test_text a{
	width: 100%;
	height: auto;
	overflow: visible;
}

/*///產品證言 end///*/

}