@charset "utf-8";


/*========== Goods ===========*/
.goods_area {
	background:#fff;
	background-size:cover;
	padding:30px 0;
}

.goods_area .item {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 2px 9.4px 0.6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 9.4px 0.6px rgba(0, 0, 0, 0.5);
	border: solid 1px transparent;
	border-radius: 20px;
}

.goods_area .list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	margin: 0 -15px;
}

.goods_area .list > li {
	box-sizing: border-box;
	width: 25%;
	padding: 0 9px 20px;
}

.goods_area .list .Img {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	height: 350px;
	padding-top:15px;
}

.goods_area .list .Img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
	transition: all .5s;
	max-height:350px;
}

.goods_area li:hover .Img img {
	float:left;
	opacity: 0.8;
	-webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.goods_area .list .txt {
	padding: 8px;
	text-align: center;
}

.goods_area .list .txt p {
	padding-top: 10px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: normal;
}

.goods_area .list h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	color: #000;
}

.goods_area .list h3 a:hover {
	text-decoration:underline;
	opacity: 0.6;
}




/*========== Custom ===========*/
.custom_area1 {
	background:#fff;
}

.custom_area1 .Img {
	float: left;
}

.custom_area1 .Img img {
	display: block;
	width: 100%;
}

.custom_area2 {
	background:#fff;
}

.custom_area2 .Img {
	float: left;
}

.custom_area2 .Img img {
	display: block;
	width: 100%;
}


/*========== News ===========*/
.news_area {
	background:#fff;
	background-size:cover;
	padding:30px 0;
}

.news_area h2 {
	color: #2b2c29;
	font-size: 33px;
	text-align: center;
	padding: 50px 0 10px 0;
	margin-bottom:30px;	
}

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

.news_area ul li .Img {
	position: relative;
	float: left;
	margin-right: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

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

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

.news_area ul li .txt {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
}

.news_area ul li .txt h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	color: #000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_area ul li .txt h3 a:hover {
	color: #00bcd4;
}

.news_area ul li .txt .date {
	color: #00bcd4;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	margin: 5px 0 5px;
}

.news_area ul li .txt p {
	line-height: 1.5;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.news_area .slick-dots {
	margin: 0;
	bottom: -20px;
}

.news_area .slick-dots li {
	padding: 0;
}

.news_area .slick-dots li button:before {
	background: #dadada;
}

.news_area .slick-dots li.slick-active button:before {
	background: #00bcd4;
	opacity: 1;
}

.news_area .btn {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.news_area a.more {
	margin-top:20px;
	padding:12px 24px;
	background:#00bcd4;
	font-size:15px;
	color:#FFF;
    font-weight: normal;
}

.news_area a.more:hover {
	background:#000;
}



@media (max-width: 1200px) {
	.article_area .txt_area {
		width:90%;
		margin:0 auto;
	}

	.article_area .Img {
		width:100%;
		padding-top:60px;
	}

	.article_area .left {
		font-size:15px;
		color:#000;
		line-height:2.2;
		width:100%;
		position:relative;
		float:none;
	}

	.article_area .txt_area h2 {
		color: #2b2c29;
		font-size: 28px;
		text-align: left;
		padding: 50px 0 10px 0;
		position:relative;
		margin-bottom:10px;
	}

	.article_area a.more {
		padding:8px 20px;
	}
}


@media (max-width: 800px) {
	.goods_area .list > li {
		width: 50%;
		padding-bottom:20px;
	}
	
	.goods_area .list .Img {
		height: 300px;
	}
	
	.goods_area .list .Img img {
		max-height: 300px;
	}

	ul.ico_list li {
		float:left;
		width:50%;
		padding-top:40px;
		padding-bottom:40px;
	}
}


@media (max-width: 640px) {
	.goods_area .list .Img {
		height: 250px;
	}
	
	.goods_area .list .Img img {
		max-height: 250px;
	}

	ul.ico_list li {
		float:left;
		width:100%;
		padding-top:20px;
		padding-bottom:20px;
	}

	.news_area {
		padding: 35px 0;
	}

	.news_area ul {
		margin: 0 -25px;
	}
}



@media (max-width: 480px) {
	.article_area .txt_area {
		width:85%;
	}

	.goods_area .list > li {
		width: 100%;
	}
}
