
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_banner.css);
@import url(index_footer.css);



/*========================================================
                      	 產品介紹
=========================================================*/

.product-list {
	background: rgb(205,222,235);
	background: -moz-linear-gradient(top, rgba(205,222,235,1) 0%, rgba(168,190,208,1) 51%, rgba(133,172,203,1) 100%);
	background: -webkit-linear-gradient(top, rgba(205,222,235,1) 0%,rgba(168,190,208,1) 51%,rgba(133,172,203,1) 100%);
	background: linear-gradient(to bottom, rgba(205,222,235,1) 0%,rgba(168,190,208,1) 51%,rgba(133,172,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cddeeb', endColorstr='#85accb',GradientType=0 );
}
.product-list img {
    width: 100%;
    vertical-align: bottom;
}
.product-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-list h2 {
	background: rgb(79,150,211);
	background: -moz-linear-gradient(top, rgba(79,150,211,1) 0%, rgba(62,109,196,1) 50%, rgba(76,143,208,1) 100%);
	background: -webkit-linear-gradient(top, rgba(79,150,211,1) 0%,rgba(62,109,196,1) 50%,rgba(76,143,208,1) 100%);
	background: linear-gradient(to bottom, rgba(79,150,211,1) 0%,rgba(62,109,196,1) 50%,rgba(76,143,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f96d3', endColorstr='#4c8fd0',GradientType=0 );
	color: #fff;
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 32px;	
}
.product-list .col-lg-6 { 
	padding-left: 0;
	padding-right: 0;
}
.product-list .col-lg-6:nth-of-type(1) { 
	border-right: 1px solid #fff;
}
.product-list .slider { 
	padding: 50px 30px;
}
.product-list [class*="col-"] dl { 
	margin: 10px;
}
.product-list [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.product-list [class*="col-"] dl dd {
	color: #292929;
	text-align: center;
	font-size: 18px;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.product-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.product-list h1 {
		font-size: 40px;
	}
}


/*========================================================
                      	 新聞中心
=========================================================*/

.news-list {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 82%, rgba(221,221,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 82%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 82%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}
.news-list img {
    width: 100%;
    vertical-align: bottom;
}
.news-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
}
.news-list h2 {
	background: rgb(79,150,211);
	background: -moz-linear-gradient(top, rgba(79,150,211,1) 0%, rgba(62,109,196,1) 50%, rgba(76,143,208,1) 100%);
	background: -webkit-linear-gradient(top, rgba(79,150,211,1) 0%,rgba(62,109,196,1) 50%,rgba(76,143,208,1) 100%);
	background: linear-gradient(to bottom, rgba(79,150,211,1) 0%,rgba(62,109,196,1) 50%,rgba(76,143,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f96d3', endColorstr='#4c8fd0',GradientType=0 );
	color: #fff;
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 32px;	
}
.news-list .col-lg-6 { 
	padding-left: 0;
	padding-right: 0;
}
.news-list .col-lg-6:nth-of-type(1) { 
	border-right: 1px solid #fff;
}
.news-list .slider { 
	padding: 0 30px 60px;
}
.news-list [class*="col-"] dl { 
	margin: 10px;
}
.news-list [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.news-list [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.news-list [class*="col-"] dl dd h3 {
	color: #333;
	text-align: left;
	font-weight: bold;
}

.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.news-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.news-list h1 {
		font-size: 40px;
	}
}


/*========================================================
                      	 業務實績
=========================================================*/

.performance-list {
	
}
.performance-list img {
    width: 100%;
    vertical-align: bottom;
}
.performance-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
}
.performance-list [class*="col-"] { 
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}
.performance-list [class*="col-"] { 
	padding-left: 0;
	padding-right: 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}


.performance-list p {
	background: rgb(79,150,211);
	background: -moz-linear-gradient(top, rgba(79,150,211,1) 0%, rgba(62,109,196,1) 50%, rgba(76,143,208,1) 100%);
	background: -webkit-linear-gradient(top, rgba(79,150,211,1) 0%,rgba(62,109,196,1) 50%,rgba(76,143,208,1) 100%);
	background: linear-gradient(to bottom, rgba(79,150,211,1) 0%,rgba(62,109,196,1) 50%,rgba(76,143,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f96d3', endColorstr='#4c8fd0',GradientType=0 );
	color: #fff;
	margin: 0;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;	
}




/*  尺寸設定 */
@media (min-width: 640px) {
	.performance-list [class*="col-"]:nth-of-type(1) { 
		border-left: 0px solid #fff;
		border-right: 3px solid #fff;
	}
	.performance-list [class*="col-"]:nth-of-type(2) { 
		border-left: 3px solid #fff;
		border-right: 0px solid #fff;
	}
	.performance-list [class*="col-"]:nth-of-type(3) { 
		border-left: 0px solid #fff;
		border-right: 3px solid #fff;
	}
	.performance-list [class*="col-"]:nth-of-type(4) { 
		border-left: 3px solid #fff;
		border-right: 0px solid #fff;
	}
}
@media (min-width: 768px) {
	.performance-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	.performance-list [class*="col-"]:nth-of-type(1) { 
		border-left: 0px solid #fff;
		border-right: 5px solid #fff;
	}
	.performance-list [class*="col-"]:nth-of-type(2) { 
		border-left: 2px solid #fff;
		border-right: 3px solid #fff;
	}
	.performance-list [class*="col-"]:nth-of-type(3) { 
		border-left: 3px solid #fff;
		border-right: 2px solid #fff;
	}
	.performance-list [class*="col-"]:nth-of-type(4) { 
		border-left: 5px solid #fff;
		border-right: 0px solid #fff;
	}
}
@media (min-width: 1200px) {
	.performance-list h1 {
		font-size: 40px;
	}
}



/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

