
@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 {
}

/*========================================================
                      	 解決方案
=========================================================*/

.solution-list {
	background-color: #fff;
	padding-bottom: 40px;
}
.solution-list img {
    width: 100%;
    vertical-align: bottom;
	border: 10px solid #fff;
	border-bottom: 0;
}
.solution-list h1 {
	text-align: center;
	color: #009999;
    font-weight: bold;
	font-size: 32px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}
.solution-list [class*="col-"] dl dd { 
	background-color: #fff;
	padding: 20px 20px 10px;
	text-align: center;
	position: relative;
}
.solution-list [class*="col-"] dl dd:before, .solution-list [class*="col-"] dl dd:after  { 
	content: '';
	position: absolute;
	top : 50%;
	transform : translateY(-50%);
	z-index: 9;
	width: 10%;
	height: 6px;
	background-color: #10670d;
}
.solution-list [class*="col-"] dl dd:before { 
	left : 0;
}
.solution-list [class*="col-"] dl dd:after { 
	right : 0;
}
/*

.solution-list [class*="col-"] dl dd h3 { 
	margin: 0;
	color: #10670d;
	font-weight: normal;
}
.solution-list [class*="col-"] dl dd p { 
	font-size: 13px;
	color: #a6a6a6;
}
*/
.solution-info h3 {
    color: #009999;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.solution-info {
    padding: 15px;
    line-height: 36px;
}

.solution-info .more {
	text-align: right;
}
.solution-info .more a {
	display: inline-block;
	padding: 3px 15px;
	color: #670000;
}
.solution-info .more a:hover {
	background-color: #009999;
	color: #fff;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.solution-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.solution-list h1 {
		font-size: 40px;
	}
	.solution-list {
		padding-bottom: 60px;
	}
    .solution-list .slick-list {
        margin-bottom: 60px;
    }
}



/*========================================================
                      	 核心技術
=========================================================*/

.technology-list {
/*
    background: url(../../images/technology_bg.jpg) no-repeat center top;
	background-size: cover;
*/
	padding-bottom: 40px;
}
.technology-list img {
    width: 100%;
    vertical-align: bottom;
	border-bottom: 0;
}
.technology-list h1 {
	text-align: center;
	color: #009999;
    font-weight: bold;
	font-size: 32px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}
.technology-list [class*="col-"] dl dd { 
	background-color: #fff;
	padding: 0;
	text-align: center;
	position: relative;
}
.technology-list [class*="col-"] dl dd h3 { 
	background: #2eb9b9;
	background: -moz-linear-gradient(top,  #2eb9b9 1%, #009999 100%);
	background: -webkit-linear-gradient(top,  #2eb9b9 1%,#009999 100%);
	background: linear-gradient(to bottom,  #2eb9b9 1%,#009999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb9b9', endColorstr='#009999',GradientType=0 );
	margin: 0;
	color: #fff;
	font-weight: normal;
	padding: 10px 10px;
}
.technology-list [class*="col-"] dl dd p {
	text-align: left;
	padding: 20px;
	font-size: 16px;
	color: #000;
}


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


/*========================================================
                        最新消息
=========================================================*/

.news-list {	
}
.news-list dl {
	padding: 0;
	margin: 0;
	text-align: left;
}
.news-list dl h1 { 
	text-align: center;
	padding: 15px;
	margin: 0;
}
.news-list dl dd {
	overflow: hidden;
	font-size: 18px;
	line-height: 32px;
}

/* 公司簡介 */
.news-list .company {
    padding-top: 30px;
	background-color: #fff;
}
.news-list .company h1 {
	color: #009999;
    font-weight: bold;   
/*
	background: #bbd2a5;
	background: -moz-linear-gradient(left,  #bbd2a5 0%, #b5cf9c 88%, #8fba65 100%);
	background: -webkit-linear-gradient(left,  #bbd2a5 0%,#b5cf9c 88%,#8fba65 100%);
	background: linear-gradient(to right,  #bbd2a5 0%,#b5cf9c 88%,#8fba65 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd2a5', endColorstr='#8fba65',GradientType=1 );
	color: #000;
*/
}

.news-list .company dd {
	padding: 0px 15px;
}
.news-list .company dd img {
	margin-bottom: 20px;
	width: 100%;
	vertical-align: bottom;
}
.news-list .company dd [class*="col-"] {
	/*padding-left: 20px;*/
}


/* 新聞中心 */
/*
.news-list .news {
    background: url(../../images/news_bg.jpg) no-repeat center top;
	background-size: cover;
}
.news-list .news h1 {
	background-color: #fff;
	color: #0b5e09;
}
.news-list .news dd {
	padding: 20px 30px;
}
.news-list .news dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-list .news dd ul li time {
	color: #258207;
	font-weight: bold;
	margin-right: 10px;
}
.news-list .news dd ul li a {
	color: #444;
	display: inline-block;
	padding: 5px 10px;
}
.news-list .news dd ul li a:hover {
	color: #258207;
}
*/


/* more */
.news-list .more {
	text-align: right;
}
.news-list .more a {
	display: inline-block;
	padding: 3px 15px;
	color: #670000;
}
.news-list .more a:hover {
	background-color: #009999;
	color: #fff;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.news-list > h1 {
		font-size: 28px;
	}
	.news-list .company dd {
		padding: 30px 50px;
	}
	.news-list .news dd {
		padding: 30px 50px;
	}
}
@media (min-width: 992px) {
	.news-list > div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
    .news-list .company {
        background-color: #e6f8fa;
    }    
	.news-list .company dd img {
		margin-top: 6px;
	}
}
@media (min-width: 1200px) {
	.news-list > h1 {
		font-size: 32px;
	}
	.news-list .company dd img {
		margin-top: 6px;
	}
}
@media (min-width: 1600px) {
	.news-list .company dd [class*="col-"] {
		padding-left: 20px;
	}
}

@media (min-width: 1800px) {
	.news-list .company dd [class*="col-"] {
		padding-left: 30px;
	}
}





/*========================================================
                      	 最新消息
=========================================================*/

.news-list .news {
    padding-top: 30px;
    background-color: #fff;
/*
    background: url(../../images/news_bg2.jpg) no-repeat center top;
	background-size: cover;

    padding-bottom: 40px;*/
}
.news-list .news h1 {
	color: #009999;
    font-weight: bold;
/*
	background-color: #b5d395;
	color: #0b5e09;
*/
}
.news-list .news dd {
	/*padding: 20px 30px;
	padding: 5px 0 0 0;*/
}
.news-info {
    padding: 0 30px;
}
.news-info h3 {
	color: #009999;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.news-info p {
	font-size: 20px;
	line-height: 36px;
}

.news-img img {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
/*    max-height: 300px;    */
}

/*  尺寸設定 */
@media (min-width: 640px) {	
	.news-info {
		padding: 0 10%;
	}
}
@media (min-width: 992px) {	
	.news-info p {
		font-size: 16px;
		line-height: 32px;
	}
    .news-list .news {
        background-color: #e6f8fa;
    }
/*
    .news-img img {
        max-height: 200px;    
    }
*/
}
@media (min-width: 1200px) {
	.news-info p {
		font-size: 18px;
		line-height: 36px;
	}
}
@media (min-width: 1600px) {
	.news-img {
		float: left;
		width: 200px;
		margin: 0 20px 20px 0;
	}
	.news-content {
		overflow: hidden;
	}
}



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

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