@charset "utf-8";


.main_area {
	padding-top: 0px;
	padding-bottom: 0px;
	background:#fff;
}



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

.contnet {
	margin: 0 -17.5px;
}

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



/*========== Article ===========*/
.article1_area {
	background:url(../images/home_article1_bg.jpg) fixed;
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
	border-top: 6px solid #4a4a4a;
	border-bottom: 7px solid #19abc2;
}

.article1_area h2 {
	display: none;
}

.article1_area .text {
	color:#000;
	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;
	background:#19abc2;
}

.article1_area .but a:hover {
	color:#fff;
	background:#64cada;
}



/*========== Goods ===========*/
.news1_area {
	background:url(../images/home_news1_bg.jpg) fixed;
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
}

ul.news1 {
	border-bottom: 1px solid #E4E2E2;
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.news1 li.Img {
	float: left;
	margin-right: 10px;
	width: 150px;
	border: 4px solid #f1f1f1;
}

ul.news1 li.Img img {
	display: block;
	width: 100%;
}

ul.news1 li.text {
	overflow: hidden;
}

ul.news1 li.text h3 {
	font-size: 20px;
	line-height:26px;
	font-weight: normal;
}

ul.news1 li.text h3 a {
	display: inline-block;
	vertical-align: middle;
	color: #404040;
}

ul.news1 li.text h3 a:hover {
	color: #908f8f;
}

.date {
	paddingutop: 5px;
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}

ul.news1 li.text .intro {
	color: #767676;
	line-height: 1.8;
}

.news1_area .but {
	text-align:center;
	padding:50px;
}

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

.news1_area .but a:hover {
	color:#fff;
	background:#64cada;
}



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

@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;
	}

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




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



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

