@charset "utf-8";

/*========== Article ===========*/
.article_area {
	position: relative;
	background:#f8f8f8;
}

.article_area .left {
	width:50%;
	float:left;
}

.article_area .Img {
	width:50%;
	float:left;
	position:relative;
}

.article_area .Img img {
	width:100%;
	height:auto;
	float:left;
}

.article_area .txt_area {
	width:76%;
	margin:0 auto;
}

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

.article_area .txt_area .topic a {
	word-wrap:break-word;
	padding-left:2px;
	font-size: 20px;
    font-weight: bold;
    color: #00bcd4;
}

.article_area .txt_area .topic a:hover {
	color: #333;
}

.article_area .txt_area .txt {
	padding-top:5px;
	padding-left:2px;
	color: #474747;
	font-size:16px;
	line-height: 1.6;
    font-weight: normal;
	margin-bottom:10px;
}

.article_area .btn {
	padding-top:10px;
	padding-left:2px;
}

.article_area a.more {
	float:left;
	margin-top:20px;
	padding:12px 24px;
	background:#2d85e7;
	font-size:15px;
	color:#FFF;
    font-weight: normal;
}

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



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

.goods_area h2 {
	color: #2b2c29;
	font-size: 33px;
	text-align: center;
	padding: 40px 0 0 0;
}

.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;
	padding-top:80px;
}

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

.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: 250px;
}

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

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

.goods_area .list .txt {
	padding: 15px;
	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;
}

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

.goods_area .list .price_s .s1 {
	font-size: 13px;
	font-weight: normal;
	color: #5A5A5A;
}

.goods_area .list .price_s .s2 {
	color: #F00;
	font-size: 13px;
}

.goods_area .list .price_s .s3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}



/*========== Custom ===========*/
.custom_area {
	background:#2d85e7;
	color: #fff;
	padding:50px;
}

ul.ico_list li {
	float:left;
	width:25%;
}

ul.ico_list li a {
	display:block;
	padding:6px 0px;
	font-size:15px;
	color:#fff;
}

.box-counter {
	text-align: center;
	color: #fff;
}

.box-counter__icon {
	font-size: 44px;
	color: #fff;
}

.box-counter__title {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #fff;
	padding-top:10px;
}

.box-counter__wrap > * {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	display: inline;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}



/*========== 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 {
    	padding-top:50px;
    }

	.goods_area .list > li {
		width: 50%;
		padding-bottom:20px;
	}
	
	.goods_area .list .Img {
		height: 270px;
	}
	
	.goods_area .list .Img img {
		max-height: 270px;
	}

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


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

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