﻿/**!
 * 首页
 * author: wangkai;
 */


/* main */
/*
.ewb-banner {
	height: 391px;
	background: url('../images/banner.jpg') center top no-repeat;
}
*/
/* 公共栏目样式 */

.ewb-column-hd {
	margin-top: -8px;
	height: 41px;
}

.ewb-column-tt {
	float: left;
	padding: 0 40px;
	height: 41px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background-color: #2473c1;
	position: relative;
}

.ewb-column-tt i {
	position: absolute;
	top: 0;
	right: -5px;
	width: 5px;
	height: 7px;
	background: url('../images/tt_jt.png');
}

.ewb-column-more{
	float: right;
	margin-top: 9px;
	height: 32px;
	line-height: 32px;
	color: #333;
	margin-right: 20px;
}

.ewb-column-more:hover{
	color: #f8881a;
}
/* 图片轮播 */

.wb-slider {
	float: left;
	margin-top: 40px;
    position: relative;
    overflow: hidden;
    width: 467px;
    height: 323px;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    position: relative;
}

.wb-slider-ctag img {
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background: url("../images/mask_bg.png") repeat;
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 22px;
    width: 280px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 8px;
    bottom: 16px;
    height: 4px;
}

.wb-slider-stag {
    float: left;
    margin-right: 15px;
    height: 4px;
    width: 23px;
    background-color: #fff;
    cursor: pointer;
}

.wb-slider-stag.cur {
	width: 42px;
    background-color: #ff7955;
}

/* 通知公告 */

.ewb-notice {
	float: left;
	margin: 37px 0 0 40px;
	width: 466px;
	height: 314px;
	border: 1px solid #cedde9;
	background-color: #fff;
}

.ewb-notice .ewb-more {
	margin-right: 20px;
}

.ewb-notice .ewb-list {
	padding: 20px 20px 0 20px;
}

.ewb-notice .ewb-list-name {
	max-width: 310px;
}


/* 5个链接 */

.ewb-links {
	margin-top: 30px;
	padding: 26px 30px 25px 30px;
	height: 66px;
	background-color: #fff;
	text-align: center;
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-link-node {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 200px;
	height: 66px;
}

.ewb-link-node:first-child {
	margin-left: 0;
}

.ewb-link-name {
	display: block;
	padding-left: 91px;
	height: 66px;
	line-height: 65px;
	font-size: 16px;
	color: #333;
}

.ewb-link-name:hover {
	color: #f8881a;
}

.ewb-link-name.icon1 {
	background: url('../images/link_icon1.png') left center no-repeat;
}

.ewb-link-name.icon2 {
	background: url('../images/link_icon2.png') left center no-repeat;
}

.ewb-link-name.icon3 {
	background: url('../images/link_icon3.png') left center no-repeat;
}

.ewb-link-name.icon4 {
	background: url('../images/link_icon4.png') left center no-repeat;
}

.ewb-link-name.icon5 {
	background: url('../images/link_icon5.png') left center no-repeat;
}


/* 公共标题样式 */

.ewb-cm-hd {
	height: 49px;
	text-align: center;
	overflow: hidden;
}

.ewb-cm-tt {
	display: inline-block;
	vertical-align: top;
	padding: 0 68px;
	min-width: 104px;
	height: 49px;
	line-height: 48px;
	font-size: 26px;
	color: #333;
	position: relative;
}

.ewb-cm-tt i {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -10px;
	width: 480px;
	height: 20px;
}

.ewb-tt-ico1 {
	left: -480px;
	background: url('../images/tt_ico1.png');
}

.ewb-tt-ico2 {
	right: -480px;
	background: url('../images/tt_ico2.png');
}

/* 交易信息 */

.ewb-tab-info {
	margin-top: 26px;
}

.ewb-tab-bd {
	margin-top: 25px;
    height: 340px;
    border: 1px solid #cedde9;
    border-top: 1px solid #51a0ef;
    background-color: #fff;
    overflow: hidden;
}

.ewb-tab-hd {
	float: left;
	margin-left: -1px;
	width: 213px;
	height: 340px;
	background-color: #56a4eb;
}

.ewb-tab-hd li {
	height: 57px;
	line-height: 57px;
	vertical-align: top;
}

.ewb-tab-hd li:first-child {
	height: 55px;
	line-height: 55px;
}

.ewb-tab-hd li a {
	display: block;
	padding-left: 36px;
	border-left: 9px solid transparent;
	font-size: 16px;
	color: #fff;
}

.ewb-tab-hd li a.current {
	border-left: 9px solid #88c4ff;
	font-weight: bold;
	color: #ec6b4e;
	background-color: #fff;
}

.ewb-tab-list {
	float: left;
	padding: 19px 40px 0 40px;
	width: 906px;
}

.ewb-sub-tab {
	height: 41px;
}

.ewb-sub-tab a {
	float: left;
	margin-left: 26px;
	height: 28px;
	line-height: 24px;
	padding: 0 2px;
	font-size: 16px;
	color: #666;
}

.ewb-sub-tab a:first-child {
	margin-left: 0;
}

.ewb-sub-tab a.current {
	font-weight: bold;
	color: #ec6b4e;
	border-bottom: 1px solid #ec6b4e;
}

.ewb-list-node {
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	background: url('../images/dian.jpg') left center no-repeat;
}

.ewb-list-node:hover {
	background: url('../images/dian_cur.jpg') left center no-repeat;
}

.ewb-list-name {
	float: left;
	color: #333;
}

.ewb-info-name {
	max-width: 400px;
}

.ewb-list-node:hover .ewb-list-name {
	color: #f8881a;
}

.ewb-list-date {
	float: right;
	color: #999;
}

.ewb-state1 {
	color: #3286d3;
}

.ewb-state2 {
	color: #05a649;
}

.ewb-state3 {
	color: #0da2e0;
}

.ewb-state4 {
	color: #a212d1;
}

.ewb-state5 {
	color: #b88c22;
}

.ewb-state6 {
	color: #ff4224;
}


.ewb-page {
	margin-top: 16px;
	height: 26px;
    text-align: right;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li>a:hover {
	border: 1px solid #0030cc;
}

.ewb-page-li.current>a {
	height: 26px;
	line-height: 26px;
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}


.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
    margin-right: 0;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    color: #555;
}

/* 图片滚动 */

.ewb-super {
	margin-top: 40px;
	height: 111px;
	overflow: hidden;
}

.ewb-super-bd {
    margin-right: -20px;
    height: 111px;
    overflow: hidden;
}

.ewb-super-imgitem {
    overflow: hidden;
    zoom: 1;
}

.ewb-super-imgitem li {
    margin-right: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
}

.ewb-super-imgitem li .pic {
    width: 222px;
    height: 109px;
    border: 1px solid #cedde9;
}

.ewb-super-imgitem li .pic a,
.ewb-super-imgitem li .pic img {
    width: 222px;
    height: 109px;
    display: block;
}

/* 政策法规、办事指南 */

.ewb-info {
	margin-top: 47px;
	padding-right: 28px;
	height: 302px;
	border: 1px solid #cedde9;
	background-color: #fff;
}

.ewb-info-box {
	width: 574px;
}

.ewb-info-box.l .ewb-column-hd {
	margin-left: -1px;
}

.ewb-info-box.r .ewb-column-hd {
	margin-left: 22px;
}

.ewb-info-box .ewb-list {
	padding: 26px 0 0 29px;
}

.ewb-info-box .ewb-list-name {
	max-width: 440px;
}

/* 友情链接 */

.ewb-friendlink {
	margin-top: 26px;
	padding-bottom: 30px;
}

.ewb-friendlink .ewb-super {
	margin-top: 25px;
}


/* 新增弹窗 */
.deal .ewb-links,
.procure .ewb-links{
	margin-top: 0;
	text-align: left;
}
.deal .ewb-link-node{
	margin-left:10px;
} 
.procure .ewb-link-node{
	margin-left:106px;
} 



/* 20200110-新增样式 */

.banner {
	position: relative;
	height: 400px;
}

.wb-slider {
	float: none;
	margin: 0;
	width: 100%;
	height: 400px;
}

.wb-slider-item {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

.wb-slider-switcher {
	right: 0;
	left: 0;
	bottom: 75px;
	text-align: center;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.wb-slider-stag {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: url('../images/stag.png') no-repeat;
}

.wb-slider-stag.cur {
	width: 40px;
	background: url('../images/stagh.png') no-repeat;
}

.ewb-notice {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 50px;
	border: 0;
	background: url('../images/notice_bg.png') repeat;
}

.ewb-notice-hd {
	float: left;
	height: 50px;
	line-height: 50px;
	background: url('../images/notice_tt_bg.png') repeat;
}

.ewb-notice-tt {
	padding-left: 56px;
	width: 87px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url('../images/notice_tt_ico.png') 15px center no-repeat;
}

.ewb-notice-more {
	float: right;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
}

.ewb-notice-bd {
	margin: 0 70px 0 143px;
}

.txtMarquee-left {
	position: relative;
	height: 50px;
	overflow: hidden;
}

.txtMarquee-left .bd .tempWrap {
	width: 987px !important;
}

.txtMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.ewb-notice-node {
	float: left;
	width: auto !important;
	max-width: 500px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	_display: inline;
}

.ewb-notice-name {
	display: block;
	margin: 0 16px;
	padding-left: 12px;
	font-size: 15px;
	color: #fff;
	background: url('../images/notice_dot.png') left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}