@charset "utf-8";
/* 统一宽度 */
.header_bar, .header, .nav {
	width:1200px;
	margin: 0 auto;
}

/* 顶部-快速操作栏 */
.header_bg{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,.8);
}
.header_bar_bg {
	height:81px;
	background: #fff;
}
.header_bar, .header_bar a:link, .header_bar a:visited {
	color:#888;
	line-height:80px;
}
.header_bar .fl, .header_bar .fr {
	white-space:nowrap;
}
.header_bar .fl a{
	color: #888;
}
.header_bar_line {
	width: 1px;
	height: 16px;
	margin: 0 8px 2px 8px;
	background: url(images/header/header_bar_line.jpg) no-repeat;
	vertical-align: middle;
	display: inline-block;
} 
.search_btn_box{
	float: left;
	margin-right: 20px;
	padding-top: 26px;
}
.search_category {
	background: #fff;
	float: left;
	position: relative;
}
.search_category a {
	width: 75px;
	height: 28px;
	padding-left: 12px;
	font-size: 13px;
	line-height: 28px;
	border: 1px solid #ddd;
	border-right: none;
	color: #666;
	display: block;
	z-index: 10;
}
.search_category ul{
	position: absolute;
	background: #fff;
}
.search_category ul li {
	width:auto;
	display:none;
}
.search_category ul li a {
	border-top: none;
}
.search_category ul li a:hover {
	background:#f6f6f6;
	color:#104166;
}
.search_category:hover ul li {
	display:block;
}
.search_category_down {
	background: url(images/icon/search_down.png) no-repeat 70px 10px;
}
.search_category_down:hover {
	background: url(images/icon/search_down_hover.png) no-repeat 70px 10px;
}
.search_btn_box .search_text{
	border: solid 1px #e5e5e5;
	border-right: none;
	height: 18px;
	line-height: 18px;
	padding: 5px 8px;
	float: left;
}
.search_btn{
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #fff;
}

/* 首页轮播 */
#bodyPage {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.index_slider {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
}

/* 首页导航 */
.nav_bg{
	position: fixed;
	width: 100%;
	top:30px;
	z-index: 99;
}
.nav{
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.nav .logo img {
	height: 60px;
	margin-top: 10px;
	float: left;
}
.nav ul{
	float: right;
}
.nav ul li {
	float: left;
	height: 80px;
	line-height: 80px;
	margin-left: 80px;
	font-size: 18px;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
}
.nav ul li a:hover {
	color: #b31a42;
}

/* 首页 */

.layer{
	width: 1200px;
	height: auto;
	margin: 50px auto 90px auto;
}
.index_title {
	height: 30px;
	line-height: 30px;
	margin-bottom: 18px;
	text-align: center;
	font-size: 30px;
}
.index_notice{
	margin-top: 0;
}
.index_notice_left{
	width: 285px;
	height: 410px;
	background: #104166;
	float: left;
}
.notice_left_tab{
	margin-top: 65px;
}
.notice_left_tab ul li{
	margin-bottom: 30px;
}
.notice_left_tab ul li a{
	display: inline-block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	border: solid 2px #fff;
	color: #fff;
	text-align: center;
	border-left: none;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	cursor: pointer;
}
.notice_left_tab ul li.notice_left_tab_sel a{
	width: 222px;
}
.index_notice_right {
	float: left;
	margin-left: 20px;
	width: 895px;
}

.index_tab ul{
	float: left;
}
.index_tab .more{
	float: right;
	line-height: 34px;
	height: 34px;
	color: #999;
	font-size: 14px;
}
.index_tab ul li{
	float: left;
}
.index_tab ul li a{
	font-size: 16px;
	display: inline-block;
	padding: 7px 20px;
	color: #666;
	border-radius: 100px;
	border: solid 2px #e5e5e5;
	margin-right: 15px;
}
.index_tab ul li.current a{
	color: #fff;
}
.notice_cont{
	margin-top: 20px;
	position: relative;
}
.notice_cont .more{
	line-height: 34px;
	height: 34px;
	color: #999;
	font-size: 14px;
	position: absolute;
	top: -54px;
	right: 0;
}
.slider_box {
    width: 100%;
    height: 700px;
    margin: auto;
	position:relative;
    overflow: hidden;
    z-index: 1;
}
.slider {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slider li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.slider li img {
    display: block;
    width: 100%;
    margin: auto;
	cursor:pointer;
}
.pagination {
	position: absolute;
	bottom: 22px !important;
	z-index: 99;
	border-radius: 40px;
}
.pagination li {
    margin: 5px;
	float: left;
}
.pagination li a {
    display: block;
    width: 15px;
    height: 15px;
	font-size:12px;
    line-height: 25px;
    background: #aaaaa8;
	text-indent:-9999px;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
	background: rgba(255,255,255,0.7);
}
.pagination .active {
	background: #b8292e;
}

.switch_box {
	float: right;
}
.switch_box .ple, .switch_box .pre {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	font-size: 16px;
	float: left;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
}
.switch_box .ple {
	background: #104166;
}
.switch_box .pre{
	background: #b31a42;
}
.switch_box .ple i, .switch_box .pre i{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 10px;
}
.switch_box .ple i {
	background: url(images/switch_box_icon.png) 0 0 no-repeat;
}
.switch_box .pre i {
	background: url(images/switch_box_icon.png) 0 -20px no-repeat;
}

/* 内页主体 */
.breadcrumb {
	padding:2px 0 15px 0;
	font-size:14px;
}
.breadcrumb a {
	color:#999;
}
.main {
	width: 1250px;
	margin: 0 auto;
}
.main_left {
	float: left;
	width: 250px;
}
.main_right {
	float: right;
	width: 1000px;
	height: auto;
	background: #f6f7fa;
}
.main_right_inside {
	padding:23px 26px;
}

/* 市场资讯 */
.nav_left_logo {
	width: 200px;
	height: 410px;
	margin-left: 50px;
}
.main_left ul li a {
	margin-left: 50px;
	line-height:60px;
	font-size: 20px;
}
.main_left ul li a:hover, .main_left ul li a.current {
	color: #b31a42;
}
.recommend {
	line-height: 35px;
	padding: 0 20px;
	background: #104166;
	color: #fff;
	font-size: 16px;
}
.recommend span {
	display: inline-block;
	margin-right: 10px;
}
.recommend span.text_out {
	max-width: 350px;
}
.title_img {
	width: 1000px;
	height: 400px;
}
.news_box {
	width: 100%;
}
.news_box ul li {
	float: left;
	border-top: solid 8px #104166;
	width: 250px;
}
.news_box ul li.top_line {
	border-top: solid 8px #b31a42;
}
.news_box ul li img {
	width: 250px;
	height: 250px;	
}
.news_box ul li .news_cont {
	padding: 10px 20px;
}
.news_box ul li .news_cont .news_title {
	display: block;
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	word-break: break-all;
}
.news_box ul li .news_cont p {
	width: 100%;
	font-size: 12px;
	padding: 5px 0 0 0;
	color: #999;
}
.news_box ul li .news_cont p a {
	color: #b31a42;
}
.banner {
	float: left;
	width: 1000px;
	height: 350px;
}
.news {
	width: 100%;
}
.news_list_model {
	float: left;
	width: 313px;
	margin: 20px 0 20px 20px;
}
.news_list_box {
	padding: 15px 20px;
	height: 260px;
	background: #fff;
	-webkit-box-shadow: #b1c1cd 3px 3px 10px;
	-moz-box-shadow: #b1c1cd 3px 3px 10px;
	box-shadow: #b1c1cd 3px 3px 10px;
}
.news_list_box p {
	font-size: 14px;
	color: #104166;
	line-height: 24px;
}
.news_list_box p a {
	color: #b31a42;
}
.news_list_box ul {
	margin-top: 20px;
}
.news_list_box ul li {
	font-size: 15px;
}
.news_list_box ul li span {
	float: left;
	color: #104166;
	width: 78px;
}
.news_list_box ul li a {
	width:250px;
	background:url(images/icon/list/icon_block.gif) no-repeat 1px 14px;
	text-indent:13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:30px;
	color: #666;
	display:inline-block;
}
.news_list_img {
	display: block;
	width: 313px;
	height: 200px;
}
.news_list_img img {
	width: 313px;
	height: 200px;
}
.news_outline {
	display: block;
	padding: 20px;
	width: 273px;
	height: 160px;
	background: #104166;
	color: #fff;
}
.news_outline_title {
	height: 48px;
	line-height: 24px;
	font-size: 18px;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 10px;
}
.news_outline_cont {
	font-size: 14px;
	line-height: 21px;
	height: 105px;
	overflow: hidden;
	word-break: break-all;
}

/* 业务导航 */
.ywdh_nav ul li {
	width:114px;
	height:140px;
	margin:0 15px 23px 0;
	background:#fff;
	border-radius:10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	color:#0f4166;
	display:inline-block;
	float:left;
}
.ywdh_nav ul li:hover, .ywdh_nav ul li.current{
	background: #eee;
}
.ywdh_nav ul li a {
	width:78px;
	height:100px;
	padding:20px 18px;
	display:inline-block;
}
.ywdh_cont {
	background:#fff;
	padding:35px 40px;
}
.ywdh_cont .tab_default_box .news_list ul li a {
	width:800px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display:inline-block;
}
.tab_ywdh_cont{
	height: 302px;
}
.tab_ywdh_fl{
	width: 100px;
	float: left;
}
.tab_ywdh_fl .normal, .tab_ywdh_fl .current{
	width: 100px;
	height: 36px;
	display: block;
	float: left;
	line-height: 36px;
	text-align: center;
	margin-bottom: 5px;
}
.tab_ywdh_fl .normal{
	background: #fff;
	color: #666;
	border: solid 1px #e5e5e5;	
}
.tab_ywdh_fl .current{
	color: #fff;
}
.tab_ywdh_fr{
	float: right;
	width: 718px;
}

/* 新闻详细页 */
.news_main {
	margin: 20px;
	padding: 20px 30px;
	background: #fff;
	min-height: 900px;
}
.new_detail_title {
	margin:0 0 16px 0;
	padding:35px 20px 25px 20px;
	border-bottom: 1px solid #ececea;
}
.new_detail_titletext {
	font-size:24px;
	line-height:34px;
	color: #000;
	text-align: center;
}
.new_detail_titleinfo {
	height: 16px;
	padding: 20px 0 12px 0;
	text-align: center;
	color: #666;
	overflow: hidden;
}
.new_detail_titleinfo .lightgrey {
	color:#aaa;
}
.new_detail_cont {
	padding:12px 10px 18px 10px;
}
.new_detail_cont, .new_detail_cont p {
	font-size:16px;
	line-height:35px;
	color: #555;
}
.new_detail_cont p {
	padding:5px 0;
	text-indent:32px;
}

/* 底部 */
.footer_bg {
	height: 184px;
	width: 100%;
	background: #104166;
}
.footer {
	width: 1250px;
	height: 184px;
	margin: 0 auto;
}
.footer_logo {
	float: left;
    margin: 62px 0 0 50px;
    height: 100px;
}
.footer_logo img {
	height: 60px;
}
.footer .sydw_img {
	display: block;
	margin-top: 52px;
	margin-left: 50px;
}
.footer .inedx_copyright {
	margin-top: 52px;
	color: #FFF;
}
.QR_code {
	width: 150px;
	height: 150px;
	float: right;
	margin-top: 17px;
}
.QR_code img {
	width: 150px;
	height: 150px;
}

/*党建资讯*/
.djzx_title_img{
	height: 24px;
	float: left;
	position: relative;
}
.djzx_title_img img{
	display: block;
	height: 30px;
	position: absolute;
	left: 0;
	top: -3px;
}


/* 首页底部 */
.index_footer {
	width: 100%;
	color: #fff;
}
.index_footer .footer_box {
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
}
.index_footer .footer_team {
	float:left;	
}
.index_footer .footer_team ul li {
	padding-left: 60px;
	width: 280px;
	float:left;	
	height: 200px;
	border-left: solid 1px #fff;
}
.index_footer .footer_team ul li.first{
	border: none;
	padding-left: 0;
	width: 280px;
}
.index_footer .footer_team ul li.last{
	width: 280px;
}
.index_footer .icon_1, .index_footer .icon_2, .index_footer .icon_3, .index_footer .icon_4 {
	width:32px;
	height:32px;
	margin:0 15px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.index_footer .icon_1 {
	background:url(images/footer/icon_1.png) no-repeat;	
	background-size: 32px 32px;
}
.index_footer .icon_2 {
	background:url(images/footer/icon_2.png) no-repeat;	
	background-size: 32px 32px;
}
.index_footer .icon_3 {
	background:url(images/footer/icon_3.png) no-repeat;	
	background-size: 32px 32px;
}
.index_footer .icon_4 {
	background:url(images/footer/icon_4.png) no-repeat;	
	background-size: 32px 32px;
}
.index_footer .footer_team_title {
	margin:0 0 5px 0;
	font-size:24px;
	display:inline-block;
}
.index_footer .footer_team_nav {
	float:left;
}
.index_footer .footer_team_nav ul{
	margin-top: 20px;
}
.index_footer .footer_team_nav ul li {
	font-size:16px;
	line-height:16px;
	float: left;
	width: 120px;
	height: auto;
	margin: 0 20px 20px 0;
	border: none;
	padding: 0;
}
.index_footer .footer_team ul li.last .footer_team_nav ul li{
	width: 180px;
}
.index_footer .footer_team ul li.last .footer_team_nav ul li:first-child{
	width: 120px;
}
.index_footer .footer_team ul li.last .footer_team_nav ul li:first-child+li{
	width: 120px;
}
.index_footer .footer_team_nav ul li a{
	color: #fff;
}
.index_footer .footer_code{
	float: right;
	width: 200px;
	height: 200px;
}
.index_footer .footer_code img{
	display: inline-block;
	width: 200px;
	height: 200px;
}
.index_footer .footer_bg{
	border-top: solid 1px #fff;
}
.index_footer .footer_bg .footer{
	width: 1200px;
}
.index_footer .footer_logo{
	margin: 22px 0 0 0;
	float: right;
	height: auto;
}
.index_footer .footer_bg, .index_footer .footer{
	height: auto;
}
.index_footer .footer_bg{
	padding-bottom: 10px;
}
.index_footer .footer .sydw_img{
	margin: 22px 0 0 0;
}
.index_footer .footer .inedx_copyright{
	margin-top: 22px;
}
.index_footer
.sydw_img {
	float: left;
	width: 80px;
	height: 80px;	
}
.index_footer .footer_logo{
	margin-top: 12px;
}
.index_footer .footer_logo img{
	height: 100px;
}
.inedx_copyright {
	float: left;
	padding: 16px 0;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}