
/* CSS Document */
.bannerText {
  box-sizing: border-box;
}

.dotsBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.dotsBox .dots li {
  display: inline-block;
  margin-right: 8px;
}

.dotsBox .dots li.slick-active button:after {
  background-color: #b7985b;
}

.dotsBox .dots li button {
  position: relative;
  display: block;
  width: 30px;
  height: 10px;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.dotsBox .dots li button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #999;
}

.dotsBox .dots li button:focus {
  outline: none;
}



/*推薦商品*/
.productArea{
	position:relative;
	padding:30px 0 60px 0;
	overflow:hidden;
	background:#EFEBE8;
	}


.productArea ul{
	margin: 0 -5px;}

.productArea ul li{
	padding:0 5px;}
.productArea ul li .item{
	position:relative;
	border:1px solid #722619; 
	background:#261a0e;}
.productArea ul li .Img{
	display:block;
	position:relative;
	overflow:hidden;}
.productArea ul li:hover .Img img{
	opacity:0.25;}
.productArea ul li .Img a{
	display:block;}

.productArea ul li .Img img{
	display:block;
	width:100%;}

.productArea ul li .Txt{
	position:absolute;
	top:10px;
	bottom:10px;
	border:1px solid #fff;
	transform: rotateY(90deg);
    transform-style: preserve-3d;
	left:10px;
	width:96%;
	text-align:center;
	padding:95px 50px 0 50px;
	box-sizing:border-box;
	opacity:0;
	transition:all 0.6s ease;}

.productArea ul li:hover .Txt{
	transform: rotateY(0deg);
	opacity:1;}

.productArea ul li .Txt h3 strong{
	font-weight:normal;}

.productArea ul li .Txt h3 strong a{
	position:relative;
	display:block;
	font-size:25px;
	color:#fff;
	padding-bottom:10px;}

.productArea ul li .Txt h3 strong a:hover{
	color:#fff;}
.productArea ul li .Txt span{
	color:#ffd58d;
	font-size:15px;
	text-transform:uppercase;}
.productArea ul li .Txt p{
	padding-top:20px;
	font-size:16px;
	color:#fff;
	line-height:1.8;
	height:90px;
	text-align:left;}
.productArea ul li .Txt .detail{
	margin-top:20px;
	display:block;}
.productArea ul li .Txt .detail a{
	font-size:12px;
	color:#dbdbdb;}
.productArea ul li .Txt .detail a i{
	padding-left:5px;
	font-size:15px;
	transition:all 0.3s ease;}
.productArea ul li .Txt .detail a:hover i{
	padding-left:10px;}
.productArea p{
	padding:50px 0 20px 0;
	text-align:center;
	font-size:16px;
	color:#777777;
	line-height:1.8;}
	
	
.aboutArea{ 
background:url(../image/abg.jpg) no-repeat fixed center;
	background-size:cover; }
.aboutArea .wrap{padding:50px 0px}
.aboutArea .aboutBox{float:right; width:50%;}
.aboutArea .aboutBox h3{color:#FFCC66; margin-bottom:20px; }
.aboutArea .aboutBox h3 strong{font-size:30px;}
.aboutArea .aboutBox p{color:#fff; line-height:1.8}


.aboutArea ul{
	margin:0 -10px;}

.aboutArea ul li{0 10px}

.aboutArea ul li .Img{
	overflow:hidden;}

.aboutArea ul li .Img img{
	display:block;
	width:100%;}

.aboutArea ul li .Txt{
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #B1B1B1;}


 
.pointArea .processList li {
    -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
            transform: translateX(-12px);
    opacity: 1;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
  }

  
  
.pointArea {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.pointArea .wrap {
  padding: 80px 0;
}

.pointArea .titleBox {
  margin-bottom: 50px;
  color: #333;
}

.pointArea .titleBox h2:after {
  background-color: #fff;
}

.pointArea .processList {
  width: 100%;
}

.pointArea .processList li {
  padding: 10px 17px;
}

.pointArea .processList li:last-child h3:after {
  display: none;
}

.pointArea .slick-list {
  padding-top: 20px;
}

.pointArea .item {
  text-align: center;
}

.pointArea .Img {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 180px;
  margin-bottom: 35px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.pointArea .Img:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.pointArea .Img:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 110%;
  height: 110%;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  opacity: 0;
}

.pointArea .Img img {
  display: block;
  max-width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.pointArea h3 {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .1em;
  color: #663300;
  text-align: center;
}



.pointArea .dotsBox {
  position: static;
}

.pointArea .dotsBox .dots .slick-active button:after {
  background-color: #660000;
}

.pointArea .dotsBox .dots li button:after {
  background-color: rgba(255, 255, 255, 0.4);
}

@-webkit-keyframes circleAni {
  20% {
	  opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    background-color: transparent;
  }
}

@keyframes circleAni {
  20% {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    background-color: transparent;
  }
}

@media (min-width: 1281px) {
  .pointArea .processList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
  }

 
  .pointArea .item:hover .Img {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .pointArea .item:hover .Img img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .pointArea .item:hover .Img:after {
    -webkit-animation: circleAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            animation: circleAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
}

@media (max-width: 1420px) {
  .bannerArea {
    padding-top: 0;
  }
}

@media (max-width: 1366px) {
  .aboutArea .aboutList li:nth-child(1) .Img:after {
    display: none;
  }
}


@media (max-width: 1160px){
	
	.aboutArea .aboutBox{float:none; width:100%;}
	.aboutArea {padding:0 20px;}
	.aboutArea ul{
	margin:0 -30px;}
	.aboutArea ul li{0 30px}
	
	.productArea ul li{
		padding:10px;}
		
	.productArea ul li .item{
		background:#fff;
		border:none; 
		}
		
	.productArea ul li .Txt{
		transform:none;
		position:relative;
		padding:10px;
		background:#fff;
		opacity:1;}
	.productArea ul li .Txt h3 strong a{
		color:#483e40;}
	.productArea ul li:hover .Img img{
		opacity:1;}
	.productArea ul li .Txt .detail a{
		padding: 10px 20px;
		border: 1px solid #A7A3A2;
		color: #876F47;
		display:inline-block;}
	.productArea ul li .Txt p{
		text-align:center;
		font-size:16px;
		color:#666;}
	.productArea ul li .Txt .detail{
		margin-bottom:10px;}
	.productArea ul li .Txt span {
		color: #E4A943;}
	.productArea p{
		padding:20px 10px ;}
		
	
}
@media (min-width:1024px){

.productArea:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#fff;}


.productArea ul li .Txt p{
	margin-top:0px;
	padding-top:0px;
	height:auto;
	}

	
}



@media (max-width: 768px){
	.aboutArea ul{
		margin:0;}
	
	.aboutArea ul li{
		padding:30px 10px 0px 10px;}
}
