.con {
	background: url(../images/hx.png) top center no-repeat;
	width: 1280px;
	height: 487px;
	padding-top: 140px;
	/* padding-top: 200px; */
	margin: 0 auto;
}
.con .info{
	height: 40px;
/* 	background: #0097D3; */
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 40px;
	text-align: right;
	padding-right: 100px;
	font-size: 14px;
}
.con .info a{
	color: #e48d06;
}
#layout_sort {
	margin-top: -36px;
}

.icon-title {
	height: 30px;
	width: 320px;
	border-bottom: 3px solid #034863;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.icon-title i {
	float: left;
	font-size: 30px;
	line-height: 43px;
	color: #034863;
	display: block;
	margin-right: 10px;
}

.icon-title p {
	font-weight: bold;
	color: #034863;
	font-size: 20px;
	line-height: 45px;
	display: block;
}

/*pub.html样式*/
.conpub {
	width: 1280px;
	margin: 0 auto;
}
.conpub .pub-out{
	background: url(../resource/bg.png) center top no-repeat;
	padding-top: 136px;
}
.conpub .pub-top {
	background: url(../resource/banner.png) left top repeat-y;
	padding-bottom: 40px;
	padding-left: 160px;
	padding-right: 160px;
}
.conpub .pub-top h4{
	line-height: 46px;
	margin-left: 106px;
	font-size: 16px;
}
.conpub .pub-top table{
	margin-top: 28px;
	width: 100%;
	border-right:1px solid #feb94e;
	border-bottom:1px solid #feb94e;
}
.conpub .pub-top table td{
	border-left:1px solid #feb94e;
	border-top:1px solid #feb94e;
	padding-left: 3em;
}
.conpub .pub-top table td p{
	
	line-height: 2.8em;
}
.conpub .pub-top table td p b{
	font-size: 14px;
}
.conpub .pub-top table td p em{
	margin-right: 10px;
	font-size: 12px;
}
.conpub .pub-video{
	background: url(../resource/banner.png) top center repeat-y;
	height: initial;
	text-align:center;
}
.conpub .pub-video .sp{
	width:960px;
	margin: 0 auto;
	margin-top: 10px;
	background: #333333;
	padding-top: 40px;
	padding-bottom: 20px;
}
.conpub .pub-video .sp video{
	width: 840px;
}
.conpub .pub-video .smTitle{
	width: 150px;
	margin: 0 auto;
	border-bottom: 1px solid #e48d06;
}  
.conpub .pub-video .smTitle p{
	color: #163900;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2px;
	background: #feb94e;
	font-weight: bold;
}
.conpub .pub-foot{
	background: url(../resource/foot.png) top center no-repeat;
	height:104px ;
}

/*字体图标*/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?x07wvx');
	src: url('../fonts/icomoon.eot?x07wvx#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?x07wvx') format('truetype'),
		url('../fonts/icomoon.woff?x07wvx') format('woff'),
		url('../fonts/icomoon.svg?x07wvx#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


.sort_index_down .tab_menu {
	position: absolute;
	left: 0; 
	bottom: 0; 
	overflow: hidden;
	padding-left: 800px;
	padding-right: 140px;
}
.sort_index_down .tab_menu li {
	font-size: 14px;
	float: left;
	width: 80px;
	background: none;
	color: #333;
	text-align: center;
	padding-left: 0;
	height: 47px;
	margin-left: 5px;
}
.sort_index_down .tab_menu li:hover{
	background: none;
}
.sort_index_down .tab_menu li.active{
	background: none;
}
.sort_index_down .tab_menu li a{
	cursor: pointer;
	background: #feb94e;
	color: white;
	font-size: 14px;
	line-height: 72px;
	width: 80px;
	height: 50px;
}
.sort_index_down .tab_menu li a:hover{
	color: #eeeeee;
}
.sort_index_down .tab_menu li a.current{
	background: #feb94e;
	color: white;
}
.tab_box{
	height: 360px;
}
.tab_box .hide {
	display: none;
}
.content{
	height: 410px;
	padding-left: 25px;
	padding-right: 20px;
}
.content div a{
	display: block;
	margin-left: 25px;
	margin-right: 5px;
	line-height: 30px;
	float: left;
	width: 165px;
	padding: 7px;
	text-align: center;
}
.content div a img{
	width: 180px;
	height: 120px;
}
.content div a p{
	line-height: 16px;
	height: 32px;
	color: #000000;
}
.foot {
	width: 1280px;
	margin: 0 auto;
	background: #f9a119;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foot p{
	color: #eeeeee;
	font-size: 12px;
	line-height: 18px;
}
