@charset "utf-8";

.content_area {
	clear:both;
	padding:50px 0;
	background:#f2f2f2;
}

.content_area_row {
	margin:0 -15px;
}

.content_area_row > div {
	float:left;
	width:33.33%;
	padding:0 15px;
}

.content_area_row a.more {
	float:right;
	margin-top:15px;
	padding:8px 15px;
	background:#3a3532;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
}

.content_area_row a.more:hover {
	background:#97928c;
}

.title_box.title_style {
    margin-bottom: 0;
    text-align: left;
}

.title_box.title_style .title_s {
    display: inline-block;
    color: #3a3532;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
}

.title_box.title_style .title_s::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #3a3532;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
}

.title_box.title_style .title_b {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 10px;
}

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

.title_box.title_style.white .title_b {
    color: #fff;
}



/*========== Article ===========*/
.article_area .article_txt {
	padding-top: 15px;
	padding-bottom: 50px;
}

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

.article_txt .topic a {
	color: #5f5b57;
	font-size: 22px;
    font-weight: bold;
}

.article_txt .topic a:hover {
	color: #97928c;
}

.article_area .txt {
	color: #525252;
	font-size:16px;
	line-height: 1.6;
}



/*========== News ===========*/
.news_area ul {
	padding-top:15px;
	padding-bottom:15px;
}

.news_area ul li {
	padding:10px 0;
}

.news_area ul li .Img {
	float:left;
	width: 110px;
	box-shadow:2px 2px 5px #e1e1e1;
	overflow:hidden;
	margin-right:10px;
}

.news_area ul li .Img img {
	display:block;
	height:100%;
}

.news_area h3 a {
	color: #5f5b57;
	font-size: 22px;
    font-weight: bold;
}

.news_area h3 a:hover {
	color: #97928c;
}

.news_area .txt p {
	padding-top:5px;
	color:#525252;
	font-size:16px;
	line-height: 1.6;
}



/*========== Article ===========*/
.map_area p {
	padding-top: 20px;
	padding-bottom: 50px;
	color:#525252;
	font-size:16px;
	line-height: 1.6;
	overflow:hidden;
	width: 100%;
}



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

.goods_area ul {
	margin-top:20px;
	margin-bottom:40px;
}

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

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

.goods_area ul li .Img a img {
	display:block;
	width:100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}	

.goods_area ul li .Img a 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 h3 a {
	word-wrap:break-word;
	display:block;
	color: #195fae;
	text-align:center;
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
}

.goods_area ul li h3 a:hover {
	color: #97928c;
}

.goods_area ul li .txt {
	padding:30px 10px 10px 10px;
	position:relative;
	background:#fff;
}

.goods_area ul li div.txt p {
	color:#818080;
	margin:10px 0;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
}

.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 {
	text-align:center;
}

.goods_area a.more {
	display:inline-block;
	margin-top:15px;
	padding:8px 15px;
	background:#3a3532;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
}

.goods_area a.more:hover {
	background:#97928c;
}



@media (max-width: 800px) {
	.content_area_row {
		margin:0;
	}

	.content_area_row > div {
		padding:20px 0;
		float:none;
		width:100%;
	}

	.content_area_row > div:first-child {
		margin-top:0;
	}
	
	.news_area ul {
		margin:0;
	}

	.news_area ul li {
		float:none;
		width:100%;
	}
	
	.news_area ul li .Img {
		width: 200px;
	}

	.map_area {
		float:none;
		width:100%;
	}

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



@media (max-width: 640px) {
    .title_box .title_style .title_b {
        font-size: 42px;
    }

    .title_box .title_style .center {
        text-align: left;
    }

	.goods_area ul li {
		margin: 0 2% 20px 2%;
		width: 96%;
	    height:600px;
	}
}



@media (max-width: 480px) {
    .title_box. title_style .title_b {
	    font-size: 36px;
    }
	
	.news_area ul li .Img {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
		width: 100%;
	}
	
	.goods_area ul li {
	    height:400px;
	}
}
