/*
 * w406 - l2 iweb25-style19
 * http://www.l2.com.tw/
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 6 / 11
 */


/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

body {
	margin:0;
	border:0;
	width:100%;
	background: url(../../images/22/main/img-wrapperBg.png) no-repeat top center;
	font-size: 14px;
	line-height:170%;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
	border-width:0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #6d6e69;
	font-weight: normal;
	text-decoration: none;
}

ul li a:hover ,
a:hover {
	color: #900;
	text-decoration: none;
}
.clearBoth {
	clear:both;
	padding:0;
	margin:0;
}

.wrapper .indexWrap {
	overflow: hidden;
	margin: 20px auto 10px;
	width: 960px;
}


/* + leftPhoto
*----------------------------------------------------------------------------*/
.wrapper .indexWrap .leftPhoto {
	overflow: hidden;
	padding-bottom: 20px;
}

.wrapper .indexWrap .leftPhoto a {
	float: left;
	width: 320px;
	display: block;
}


/* + itemWrap
*----------------------------------------------------------------------------*/
.wrapper .indexWrap .itemWrap {
	overflow: hidden;
}

.wrapper .indexWrap .itemWrap #dayProduct {
	float: left;
	width: 435px;
	height: 315px;
	background: url(../../images/22/index/img-caseBg.png) no-repeat 0 0;
}

.wrapper .indexWrap .itemWrap #dayProduct h2 ,
.wrapper .indexWrap .itemWrap .news h2 {
	margin: 20px 30px;
	width: 307px;
	height: 26px;
	display: block;
	background: url(../../images/22/index/icon-tit.png) no-repeat 0 -26px;
	text-indent: -9999px;
}

.wrapper .indexWrap .itemWrap #dayProduct .photo {
	overflow: hidden;
	margin: 0 auto;
	width: 355px;
	height: 225px;
	vertical-align: middle;
	text-align: center;
}

.wrapper .indexWrap .itemWrap #dayProduct .photo img {
	max-width: 355px;
	max-height: 225px;
}

.wrapper .indexWrap .itemWrap .news {
	float: right;
	width: 510px;
	height: 315px;
	background: url(../../images/22/index/img-newsBg.png) no-repeat 0 0;
}

.wrapper .indexWrap .itemWrap .news h2 {
	background-position: 0 0;
}

.wrapper .indexWrap .itemWrap .news .newsList ul {
	padding: 0 10px 0 30px !important;
}

.wrapper .indexWrap .itemWrap .news .newsList ul li {
	overflow: hidden;
	padding: 0 0 0 30px;
	background: url(../../images/22/index/dot.png) no-repeat 0 4px;
}

.wrapper .indexWrap .itemWrap .news .newsList ul li h3 a {
	font-size: 18px;
	color: #6f4747
}

.wrapper .indexWrap .itemWrap .news .newsList ul li p.date ,
.wrapper .indexWrap .itemWrap .news .newsList ul li p {
	font-size: 16px;
	color: #494848;
}

.wrapper .indexWrap .itemWrap .news .newsList ul li p {
	color: #494848;
}


/* + product
*----------------------------------------------------------------------------*/
.wrapper .indexWrap .Introduction {
	overflow: hidden;
	margin: 20px 0
}

.wrapper .indexWrap .Introduction .productInfo {
	position: relative;
	padding: 20px;
}

.wrapper .indexWrap .Introduction h2 a {
	width: 345px;
	height:40px;
	display: block;
	background: url(../../images/22/index/tit-products.png) no-repeat 0 0;
	text-indent: -9999px;
}

.wrapper .indexWrap .Introduction .productInfo a.prev ,
.wrapper .indexWrap .Introduction .productInfo a.next {
	width: 28px;
	height: 49px;
	background: url(../../images/22/index/icon-arrow.png) no-repeat 0 0;
	display: block;
	position: absolute;
	top: 65px;
	z-index: 900;
	text-indent: -999999px;
}

.wrapper .indexWrap .Introduction .productInfo a.prev {
	left: 0;
}

.wrapper .indexWrap .Introduction .productInfo a.next {
	right: 0;
	background-position: -28px 0;
}

.wrapper .indexWrap .Introduction .productInfo .IntroductionList {
	padding: 0 0 0 20px !important;
}

.wrapper .indexWrap .Introduction .productInfo .IntroductionList ul li {
	margin: 0 25px;
	float: left;
	width: 234px;
	height: 164px;
	background: url(../../images/22/index/img-productsBg.png) no-repeat 0 0;
}

.wrapper .indexWrap .Introduction .productInfo .IntroductionList ul li .photo {
	padding: 15px 32px;
	width: 172px;
	height: 134px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.wrapper .indexWrap .Introduction .productInfo .IntroductionList ul li .photo a img {
	max-width: 172px;
	max-height: 134px;
}