.main {

	margin: 0 auto;
}



.news-header {
	background: url(../image/san-banner.jpg) no-repeat center ;
	width: 100%;
   background-size: 100% 100%;
	position: relative;
}

.news-bar {

	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
}

.news-bar-left {
	width: 500px;
	float: left;
	height: 50px;
	line-height: 50px;
}

.news-bar-left a.app {
	background: url(../image/red-wx-icon.png) no-repeat 9px center;
	float: left;
	width: 54px;
	padding-left: 52px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #934d4d;
}
.Index_navUlBox{
	clear: both;
}
.news-bar-left span {
	background: url(../image/news-bar-line.png) no-repeat center center;
	width: 2px;
	height: 50px;
	float: left;
}

.news-bar-left a.email {
	background: url(../image/red-email-icon.png) no-repeat 26px center;
	padding-left: 57px;
	width: 103px;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #934d4d;
	font-size: 12px;
}

.news-search {
	background: url(../image/news-bar-search-bg.png) no-repeat;
	height: 34px;
	width: 188px;
	margin-top: 8px;
	float: right;
	position: relative;
}

.news-search .ipt-txt {
	height: 24px;
	line-height: 24px;
	background: none;
	border: 0;
	outline: none;
	padding: 5px 10px;
	width: 178px;
	font-size: 12px;
	color: #934d4d;
}

.news-search .ipt-sbt {
	height: 34px;
	width: 34px;
	padding: 5px 0;
	background: url(../image/news-search-btn.png) no-repeat center center;
	outline: none;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

.news-logo {
	text-align: center;
	padding-top: 140px;
	height: 82px;
}

.news-header .Index_navUlBox {
	margin-top: 24px;
	height: 78px;
	line-height: 78px;
	width: 100%;
	float: none;
}

.news-header .Index_navUl {
	float: none;
	width: 1300px;
	padding: 0 50px;
	display: flex;
	justify-content: center;
}

.news-header .Index_navUl li a {
	padding: 0 33px;
	height: 75px;
}

.news-header .Index_navUl li.cur a {
	border-bottom: 3px solid #b50009;
	color: #b50009;
}

.news-header .navBUlBox {
	border: 0;
	top: 78px;
}

.news-bar-left {
	position: relative;
}

.news-bar-left .headerEwmBox {

	top: 50px;
	left: -58px;
	box-shadow: none;
}

.email-arrow {
	padding-right: 30px;
	background: url(../image/email-more.png) no-repeat right center;
	float: right;
	height: 50px;
}

.email-more {
	width: 260px;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	position: absolute;
	left: 268px;
	top: 0;
	z-index: 100;
}

.email-more a {
	font-size: 12px;
	font-weight: bold;
	color: #f4f1db;
	display: inline-block;
	margin: 0 10px;
}

@media screen and (max-width:1366px) {
	.main {
		width: 950px
	}

	.news-header .Index_navUl {
		width: 940px;
		padding: 0 5px;
	}

	.news-header .Index_navUl li a {
		padding: 0 15px;
	}

}
