﻿@charset "utf-8";
.banner-images p{
	margin: 0;
}
.banner-images p img{
	width: 100%;
}
.navigation_Submenu {
	display: flex;
	justify-content: center;
	margin:10px 0px;	
}
.navigation_Submenu li {
	display: flex;
	padding: 5px;
	margin: 0 10px;
	width: 10vw;
	color: rgba(255,255,255,1.00);
	list-style: none;	
	cursor: pointer;
	justify-content: center;
	background-color: rgba(0,0,0,1.00);
}
.navigation_Submenu li:hover{
	background-color:#E70012;	
}
.navigation_Submenu li:active{
	background-color:#E70012;	
}
.navigation_Submenu a{
	color:#FFF;
	font-size: 1.5vw;
}
.navigation_Submenu dh2{
	color: #E70012;
	font-weight: bolder;
	font-size:2vw;
	line-height:60px;
}
.new_list_content{
	width: 100vw;
	display: block;
	justify-content: center;
}
/*新闻列表块*/
.new_list{
	width: 75vw;	
	min-height: 37.0370vh;
	display: block;
	margin: 0 auto;
}
.new_center_content{
	width: 75vw;
	height: 150px;
	/* border: 1px solid rgba(98,97,97,0.30); */
	margin: 20px auto;
	position: relative;
	background: rgba(255,255,255,0.80);
	/* border-radius: 10px; */
}
/*列表图片*/
.new_center_content dt:first-child{
	width:242px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;	 
}
.new_center_content dt:first-child img{
	width:242px;
	height: 150px;
	border-radius: 10px;
}
/*列表内容标题*/
.new-list-title{
	width: 50vw;
    height: 1.8518vh;
	position: absolute;
	left: 16vw;
	top: 0.9259vh;
	font-size: 1.2vw;	
}
.new-list-title a{	
	color: rgba(0,0,0,1.00);
}
.new-list-title a:hover{
	color: #FE0000;
	text-decoration: underline;
}
/*列表内容日期*/
.new_center_content dt:nth-child(3) span{
	width: 9.375vw;
    height: 1.8518vh;
	position: absolute;
	left: 62.5vw;
	top: 0.9259vh;
	font-size: 1.2vw;
	color: rgba(0,0,0,1.00);
}
/*列表内容摘要*/
.new_center_content dt:nth-child(4){
	width: 50vw;
	height: 9.2592vh;	
	position: absolute;
	left: 16vw;	
	top:4.6296vh;
	color: rgba(146,143,143,1.00);
	font-size: 0.8vw;
}
/*列表内容来源*/
.new_center_content dl{
	width: 50vw;
    height: 1.8518vh;
	position: absolute;
	left: 16vw;
	bottom: 0.9259vh;	
	font-size: 0.8vw;
	color: rgba(0,0,0,1.00);
}
.new_center_content dl a:hover{	
	color: rgba(241,36,39,1.00);
}
/*上面是产品列表样式*/
.pagess {
    clear: both;
    height: 1.56vw;
    margin: 1.85vh;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}
.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 1.85vh;
    background: #fff;
    color: #999;
}
/*第几页样式*/
.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #E70012;
    padding: 2px 9px;
    margin: 0 3px;
    background: #E70012;
    color: #fff;
}  
.news-lists span em {	
	position: relative;
	left:50rem;
	line-height: normal;
}



@media only screen  and (width: 1024px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 10vw;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 1.5vw;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:2vw;
		line-height:60px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 75%;	
		height:auto;
		display: block;
		margin: 0 auto;
	}
	.new_center_content{
		width: 768px;
		height: 150px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:242px;
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:242px;
		height: 150px;	
		border-radius: 10px;
		border: 1px solid rgba(175,175,175,0.5);
	}
	/*列表内容标题*/
	.new-list-title{
		width: 512px;
		height: 10px;
		position: absolute;
		left: 252px;
		top: 10px;
		font-size: 1.2rem;	
		font-weight: 600;
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 100px;
		height: 10px;
		position: absolute;
		
		top: 10px;
		font-size: 1.2vw;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 466px;
		height: 40px;	
		position: absolute;
		left: 248px;	
		
		color: rgba(146,143,143,1.00);
		font-size: 0.8vw;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 512px;
		height: 10px;
		position: absolute;
		left: 248px;
		bottom: 10px;	
		font-size: 0.8vw;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30px;
		margin: 10px;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 9px;
		margin: 0 3px;
		line-height: 1.85vh;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 9px;
		margin: 0 3px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 1280px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;		
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 18px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:20px;
		line-height:60px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 75%;			
		display: block;
		margin: 0 auto;
	}
	.new_center_content{		
		height: 150px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:242px;
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:242px;
		height: 150px;	
		border-radius: 10px;
		border: 1px solid rgba(175,175,175,0.5);
	}
	/*列表内容标题*/
	.new-list-title{
		width: 640px;
		height: 10px;
		position: absolute;
		left: 252px;
		top: 10px;
		font-size: 1.2rem;
		font-weight: 600;
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 100px;
		height: 10px;
		position: absolute;		
		top: 10px;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 640px;			
		position: absolute;
		left: 252px;		
		color: rgba(146,143,143,1.00);
		font-size: 14px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 640px;
		height: 10px;
		position: absolute;
		left: 252px;
		bottom: 10px;	
		font-size: 12px;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30px;
		margin: 10px;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 9px;
		margin: 0 3px;
		line-height: 20px;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 9px;
		margin: 0 3px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 1366px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 10vw;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 1.5vw;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:2vw;
		line-height:60px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 75%;			
		display: block;
		margin: 0 auto;
	}
	.new_center_content{		
		height: 150px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:242px;
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:242px;
		height: 150px;	
		border-radius: 10px;
		border: 1px solid rgba(175,175,175,0.5);
	}
	/*列表内容标题*/
	.new-list-title{
		width: 683px;
		height: 10px;
		position: absolute;
		left: 252px;
		top: 0px;
		font-size: 1.2rem;	
		font-weight: 600;
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 100px;
		height: 10px;
		position: absolute;		
		top: 10px;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 688px;			
		position: absolute;
		left: 252px;		
		color: rgba(146,143,143,1.00);
		font-size: 14px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 688px;
		height: 10px;
		position: absolute;
		left: 252px;
		bottom: 10px;	
		font-size: 12px;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30px;
		margin: 10px;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 9px;
		margin: 0 3px;
		line-height: 20px;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 9px;
		margin: 0 3px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 1440px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 10vw;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 18px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:20px;
		line-height:60px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 75%;			
		display: block;
		margin: 0 auto;
	}
	.new_center_content{		
		height: 150px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:242px;
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:242px;
		height: 150px;	
		border-radius: 10px;
		border: 1px solid rgba(175,175,175,0.5);
	}
	/*列表内容标题*/
	.new-list-title{
		width: 720px;
		height: 10px;
		position: absolute;
		left: 252px;
		top: 0px;
		font-size: 1.2rem;	
		font-weight: 600;	
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 100px;
		height: 10px;
		position: absolute;
		
		top:10px;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 736px;		
		position: absolute;
		left: 252px;	
		
		color: rgba(146,143,143,1.00);
		font-size: 14px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 720px;
		height: 10px;
		position: absolute;
		left: 252px;
		bottom: 10px;	
		font-size: 12px;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30px;
		margin: 10px;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 9px;
		margin: 0 3px;
		line-height: 20px;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 9px;
		margin: 0 3px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 1600px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 10vw;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 18px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:20px;
		line-height:60px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 75%;			
		display: block;
		margin: 0 auto;
	}
	.new_center_content{
		
		height: 150px;
		
		margin: 50px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:242px;
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:242px;
		height: 150px;	
		border-radius: 10px;
		border:1px solid rgba(175,175,175,0.5);
	}
	/*列表内容标题*/
	.new-list-title{
		width: 840px;
		height: 10px;
		position: absolute;
		left: 260px;
		top: 0px;
		font-size: 1.2rem;
	    font-weight:600; 
			
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 100px;
		height: 10px;
		position: absolute;
		
		top: 10px;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 840px;		
		position: absolute;
		left: 260px;		
		color: rgba(146,143,143,1.00);
		font-size: 14px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 800px;
		height: 10px;
		position: absolute;
		left: 260px;
		bottom: 10px;	
		font-size: 12px;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30px;
		margin: 10px;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 9px;
		margin: 0 3px;
		line-height: 20px;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 9px;
		margin: 0 3px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 1680px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 10vw;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 18px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:20px;
		line-height:60px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 75%;	
		min-height: 37.0370vh;
		display: block;
		margin: 0 auto;
	}
	.new_center_content{
		
		height: 150px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:242px;
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:242px;
		height: 150px;	
		border-radius: 10px;
		border: 1px solid rgba(175,175,175,0.5);
	}
	/*列表内容标题*/
	.new-list-title{
		width: 840px;
		height: 10px;
		position: absolute;
		left: 260px;
		top: 0px;
		font-size: 1.2rem;	
		font-weight: 600;	
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 100px;
		height: 10px;
		position: absolute;
		
		top: 10px;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 880px;
		
		position: absolute;
		left: 260px;	
		
		color: rgba(146,143,143,1.00);
		font-size: 14px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 880px;
		height: 10px;
		position: absolute;
		left: 260px;
		bottom: 10px;	
		font-size: 12px;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30px;
		margin: 10px;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 9px;
		margin: 0 3px;
		line-height: 20px;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 9px;
		margin: 0 3px;
		background: #E70012;
		color: #fff;






	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 1920px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 10vw;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 1.5vw;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:2vw;
		line-height:60px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 75%;		
		display: block;
		margin: 0 auto;
	}
	.new_center_content{		
		height: 150px;		
		margin: 50px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:242px;
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:242px;
		height: 150px;	
		border-radius: 10px;
		border: 1px solid rgba(175,175,175,0.5);
	}
	/*列表内容标题*/
	.new-list-title{
		width: 960px;
		height: 10px;
		position: absolute;
		left: 260px;
		top: 0px;
		font-size: 1.2rem;	
		font-weight: 600;	
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 100px;
		height: 10px;
		position: absolute;
		
		top: 10px;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 1032px;		
		position: absolute;
		left: 260px;	
		color: rgba(146,143,143,1.00);
		font-size:14px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 960px;
		height: 10px;
		position: absolute;
		left: 260px;
		bottom: 10px;	
		font-size: 14px;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30px;
		margin: 10px;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 9px;
		margin: 0 3px;
		line-height: 20px;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 9px;
		margin: 0 3px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 2560px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 10vw;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 18px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:20px;
		line-height:60px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 75%;		
		display: block;
		margin: 0 auto;
	}
	.new_center_content{		
		height: 150px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:242px;
		height: 150px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:242px;
		height: 150px;	
		border-radius: 10px;
		border: 1px solid rgba(175,175,175,0.5);
	}
	/*列表内容标题*/
	.new-list-title{
		width: 1280px;
		height: 10px;
		position: absolute;
		left: 260px;
		top: 0px;
		font-size: 1.2rem;	
		font-weight: 600;	
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 100px;
		height: 10px;
		position: absolute;		
		top: 10px;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 1300px;			
		position: absolute;
		left: 260px;		
		color: rgba(146,143,143,1.00);
		font-size: 14px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 960px;
		height: 10px;
		position: absolute;
		left: 260px;
		bottom: 10px;	
		font-size: 12px;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30px;
		margin: 10px;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 9px;
		margin: 0 3px;
		line-height: 20px;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 9px;
		margin: 0 3px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}

@media only screen  and (width: 360px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 60px;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 10px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:16px;
		line-height:45px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 100%;			
		display: block;
		margin: 0 auto;
	}
	.new_center_content{
		width:98%;		
		height: 75px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:121px;
		height: 75px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:121px;
		height: 75px;	
		border-radius: 10px;
	}
	/*列表内容标题*/
	.new-list-title{
		width: 50%;
		height: 10px;
		position: absolute;
		left: 123px;
		top:2px;
		font-size: 6px;	
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 80px;
		height: 10px;
		position: absolute;
		margin-left:76px;
		top: 2px;
		font-size: 6px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 64%;
		height:64px;
		overflow:hidden;
		top:15px;
		position: absolute;
		left: 123px;	
		
		color: rgba(146,143,143,1.00);
		font-size: 6px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 50%w;
		height: 10PX;
		position: absolute;
		left: 130PX;
		bottom: 5PX;	
		font-size:6PX;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30PX;
		margin: 5PX;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 2px;
		margin: 0 2px;
		line-height: 10PX;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 2px;
		margin: 0 2px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 375px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 60px;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 10px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:16px;
		line-height:45px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 100%;			
		display: block;
		margin: 0 auto;
	}
	.new_center_content{
		width:98%;		
		height: 75px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:121px;
		height: 75px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:121px;
		height: 75px;	
		border-radius: 10px;
	}
	/*列表内容标题*/
	.new-list-title{
		width: 50%;
		height: 10px;
		position: absolute;
		left: 123px;
		top:2px;
		font-size: 6px;	
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 80px;
		height: 10px;
		position: absolute;
		margin-left:76px;
		top: 2px;
		font-size: 6px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 64%;
		height:64px;
		overflow:hidden;
		top:15px;
		position: absolute;
		left: 123px;	
		
		color: rgba(146,143,143,1.00);
		font-size: 6px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 50%w;
		height: 10PX;
		position: absolute;
		left: 130PX;
		bottom: 5PX;	
		font-size:6PX;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30PX;
		margin: 5PX;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 2px;
		margin: 0 2px;
		line-height: 10PX;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 2px;
		margin: 0 2px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 411px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 60px;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 10px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:16px;
		line-height:45px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 100%;			
		display: block;
		margin: 0 auto;
	}
	.new_center_content{
		width:98%;		
		height: 75px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:121px;
		height: 75px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:121px;
		height: 75px;	
		border-radius: 10px;
	}
	/*列表内容标题*/
	.new-list-title{
		width: 50%;
		height: 10px;
		position: absolute;
		left: 123px;
		top:2px;
		font-size: 6px;	
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 80px;
		height: 10px;
		position: absolute;
		margin-left:76px;
		top: 2px;
		font-size: 6px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 64%;
		height:64px;
		overflow:hidden;
		top:15px;
		position: absolute;
		left: 123px;	
		
		color: rgba(146,143,143,1.00);
		font-size: 6px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 50%w;
		height: 10PX;
		position: absolute;
		left: 130PX;
		bottom: 5PX;	
		font-size:6PX;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30PX;
		margin: 5PX;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 2px;
		margin: 0 2px;
		line-height: 10PX;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 2px;
		margin: 0 2px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
@media only screen  and (width: 414px) {
	.banner-images p{
		margin: 0;
	}
	.banner-images p img{
		width: 100%;
	}
	.navigation_Submenu {
		display: flex;
		justify-content: center;
		margin:10px 0px;	
	}
	.navigation_Submenu li {
		display: flex;
		padding: 5px;
		margin: 0 10px;
		width: 60px;
		color: rgba(255,255,255,1.00);
		list-style: none;	
		cursor: pointer;
		justify-content: center;
		background-color: rgba(0,0,0,1.00);
	}
	.navigation_Submenu li:hover{
		background-color:#E70012;	
	}
	.navigation_Submenu li:active{
		background-color:#E70012;	
	}
	.navigation_Submenu a{
		color:#FFF;
		font-size: 10px;
	}
	.navigation_Submenu dh2{
		color: #E70012;
		font-weight: bolder;
		font-size:16px;
		line-height:45px;
	}
	.new_list_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*新闻列表块*/
	.new_list{
		width: 100%;			
		display: block;
		margin: 0 auto;
	}
	.new_center_content{
		width:98%;		
		height: 75px;
		border: 1px solid rgba(98,97,97,0.30);	
		margin: 20px auto;
		position: relative;
		background: rgba(255,255,255,0.80);
		border-radius: 10px;
	}
	/*列表图片*/
	.new_center_content dt:first-child{
		width:121px;
		height: 75px;
		position: absolute;
		left: 0;
		top: 0;	 
	}
	.new_center_content dt:first-child img{
		width:121px;
		height: 75px;	
		border-radius: 10px;
	}
	/*列表内容标题*/
	.new-list-title{
		width: 50%;
		height: 10px;
		position: absolute;
		left: 123px;
		top:2px;
		font-size: 6px;	
	}
	.new-list-title a{	
		color: rgba(0,0,0,1.00);
	}
	.new-list-title a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.new_center_content dt:nth-child(3) span{
		width: 80px;
		height: 10px;
		position: absolute;
		margin-left:76px;
		top: 2px;
		font-size: 6px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.new_center_content dt:nth-child(4){
		width: 64%;
		height:64px;
		overflow:hidden;
		top:15px;
		position: absolute;
		left: 123px;	
		
		color: rgba(146,143,143,1.00);
		font-size: 6px;
	}
	/*列表内容来源*/
	.new_center_content dl{
		width: 50%w;
		height: 10PX;
		position: absolute;
		left: 130PX;
		bottom: 5PX;	
		font-size:6PX;
		color: rgba(0,0,0,1.00);
	}
	.new_center_content dl a:hover{	
		color: rgba(241,36,39,1.00);
	}
	/*上面是产品列表样式*/
	.pagess {
		clear: both;
		height: 30PX;
		margin: 5PX;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	.pagess ul li {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 2px 2px;
		margin: 0 2px;
		line-height: 10PX;
		background: #fff;
		color: #999;
	}
	/*第几页样式*/
	.pagess ul li.thisclass {
		display: inline-block;
		border: 1px solid #E70012;
		padding: 2px 2px;
		margin: 0 2px;
		background: #E70012;
		color: #fff;
	}  
	.news-lists span em {	
		position: relative;
		left:50rem;
		line-height: normal;
	}
}
