@charset "utf-8";

a.btn1 {
	background:transparent;
	border:1px solid #fff;
	font-size:18px;
	color:#fff;
	padding:10px 20px;
	letter-spacing:1px;
}

a.btn1:hover {
	background:#fff;
	color:#000;
}

a.btn2 {
	background:transparent;
	border:1px solid #86701a;
	font-size:18px;
	color:#86701a;
	padding:10px 20px;
	letter-spacing:1px;
}

a.btn2:hover {
	background:#86701a;
	color:#fff;
}




/*========== Article ===========*/
.article_area {
	padding:70px 0;
	background:url(../images/home_article_bg.jpg) no-repeat right top;
	background-size:cover;
	position:relative;
}

.article_area .wrap {
	position:relative;
}

.article_area h2 {
	color:#fff;
	font-size: 33px;
	font-weight:normal;
	text-align:center;
}

.article_area .article_box {
	padding-left:50%;
}

.article_area .Img {
	text-align:center;
}

.article_area .Img img {
	max-width:100%;
}

.article_area .txt {
	margin-top:20px;
	font-size:18px;
	color:#fffefe;
	font-size:18px;
	line-height: 1.8;
	text-align:center;
}

.article_area .btn {
	padding-top:40px;
	text-align:center;
	line-height:60px;
}


/*========== Goods ===========*/
.goods_area {
	padding:70px 0;
	background:url(../images/home_goods_bg.jpg) fixed left;
	background-size:cover;
}

.goods_area h2 {
	color:#fff;
	font-size: 33px;
	font-weight:normal;
	text-align:center;
}

.goods_area ul {
	margin:50px -30px 0 -30px;
}

.goods_area ul li {
	padding:0 30px 30px 30px;
	float:left;
	text-align:center;
	height:300px;
	width:16.6%;
}

.goods_area ul li .Img {
	position:relative;
	border:2px #c5b98a solid;
	overflow:hidden;
	background:#031325;
	border-radius:5px;
}

.goods_area ul li .Img a {
	display:block;
}

.goods_area ul li .Img img {
	display:block;
	width:100%;
	transition:all 0.4s linear;
}

.goods_area ul li .Img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.goods_area ul li .txt {
	padding:30px 0px 10px 0px;
}

.goods_area ul li .txt h3 a {
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	text-align:center;
	color:#ffe916;
}

.goods_area ul li .txt h3 a:hover {
	text-decoration:underline;
	opacity: 0.6;
}

.goods_area ul li .txt p {
	margin-top:15px;
	font-size:18px;
	line-height:1.6;
    font-weight: normal;
	color:#fff;
}

.goods_area .btn {
	text-align:center;
	height:40px;
}



@media (max-width: 1080px) {
    a.btn1 {
    	background:transparent;
    	border:1px solid #fff;
    	font-size:15px;
    	color:#fff;
    	padding:5px 10px;
    	letter-spacing:1px;
    }
    
    a.btn1:hover {
    	background:#fff;
    	color:#000;
    }
    
    a.btn2 {
    	background:transparent;
    	border:1px solid #86701a;
    	font-size:15px;
    	color:#86701a;
    	padding:5px 10px;
    	letter-spacing:1px;
    }
    
    a.btn2:hover {
    	background:#86701a;
    	color:#fff;
    }

    .goods_area ul li .txt h3 a {
    	font-size: 18px;
    }

    .goods_area ul li .txt p {
    	font-size:5px;
    	line-height:1.5;
        font-weight: normal;
    	color:#fff;
    }
    
    .goods_area .btn {
    	text-align:center;
    }
}



@media (max-width: 960px) {
	.article_area .article_box {
		padding:0;
	}

	.goods_area ul li {
		height:520px;
		width:50%;
	}
}



@media (max-width: 640px) {
	.goods_area ul li {
		height:720px;
		width:100%;
	}
}



@media (max-width: 450px) {
	.goods_area ul li {
		height:520px;
		width:100%;
	}
}