	.news_box {
		background-color: #fff;
		overflow: hidden;
		width: 192rem;
	}

	/* banner */
	.news_banner {
		width: 192rem;
		height: 51.8rem;
		overflow: hidden;
		position: relative;
	}

	.news_banner a {
		width: 100%;
		height: 100%;
		display: inline-block;
		/*background-image: url(../img/news/banner.jpg);*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		animation: scaleAnim 5s ease forwards;
		position: relative;
	}

	.news_banner h2 {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-family: SourceHanSansCN-Light;
		font-size: 4.267rem;
		line-height: 4.8rem;
		color: #ffffff;
	}

	.news_banner h2 span {
		font-family: SourceHanSansCN-Light;
		font-size: 1.867rem;
		letter-spacing: 0rem;
		color: #ffffff;
	}

	/* 面包屑 */
	.news_postions {
		width: 192rem;
		height: 6.5rem;
		line-height: 6.5rem;
		overflow: hidden;
		font-family: SourceHanSansCN-Light;
		font-size: 1.6rem;
		font-stretch: normal;
		color: #888888;
		background: #fff;
		border-bottom: 1px solid #f0f0f0;
		padding: 0 26rem;
	}

	.news_postions a {
		color: #888888;
	}

	.news_postions a:hover {
		color: #d8271c;
	}

	.news_postions label {
		color: #888888;
	}

	.news_postions .news_postions_r img {
		vertical-align: baseline;
		width: 2rem;
		height: 1.8rem;
		margin-right: 1.1rem;
	}
	
	
	.news_detail_box {
		width: 120rem;
		margin: 0 auto;
	}
	p img {
			max-width:95%;
	}

	.news_detail_title {
		border-bottom: 0.1rem solid #eeeeee;
		text-align: center;
		margin-top: 3rem;
	}
	
	.news_detail_title>h5 {
		font-family: SourceHanSansCN-Medium;
		font-size: 3rem;
		line-height: 5rem;
		color: #1a1c1d;
	}
	
	.news_detail_title>p {
		font-family: SourceHanSansCN-Normal;
		font-size: 1.6rem;
		color: #707070;
		line-height: 5rem;
	}
	
	.solutionshang {
		font-family: SourceHanSansCN-Regular;
		font-size: 1.8rem;
		font-weight: normal;
		letter-spacing: 0.05rem;
		color: #2d2d2d;
		line-height: 3.5rem;
		text-indent: 2em;
	}
	
	.news_detail_title>p>img {
		
		width: 1.7rem;
		height: 1.7rem;
		vertical-align: middle;
		margin: 0 0.5rem;
	}
	
	.news_detail_title>p>span {
		font-family: ArialMT;
		font-size: 1.6rem;
		color: #707070;
	}
	
	.news_detail_data {
		min-height: 50rem;
		padding: 2rem 0;
	}
	
	
	.news_detail_data p{
		font-family: SourceHanSansCN-Regular;
		font-size: 1.8rem;
		font-weight: normal;
		letter-spacing: 0.05rem;
		color: #2d2d2d;
		line-height: 3.5rem;
		text-indent: 2em;
	}
	
	.news_detail_data table{
		font-family: SourceHanSansCN-Regular;
		font-size: 1.8rem;
		font-weight: normal;
		letter-spacing: 0.05rem;
		color: #2d2d2d;
		line-height: 3.5rem;
		text-indent: 2em;
		
		padding-left: 2rem;
		border: 1px solid #eeeeee;
	}
	.news_detail_data td{
		    line-height: 1.5em;
		/* height: 58px; */
		padding: 5px;
		border: 1px solid #eeeeee;
	}
	
	.news_detail_line {
		width: 192rem;
		height: 0.1rem;
		background-color: #e5e5e5;
	}
	
	/* 相关资讯 */
	.about_information {
		width: 120rem;
		margin: 0 auto;
		margin-bottom: 5rem;
	}
	
	.next_news {
		font-family: SourceHanSansCN-Regular;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 0rem;
		color: #2b2b2b;
		line-height: 5rem;
	}
	
	.next_news a:hover{
		color: #d8271c;
	}
	
	.about_information>h5 {
		text-indent: 1em;
		width: 120rem;
		height: 6rem;
		background-color: #eeeeee;
		font-family: SourceHanSansCN-Medium;
		font-size: 2rem;
		color: #2b2b2b;
		line-height: 6rem;
		margin: 2rem 0;
	}
	
	.news_hot {
		width: 120rem;
		font-size: 1.6rem;
		line-height: 5rem;
		letter-spacing: 0rem;
		color: #2b2b2b;
		display: flex;
		flex-wrap: wrap;
	}
	
	.news_hot div {
		width: 53rem;
		display: flex;
		justify-content: space-between;
		margin-right: 13rem;
	}
	
	.news_hot a:nth-child(2n) div {
		margin-right: 0;
	}
	
	
	.news_hot div p {
		width: 40rem;
		font-family: SourceHanSansCN-Medium;
	}
	
	.news_hot div span {
		font-family: ArialMT;
	}
	
	.news_hot div:hover{
		color: #d8271c;
	}


	@media screen and (max-width: 1140px) {

		/* banner */
		.news_banner {
			width: 192rem;
			height: 68.211rem;
		}

		.news_banner h2 {
			font-size: 7.187rem;
			line-height: 9.432rem;
		}

		.news_banner h2 span {
			font-size: 3.144rem;
		}


		/* 面包屑 */
		.news_postions {
			height: 8rem;
			line-height: 8rem;
			font-size: 2.471rem;
			padding: 0 4rem;
		}

		.news_postions .news_postions_r img {
			
			width: 2.526rem;
			height: 2.358rem;
			margin-right: 1.7rem;
		}
		
		.news_detail_box {
			width: 172rem;
		}
		
		.news_detail_title {
			margin-top: 6rem;
		}
		
		.news_detail_title>h5 {
			font-size: 4.547rem;
			line-height: 7.5rem;
		}
		
		.news_detail_title>p {
			font-size: 2.695rem;
			line-height: 8.4rem;
		}
		.news_detail_title>p>img {
			max-width:85%;
			width: 2.863rem;
			height: 2.863rem;
			margin: 0 1.1rem;
			vertical-align: middle;
		}
		
		.news_detail_title>p>span {
			font-size: 2.695rem;
		}
		
		.news_detail_data {
			min-height: 50rem;
			padding: 3rem 0;
		}
		
		.news_detail_data p{
			font-size: 2.6rem;
			line-height: 5rem;
		}
		
		.news_detail_line {
			width: 192rem;
			height: 0.1rem;
		}
		
		/* 相关资讯 */
		.about_information {
			width: 172rem;
			margin-bottom: 7rem;
		}
		
		.next_news {
			font-size: 2.695rem;
			line-height: 8.5rem;
		}
		
		.about_information>h5 {
			width: 172rem;
			height: 8.75rem;
			font-size: 2.9rem;
			line-height: 8.75rem;
			margin: 3rem 0;
		}
		
		.news_hot {
			width: 172rem;
			font-size: 2.695rem;
			line-height: 8.4rem;
		}
		
		.news_hot div {
			width: 140rem;
		}
		
		.news_hot div p {
			width: 110rem;
		}
		
	}