@charset "utf-8";

.main_area {
	padding: 0;
}



/*========== Article ===========*/
.article_area .txt_area, .control-box a {
	box-sizing: border-box;
}

.article_area .wrap {
	width: 100%;
	max-width: 1920px;
}

.article_area .Img {
	max-width: 960px;
	width: 50%;
	line-height: 0;
}

.article_area .Img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.article_area {
	position: relative;
}

.article_area .Img {
	float: left;
}

.article_area .txt_area {
	position: absolute;
	width: calc(100% - 50%);
	top: 0;
	bottom: 0;
	right: 0;
	padding-left: 50px;
	padding-right: 50px;
	background: url("../images/home_article_bg.png") 100% 100% no-repeat;
}

.content_box {
	max-width: 720px;
	margin: auto;
	text-align: left;
}

.txt_area .topic {
	margin-top: 50px;
	margin-bottom: 5px;
}

.txt_area .topic a {
	color: #151515;
	font-size: 20px;
    font-weight: 600;
}

.txt_area .topic a:hover {
	color:#00bcd4;
}

.article_area .txt {
	margin-bottom: 30px;
	color: #474747;
	font-size:16px;
	line-height: 1.6;
}

.content_box .link_box {
	text-align: left;
}



/*========== News ===========*/
.news_area {
	background-image: url(../images/home_news_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news_area .wrap {
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.news_area .title_box {
	position: relative;
	padding-left: 70px;
	text-align: left;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}

.news_area .title_box em, .news_area .title_box h2 {
	color: #fff;
}

.news_area .btn_more {
 	position: absolute;
	right: 100px;
	bottom: 0;
}

.news_area .btn_more a {
	display:inline-block;
	font-size:16px;
	color:#fff;
	border:1px solid #fff;
	padding:10px 30px;
	border-radius:5px;
}
	
.news_area .btn_more a:hover {
	background: #3f90d2;
	border:1px solid #3f90d2;
	color:#FFF;
}

.news_list .item {
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}

.news_list a, .news_list p, .news_list .date {
	color: #fff;
}

.news_list h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news_list h3:hover {
	border-color: #FFF;
}

.news_list h3 a {
	word-wrap:break-word;
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.news_list p {
	margin-bottom: 20px;
	height: 48px;
	font-size: 16px;
	line-height:1.6;
}

.news_list .date {
	font-size: 13px;
	font-weight: 300;
	opacity: 0.6;
}
	


/*========== Goods ===========*/
.goods_area {
	padding: 80px 0;
}

.goods_area ul {
	padding-top:30px;
	margin-left:-15px;
}

.goods_area ul li {
	padding: 10px 20px;
	overflow:hidden;
	float:left;
	height:auto;
	width:50%;
}

.goods_area .Img {
	position:relative;
	width:100%;
}

.goods_area .Img img {
	width:100%;
}

.goods_area .Img a {
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
	background:#000;
}

.goods_area ul li .Img a img {
	float:left;
	opacity:1;
}

.goods_area .Img a:hover img {
	float:left;
	background:#000;
	opacity:0.4;
}



@media (max-width: 1680px) {
	.article_area .txt_area {
		padding-top: 150px;
	}
}



@media (max-width: 1380px) {
	.article_area .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.article_area .txt_area {
    	padding-top: 80px;
	}
}



@media (max-width: 1180px) {
	.article_area .Img {
		display: none;
	}

	.article_area .txt_area {
		position: static;
		width: 100%;
	}

	.article_area .link_box {
		text-align: center;
	}
}



@media (max-width: 860px) {
	.news_area .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.news_area .btn_more {
		right: 60px;
	}

	.news_list li:not(:first-child):before {
		opacity: 0;
	}

	.news_list .item {
		margin-left: 60px;
	}
}


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

@media (max-width: 640px) {
	.news_area .title_box {
		padding-left: 30px;
	}

	.news_area .btn_more {
		right: 30px;
	}

	.news_list .item {
		margin-left: 20px;
	}
	
	.custom_area ul {
		padding-top:10px;
		margin-left:0px;
	}

	.goods_area ul li {
		height:auto;
		width:100%;
		padding: 20px 0px;
	}
}
