
@import url(../fonts/flaticon/flaticon.css);
@import url(revise.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner-index.css);

/*========================================================
                      	 標題設定
=========================================================*/

.h2-title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.h2-title:after {
    content: '';
	position : absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
    width: 200px;
    height: 3px;
    background-color: #0870c9;
}
.h2-title+p {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

/*  尺寸設定 */
@media (min-width: 992px) {
	.h2-title {
		font-size: 2rem;
	}
    .h2-title:after {
        width: 240px;
    }
    .h2-title+p {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }
}
@media (min-width: 1600px) {
	.h2-title {
		font-size: 2.2rem;
	}
    .h2-title:after {
        width: 300px;
    }
    .h2-title+p {
        font-size: 1.8rem;
        margin-bottom: 60px;
    }
}

/*========================================================
                      	 服務介紹
=========================================================*/

.service-wrap {	
	background: url("../images/index/2.jpg") no-repeat right center;
	background-size: cover;    
	padding: 40px 7% 40px;
}
.service-wrap img {
    width: 100%;
    vertical-align: bottom;
}

.service-wrap .col-lg-6 { 
	padding-left: 0;
	padding-right: 0;
}
.service-wrap .col-lg-6:nth-of-type(1) { 
	border-right: 1px solid #fff;
}
.service-wrap .slider { 
	padding-bottom: 60px;
}
.service-wrap [class*="col-"] dl { 
}
.service-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.service-wrap [class*="col-"] dl dd h4 {
    border: 1px solid #fff;
    padding: 10px;
	color: #fff;
    text-align: center;
}


/*  尺寸設定 */
@media (min-width: 992px) {
    .service-wrap {	  
        padding-top: 50px;
    }
}
@media (min-width: 1600px) {
    .service-wrap {	  
        padding-top: 60px;
    }
}


/*========================================================
                      	 最新活動
=========================================================*/

.bg-1 {
	background: url("../images/index/news-bg.jpg") no-repeat fixed center top;
}

.info-wrap { 
	padding: 60px 10% 0;
}
.info-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.info-wrap .slider { 
    margin-top: -20px;
	padding-bottom: 60px;
}
.info-wrap .slick-slide a {
    outline: none;
}
.info-wrap .slick-slide dl {
    border: 15px solid #fff;
    box-shadow: 1px 1px 5px #adadad;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
}
.info-wrap .slick-slide dl dt { 
	margin-bottom: 10px;
}
.info-wrap .slick-slide dl dd {
	color: #141414;
	font-size: 1rem;
}
.info-wrap .slick-slide dl dd time {
	text-align: left;
	font-weight: bold;
    font-size: 1.2rem;
}
.info-wrap .slick-slide dl dd h3 {
    font-size: 1.4rem;
    font-weight: bold;
}
.info-wrap .slick-slide dl dd p {
    line-height: 24px;
}

/*  尺寸設定 */
@media (min-width: 1200px) {
    .info-wrap .slick-slide dl {
        margin-left: 15px;
        margin-right: 15px;
        min-height: 484px;
    }
}


/*========================================================
                         電站實績
=========================================================*/

.performance-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.performance-s {
    background-position: center;
    background-size: cover;
    height: 480px;
    margin: 15px 0;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.performance-s h3 {
    position: absolute;
    top: 100%;
    left: 50px;
    margin-top: -80px;
    text-shadow: 1px 1px 2px #000, 1px 1px 10px #333, 1px 1px 15px #555;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.performance-s a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/*  尺寸設定 */

@media (min-width: 992px) {
    .performance-wrap {
        height: 640px;
    }
    .performance-s {
        height: 340px;
        width: 25%;
        float: left;
        margin: 0;
    }
    .performance-s h3 {
        text-shadow: none;
    }
    .performance-s.active {
        height: 420px;
        width: 50%;
        margin-top: -40px;
    }
    .performance-s a {
        background-color: #0870c9;
        opacity: 0.4;
    }
    .performance-s.active a {
        opacity: 0;
    }
    .performance-s.active h3 {
        margin-top: -120px;
        text-shadow: 1px 1px 2px #000, 1px 1px 10px #333, 1px 1px 15px #555;
    }
}
@media (min-width: 1200px) {
    .performance-wrap {
        height: 720px;
    }
    .performance-s {
        height: 420px;
    }
    .performance-s.active {
        height: 500px;
    }
}
@media (min-width: 1600px) {
    .performance-wrap {
        height: 840px;
    }
    .performance-s {
        height: 520px;
    }
    .performance-s.active {
        height: 600px;
    }
}



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

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

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