@charset "utf-8";

.outerWrap {
    overflow: hidden;
}

.wrap {
    width: 1300px;
}

.main_area {
    padding: 0;
}



/*========== Article ===========*/
.parallaxText {
    font-size: 200px;
    line-height: 1;
    font-weight: 500;
	font-family: "Montserrat", "Noto Sans TC", sans-serif;
    text-transform: uppercase;
}

.parallaxText {
	position: absolute;
	z-index: -1;
}


.article_area .parallaxText {
	top: -130px;
	right: 80px;
    color: #f6f6f6;
}

.article_area {
	position: relative;
	padding-top: 100px;
	padding-bottom: 120px;
}

.article_area .wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.article_area .Img {
	width: 50%;
	line-height: 0;
}

.article_area .Img img {
	display: block;
	box-shadow: 0 0 27px rgba(204, 204, 204, 0.5);
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.article_area .article_txt {
	position: relative;
	width: 50%;
	padding-left: 80px;
	padding-bottom: 50px;
}

.article_txt .title_box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.article_txt .title_box h2 {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 600;
	color: #307fe2
}

.article_txt .topic {
	margin-top: 10px;
	margin-bottom: 5px;
}

.article_txt .topic a {
	color: #151515;
	font-size: 24px;
    font-weight: bold;
}

.article_txt .topic a:hover {
	opacity: 0.6;
}

.article_area .txt {
	width: 90%;
	color: #474747;
	font-size:16px;
	line-height: 1.6;
    font-weight: normal;
}

.article_area .btn {
	padding-top: 30px;
	padding-bottom: 30px;
}

.article_area .btn a {
    width: 180px;
    height: 45px;
    display: block;
    background-color: #86ab37;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.article_area .btn a:hover {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.31);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.31);
    background-color: #383735;
}



/*========== Goods ===========*/
.goods_area {
	background-image: url(../images/home_goods_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    padding: 90px 0;
}

.goods_area .title_box {
	text-align: center;
}

.goods_area .title_box .title {
	display: block;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 10px;
	color: #fff;	
}

.goods_area .title_box .en {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .07em;
	font-family: "Montserrat", "Noto Sans TC", sans-serif;
	color: #fff;
}

.goods_area .title_box .en::before, .goods_area .title_box .en::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	width: 35px;
	height: 1px;
	background-color: #fff;
}

.goods_area .title_box .en::before {
	left: 0;
}

.goods_area .title_box .en::after {
	right: 0;
}

.goods_area .goods_box {
    padding-top: 30px;
}

.goods_area .item {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.goods_area .item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.goods_area .item:before {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 0;
    background-color: #86ab37;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.goods_area .item:hover:before {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #86ab37;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.goods_area .Img {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	height: 310px;
}

.goods_area .Img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
	transition: all .5s;
	max-height: 310px;
}

.goods_area .txt {
    padding: 30px 20px 30px 20px;
    background-color: #fff;
    text-align: center;
}

.goods_area h3 a {
	word-wrap:break-word;
    display: block;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    color: #195fae;
}

.goods_area h3 a:hover {
    color: #000;
}

.goods_area .txt p {
	padding-bottom: 3px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
}

.goods_area .price_s {
	text-align: center;
	padding-bottom: 8px;
}

.goods_area .price_s .s1 {
	font-size: 13px;
	font-weight: normal;
	color: #5A5A5A;
}

.goods_area .price_s .s2 {
	color: #F00;
	font-size: 13px;
}

.goods_area .price_s .s3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}

.goods_area .slick-dots li.slick-active button:before {
    border-color: #86ab37;
    background-color: #86ab37;
    opacity: 1;
}

.goods_area .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.goods_area .slick-dots li button:hover:before {
    background-color: #86ab37;
    opacity: 1;
}

.goods_area .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 3px;
    width: 100%;
    background-color: #383735;
    transition: all 0.4s ease;
    opacity: 1;
}

.goods_area .btn {
    padding-top: 40px;
	display:flex;
	justify-content: center;
}

.goods_area .btn a {
    width: 180px;
    height: 45px;
    display: block;
    background-color: #86ab37;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.goods_area .btn a:hover {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.31);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.31);
    background-color: #383735;
}



@media (max-width: 1480px) {
	.article_area {
		padding-top: 70px;
	}

	.article_area .parallaxText {
		display: none;
	}
}



@media (max-width: 1440px) {
    .wrap {
        width: 100%;
        padding: 0 20px;
    }
}



@media (max-width: 1280px) {
	.article_area .article_txt {
		padding-left: 30px;
	}
	
    .goods_area .Img {
    	height: 292px;
    }
    
    .goods_area .Img img {
    	max-height: 292px;
    }
}



@media (max-width: 1080px) {
    .goods_area .Img {
    	height: 369px;
    }
    
    .goods_area .Img img {
    	max-height: 369px;
    }
    
	.news_area .title_box {
		margin-bottom: 30px;
	}	
}



@media (max-width: 1024px) {
	.article_area .wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
	}
	
	.article_area .Img {
		display: none;
	}

	.article_area .article_txt {
		position: static;
		width: 100%;
		padding-left: 0;
	}

	.article_area .txt {
		max-width: none;
		margin-top: 20px;
	}
}



@media (max-width: 960px) {
    .goods_area .goods_list {
        margin: 0 -20px;
    }
}



@media (max-width: 860px) {
    .goods_area .Img {
    	height: 268px;
    }
    
    .goods_area .Img img {
    	max-height: 268px;
    }
}



@media (max-width: 767px) {
    .goods_area .goods_list .txt {
        height: auto;
    }
}



@media (max-width: 640px) {
    .goods_area .Img {
    	height: 204px;
    }
    
    .goods_area .Img img {
    	max-height: 204px;
    }

    .goods_area .goods_list {
        min-height: 500px;
    }

    .goods_area .btn a {
        margin: auto;
    }
}



@media (max-width: 480px) {
	.article_area .btn a {
        width: 90%
	}

    .goods_area .slick-dots li {
        margin: 0px 6px;
        height: 20px;
    }

    .goods_area .slick-dots li button {
        padding: 10px 0;
    }	

	.goods_area .btn a {
		width: 100%
	}
	
    .goods_area .Img {
    	height: 163px;
    }
    
    .goods_area .Img img {
    	max-height: 163px;
    }

}



@media (max-width: 420px) {
    .goods_area .title_box {
        margin-right: 20px;
    }

}



@media (max-width:380px) {
	
    .goods_area .Img {
    	height: 134px;
    }
    
    .goods_area .Img img {
    	max-height: 134px;
    }

}
