@charset "utf-8";



/*========== Main Content ===========*/
.contnet_area {
	clear: both;
}

.contnet {
	margin: 0 -17.5px;
}

.contnet > div {
	padding: 0 17.5px;
}



/*========== Article ===========*/
.article1_area {
	background:url(../images/bg-ind-about.jpg) repeat left top;
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
}

.article1_area h2 {
	padding-bottom:50px;
	position:relative;
	font-weight:normal;
	font-size:28px;
	letter-spacing:2px;
	text-align:center;
}

.article1_area h2 a {
	color:#fff;
}

.article1_area h2 a:hover {
	color:#da251c;
}

.article1_area h2 strong {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:1px;
	font-weight:normal;
	position:relative;
	padding-top:0px;
	display:block;
	color:#000;
}

.article1_area h2 strong:before {
	content:"";
	display:block;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:1px;
	background:#da251c;
}

.article1_area .text {
	color:#fff;
	font-size:15px;
	line-height:2;
	text-align:center;
	padding-bottom:50px;
}

.article1_area .but {
	text-align:center;
}

.article1_area .but a {
	letter-spacing:0;
	padding:15px 30px;
	color:#fff;
	font-size:13px;
	position:relative;
	border:1px solid #fff;
}

.article1_area .but a:hover {
	color:#000;
	background:#ccc;
}


.article2_area {
	background:url(../images/bg-ind-qu.jpg) repeat left top;
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
}

.article2_area h2 {
	padding-bottom:50px;
	position:relative;
	font-weight:normal;
	font-size:28px;
	letter-spacing:2px;
	text-align:center;
}

.article2_area h2 a {
	color:#fff;
}

.article2_area h2 a:hover {
	color:#da251c;
}

.article2_area h2 strong {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:1px;
	font-weight:normal;
	position:relative;
	padding-top:0px;
	display:block;
	color:#000;
}

.article2_area h2 strong:before {
	content:"";
	display:block;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:1px;
	background:#da251c;
}

.article2_area .text {
	color:#fff;
	font-size:15px;
	line-height:2;
	text-align:center;
	padding-bottom:50px;
}

.article2_area .but {
	text-align:center;
}

.article2_area .but a {
	letter-spacing:0;
	padding:15px 30px;
	color:#fff;
	font-size:13px;
	position:relative;
	border:1px solid #fff;
}

.article2_area .but a:hover {
	color:#000;
	background:#ccc;
}



/*========== Goods ===========*/
.goods1_area {
	background:url(../images/bg-ind-pro.jpg) repeat left top;
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
}

.goods1_area h2 {
	padding-bottom:50px;
	position:relative;
	font-weight:normal;
	font-size:28px;
	letter-spacing:2px;
	text-align:center;
	color:#fff;
}

.goods1_area h2 strong {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:1px;
	font-weight:normal;
	position:relative;
	padding-top:0px;
	display:block;
	color:#000;
}

.goods1_area h2 strong:before {
	content:"";
	display:block;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:1px;
	background:#da251c;
}

.goods1 ul li {
	height:400px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	width:33%;
	float:left;
	text-align:center;
}

.goods1 ul li .Img {
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 3px #d8d2ca;
	border: 2px solid #FFF;
}

.goods1 ul li .Img 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;
}

.goods1 ul li .Img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
}

.goods1 ul li .text {
	margin-top:15px;
	overflow:hidden;
}

.goods1 ul li .text h3 a {
	font-size: 18px;
	line-height:28px;
	font-weight: normal;
	text-align: center;
	color: #f2f2f3;
}

.goods1 ul li:hover .text h3 a {
	color:#da251c;
}

.goods1 ul li .text p {
	color: #b9b9b9;
	line-height: 1.6;
	margin-top:10px;
}

.goods1_button {
	display:none;
}

.goods1_area .but {
	text-align:center;
}

.goods1_area .but a {
	letter-spacing:0;
	padding:15px 30px;
	color:#fff;
	font-size:13px;
	position:relative;
	border:1px solid #fff;
}

.goods1_area .but a:hover {
	color:#000;
	background:#ccc;
}



@media (max-width: 800px) {
	.goods1 ul li{
		width:33%;
		height:380px;
	}
}



@media (max-width: 640px) {
	.contnet_area{}
	
	.contnet {
		margin:0;
	}

	.contnet_area .contnet > div {
		float:none !important;
		padding: 0;
		margin-bottom: 35px;
		width: 100% !important;
	}

	.article1 .Img {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
		width: 100%;
	}

	.article1 .btn {
		display: none;
	}

	.news1 .btn {
		display: none;
	}

	.cms1 .btn {
		display: none;
	}

	.goods1 ul li {
		width:50%;
		height:350px;
	}
}



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


@media (max-width: 350px){
	.goods1 ul li{
		width:100%;
		height:340px;
	}
}