@charset "utf-8";
.pc_menu{
	padding-bottom: 0;
}
.pc_menu .pc_menu_nav{
	font-size: 30px;
	line-height: 30px;
}
.news_line{
	height: 1px;
	background: #e5e5e5;
}
.news1_box{
	padding-top:60px;
}
.news_list{
	width: 100%;
}
.news_list .news_nav{
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	margin-bottom: 50px;
	box-shadow: 0px 10px 28.5px 1.5px rgba(136, 136, 136, 0.3);
	border-radius: 10px;
}
.news_list .news_nav:hover{
	background: #fcc80e;
	color:#fff;
}
.news_list .news_nav:nth-child(3n){
	margin-right: 0;
}
.news_list .news_nav .news_nav_img{
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.news_list .news_nav .news_nav_img .img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.news_list .news_nav:hover .news_nav_img .img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.news_list .news_nav .news_inner{
	padding: 18px;
}
.news_list .news_nav .news_nav_title{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news_list .news_nav .news_nav_subtitle{
	color:#888;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
}
.news_list .news_nav .news_nav_icon{
	color:#444;
	font-size: 14px;
	background: url(../images/icon3.png) no-repeat left center;
	background-size: 14px 14px;
	padding-left: 17px;
}
.news_list .news_nav .news_nav_icon .icon{
	margin-right: 3px;
}
.news_list .news_nav:hover .news_nav_subtitle{
	color:#fff;
}
.news_list .news_nav:hover .news_nav_icon{
	color:#fff;
	background: url(../images/icon4.png) no-repeat left center;
	background-size: 14px 14px;
}
.product_page{
	padding-top: 16px;
	margin-bottom: 100px;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {
	.news_list .news_nav{
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.news_list .news_nav:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	.pc_menu {
	    padding-bottom: 0px !important;
	}
	.news_list .news_nav{
		width: calc((100% - 10px) / 2);
	}
	.news_list .news_nav:nth-child(3n){
		margin-right: 10px;
	}
	.news_list .news_nav:nth-child(2n){
		margin-right: 0;
	}
	.news_list .news_nav .news_nav_title{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.news_list .news_nav .news_nav_subtitle{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.news_list .news_nav .news_inner{
		padding: 10px;
	}
	.news1_box{
		padding-top: 20px;
	}
	.product_page{
		margin-bottom: 30px;
	}
	.pc_menu .pc_menu_nav{
		font-size: 12px;
		line-height: 12px;
	}
}
@media screen and (max-width: 414px) {

}