/*
 * w309 - logy iweb23-style15
 * http://www.logy.com.tw
 *
 * Copyright 2014, Evelyn Wang
 * 
 * 
 * July 2014
 */


/* +indexbanner
*----------------------------------------------------------------------------*/
.wrapper .indexbanner {
	margin: 0 auto;
	width: 100%;
	height: 450px;
	background: #eaeaea;
	overflow: hidden;
	position: absolute;
}

.wrapper .indexbanner .indexbanner_in {
	margin: 0 auto;
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.wrapper .indexbanner .indexbanner_in a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.wrapper .indexbanner .indexbanner_in .banner_pic {
	margin: 0 auto;
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	position: relative;
	background-size: cover;
}

.wrapper .indexbanner .indexbanner_in .banner_pic .pictitleTextarea {
	width: 100%;
	height: 400px;
	background: url(../../images/10/index/bg-allBannerText.png) no-repeat 50% 150px;
	overflow: hidden;
}

.wrapper .indexbanner .indexbanner_in .banner_pic .pictitleTextarea .centerdiv {
	width: 960px;
	height: 400px;
}

.wrapper .indexbanner .indexbanner_in .banner_pic .pictitleTextarea .centerdiv .pictitle1 {
	position: relative;
	width: 0;
	height: 0;
	left: 445px;
	top: 195px;
}

.wrapper .indexbanner .indexbanner_in .banner_pic .pictitleTextarea .centerdiv .pictitle1 .pictitle1in {
	width: 235px;
	height: 25px;
	background: url(../../images/10/index/allBannerTitle1.png) no-repeat 0 0;
}

.wrapper .indexbanner .indexbanner_in .banner_pic .pictitleTextarea .centerdiv .pictitle2 {
	position: relative;
	width: 0;
	height: 0;
	left: 690px;
	top: 195px;
}

.wrapper .indexbanner .indexbanner_in .banner_pic .pictitleTextarea .centerdiv .pictitle2 .pictitle2in {
	width: 150px;
	height: 25px;
	background: url(../../images/10/index/allBannerTitle2.png) no-repeat 0 0;
}

.wrapper .indexbanner .indexbanner_in .banner_pic .pictitleTextarea .centerdiv .pictitle3 {
	position: relative;
	width: 0;
	height: 0;
	left: 445px;
	top: 235px;
}

.wrapper .indexbanner .indexbanner_in .banner_pic .pictitleTextarea .centerdiv .pictitle3 .pictitle3in {
	width: 380px;
	height: 35px;
	background: url(../../images/10/index/allBannerTitle3.png) no-repeat 0 0;
}


/* +content
*----------------------------------------------------------------------------*/
.wrapper .content {
	margin: 480px auto 20px;
	width: 960px;
}


/* +news
*----------------------------------------------------------------------------*/
.wrapper .content #news {
	width: 940px;
	background: #170532;
	margin: 0 10px;
}

.wrapper .content #news ul {
	overflow: hidden;
	padding: 10px 0;
}

.wrapper .content #news ul li {
	overflow: hidden;
	padding: 10px 20px;
}

.wrapper .content #news ul li h3 {
	width: 690px;
	float: left;
	font-size: 14px;
}
.wrapper .content #news ul li h3 img{
    border-radius: 2px;
}
.wrapper .content #news ul li h3 a {
	color: #fff;
	font-weight: bold;
}

.wrapper .content #news ul li p {
	width: 100px;
	float: left;
	color: #fff;
}

.wrapper .content #news .more {
	margin: 10px 10px 10px 0;
	width: 55px;
	float: right;
	display: none;
}

.wrapper .content #news .more a {
	width: 55px;
	height: 20px;
	background: url(../../images/10/index/icon-more.jpg) no-repeat 0 0;
	display: block;
	text-indent: -999999px;
}


/* +price
*----------------------------------------------------------------------------*/
.wrapper .content #price {
	margin: 20px 0 40px;
}

.wrapper .content #price h2 {
	margin: 0 0 20px;
	width: 960px;
	height: 20px;
	background: url(../../images/10/index/title-price.jpg) no-repeat 0 0;
	text-indent: -999999px;
}

.wrapper .content #price ul {
	margin: 0 0 20px;
	overflow: hidden;
}

.wrapper .content #price ul li {
	width: 162px;
	height: 130px;
	background: url(../../images/10/index/img-price.jpg) no-repeat 0 0;
	float: left;
	text-indent: -999999px;
}

.wrapper .content #price ul li.p02 {
	width: 190px;
	background-position: -162px 0;
}

.wrapper .content #price ul li.p03 {
	width: 215px;
	background-position: -352px 0;
}

.wrapper .content #price ul li.p04 {
	width: 208px;
	background-position: -567px 0;
}

.wrapper .content #price ul li.p05 {
	width: 185px;
	background-position: -775px 0;
}

.wrapper .content #price .other {
	overflow: hidden;
}

.wrapper .content #price .other .plano ,
.wrapper .content #price .other .call {
	width: 472px;
	height: 93px;
	background: url(../../images/10/index/img-plano.jpg) no-repeat 0 0;
	float: left;
	text-indent: -999999px;
}

.wrapper .content #price .other .call {
	width: 473px;
	background: url(../../images/10/index/img-call.gif) no-repeat 0 0;
	float: right;
}


/* +products
*----------------------------------------------------------------------------*/
.wrapper .content #products {
	overflow: hidden;
	margin-bottom: 20px;
}

.wrapper .content #products ul {
	overflow: hidden;
}

.wrapper .content #products ul li {
	margin: 0 8px;
	float: left;
	width: calc(25% - 16px);
}

.wrapper .content #products ul li.IndexStyle1 a{
	width:730px;
}

.wrapper .content #products ul li.IndexStyle2 a{
	width:357px;
}

.wrapper .content #products ul li.IndexStyle3 a{
	width:235px;
}

.wrapper .content #products ul li.IndexStyle4 a{
	width:173px;
}

.wrapper .content #products ul li.IndexStyle5 a{
	width:138px;
}

.wrapper .content #products ul li.IndexStyle6 a{
	width:113px;
}

.wrapper .content #products ul li a ,
.wrapper .content #products ul li.hot a ,
.wrapper .content #products ul li.hotLast a {
	display: block;
	width: 100%;
	height: 180px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.wrapper .content #products ul li a >div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 10px 0;
    transition: all linear 0.3s;
}
.wrapper .content #products ul li:hover a >div {
    padding: 15px 0;
}
.wrapper .content #products ul li a:hover {
	background: #21b9ad;
}

.wrapper .content #products ul li.last {
	margin-right: 0;
}

.wrapper .content #products ul li.hot {
	margin: 0 8px 0 0;
}

.wrapper .content #products ul li.hot a ,
.wrapper .content #products ul li.hotLast a {
	width: 238px;
	background: #ffb400;
}

.wrapper .content #products ul li.hot a:hover ,
.wrapper .content #products ul li.hotLast a:hover {
	background: #343434;
}

.wrapper .content #products ul li.hotLast {
	margin: 0;
}


/* +case
*----------------------------------------------------------------------------*/
.wrapper .content #case {
	margin: 0 0 35px;
	position: relative;
}

.wrapper .content #case h2 {
	margin: 30px 10px 30px;
	width: 940px;
	text-align: center;
	font-size: 40px;
}

.wrapper .content #case .prev-arrow ,
.wrapper .content #case .next-arrow {
	width: 50px;
	height: 50px;
	background: url(../../images/10/index/arrow.png) no-repeat 0 0;
	display: block;
	text-indent: -999999px;
	position: absolute;
	top: 130px;
	z-index: 50;
	opacity: 0.2;
}

.wrapper .content #case .prev-arrow {
	left: -25px;
}

.wrapper .content #case .next-arrow {
	background-position: -50px 0;
	right: -25px;
}

.wrapper .content #case .prev-arrow:hover ,
.wrapper .content #case .next-arrow:hover {
	opacity: 1;
}

.wrapper .content #case #caseList {
	width: 960px !important;
	overflow: hidden;
	position: relative;
}

.wrapper .content #case #caseList .casePhotolist {
	width: 960px;
	overflow: hidden;
}

.wrapper .content #case #caseList .casePhotolist ul {
	overflow: hidden;
}

.wrapper .content #case #caseList .casePhotolist ul li {
	margin: 10px;
	width: calc((100%/3) - 20px);
	float: left;
}
.wrapper .content #case #caseList .casePhotolist ul li img{
    width: 100%;
}
.wrapper .content #case #caseList .casePhotolist ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrapper .content #case #caseList .casePhotolist ul li a h3 {
	display: none;
}

.wrapper .content #case #caseList .casePhotolist ul li a:hover h3 {
	width: 197px;
	height: 188px;
	background: url(../../images/10/index/bg-casePhotoHit.png) repeat 0 0;
	display: table-cell;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10;
	text-align: center;
	line-height: 188px;
	color: #fff;
	background-size: cover;
	display: none;
}

@media screen and (max-width: 1024px) {
	.wrapper .content{width:95%}
	.wrapper .content #news{
    width: calc(100% - 20px);
}
.wrapper .content #case #caseList{
    width: 100% !important;
}
.wrapper .content #case #caseList .casePhotolist{width:100%;}
	}
@media screen and (max-width: 640px) {
	.wrapper #header .container .navBar #nav ul{text-align:left;}
	.wrapper #header .container .navBar #nav ul li{
    width: calc((100%/5) - 15px);
}
.wrapper .content #products ul li a, .wrapper .content #products ul li.hot a, .wrapper .content #products ul li.hotLast a {
    height: 120px;
}
.wrapper #header .container .topNav{display:none;}
.wrapper .indexbanner .indexbanner_in .banner_pic, .wrapper .indexbanner .indexbanner_in, .wrapper .indexbanner{
    height: 140px;
}
.wrapper .content{
    margin-top: 160px;
}
.wrapper .content #products ul li{
    width: calc(50% - 16px);
    margin: 8px;
}
.wrapper .content #news ul li h3, .wrapper .content #news ul li p{
    float: none;
    width: 100%;
}
.wrapper .content #case h2{width:100%;margin: 20px 0;text-align: center;font-size: 30px;}
.wrapper .content #case #caseList .casePhotolist ul li{
    width: calc(50% - 20px);
}
	}
