/*
 * w417 - cc-design iweb51-style04
 * http://www.cc-design.com.tw/
 *
 * Copyright 2015, 
 * 
 * 
 * 2015 / 8
 */


/* +news
*----------------------------------------------------------------------------*/
#news-list {
	width: 100%;
	height: 50px;
	background: url(../../images/08/index/bg-news.png) repeat 0 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 0;
}

#news-list .news-wrap {
	margin: 0 auto;
	width: 1160px;
	overflow: hidden;
}

/**
*
* =news title
*
**/
#news-list .news-wrap h2 {
	width: 20%;
	background: url(../../images/08/index/news-decoration.png) no-repeat right 0;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

#news-list .news-wrap h2 span {
	width: 1px;
	height: 1px;
	display: inline-block;
	overflow: hidden;
}

#news-list .news-wrap h2 b {
	padding-right: 5px;
	font-size: 14px;
	color: #c1a791;
}


/**
*
* =news list
*
**/
#news-list .news-wrap ul {
	margin-left: 2%;
	width: 78%;
	float: left;
	overflow: hidden;
	line-height: 50px;
}

#news-list .news-wrap ul li {
	line-height: 50px;
}

#news-list .news-wrap ul li b {
	padding: 0 15px;
	font-size: 14px;
	color: #c1a791;
}

#news-list .news-wrap ul li h3 {
	display: inline-block;
	line-height: 45px;
	font-size: 15px;
}

#news-list .news-wrap ul li h3 a {
	color: #fff;
}


/* +content
*----------------------------------------------------------------------------*/
#content-wrap {
	width: 100%;
	background: url(/userfiles/images/20250825095944462.png) no-repeat 0 bottom #e9e9e8;
	background-size: cover;
}

#content-wrap .content {
	margin: 0 auto;
	width: 1160px;
	overflow: hidden;
}

/**
*
* =case
*
**/
#content-wrap .content #case-wrap {
	margin: 25px 0;
}

#content-wrap .content #case-wrap ul {
	overflow: hidden;
}

#content-wrap .content #case-wrap ul li {
	margin: 0 1%;
	width: 18%;
	float: left;
	overflow: hidden;
}

#content-wrap .content #case-wrap ul li article {
	padding-bottom: 10px;
	background: #fff;
}

#content-wrap .content #case-wrap ul li article h2 {
	margin: 5px 5% 10px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

#content-wrap .content #case-wrap ul li article h2 a {
	overflow: hidden;
	height: 33px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-style: italic;
	color: #347ddf;
}

#content-wrap .content #case-wrap ul li article .photo {
	width: 100%;
	overflow: hidden;
}

#content-wrap .content #case-wrap ul li article .photo a {
	background-size: 100% auto;
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#content-wrap .content #case-wrap ul li article .photo a:hover {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#content-wrap .content #case-wrap ul li article .photo a img {
	height: 270px;
}

#content-wrap .content #case-wrap ul li article p {
	margin: 0 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
	line-height: 160%;
	font-size: 13px;
	color: #666;
}

#content-wrap .content #case-wrap ul li article p.int {
	height: 38px;
}

#content-wrap .content #case-wrap ul li article p a {
	margin: 15px 30% 0;
	width: 40%;
	height: 30px;
	background: #e95643;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#content-wrap .content #case-wrap ul li article p a:hover {
	background: #35aeb7;
}

/**
*
* =ad
*
**/
#content-wrap .content #ad-wrap {
	margin: 30px 0;
	height: 322px;
	overflow: hidden;
	position: relative;
}

#content-wrap .content #ad-wrap ul {
	margin-left: 0.5%;
	position: relative;
	overflow: hidden;
}

#content-wrap .content #ad-wrap ul li {
	margin: 0 1%;
	width: 31%;
	float: left;
	overflow: hidden;
}

#content-wrap .content #ad-wrap ul li img {
	width: 100%;
}


/* +about
*----------------------------------------------------------------------------*/
#about {
	overflow: hidden;
	position: relative;
	padding: 25px 0;
	width: 100%;
	background-color: #003a66;
}

#about .about-wrap {
	overflow: hidden;
	margin: 20px auto;
	width: 1160px;	
}

#about .aboutImg {
	position: absolute;
	top: 0;
	width: 35%;
}

/**
*
* =about-photo
*
**/
#about .about-wrap #about-photo {
	padding: 0 50px 0 0;
	width: 45%;
	height: 130px;
	float: left;
	text-align: right;
	border-right: 1px #fff solid;
}

#about .about-wrap #about-photo h3 ,
#about .about-wrap #about-photo em {
	font-size: 30px;
	color: #fff;
	text-align: right;
}

#about .about-wrap #about-photo em {
	font-size: 18px;
}

/**
*
* =about article
*
**/
#about .about-wrap article {
	margin-left: 3%;
	width: 47%;
	float: left;
	line-height: 160%;
	font-size: 18px;
	color: #fff;
}

#about .about-wrap article h3 {
	font-size: 21px;
}

#about .about-wrap article p.more {
	margin: 10px 0 0;
}

#about .about-wrap article p.more a {
	width: 72px;
	height: 35px;
	background: #2f66a5;
	display: block;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}


/* +addWrap
*----------------------------------------------------------------------------*/
#addWrap section {
	margin: 0 auto;
	width: 1160px;
}

#addWrap ul {
	overflow: hidden;
	margin: 10px 0;
}

#addWrap ul li {
	float: left;
	margin: 10px 0;
	margin-right: 1%;
	width: 24%;
}

#addWrap ul li a.photo {
	padding: 10px;
	border: 1px #ccc solid;
}

#addWrap ul li a.photo:hover {
	background-size: auto 120%;
}


/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#news-list .news-wrap ,
	#content-wrap .content ,
	#about .about-wrap ,
	#addWrap section {
		width: 960px;
	}
	
	#content-wrap .content #ad-wrap {
		height: 266px;
	}
	
	#about .aboutImg {
		position: relative;
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}
	
	#about .about-wrap #about-photo {
		width: 15%;
	}
	
	#about .about-wrap article {
		width: 75%;
	}
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#news-list {
		position: relative;
	}
	
	#news-list .news-wrap ,
	#content-wrap .content ,
	#about .about-wrap ,
	#addWrap section {
		margin: 0 15px;
		width: auto;
	}
	
	#news-list .news-wrap h2 {
		width: 30%;
	}
	
	#news-list .news-wrap ul {
		width: 68%;
	}
	
	#content-wrap .content #case-wrap ul li ,
	#content-wrap .content #ad-wrap ul li {
		margin: 0 5% 20px;
		width: 40%;
	}
	
	#content-wrap .content #ad-wrap {
		height: auto;
	}
	
	#content-wrap .content #case-wrap ul li article .photo img {
		width: 100%;
	}
	
	#about .aboutImg {
		margin-bottom: 15px;
	}
	
	#about .about-wrap #about-photo {
		width: 19%;
	}
	
	#about .about-wrap article {
		width: 70%;
		font-size: 16px;
	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#addWrap ul li {
		width: 49%;
	}
	
	#about .about-wrap #about-photo {
		width: 23%;
	}
	
	#about .about-wrap article {
		width: 64%;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#news-list .news-wrap h2 {
		width: 40%;
	}
	
	#news-list .news-wrap ul {
		width: 58%;
	}
	
	#news-list .news-wrap ul li b {
		display: none;
	}
	
	#content-wrap .content #case-wrap ul li, 
	#content-wrap .content #ad-wrap ul li {
		width: 90%;
	}
	
	#about {
		background-image: none;
	}
	
	#about .about-wrap #about-photo {
		padding: 0;
		width: 100%;
		float: none;
	}
	
	#about .about-wrap #about-photo {
		margin-bottom: 5px;
		padding-bottom: 10px;
		height: auto;
		text-align: left;
		border-bottom: 1px #fff solid;
	}
	
	#about .about-wrap #about-photo h3 {
		text-align: left;
	}
	
	#about .about-wrap article {
		margin-left: 0;
		width: 100%;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#addWrap ul li {
		margin-right: 0;
		width: 100%;
	}
}
