@charset "UTF-8";
/**!
* 一站式企业办事
* date:2021-04-21
* author: tzc;
*/
.banner {
  min-width: 1200px;
  height: 150px;
  background: url("../images/handle_banner.png") center no-repeat;
}

.ewb-top-l{
	display: none;
}

.ewb-set-tt{
	padding-left: 396px;
	height: 66px;
	line-height: 66px;
	font-size: 0;
	font-weight: bold;
	color: #1080cc;
}

.ewb-set-tt i{
	display: inline-block;
	width: 66px;
	height: 66px;
	vertical-align: top;
	background: url('../images/set_icon.png') no-repeat;
	border-radius: 50%;
	box-shadow:0px 3px 4px 0px rgba(0,72,121,0.08);
}

.ewb-set-tt span{
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	margin-left: 20px;
}

.ewb-main{
	padding-bottom: 10px;
}

.ewb-public{
	margin-top: 24px;
}

.ewb-mt14{
	margin-top: 14px;
}

.ewb-public-hd h3{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 28px;
	background: url('../images/set_info_icon.png') left center no-repeat;
}

.ewb-public-items{
	margin: 0 -10px;
}

.ewb-public-item{
	float: left;
	width: 20%;
	margin-top: 15px; 
}

.ewb-public-item a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background: #e4f0f8;
	margin: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-public-item a:hover{
	background: #1080cc;
	color: #fff;
}

.ewb-public-item a.ewb-noclick{
	background: #ececec;
	color: #999;
	cursor: not-allowed;
}

.tab-view{
	margin-top: 30px;
}

.tabview-hd{
	width: 600px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #1080cc;
	text-align: center;
	border-radius: 17px;
	background: #e9f2fa;
	margin: 0 auto;
}

.tab-item{
	float: left;
	width: 50%;
	border-radius: 17px;
	cursor: pointer;
}

.tab-item.cur{
	background: #1080cc;
	color: #fff;
}

/* 1114 */

.ewb-public-item{
	position: relative;
}

.second-mod{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50px;
	display: none;
	padding-top: 6px;
	z-index: 999;
}

.ewb-second-area{
	border:1px solid #d7d7d7;
	background: #fff;
}

.ewb-second-scroll{
	padding: 2px 0;
	overflow: hidden;
	max-height: 228px;
}

.second-icon{
	width: 16px;
	height: 11px;
	display: block;
	background: url('../images/top_arrow.png') no-repeat;
	position: absolute;
	left: 50%;
	top: -4px;
	margin-left: -8px;
}

.ewb-second-item>a{
	display: block;
	height: 38px;
	line-height: 38px;
	margin: 0;
	background: none;
}

.ewb-second-item>a:hover{
	background: #00adef;
	color: #fff;
}

.mod-top {
  text-align: center;
}

.mod-top .title {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 60px;
  padding: 0 20px;
  background: url("../images/mod_title_bg.png") center bottom no-repeat;
}

.mod-top .title::after, .mod-top .title::before {
  position: absolute;
  content: '';
  width: 211px;
  height: 12px;
  top: 20px;
}

.mod-top .title::before {
  left: -211px;
  background: url("../images/mod_title_left.png") center no-repeat;
}

.mod-top .title::after {
  right: -211px;
  background: url("../images/mod_title_right.png") center no-repeat;
}

.mod-top .cname {
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
}

.mod-top .ename {
  font-size: 12px;
  color: #999999;
  letter-spacing: 2px;
}


/* end */
