/*
 * w426_101dj - style06
 * http://www.101dj.com.tw/
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 9 / 17
 */

/* + JadWrap
*----------------------------------------------------------------------------*/
.wrapper .JadWrap {
	padding: 20px 0;
	background: url(../../images/06/index/img-about.jpg) repeat-y center;
}

.wrapper .JadWrap ul {
	overflow: hidden;
	padding-bottom: 40px;
}

.wrapper .JadWrap ul li {
	float: left;
	width: 25%;
}

.wrapper .JadWrap .aboutInfo {
	margin: 10px 0;
}

.wrapper .JadWrap .aboutInfo h2 {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 174px;
	height: 26px;
	background: url(../../images/06/index/img-aboutTit.png) no-repeat 0 0;
	text-indent: -9999px;
}

.wrapper .JadWrap .aboutInfo .info {
	padding: 30px 0 0;
	border-top: 1px #fff solid;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 220%;
}

.wrapper .JadWrap .aboutInfo p.more ,
.wrapper .recruitWrap p.more {
	margin: 20px 0;
	text-align: center;
}

.wrapper .JadWrap .aboutInfo p.more a ,
.wrapper .recruitWrap p.more a {
	padding: 10px 20px;
	border-radius: 10px;
	background: #EF6478;
	color: #fff;
	display: inline-block;
}

.wrapper .JadWrap .aboutInfo p.more a:hover ,
.wrapper .recruitWrap p.more a:hover {
	background: #E83A53;
}


/* + product
*----------------------------------------------------------------------------*/
.wrapper .product {
	padding: 20px 0;
}

.wrapper .product section .Introduction .productInfo {
	position: relative;
}

.wrapper .product section .Introduction .productInfo a.prev ,
.wrapper .product section .Introduction .productInfo a.next {
	width: 43px;
	height: 43px;
	background: url(../../images/06/index/icon-arrow.png) no-repeat 0 0;
	display: block;
	position: absolute;
	top: 40%;
	z-index: 3;
	opacity: 0.8;
	text-indent: -999999px;
}

.wrapper .product section .Introduction .productInfo a.prev {
	left: 0;
}

.wrapper .product section .Introduction .productInfo a.next {
	background-position: -43px 0;
	right: 0;
}

.wrapper .product section .Introduction .productInfo a.prev:hover ,
.wrapper .product section .Introduction .productInfo a.next:hover {
	opacity: 1;
}

.wrapper .product section .Introduction .productInfo .IntroductionList {
	margin: 0 auto;
}

.wrapper .product section .Introduction .productInfo .IntroductionList ul li {
	width: 315px;
}

.wrapper .product section .Introduction .productInfo .IntroductionList ul li .photo {
	overflow: hidden;
	margin: 0 auto;
	width: 310px;
	height: 275px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.wrapper .product section .Introduction .productInfo .IntroductionList ul li .photo img ,
.wrapper .product section .phoneWrap ul li img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wrapper .product section .Introduction .productInfo .IntroductionList ul li .photo img:hover ,
.wrapper .product section .phoneWrap ul li img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
}

.wrapper .product section .Introduction .productInfo .IntroductionList ul li h3 ,
.wrapper .product section .phoneWrap ul li h3 {
	margin: 5px 0;
	text-align: center;
}

.wrapper .product section .phoneWrap ul ,
.wrapper .newsWrap section {
	overflow: hidden;
}

.wrapper .product section .phoneWrap ul li {
	float: left;
}


/* + newWrap
*----------------------------------------------------------------------------*/
.wrapper .newsWrap {
	padding: 30px 0;
	background: url(../../images/06/index/img-newBg.jpg) repeat-y center 0;
}

.wrapper .newsWrap h2 a {
	width: 186px;
	height: 47px;
	display: block;
	background: url(../../images/06/index/img-newTit.png) no-repeat 0 0;
	text-indent: -999999px;
}

.wrapper .newsWrap section #newsList ul li {
	overflow: hidden;
}

.wrapper .newsWrap section #newsList ul li h3 a ,
.wrapper .newsWrap section #newsList ul li p.more a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.wrapper .newsWrap section #newsList ul li p.more {
	text-align: right;
}

.wrapper .newsWrap section #newsList ul li p.more a {
	color: #EC4143;
}


/* + recruitWrap
*----------------------------------------------------------------------------*/
.wrapper .recruitWrap {
	padding: 20px 0;
	background: url(../../images/06/index/img-serviceBg.jpg) repeat-y center 0;
}

.wrapper .recruitWrap h2 {
	margin: 10px 0 20px;
	color: #e58586;
	font-size: 24px;
	text-align: center;
}

.wrapper .recruitWrap ul {
	overflow: hidden;
	margin: 10px 0 20px;
}

.wrapper .recruitWrap ul li .mask h2 {
	padding: 35% 0;
	color: #fff;
}


/**********é©æ‡‰æ€§**********/
/************************/
@media only screen and (min-width: 320px) {

	.wrapper .JadWrap ul ,
	.wrapper .JadWrap ul a img ,
	.wrapper .product section .Introduction {
		width: 100%;
	}
	.wrapper .product section .phoneWrap {
		display: block;
	}
	.wrapper .product section .phoneWrap ul li {
		width: 100%;
	}
	.wrapper .newsWrap h2 a ,
	.wrapper .newsWrap section #newsList ,
	.wrapper .newsWrap section #newsList ul li h3 ,
	.wrapper .newsWrap section #newsList ul li p.more {
		float: none;
	}
	.wrapper .newsWrap section #newsList ul li h3 {
		margin: 10px 20px;
	}
	.wrapper .recruitWrap ul li {
		margin: 20px 0;
		text-align: center;
	}
}

@media only screen and (min-width: 640px) {

	.wrapper .JadWrap ul a img ,
	.wrapper .product section .phoneWrap ul li ,
	.wrapper .recruitWrap ul li {
		margin: 10px 10px;
		width: 22%;
	}
	.wrapper .recruitWrap ul li {
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	
	.wrapper .JadWrap ul a img ,{
			width: 10%;
}
			
	.wrapper .JadWrap ul ,
	.wrapper .product section .Introduction {
		display: block;
	}
	.wrapper .product section .phoneWrap {
		display: none;
	}
	.wrapper .newsWrap h2 a {
		float: left;
	}
	.wrapper .newsWrap section #newsList {
		margin: 13px 0 0;
		width: 75%;
		float: right;
	}
	.wrapper .newsWrap section #newsList ul li h3 {
		margin: 0;
		float: left;
		width: 80%;
	}
	.wrapper .newsWrap section #newsList ul li p.more {
		float: right;
		width: 10%;
	}
	.wrapper .recruitWrap ul li {
		margin: 0 5px;
		float: left;
		width: 228px;
		height: 208px;
	}
}
