/*
 * w417 - cc-design iweb51-style04
 * http://www.cc-design.com.tw/
 *
 * Copyright 2015, 
 * 
 * 
 * 2015 / 8
 */

#special{background: #f8f8f8;padding: 10px 0;}
#special p{
    text-align: center;
    color: #d22d2d;
    font-size: 20px;
}

/* +news
*----------------------------------------------------------------------------*/
#news-list {
	width: 100%;
	height: 50px;
	background: url(../../images/08/index/bg-news.png) repeat 0 0;
	overflow: hidden;
	position: relative;
	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(../../images/08/index/bg-content.jpg) 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 3% 10px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

#content-wrap .content #case-wrap ul li article h2 a {
	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 {
	width: 100%;
	display: block;
	-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;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}

#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 {
	width:100%;
}

#content-wrap .content #case-wrap ul li article p {
	margin: 0 3%;
	text-align: center;
	line-height: 160%;
	font-size: 13px;
	color: #666;
	overflow: hidden;
	margin: 10px 0;
	/* height: 22px; */
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#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 {
	padding: 5px 0;
	width: 100%;
	background-color: #f9f6df;
	overflow: hidden;
}

#about .about-wrap {
	margin: 20px auto;
	width: 1160px;
	overflow: hidden;
}

/**
*
* =about-photo
*
**/
#about .about-wrap #about-photo {
	padding: 0 50px 0 0;
	width: 45%;
	height: 70px;
	float: left;
	text-align: right;
	border-right: 1px #666 solid;
}

#about .about-wrap #about-photo h3 ,
#about .about-wrap #about-photo em {
	font-size: 30px;
	color: #ea5642;
	text-align: right;
}

#about .about-wrap #about-photo em {
	font-size: 18px;
}

#special #thanknews img {
	width: auto;
}

/**
*
* =about article
*
**/
#about .about-wrap article {
	width: 100%;
	line-height: 160%;
	font-size: 18px;
	color: #666;
	text-align:center;
}
#about .about-wrap article img{
	max-width:100%;
	width: 73%;
	display:block;
	margin:0 auto;
}
#youtubeBox{
	width: 73%;
	margin-left: 13.5%;
}

 #youtubeBox iframe{
 	width:100%;
 	height:510px;
 }
.video-container{

position:relative;

padding-bottom: 50.25%;

padding-top: 30px;

height:0;

overflow:hidden;
}

 

.video-container iframe,

.video-container object,

.video-container embed{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

}
#web002 .manganyy h2{
    width: 100%;
    font-size: 30px;
    margin: 10px 0;
    margin-left: 50px;
}
#web002 .manganyy{
	border-bottom: #24242429 2px solid;
	margin: 20px auto;
	width: 90%;
}
#web002 .ineerr{
    margin-bottom: 20px;
    margin-left: 50px;
}
#web002 .manganyy p a{
	font-size:21px;
}
#web002 .manganyy p{
	margin-left: 0;
	font-size: 21px;
	margin: 5px 0;
}
/* +width:1024 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#news-list .news-wrap ,
	#content-wrap .content ,
	#about .about-wrap {
		width: 100%;
	}
	
	#content-wrap .content #ad-wrap {
		height: 266px;
	}
	#special #thanknews img {
	width: 100%;
    }
}


/* +width:768 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#news-list {
		position: relative;
	}
	
	#news-list .news-wrap ,
	#content-wrap .content ,
	#about .about-wrap {
		margin: 0 15px;
		width: auto;
	}
	
	#news-list .news-wrap h2 {
		width: 161px;
	}
	
	#news-list .news-wrap ul {
		width: calc(98% - 161px);
	}
	
	#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 .about-wrap article {
		font-size: 16px;
		color: #1c1c1c;
	}
	#youtubeBox iframe{
		height:260px;
	}
}


/* +width:480 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#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 {
		width: calc(100% - 15px);
		float: none;
		border: none;
		padding: 0 15px 0 0;
	}
	#youtubeBox iframe{
		height: 205px;
	}

	#web01{
		width:100%;
		margin:0!important;
	}
	#web02{
		width:100%;
		margin:0!important;
	}
	#about .about-wrap article img{
		width: 100%!important;
	}
     #about .about-wrap article .google-maps iframe{
     	width: 100%!important;
     	}


	#youtubeBox{
		width:100%;
		margin:0;
		
	}
}
@media only screen and (max-width: 480px) {
.indextxt .itemL img{
	width:100%;
}

#web001{
	width:100%!important;
	margin:0!important;
}
#web002{
	width:100%!important;
	margin:0!important;
}
#web002 .manganyy h2{
	margin-left:0;
	font-size:22px;
    }
    #web002 .ineerr{
    	margin-left:0;
    	font-size:14px;
    }
    #web002 .ineerr p{
    	font-size:16px
    }
    #web002 .manganyy{
    	width:100%;
    }
}