.new-title{
	width: 192px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new-title-top{
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #C31F13;
}
.xian{
	width: 24px;
	height: 1px;
	background: #C31F13;
}




.back{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor:pointer;
}
.back>img{
	width: 15px;
	height: 15px;
	margin: 0 2px 0 0 ;
}
.banner{
	width: 1920px;
	height: 554px;
	position: relative;
	margin: 0 auto;
}
.banner>img{
	width: 100%;
	height: 100%;
}
.banner-title{
	width: 160px;
	height: 92px;
	background-color: rgba(195, 31, 19, 0.8);
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	position: absolute;
	bottom: 0;
	left: 360px;
}
.banner-title>div{
	width: 38px;
	height: 2px;
	background: #FFFFFF;
	margin: 24px 0 0 41px;
}
.banner-title>p{
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 16px 0 0 40px;
}

.c-nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	
}
.c-navs{
	width: 141px;
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	border-radius: 8px 8px 8px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	cursor:pointer;
	margin: 0 40px 0 0 ;
}
.c-navs2{
	width: 141px;
	height: 56px;
	background-image: url('../img/bg7s.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
	box-shadow: 0px 3px 6px 1px rgba(195,31,19,0.16);
	
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor:pointer;
	margin: 0 40px 0 0 ;
}

.c{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.c-l{
	width: 549px;
	height: 330px;
	/* box-shadow: 0px 0px 12px 1px rgba(195, 31, 19, 0.45) */
}
.c-r{
	width: 617px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}