
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);



/*========================================================
                      	 工程實績
=========================================================*/

.performance-list {
	background: url(../images/index/performance-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 10% 120px;
}
.performance-list img {
    width: 100%;
    vertical-align: bottom;
}
.performance-list h1 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
}

.performance-list [class*="col-"] dl { 
	margin: 10px;
	background-color: #fefefe;
	padding: 20px;
}
.performance-list [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.performance-list [class*="col-"] dl dd {
	color: #000;
	text-align: center;
	font-size: 18px;
	background: rgb(205,205,205);
	background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(247,250,252,1) 100%);
	background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%,rgba(247,250,252,1) 100%);
	background: linear-gradient(to bottom, rgba(205,205,205,1) 0%,rgba(247,250,252,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f7fafc',GradientType=0 );
	padding-top: 20px;
	padding-bottom: 10px;
}

.performance-list .more {
	text-align: center;
	position: relative;
	top: 70px;
	z-index: 9;
}
.performance-list .more a {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 50px;
	font-size: 18px;
}
.performance-list .more a:hover {
	background-color: #0899ce;
}


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


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

.news-list {
	background: url(../images/index/news-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 50px 5% 80px;
}
.news-list img {
    width: 100%;
    vertical-align: bottom;
}
.news-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
}
.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;
	}
}


/*========================================================
                      	 營運項目
=========================================================*/

.product-list {
}
.product-list [class*="col-"] {
    background-position: center bottom;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 0;
}
.product-list h1 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	position: relative;
	margin: 0;
	background-color: #051e2b;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-list .s1 {
	border-bottom: 10px solid #fff;
}

.product-nav {
	background: url(../images/index/product-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.product-nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	border: 1px solid #adadad;
}
.product-nav ul li {
	border-bottom: 1px solid #adadad;
}
.product-nav ul li a {
	display: block;
	color: #333;
	background-color: #f2f2f2;
	padding: 50px 0;
	font-size: 24px;
}
.product-nav ul li a:hover {
	background-color: #82a3d9;
}

.product-nav .more {
	width: 80%;
	margin: 20px auto 0 auto;
}
.product-nav .more a {
	display: block;
	background-color: #051e2b;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #fff;
	border: 2px solid #52646d;
}
.product-nav .more a:hover {
	background-color: #1b4a62;
}



/*  尺寸設定 */
@media (max-width: 1199px) {
	.product-nav {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.product-list h1 {
		font-size: 36px;
	}
	.product-nav ul {
		width: 50%;
	}
	.product-nav .more {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.product-list .s2 {
		border-right: 10px solid #fff;
	}
}
@media (min-width: 1200px) {
	.product-list h1 {
		font-size: 40px;
	}
	.product-nav {
		height: 700px;
		padding-top: 6%;
	}
}


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

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;
}

