/*-----------------------------------------------------------------------------
 [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/20/main/bg_all.jpg) repeat 0 0; */
	color: #000;
	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: #2f0d0b;
	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;
}


/* + indexBanner
*----------------------------------------------------------------------------*/
#header .headerCenter #indexBanner {
	position: absolute;
	width: 800px;
	top: 20px;
	right: 0;
}

#header .headerCenter #indexBanner .banner {
	overflow: hidden;
	width: 800px;
	height: 400px;
}

#header .headerCenter #indexBanner .banner p.silderNav {
	position: absolute;
	bottom: 45px;
	left: 25%;
	z-index: 99;
}

#header .headerCenter #indexBanner .banner p.silderNav a {
	margin: 0 5px;
	float: left;
	width: 18px;
	height: 18px;
	display: block;
	background: url(../../images/20/index/tabs_2.png) no-repeat 0 0;
	text-indent: -999999px;
}

#header .headerCenter #indexBanner .banner p.silderNav a:hover ,
#header .headerCenter #indexBanner .banner p.silderNav a.active {
	background: url(../../images/20/index/tabs_1.png) no-repeat 0 0;
}

#header .headerCenter #indexBanner .bannerPo {
	position: absolute;
	width: 953px;
	height: 495px;
	display: block;
	/* background: url(../../images/20/index/img-bannerBg.png) no-repeat 0 0; */
	top: -6px;
	right: -90px;
	z-index: 50;
}


/* + product
*----------------------------------------------------------------------------*/
.wrapper .indexWrap .product {
	float: left;
	width: 640px;
}

.wrapper .indexWrap .product h3.title {
	padding: 0 0 0 40px;
	/* height: 55px; */
	/* background: url(../../images/20/index/bg_title.jpg) no-repeat 0 0; */
	font-size: 23px;
	line-height: 40px;
	background-color: #e4e4e4;
}

.wrapper .indexWrap .product h3.title a {
	padding: 0 0 0 100px;
	font-size: 14px;
}

.wrapper .indexWrap .product ul {
	overflow: hidden;
}

.wrapper .indexWrap .product ul li {
	overflow: hidden;
	margin: 10px 0 20px;
	border-bottom: 1px #d2d2d2 solid;
}

.wrapper .indexWrap .product ul li .photo {
	overflow: hidden;
	float: left;
	width: 220px;
	height: 220px;
}

.wrapper .indexWrap .product ul li .photo a {
	width: 220px;
	height: 220px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.wrapper .indexWrap .product ul li .photo a img {
	max-width: 210px;
	max-height: 210px;
}

.wrapper .indexWrap .product ul li .info {
	padding: 0 20px;
	float: right;
	width: 380px;
}

.wrapper .indexWrap .product ul li .info h3 a {
	margin: 10px 0;
	font-size: 20px;
}

.wrapper .indexWrap .product ul li .info p {
	margin: 10px 0;
}

.wrapper .indexWrap .product ul li .info a.more {
	width: 171px;
	height: 30px;
	display: block;
	background: url(../../images/20/index/icon-more.png) no-repeat 0 0;
	text-indent: -999px;
	opacity: 1;
}

.wrapper .indexWrap .product ul li .info a.more:hover {
	opacity: 0.8;
}



/* + box_right
*----------------------------------------------------------------------------*/
.wrapper .indexWrap .box_right {
	float: right;
	width: 300px;
}

.wrapper .indexWrap .box_right .news {
	overflow: hidden;
	background: url(../../images/20/index/line01.jpg) no-repeat 0 bottom;
}

.wrapper .indexWrap .box_right .news .title {
	overflow: hidden;
	padding: 10px 0;
	background: url(../../images/20/index/line01.jpg) no-repeat 0 top;
	border-bottom: 1px #222222 dotted;
}

.wrapper .indexWrap .box_right .news .title h3 {
	padding: 0 0 0 10px;
	float: left;
	width: 120px;
	font-size: 16px;
	font-weight: normal;
}

.wrapper .indexWrap .box_right .news .title a {
	float: right;
	width: 60px;
}

.wrapper .indexWrap .box_right .news .newsList ul li {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px #222222 dotted;
}

.wrapper .indexWrap .box_right .news .newsList ul li .date {
	padding: 0 0 0 10px;
	float: left;
	width: 90px;
	color: #f35000;
}

.wrapper .indexWrap .box_right .news .newsList ul li h4 {
	float: right;
	width: 200px
}

