.news_banner {
	background: url(../images/hualu/news_banner.jpg) no-repeat center center;
	height: 260px;
	position: relative;
}
.innban{
	position: relative;
}
.newsBanner_tit {
	width: 1110px;
    /* padding: 80px 0 80px 90px; */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-left: -600px;
    height: 80px;
    margin-top: -120px; */
	    margin-left: -550px;
    height: 80px;
    margin-top: -40px;
}

.newsBanner_tit>p {
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
}

.line {
	width: 95px;
	height: 2px;
	background: #fff;
	display: inline-block;
	margin-bottom: 7px;
}

.newsBanner_tit>p:first-child {
	padding-left: 120px;
}

.news_navWrap {
	background: #f5f5f5;
	border-bottom: 2px solid #08308f;
	height: 50px;
}

.news_nav {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.news_navLi {
	float: left;
	font-size: 18px;
	/* width: 171px; */
	height: 52px;
	line-height: 52px;
	text-align: center;
}

.news_navLi>a {
	display: block;
	color: #333;
	padding: 0 23px;
}

.news_navLi>a:hover,
.news_navLi_act a {
	background: url(../images/hualu/news_navLi_bj.png) no-repeat center bottom;
	color: #fff;
	    background-size: cover;
}

/* .news_main {
	width: 1200px;
	margin: 50px auto 70px;
} */

.title_wrap {
	/* overflow: hidden; */
	border-bottom: 2px solid #cccccc;
	width: 1200px;
	margin: 50px auto 0;
	position: relative;
	    height: 58px;
}

.newsTit {
	float: left;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 4px solid #08308f;
	height: 56px;
	    position: absolute;
    bottom: -2px;
}

.position {
	float: right;
	margin-top: 10px;
}

.position>a {
	color: #333;
}

.position>span {
	margin: 0 10px;
}

@media screen and (max-width: 750px) {
	.title_wrap{
		display: none;
	}
	.news_navWrap {
		overflow-x: scroll;
		overflow-y: hidden;
		height: 46px;
		background: none;
		border-bottom: 2px solid #e6e6e6;
	}
	.news_nav{
		overflow: auto;
		width: auto;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.news_navLi{
		width: auto;
		white-space: nowrap;
		height: 46px;
    	line-height: 46px;

	}
	.news_navLi a{
		padding: 0 10px;
	}
	.news_navLi>a:hover, .news_navLi_act a {
		background: url(../images/hualu/mobile/li.jpg) no-repeat bottom center;
		color: #0a3190;
	}
	
	
}
/* @media screen and (max-width: 1400px){
	.newsBanner_tit {
		padding: 20px 0 20px 90px;
	}
} */