
@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);

/*========================================================
                      	 框架
=========================================================*/

.content {
	background: url(../../images/content_back.jpg) repeat left top;
	padding-bottom: 60px;
}


/*========================================================
                      	 標題
=========================================================*/

.h1-title {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.h1-title {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 40px;
	}
}
@media (min-width: 1600px) {
	.h1-title {
		font-size: 44px;
	}
}



/*========================================================
                      	 推動服務
=========================================================*/


.service-list  {
	padding-bottom: 50px;
	color: #000;
}

.service-list dl {
	background-color: #fff;
}
.service-list dl dd {
	padding: 40px 40px;
}
.service-list dl dd h3 {
	border-left: 8px solid #ab2424;
	padding-left: 10px;
	margin: 0 0 20px 0;
}

.box1, .box1 dd, .box2, .box2 dd, .box3, .box3 dd {
	overflow: hidden;
}
.box1 dt {
	width: 100%;
    background: url(../../images/service_a01.jpg) no-repeat center center;
	background-size: cover;
}
.box2 dt {
	float: right;
	margin: 0 0 0 10px;
	width: 45%;
	height: 100%;
    background: url(../../images/service_a02.jpg) no-repeat center center;
	background-size: cover;
}
.box3 dt {
	float: left;
	margin: 0 10px 0 0;
	width: 45%;
	height: 100%;
    background: url(../../images/service_a03.jpg) no-repeat center center;
	background-size: cover;
}

.service-list .more a {
	display: inline-block;
	color: #a34c4c;
}



/*  尺寸設定 */
@media (max-width: 767px) {
	.box1 dt {
		height: 398px;
	}
	.box2 dt, .box3 dt {
		float: none;
		margin: 0;
		width: 100%;
		height: 400px;
	}
}
@media (min-width: 768px) {
	.box1 dt {
		height: 398px;
	}
	.box2 ,.box3 {
		height: 300px;	
	}
}
@media (min-width: 1200px) {
	.box1 dt {
		height: 414px;
	}
	.box2 ,.box3 {
		height: 330px;	
	}
}

@media (min-width: 1600px) {
	.box1 dt {
		height: 398px;
	}
	.box2 ,.box3 {
		height: 300px;	
	}
}



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

.news-list {
	margin-bottom: 60px;
}
.news-list .row {
	background-color: #fff;
	padding: 0 30px 60px 30px;
	margin-left: 0;
	margin-right: 0;
}
.news-list h1 {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.news-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-list ul li {
	border-bottom: 1px solid #d9d9d9;
	padding: 8px 10px;
}
.news-list ul li:last-of-type {
	border-bottom: none;
}
.news-list ul li span {
	color: #e24444;
	display: block;
}
.news-list ul li span b {
	color: #fff;
	font-size: 13px;
	padding: 3px 5px;
	margin-right: 10px;
}
.news-list ul li span b.f1 {
	background-color: #8f5479;
}
.news-list ul li span b.f2 {
	background-color: #d5741e;
}
.news-list ul li a {
	color: #101010;
}

.news-list .more a {
	display: inline-block;
	background-color: #3e819c;
	color: #fff;
	padding: 10px 50px;
	margin-top: 10px;
	margin-left: 10px;
}
.news-list .more a:hover {
	background-color: #174e64;
}


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

.activity-list {
}
.activity-list > div {
	background-color: #fff;
	padding: 0 30px 40px 30px;
}
.activity-list h1 {
	padding: 40px 0 20px 0;
}
.activity-list dl dt img {
	max-width: 100%;
	vertical-align: bottom;
}
.activity-list dl dd {
	margin-top: 6px;
	text-align: center;
}



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

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

