@charset "utf-8";
/* CSS Document */



/*----- 產品列表 -----*/
ul.prodList {
	margin-bottom: -60px;
}

ul.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

ul.prodList .row {
  margin-left: -25px;
  margin-right: -25px;
}

ul.prodList li {
	margin-bottom: 60px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

ul.prodList li.col-sm-6 {
	padding-left: 25px;
	padding-right: 25px;
}

ul.prodList li h3.prodName {
	font-size: 20px;
	color: #222;
	font-weight: normal;
	margin-bottom: 22px;
	line-height: 24px;
}

ul.prodList li h3.prodName a {
	color: #222;
}

ul.prodList li h3.prodName a:hover {
	color: #015aaa;
}

ul.prodList li .prodBox {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

ul.prodList li figure {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}

ul.prodList li figure img {
	width: 100%;
	height: auto;
}

ul.prodList li .summaryBox {
	width: 49%;
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
}

ul.prodList li .summaryBox p {
	font-size: 14px;
	color: #606060;
	line-height: 24px;
}

ul.prodList li .summaryBox a.fileBtn {
	width: 120px;
	font-size: 15px;
	color: #464646;
	margin-top: 25px;
	padding: 4px 0;
	display: block;
	text-align: center;
	border: 1px solid #b9b9b9;
}

ul.prodList li .summaryBox a.fileBtn i {
	font-size: 14px;
	color: #aeaeae;
	margin-right: 6px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li .summaryBox a.fileBtn:hover {
	color: #fff;
	border: 1px solid #1573dc;
	background-color: #1573dc;
}

ul.prodList li .summaryBox a.fileBtn:hover i {
	color: #fff;
}




/*----- 產品詳細頁 -----*/
.mainBox {
	margin-bottom: 70px; 
}

.leftBox {
	float: left;
	width: 47%;
}

.leftBox figure img {
	width: 100%;
	height: auto;
}

ul.smallImg {
	margin-top: 12px;
}

ul.smallImg li {
	float: left;
	width: 23.70%;
	margin: 0 1.7% 2.5% 0;
	box-shadow: 1px 2px 5px rgba(180, 180, 180, 0.7);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.smallImg li:nth-child(4n) {
	margin-right: 0;
}

ul.smallImg li:hover {
	-webkit-transform: translate(2px,2px);
	-moz-transform: translate(2px,2px);
	-ms-transform: translate(2px,2px);
	transform: translate(2px,2px);
	box-shadow: none;
}

ul.smallImg li img {
	width: 100%;
}

ul.smallImg li a,
ul.smallImg li a img {
}



/*右側產品資訊樣式*/
.rightBox {
	float: right;
	width: 48%;
}

.productName {
	font-size: 22px; 
	color: #1573dc;
	font-weight: normal;
	margin-bottom: 23px;
	line-height: 32px;
}

.featureBox {
	padding: 0 0 28px 2px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.featureBox ul,
.featureBox ol {
	list-style: none; 
}

.featureBox ul li {
	padding-left: 19px;
}

.featureBox ul li:before {
    content: "•";
    padding-right: 8px;
    margin-left: -14px;
    color: #333;
}

.featureBox ol li {
	list-style: decimal;
}

a.downloadBtn {
	width: 150px;
	float: right;
	font-size: 16px;
	color: #fff;
	margin-top: 35px;
	padding: 9px 0;
	display: block;
	text-align: center;
	background-color: #1573dc;
}

a.downloadBtn i {
	font-size: 17px;
	margin-right: 10px;
	vertical-align: baseline;
}

a.downloadBtn:hover {
	color: #fff;
	background-color: #111;
}

.heading {
	border-bottom: 1px solid #ccc;
}

.heading h4 {
	width: 150px;
    color: #4e4e4e;
    font-size: 18px;
	display: inline-block;
	padding: 9px 0;
    margin-bottom: -1px;
	text-align: center;
	background: #fff;
	border-top: 4px solid #2c81e0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.specBox {
	padding-top: 50px;
	line-height: 30px;
	position: relative;
}


.table-responsive {
	margin: 60px 0 -10px;
}


/*規格表樣式*/
.specTable {
	/*border: 1px solid #bec9cf;*/
}

.specTable th,
.specTable td {
    border: 1px solid #fff;
	line-height: 24px;
	vertical-align: middle;
}

.specTable th {
	font-size: 15px;
	color: #fff;
	padding: 7px 8px;
	border-bottom: none;
	background-color: #0093cc;
	text-align: center;
}

.specTable td {
	font-size: 15px;
	color: #222;
	padding: 8px;
	text-align: center; 
	background-color: #d3ebf7;
}

.specTable tr:nth-child(2n) > td {
	background-color: #ecf6f9;
}


a.backBtn {
	width: 120px;
	margin: 0 auto;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 8px 0;
	margin-top: 55px;
	border-radius: 30px;
	border: 1px solid #1573dc;
	background: #1573dc;
	text-align: center;
}

a:hover.backBtn {
	color: #1573dc;
	background: #fff;
}





@media (max-width: 1199px){

/*----- 產品列表 -----*/



}



@media (max-width: 991px){

/*----- 產品詳細頁 -----*/
.prodnameBox {
	padding-bottom: 12px;
}



	
}


@media (max-width: 767px){

/*----- 產品列表 -----*/
ul.prodList .row {
  margin-left: -15px;
  margin-right: -15px;
}

ul.prodList li.col-sm-6 {
	padding-left: 15px;
	padding-right: 15px;
}


ul.prodList li .summaryBox a.fileBtn {
	width: 100%;
}



/*----- 產品詳細頁 -----*/
.table-responsive {
	margin-bottom: -5px;
}


}


@media (max-width: 575px){

/*----- 產品列表 -----*/
ul.prodList {
	margin-bottom: -35px;
}

ul.prodList li {
	margin-bottom: 35px;
}



/*----- 產品詳細頁 -----*/
.leftBox {
	float: none;
	width: 100%;
}

.rightBox {
	float: none;
	width: 100%;
	padding-top: 43px;
	clear: both;
}

a.downloadBtn {
	width: 100%;
	padding: 11px 0;
}



}


@media (max-width: 479px){

/*----- 產品列表 -----*/


}


