@charset "utf-8";
/*產品顯示區塊*/
.product_view_block{
	position: relative;
}
.product_view_block ul{
	padding: 0;
	list-style: none;
}
.product_view_block:after{
	content: '';
	display: block;
	clear: both;
}
/*產品系列簡介*/
.series_introduction_block{
	overflow: hidden;
	margin: 0 0 31px 0;
}
.series_title{
	font-size: 18px;
	color: #737375;
	padding-bottom: 19px;
	overflow: hidden;
}
.series_content{
	font-size: 13px;
	color: #696969;
	line-height: 20px;
}
.product_bg_block{
	background-image: url(../../images/gpm_prod_ins_bg.png);
	width: 670px;
	height: 212px;
	margin: 20px 0 28px 0;
	display: block;
	position: relative;
	overflow: hidden;
}
/*產品*/
.download_btn{
	background: url(../../images/gpm_prod_icon.png) no-repeat;
	font-size: 14px;
	color: #fff;
	background-position: 0 0; 
	width: 142px; 
	height: 32px;
	position: absolute;
	bottom: -3px;
	left: 0px;
	line-height: 29px;
	padding-left: 20px;
	cursor: pointer;
}
.product_block{
	position: relative;
	float: left;
	margin: 0 23px 24px 0;
}
.product_block:nth-child(3n+3){ /*三個一數的產品是最右邊的沒margin-right*/
	margin-right: 0;
}
.product_img{
	width:202px;
	height: 161px;
	position: relative;
	margin-bottom: 21px;
}
.product_img{
	width:200px;
	height: 181px;
	border:#e5e5e5 1px solid;
	display: table;
}
.product_img:hover{
	border:#5aa4ef 1px solid;
}
.product_image_block{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.product_title,
.product_content,
.product_title_hover{
	margin: 0 0 0 8px;
	width: 194px;
	display: block;
	overflow: hidden;
}
.product_title{
	font-size: 15px;
	color: #0a2166;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.product_title_hover{
	color: #0051d8;
	font-size: 15px;
	line-height: 25px;
	color: #0051d8;
	height: 25px;
	overflow: hidden;
}
.product_content{
	font-size: 12px;
	color: #696969;
	line-height: 18px;
	height: 16px;
	overflow: hidden;
}
.product_content li{
	list-style: disc inside;
}
.product_next,
.product_next:link,
.product_next:active{
	width:202px;
	height: 229px;
	background: url(../../images/gpm_prod_next.png) 168px 146px no-repeat;
	position: absolute;
	top:0px;
	left: 0px;
}
.product_next:hover{
	background-image: url(../../images/gpm_prod_next_h.png);
	/*border:#5aa4ef 1px solid;*/
}
.prouduct_next_hover{
	border:#5aa4ef 1px solid;
}
.product_img img{
	max-width:200px;
	max-height: 178px;
}
/*-----tab樣式-------*/
.product_item{	
	margin: 0 0 28px 0;	
	height: 51px;
	overflow: hidden;
	position: relative;
}
.product_item li div{
	max-height: 33px;
	overflow: hidden;
}
.product_item:before{
	content: '';
	display: block;
	border-bottom: #0a2166 1px solid;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 7px;
}
.product_item li{
	position: relative;
	float: left;
	width: auto;
	height: 37px;
	display: table;	
	padding: 0 3px 6px 0px;
	margin: 0 0 7px 0;
}
.product_item li:after{
	content: '';
	background: url(../../images/gpm_prod_icon.png) repeat-x ;
	background-position: -271px 0;
	width: 109px;
	height: 11px;
	position: absolute;
	left: 0px;
	bottom:-7px;
}
.product_item li a{
	font-size: 12px;
	color: #0a2166;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4em;
	overflow: auto;	
	width:99px;
	text-align: left;
	padding: 0 0 0 8px;
}
.product_item .item_this:after{
	content: '';
	background-position: -162px 0;
}
.product_item .item_this a{
	color: #e86301;
}
.product_item:after{
	content: '';
	display: block;
	clear: both;
}
.product_view:after{
	content: '';
	display: block;
	clear: both;
}
