
@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: url(../../images/product_bg.jpg) no-repeat center top;
    background-size: cover;
	padding-bottom: 80px;
}
.product-list img {
    width: 100%;
    vertical-align: bottom;
	padding-top: 5%;
	padding-bottom: 5%;
}
.product-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-list [class*="col-"] dl dt { 
	border: 1px solid #666666;
}
.product-list [class*="col-"] dl dd {
	color: #292929;
	text-align: center;
	font-size: 18px;
}
.product-list [class*="col-"] dl dd h3 { 
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	padding: 10px;
}



/*  尺寸設定 */

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

}


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

.news-list {
	position: relative;
}
.news-list .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}
.news-pic {
    background: url(../../images/news_pic.jpg) no-repeat left center;
    background-size: cover;
	width: 100%;
	height: 100%;
}

.news-info {
	padding: 10% 10% 12% 10%;
	background-color: #204b6d;
	color: #fff;
	position: relative;
}
.news-info h2 {
	color: #fff;
	font-size: 36px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #9fadc0;
	padding-bottom: 30px;
}
.news-info h2 b {
	color: #fff;
	font-weight: normal;
	font-size: 32px;
}
.news-info h2 span {
	color: #fff;
	font-size: 24px;
}
.news-info h3 {
	background-color: #5590bf;
	color: #000;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.news-info p {
	font-size: 20px;
	line-height: 36px;

}
.news-info .more {
	text-align: right;
	margin-top: 20px;
}
.news-info .more a {
	display: inline-block;
	padding: 10px 10%;
	font-size: 18px;
	color: #fff;
	background-color: #0a1a26;
}
.news-info .more a:hover {
	padding: 10px 10%;
	background: #d8d466;
	color: #000;
}




/*  尺寸設定 */
@media (min-width: 640px) {	

}
@media (min-width: 992px) {	
	.news-list .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.news-info {
		padding: 6% 10% 8% 10%;
	}
	.news-info h2 {
		font-size: 44px;
	}
	.news-info h2 b {
		font-size: 36px;
	}
	.news-info h2 span {
		font-size: 28px;
	}
	.news-info p {
		font-size: 16px;
		line-height: 32px;
	}
	.news-list .triangle {
		position: absolute;
		top: 50%;
		right: 0;
		transform : translateY(-50%);
		z-index: 9;
		border-color: transparent #204b6d transparent transparent;
		border-style: solid solid solid solid;
		border-width: 30px;
		height: 0px;
		width: 0px;
	}
}
@media (min-width: 1200px) {
	.news-info {
		padding: 12% 10% 12% 10%;
	}
	.news-info p {
		font-size: 18px;
		line-height: 36px;
	}
}
@media (min-width: 1600px) {
}



/*========================================================
                      	 關於捷貿
=========================================================*/

.about-list {
    background: url(../../images/about_bg.jpg) no-repeat center top;
    background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
}
.about-list h1 {
    margin-top: 50px;
	margin-bottom: 50px;
}

.about-list .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}

.about-pic {
	padding: 0 10%;
}
.about-pic img {
	width: 100%;
}

.about-info {
	padding: 60px 14% 60px 14%;
	text-align: left;
	font-size: 18px;
	line-height: 32px;
}
.about-info h2 {
	color: #d8d466;
	margin: 0 0 30px 0;
	font-size: 26px;
}
.about-info h2 span {
	display: block;
	color: #fff;
	font-size: 0.8em;
}

.about-info .more {
	text-align: right;
	margin-top: 50px;
}

.about-info .more a {
	padding: 5px 30px;
	color: #fff;
	border: 1px solid #fff;
}
.about-info .more a:hover {
	background-color: #d8d466;
	color: #000;
}


/*  尺寸設定 */
@media (min-width: 640px) {	
	.about-pic {
		padding: 0 8% 0 12%;
	}
	.about-info {
		padding: 60px 14% 60px 14%;
		font-size: 20px;
		line-height: 32px;
	}
	.about-info h2 {
		font-size: 30px;
	}
}
@media (min-width: 992px) {	
	.about-info {
		padding: 60px 13% 60px 13%;
	}
}
@media (min-width: 1200px) {
	.about-list .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.about-info {
		padding: 0 6% 60px 3%;
		line-height: 36px;
	}
	.about-info h2 {
		margin: -4px 0 30px 0;
	}
}
@media (min-width: 1600px) {
	.about-info {
		padding: 0 10% 100px 4%;
		line-height: 36px;
	}
	.about-info h2 {
		font-size: 36px;
	}
}
@media (min-width: 1800px) {
	.about-info {
		padding: 0 10% 140px 4%;
	}
}



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

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

