@charset "utf-8";


/*========== CMS ===========*/
.cms_area {
	background:url(../images/home_cms_bg.jpg) fixed center center;
	padding:70px 0;
	background-size:cover;
}

.cms_area .col-2 {width:50%;}
.cms_area h2 {
	text-align:left;
	font-size:38px;
	color:#000;
	padding:0 0 40px 0;
	position:relative;
}

.cms_area ul li {
	padding:10px 0;
	height:auto;
}

.cms_area .col-2 {
	width:50%;
}

.cms_area .Img {
	float:left;
	width:56px;
	height:56px;
	box-shadow:2px 2px 5px #e1e1e1;
	overflow:hidden;
	margin-right:10px;
}

.cms_area .Img img {
	display:block;
	height:100%;
}

.cms_area .txt h3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.cms_area .txt h3 a {
	font-size: 26px;
	line-height:1.5;
	color:#6f5004;
    font-weight: 600;
}

.cms_area .txt h3 a:hover {
	color:#000;
}

.cms_area .txt p {
	overflow: hidden;
	color:#333;
	padding-right: 60px;
	font-size:18px;
	line-height:1.8;
    font-weight: normal;
}

.cms_area .space {
	padding-top: 100px;
}

.cms_area .btn {
	margin:30px 0 0 0;
	text-align:center;
}

.cms_area .btn a {
	display:inline-block;
	font-size:15px;
	color:#fff;
	border: 1px solid rgba(178,138,41,0.70);
	padding: 10px 30px;
}

.cms_area .btn a:hover {
	color:#fff;
	border: 1px solid rgba(178,138,41,0.0);
}




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

.goods_area h2 {
	text-align:center;
	font-size:38px;
	color:#fff;
	padding:0 0 40px 0;
	position:relative;
}

.goods_area ul {
	margin-left:-20px;
}

.goods_area ul li {
	padding-left:20px;
	transition:all 0.2s linear;
	overflow:hidden;
	float:left;
	text-align:center;
	height:580px;
	width:25%;
}

.goods_area ul li:hover {
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
}

.goods_area ul li .Img {
	position:relative;
	background:#1e1e1e;
}

.goods_area ul li .Img:before {
	text-align:center;
	content:"More";
	background:url(../images/goods_zoom.png) center top no-repeat;
	font-size:12px;
	padding-top:30px;
	width:60px;
	height:20px;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-50px;
	transition:all 0.2s linear;
	opacity:0;
	z-index:99;
}

.goods_area ul li:hover .Img:before {
	margin-top:-40px;
	opacity:1;
}

.goods_area ul li .Img img {
	float:left;
	width:100%;
}

.goods_area ul li:hover .Img img {
	opacity:0.2;
}

.goods_area ul li .txt {
	background:#fff;
	padding:20px 15px 50px 15px;
}

.goods_area ul li .txt h3 {
	padding-top:10px;
}

.goods_area ul li .txt h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	color:#1a3f86;
}

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

.goods_area ul li .txt p {
	display:block;
	padding-top:10px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
}

.goods_area .price_s {
	text-align: center;
	padding-top: 8px;
	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 .btn {
	margin:30px 0 0 0;
	display:flex;
	justify-content: center;
}

.goods_area .btn a {
	display:inline-block;
	font-size:15px;
	color:#fff;
	padding: 10px 30px;
	border: 1px solid rgba(214,214,214,0.30);
}

.goods_area .btn a:hover {
	color:#1a3f86;
	border: 1px solid rgba(214,214,214,0);
}



/*========== Article ===========*/
.article_area {
	background:url(../images/home_article_bg.jpg) fixed center center;
	padding:70px 0;
	background-size:cover;
}

.article_area h2 {
	text-align:center;
	font-size:38px;
	color:#000;
	padding:0 0 40px 0;
	position:relative;
}

.article_area .topic {
	margin-bottom: 5px;
	text-align:center;
}

.article_area .topic a {
	color: #000;
	font-size: 22px;
	font-weight:bold;
}

.article_area .topic a:hover {
	text-decoration:underline;
}

.article_area .txt {
	text-align:center;
	color:#000;
	padding-top:10px;
	font-size:18px;
	line-height:1.6;
    font-weight: normal;
}

.article_area .btn {
	margin:30px 0 0 0;
	text-align:center;
}

.article_area .btn a {
	display:inline-block;
	font-size:15px;
	color:#fff;
	border: 1px solid rgba(214,214,214,0.30);
	padding: 10px 30px;
}

.article_area .btn a:hover {
	color:#1a3f86;
	border: 1px solid rgba(214,214,214,0.0);
}
	


@media (max-width: 800px) {
	.news_area {
		width:100%;
	}
	
	.cms_area {
		position:relative;
		width:100%;
	}
	
.cms_area .col-2 {width:100%;}

	.cms_area .Img {
		left:auto;
		right:0;
		margin-right:-20px;
	}

	.goods_area ul li {
		width:46%;
		margin:0 2% 20px 2%;
	}
}



@media (max-width: 480px) {
	.goods_area ul li {
		width:96%;
		margin:0 2% 20px 2%;
	}

	.cms_area p {
		width:100%;
		margin:10px 0 0 0;
	}
}