/* CSS Document */
.col-xs-6,.col-sm-3{
padding-left:0px;
padding-right:0px;}


@media (max-width:350px){.col-xs-6{ width:100%;}}
/*產品縮圖尺寸*/

.dmlistimg{
	position:relative;
	width: 150px;
	overflow:hidden;
	margin-right: auto;
	padding: 0px;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
}

.dmlistshow{margin: 5px;}
.dmlistshow a{font-size: 15px;}
.dmlistshow  a:hover {  text-decoration: none;color:#043993;}


/*********************/

.view {
	width: 150px;
	overflow: hidden;
	
	padding:5px;
	height: 150px;
	margin: auto;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background-color: #FFFFFF;	
}

.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 150px;
	width: 100%;
}
.view img {

	vertical-align: middle;
	border:0;
	vertical-align: middle;
}

.view a.info {
	text-decoration: none;
	padding: 5px;
	background: #FFF;
	color: #444;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	top: 35%;
	position: relative;
	display: block;
	font-size: 15px;
	margin: auto;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
  }
.view a.info:hover {
	background-color: #043993;
	color: #FFFFFF;
	text-decoration: none;
}
/*********************/

.view-tenth img {
	transform: translateX(0px) rotate(0deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
max-height:135px;
max-width:135px;
	overflow: hidden;
}
.view-tenth:hover img {
  transform: scale(1.2)rotate(0deg);;

}	
	
.view-tenth .mask {
   background: rgba(39,58,78,0.3)  ;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/*產品縮圖尺寸*/

/*產品導覽ICON*/

.imgurl_show{
	width: 100%;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height:30px;
	
	margin-bottom: 10px;
}
.imgurl_show a{
	display: block;
	width: 25px;
	line-height:25px;
	background-color: #999999;
	float: right;
	margin-top:0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	color: #FFFFFF;
	padding: 2px;
	height: 25px;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.imgurl_show a:hover{
	background-color: #666666;
}
/*產品導覽ICON*/
@media (max-width: 767px) {
.dmlistimg{

	height:200px;
	margin-bottom: 30px;

}

.view a.info {
	height: 50px;
	width: 50px;
	top: 35%;
	font-size: 20px;
	line-height: 40px;
 
  }
.imgurl_show{
height:40px;
margin-bottom: 10px;
}
.imgurl_show a{
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height:35px;
	margin-right: 15px;
}
}