.news_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.news_title{
	color: #8b8b8b;
	font-size: 12px;
	width: 475px;
	text-align: center;
	margin: 0 auto 50px;
}
.news_title h2{
	color: #000;
	font-size: 36px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
}
@media only screen and (max-width:767px ) {
	.news_title{
		width: 100%;
		margin: 0 auto 30px;
	}
	.news_title h2{
		color: #000;
		font-size: 24px;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 10px;
	}
}
/*新闻列表*/
.news_list{
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
}
.news_list>li:first-of-type{
	float: right;
	overflow: hidden;
}
.news_list>li:last-of-type{
	padding-right: 20px;
}
.news_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.news_img img{
	width: 100%;
	transition: all 0.5s;
}
.news_img:hover img{
	transform: scale(1.2);
}
.news_list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    border: 1px solid #FFF;
    opacity: 1;
}
.news_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 95px;
    left: 0;
    width: 100%;
}
.news_list .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgb(200,0,15);
    border: none;
}
.news_img h4{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 95px;
	line-height: 95px;
	text-align: center;
	background-color: rgba(200,0,15,0.91);
	color: #fff;
}
.news_list .news{
	width: 100%;
	padding: 20px 25px 35px 25px;
	overflow: hidden;
	background-color: #f3f3f3;
	height: 105px;
	cursor: pointer;
	transition: all 0.5s;
}
.news .news_time{
	width: 130px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	text-align: right;
	float: left;
	transition: padding-top 0.5s;
}
.news .news_time h1{
	font-size: 38px;
}
.news .news_time h5{
	padding-right: 5px;
	font-size: 16px;
}
.news li:last-of-type{
	width: calc(100% - 160px);
	float: right;
	color: #7f7f7f;
	height: 100%;
	overflow: hidden;
}
.news li:last-of-type p{
	padding: 7px;
	line-height: 20px;
}
.news li:last-of-type h4{
	font-size: 18px;
	color: #333;
	line-height: 70px;
	padding:0 7px;
	transition: all 0.5s;
}
.news_list .news:nth-of-type(2){
	margin: 18px 0;
}
.news_list .news.news_now{
	height: 188px;
	padding: 40px 25px;
}
.news_now li:last-of-type h4{
	font-weight: bold;
	line-height: 45px;
}
.news_now .news_time{
	color: #c8000f;
	padding-top: 30px;
}
@media only screen and (max-width:767px ) {
	.news_img h4{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.news_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    bottom: 35px;
	}
	.news_list>li:last-of-type{
		margin-top: 30px;
		padding-right: 0px;
	}
	.news_list .news{
		padding: 20px 5px;
	}
	.news_list .news.news_now{
		height: 105px;
		padding: 20px 5px;
	}
	.news_now li:last-of-type h4{
		font-weight: normal;
		line-height: 70px;
	}
	.news_now .news_time{
		color: #c8000f;
		padding-top: 0px;
	}
	.news .news_time{
		width: 60px;
		overflow: hidden;
		font-size: 16px;
		color: #666;
		text-align: right;
		float: left;
		transition: padding-top 0.5s;
	}
	.news .news_time h1{
		font-size: 45px;
		color: #c8000f;
		font-weight: bold;
	}
	.news .news_time h5{
		padding-right: 5px;
		color: #333;
		font-size: 12px;
	}
	.news li:last-of-type{
		width: calc(100% - 65px);
	}
	.news_list{
		width: 100%;
		padding-bottom: 30px;
		overflow: hidden;
	}
}
@media only screen and (min-width:768px ) {
	.news .news_time h1{
		font-size: 38px;
	}
	.news_now li:last-of-type h4{
		font-weight: bold;
		line-height: 70px;
		border-bottom: 1px solid #cfcfcf;
	}
	.news_list>li:last-of-type{
		padding-right: 0px;
	}
	.news .news_time h1{
		font-size: 45px;
		color: #c8000f;
		font-weight: bold;
	}
	.news .news_time h5{
		padding-right: 5px;
		color: #333;
		font-size: 12px;
	}
	.news .news_time{
		width: 120px;
		margin-top: 0px;
	}
	.news_list .news{
		width: 100%;
		padding: 20px 25px 35px 25px;
		overflow: hidden;
		background-color: #f3f3f3;
		height: 105px;
		cursor: pointer;
		transition: all 0.5s;
	}
	.news_list .news.news_now{
		height: 170px;
		padding: 20px 25px;
	}
}
@media only screen and (min-width:992px ) {
	.news_list>li:last-of-type{
		padding-right: 20px;
	}
	.news li:last-of-type h4{
		line-height: 45px;
	}
	.news_now li:last-of-type h4{
		font-weight: bold;
		line-height: 25px;
	}
	.news .news_time h1{
		font-size: 45px;
		color: #c8000f;
		font-weight: bold;
	}
	.news .news_time h5{
		padding-right: 5px;
		color: #333;
		font-size: 12px;
	}
	.news .news_time{
		width: 80px;
		margin-top: -10px;
	}
	.news_list .news{
		width: 100%;
		padding: 20px 25px;
		overflow: hidden;
		background-color: #f3f3f3;
		height: 85px;
		cursor: pointer;
		transition: all 0.5s;
	}
	.news_list .news.news_now{
		height: 145px;
		padding: 20px 25px;
	}
	
	.news li:last-of-type{
		width: calc(100% - 110px);
	}
}
@media only screen and (min-width:1200px ) {
	.news_now li:last-of-type h4{
		font-weight: bold;
		line-height: 45px;
	}
	.news li:last-of-type h4{
		line-height: 50px;
		margin-bottom: 5px;
	}
	.news .news_time h1{
		font-size: 45px;
		color: #c8000f;
		font-weight: bold;
	}
	.news .news_time h5{
		padding-right: 5px;
		color: #333;
		font-size: 12px;
	}
	.news_list .news{
		width: 100%;
		padding: 20px 25px 35px 25px;
		overflow: hidden;
		background-color: #f3f3f3;
		height: 105px;
		cursor: pointer;
		transition: all 0.5s;
	}
	.news_list .news.news_now{
		height: 188px;
		padding: 25px;
	}
	.news .news_time{
		width: 55px;
		margin-top: 0px;
	}
	.news li:last-of-type{
		width: calc(100% - 70px);
		padding-top: 10px;
	}
}
/*视频中心*/
.news_video{
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
	padding: 70px 0;
}
.news_video h1{
	font-size: 30px;
	line-height: 40px;
	position: relative;
	color: #333;
	margin-bottom: 30px;
}
.news_video h1 a{
	float: right;
	font-size: 12px;
}
.video{
	padding-right: 45px;
}
.video_lg{
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.video_lg>img{
	width: 100%;
}
.video_lg .video_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.42);
	text-align: center;
	line-height: 450px;
}
.video_lg h4{
	width: 100%;
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	text-align: center;
	line-height: 70px;
	text-align: center;
	background-color: rgba(0,0,0,0.58);
}
.video .video_sm:nth-of-type(1){
	overflow: hidden;
	padding-right: 7px;
}
.video .video_sm:nth-of-type(3){
	overflow: hidden;
	padding-left: 7px;
}
.video_sm div{
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.video_sm div:first-of-type{
	margin-bottom: 16px;
}
.video_sm div>img{
	width: 100%;
}
.video_sm h4{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.45);
	font-size: 12px;
	color: #fff;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.video_sm h4 img{
	width: 22px;
	float: right;
	margin-top: 9px;
}
@media only screen and (max-width:767px ) {
	.news_video h1{
		font-size: 24px;
		line-height: 40px;
		position: relative;
		color: #333;
		margin-bottom: 10px;
	}
	.news_video{;
		padding: 30px 0;
	}
	.video{
		padding-right: 0;
	}
	.video_lg .video_mask{
		line-height: 250px;
	}
	.video_mask img{
		width: 40px;
	}
	.video_lg h4{
		font-size: 14px;
		line-height: 35px;
	}
	.video_lg{
		margin-bottom: 15px;
	}
	.video_sm div{
		width: calc(50% - 7.5px);
		float: left;
	}
	.video_sm div:last-of-type{
		float: right;
	}
	.news_video>ul>li:last-of-type{
		margin-top: 10px;
	}
	.video .video_sm:nth-of-type(1){
		overflow: hidden;
		padding-right: 0px;
	}
	.video .video_sm:nth-of-type(3){
		overflow: hidden;
		padding-left: 0px;
	}
}
@media only screen and (min-width:768px ) {
	.video{
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.video_sm div:first-of-type{
		margin-bottom: 14px;
	}
	.video_lg .video_mask{
		line-height: 270px;
	}
}
@media only screen and (min-width:992px ) {
	.video{
		padding-right: 0px;
		margin-bottom: 0px;
	}
	.video_sm div:first-of-type{
		margin-bottom: 15px;
	}
	.video_lg .video_mask{
		line-height: 364px;
	}
}
@media only screen and (min-width:1200px) {
	.video_sm div:first-of-type{
		margin-bottom: 16px;
	}
	.video_lg .video_mask{
		line-height: 450px;
	}
}
/*行业动态*/
.news_dynamic{
	overflow: hidden;
	padding: 55px 0;
}
.news_dynamic h1{
	font-size: 30px;
	line-height: 40px;
	position: relative;
	color: #333;
	margin-bottom: 45px;
}
.news_dynamic h1 a{
	float: right;
	font-size: 12px;
}
.news_dynamic div{
	width: 100%;
	overflow: hidden;
}
.news_dynamic div a{
	display: block;
	width: 320px;
	overflow: hidden;
	color: #707070;
	font-size: 12px;
	padding: 10px 0 20px;
	float: left;
}
.news_dynamic div a:nth-of-type(2){
	width: 440px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding: 10px 59px 20px;
	margin: 0 59px;
}
.news_dynamic div h5{
	color: #c8000f;
	font-size: 18px;
	font-weight: bold;
}
.news_dynamic div h4{
	color: #000;
	font-size: 16px;
	margin: 10px 0 15px;
}
.news_dynamic div a:hover{
	color: #000;
}
.news_dynamic div a:hover h4{
	font-weight: bold;
}
@media only screen and (max-width:767px ) {
	.news_dynamic{
		padding: 25px 0;
	}
	.news_dynamic h1{
		padding:0 15px;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.news_dynamic div a{
		width: 100%;
		padding: 10px 15px;
		float: none;
	}
	.news_dynamic div h4{
		color: #000;
		font-size: 16px;
		line-height: 20px;
		margin: 5px 0 10px;
	}
	.news_dynamic div a:nth-of-type(2){
		width: 100%;
		border-left: none;
		border-right: none;
		padding: 10px 15px;
		margin: 0 ;
	}
}
@media only screen and (min-width:768px ) {
	.news_dynamic div a{
		width: 220px;
	}
	.news_dynamic div a:nth-of-type(2){
		width: 258px;
		padding: 10px 19px 20px;
		margin: 0 19px;
	}
}
@media only screen and (min-width:992px ) {
	.news_dynamic div a{
		width: 280px;
	}
	.news_dynamic div a:nth-of-type(2){
		width: 344px;
		padding: 10px 32px 20px;
		margin: 0 32px;
	}
}
@media only screen and (min-width:1200px ) {
	.news_dynamic div a{
		width: 320px;
	}
	.news_dynamic div a:nth-of-type(2){
		width: 440px;
		padding: 10px 59px 20px;
		margin: 0 59px;
	}
}
/*资料下载*/
.download_box{
	width: 100%;
	height: 335px;
	overflow: hidden;
	background: url(../img/images/news_downloadBg_02.jpg) no-repeat top center;
	background-size: 100%;
}
.download_box h1{
	font-size: 30px;
	line-height: 40px;
	position: relative;
	color: #333;
	margin:33px 0 30px;
}
.download_box h1 a{
	float: right;
	font-size: 12px;
}
.download_box ul{
	width: 100%;
	overflow: hidden;
}
.download_box ul li{
	width: 188px;
	height: 205px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	margin-right: 65px;
	float: left;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.06);
	text-align: center;
	cursor: pointer;
}
.download_box ul li:nth-of-type(5){
	margin-right: 0;
}
.download_box ul li .download_img{
	width: 100%;
	height: 170px;
	line-height: 170px;
}
.download_img img{
	width: 96px;
}
.download_box ul li h4{
	font-size: 13px;
	line-height: 35px;
	color: #121212;
	background: linear-gradient(180deg,#ebebeb,#dddddd);
	transition: all 0.5s;
}
.download_box ul li:hover h4{
	background: #C8000F;
	color: #fff;
}
@media only screen and (max-width:767px ) {
	.download_box ul li:nth-of-type(3),.download_box ul li:nth-of-type(4),.download_box ul li:nth-of-type(5){
		display: none;
	}
	.download_box ul li:nth-of-type(1){
		width: calc(50% - 7.5px);
		margin:0 7.5px 0 0;
	}
	.download_box ul li:nth-of-type(2){
		width: calc(50% - 7.5px);
		margin:0 0 0 7.5px;
		float: right;
	}
}
@media only screen and (min-width:768px ) {
	.download_box ul li{
		width: 125px;
		margin-right: 28px;
	}
}
@media only screen and (min-width:992px ) {
	.download_box ul li{
		width: 150px;
		margin-right: 55px;
	}
}
@media only screen and (min-width:1200px ) {
	.download_box ul li{
		width: 188px;
		margin-right: 65px;
	}
}