/* 
 * @Author: dh 
 */

.banner {
	height: 710px;
	background: url(../img/index/banner.jpg) no-repeat center top;
	background-size: 100% 100%;
	overflow: hidden;
}

.banner-main {
	height: 476px;
	background: rgba(255, 255, 255, 0.7000);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(52, 135, 246, 0.1500);
	border-radius: 15px;
	margin-top: 40px;
}

.banner-search {
	margin: 60px auto 0 auto;
	width: 800px;
	height: 80px;
	border: 1px solid #FFFFFF;
	background: rgba(255, 255, 255, 0.1500);
	border-radius: 40px;
}

.search-main {
	padding-left: 24px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 780px;
	height: 60px;
	border: 1px solid #FFFFFF;
	background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 11%, rgb(232, 244, 254) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 11%, rgb(232, 244, 254) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 11%, rgb(232, 244, 254) 100%);
	box-shadow: 0px 5px 10px 0px rgba(52, 135, 246, 0.15);
	border-radius: 30px;
}

.search-main input {
	width: calc(100% - 140px);
	border: none;
	height: 100%;
	font-size: 20px;
}

.search-main input::-webkit-input-placeholder {
	font-size: 20px;
	font-family: SourceHanSansCN-Normal;
	color: #A8A8A8;
	line-height: 58px;
}

.search-main input::-moz-placeholder {
	font-size: 20px;
	font-family: SourceHanSansCN-Normal;
	color: #A8A8A8;
	line-height: 58px;
}

.search-main input:-ms-input-placeholder {
	font-size: 20px;
	font-family: SourceHanSansCN-Normal;
	color: #A8A8A8;
	line-height: 58px;
}

.search-main input::-webkit-input-placeholder {
	font-size: 20px;
	font-family: SourceHanSansCN-Normal;
	color: #A8A8A8;
	line-height: 58px;
}

.search-main input::placeholder {
	font-size: 20px;
	font-family: SourceHanSansCN-Normal;
	color: #A8A8A8;
	line-height: 58px;
}

.searchTbsx {
	padding-left: 48px;
	width: 110px;
	height: 54px;
	background-color: #3487F6;
	box-shadow: 0px 5px 10px 0px rgba(31, 51, 129, 0.1000);
	border-radius: 27px;
	margin-right: 4px;
	position: relative;
	top: 50%;
	line-height: 54px;
	transform: translateY(-50%);
	font-size: 22px;
	font-family: SourceHanSansCN-Medium;
	color: #FFFFFF;
	background-image: url(../img/index/search.png);
	background-repeat: no-repeat;
	background-position: 16px center;
}

.searchTbsx:hover {
	background-color: #125BBD;
}

.banner-title {
	line-height: 90px;
	text-align: center;
	height: 90px;
	font-size: 30px;
	font-family: SourceHanSansCN-Medium;
	color: #333333;
	background: url(../img/index/banner-title.png) no-repeat 510px 47px;
}

.step-box {
	opacity: 0.9;
	position: relative;
	width: 1080px;
	margin: 14px auto 0;
}

.step-list {
	position: relative;
	width: 216px;
	height: 210px;
	text-align: center;
}

.step-list::before {
	content: '';
	position: absolute;
	top: 39px;
	right: -20px;
	width: 36px;
	height: 23px;
	background: url(../img/index/step.png);
}

.step-list:last-of-type::before {
	background: none;
}

.step-list span {
	display: block;
	height: 44px;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	color: #333333;
	line-height: 22px;
	margin-top: 20px;
}

.step-list img {
	display: block;
	margin: 0 auto;
	height: 146px;
}

.step-tips {
	position: absolute;
	right: 166px;
	top: 14px;
	height: 16px;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	color: #3688F6;
	line-height: 16px;
}

.support {
	width: 800px;
	height: 40px;
	background: linear-gradient(90deg, #58B6FF, #2590F2);
	border-radius: 8px;
	margin: 28px auto 0 auto;
	line-height: 40px;
}

.support-name {
	font-size: 22px;
	font-family: SourceHanSansCN-Medium;
	color: #FFFFFF;
	margin-left: 222px;
}

.support-area {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	color: #FFFFFF;
	margin-left: 54px;
}

.input-id {
	width: 350px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #BFD6E9;
	border-radius: 8px;
	padding: 0 18px;
	margin-left: 115px;
}

.input-number {
	width: 220px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #BFD6E9;
	border-radius: 8px;
	padding: 0 18px;
	margin-left: 20px;
}

.input-code {
	width: 140px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #BFD6E9;
	border-radius: 8px;
	padding: 0 18px;
	margin-left: 20px;
}

.search-img {
	margin-left: 20px;
}

.search-img img {
	display: block;
	width: 91px;
	height: 40px;
	border-radius: 8px;
}

.search-Btn {
	width: 86px;
	height: 40px;
	background: #3487F6;
	border-radius: 8px;
	font-size: 20px;
	font-family: SourceHanSansCN-Bold;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin-left: 20px;
}

.search-Btn:hover {
	background: #125BBD;
}

.search-content {
	margin-top: 20px;
}

.common-title {
	text-align: center;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	font-family: SourceHanSansCN-Medium;
	color: #2440A7;
	position: relative;
}


.common-title::before {
    content: '';
    width: 496px;
    height: 100%;
    position: absolute;
    left: 0;
    background: url(../img/index/title-left.png) no-repeat left bottom 7px;
}

.common-title::after {
    content: '';
    width: 496px;
    height: 100%;
    position: absolute;
    right: 0;
    background: url(../img/index/title-right.png) no-repeat right bottom 7px;
}


#common-title-yxtbid1 {
	width: 496px;
	height: 45px;
	position: absolute;
	left: 0;
	background: url(../img/index/title-left.png) no-repeat left bottom 7px;
}

#common-title-yxtbid2 {
	width: 496px;
	height: 45px;
	position: absolute;
	right: 0;
	background: url(../img/index/title-right.png) no-repeat right bottom 7px;
}

.access-box {
	overflow: hidden;
	/* height: 499px; */
	background-color: #D4EDFF;
	background-image: url(../img/index/access.png);
	background-position: bottom left;
	background-size: 100% 240px;
	background-repeat: no-repeat;
}

.access-box .common-title {
	margin-top: 71px;
}

.access-ul {
	margin-top: 30px !important;
         margin-bottom: 30px !important;
}

.access-list img {
	display: block;
	width: 587px;
	height: 280px;
	background: #FFFFFF;
	border-radius: 8px;
}

.access-list:first-of-type {
	margin-right: 26px;
}

.access-list {
	width: 587px;
	height: 280px;
	background: #FFFFFF;
	border-radius: 8px;
}

.access-list:hover {
	margin-top: -10px;
	box-shadow: 0px 8px 10px 0px rgba(18, 91, 189, 0.2000);
	border-radius: 8px;
}

.processpoint {
	height: 738px;
	background-color: #F3F8FC;
	background-image: url(../img/index/processpoint.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 286px;
	overflow: hidden;
}

.processpoint .common-title {
	margin-top: 71px;
}

.map-area {
	text-align: center;
	margin-top: 29px !important;
}

.map-ul {
	display: inline-block;
}

.map-li {
	height: 36px;
	line-height: 36px;
	background: #DEEFFE;
	border-radius: 18px;
	padding: 0 33px;
	font-size: 22px;
	font-family: SourceHanSansCN-Medium;
	color: #333333;
	margin-left: 30px;
	cursor: pointer;
}

.map-li:first-of-type {
	margin-left: 0;
}

.map-li.active {
	background: #3487F6;
	color: #FFFFFF;
}

.map {
	width: 580px;
	height: 462px;
	background: url(../img/index/map.png) no-repeat center center;
}

.map-content {
	margin-top: 30px !important;
}

.map-matters .title {
	position: relative;
	width: 588px;
	height: 50px;
	background: #DEEFFE;
	border-radius: 8px;
	line-height: 50px;
}

.map-matters .title-btn {
	position: relative;
	max-width: 230px;
	height: 50px;
	padding-right: 20px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/index/weizhi.png) 21px center no-repeat;
}

.map-matters .title-btn::before {
	width: 14px;
	height: 8px;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/index/area_down.png) center center no-repeat;
}

.map-matters .title p {
	font-size: 16px;
	font-weight: 400;
	color: #737A83;
	height: 16px;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	color: #666666;
	line-height: 50px;
	margin-right: 20px;
}

.map-matters .title p span {
	color: #3688F6;
}

.select-box {
	display: none;
	position: absolute;
	width: 411px;
	height: 458px;
	border-radius: 4px;
	background-color: white;
	-webkit-box-shadow: 0px 2px 18px 0px rgb(141 147 165 / 22%);
	box-shadow: 0px 2px 18px 0px rgb(141 147 165 / 22%);
}

.map-matters .title.active .select-box {
	display: block;
}

.map-matters .select-box {
	top: 50px;
	z-index: 10000;
}

.select-box .select {
	height: 52px;
	line-height: 50px;
	border-bottom: 2px solid #DDDDDD;
}

.select-box .select-li {
	position: relative;
	float: left;
	width: 33.3%;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
}

.select-box .select-li {
	position: relative;
	float: left;
	width: 33.3%;
	text-align: center;
	cursor: pointer;
	pointer-events: none;

	overflow: hidden;
	height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select-box .select-li.active::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	background-color: #4b9af6;
	bottom: -1px;
	left: 50%;
	margin-left: -30px;
}

.select-box .city-box {
	margin-top: 11px;
	padding: 0 16px;
	height: 384px;
}

.select-box .city-box .city-li {
	/* height: 48px; */
	line-height: 30px;
	/* padding: 0 17px; */
	font-size: 16px;
	cursor: pointer;
}

.select-box .city-box .city-li.active {
	background-color: #ebf4ff;
}

.outline-list {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0 18px;
	padding-bottom: 10px;
	cursor: pointer;
	border: 1px solid #fff;
	margin-top: 10px;
	width: 588px;
}

.outline-list:hover{
	border: 1px solid #3487F6;
}

.window-title {
	border-bottom: 1px solid #E2E9EE;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding-left: 30px;
	background: url(../img/index/window-title.png) no-repeat left center;
}

.outline-info{
	font-size: 16px;
	font-family: SourceHanSansCN-Normal;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}

.outline-info p:first-of-type{
	margin-top: 10px;
}

.outline-info p{
	margin-top: 3px;
	padding-left: 30px;
}

.phone{
	background: url(../img/index/dianha.jpg) no-repeat left center;
}

.time{
	background: url(../img/index/shijian.jpg) no-repeat left center;
}

.address{
	background: url(../img/index/are.jpg) no-repeat left center;
}

.road{
	background: url(../img/index/car.jpg) no-repeat left center;
}

.outline-box {
    height: 400px;
}

/* 0830 */

.frequency {
    margin-top: 71px;
	padding-bottom: 50px;
}

.total-num {
    font-size: 18px;
    font-family: 'SourceHanSansCN';
    color: rgb(102, 102, 102);
    line-height: 18px;
    margin-top: 28px;
}

.total-num .num {
    display: inline-block;
    color: #2293fc;
    padding: 0 8px;
}

.wrapper .matter-list li > p {
    width: 843px;
}

.wrapper .matter-btn {
    margin-left: 20px;
}

.wrapper .matter-list{
	padding-bottom: 36px;
}

.more {
	display:block;
    text-align: center;
	font-size: 18px;
	font-family: "SourceHanSansCN";
	color: rgb(52, 135, 246);
	line-height: 18px;
	  
}






.hd-box {
	position: relative;
  }
  .hd-box .more {
	position: absolute;
	right: 0;
	bottom: 0;
  }
  
  .event-tab {
	padding: 48px 0 64px;
  }
  
  .more {
	font-size: 18px;
	color: #108dee;
  }
  
  .event-item {
	margin-top: 24px;
	padding: 16px 24px 16px 20px;
	height: 64px;
	line-height: 32px;
	background: #f5fbff;
	border-left: 4px solid #0285fa;
  }
  .event-item .name {
	max-width: 900px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  .btn {
	display: inline-block;
	margin-left: 20px;
	width: 88px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
	color: #108dee;
	text-align: center;
	background-color: #fff;
	border: 1px solid #108dee;
	border-radius: 4px;
  }
  
  .guide {
	color: #fff;
	background: #108dee;
  }
  


  .person-main .gpsx-span{
	font-size:18px;
	margin-bottom: 20px;
    margin-left: 10px;
}
.gpsx-span .gpsx-number{
	padding-left:10px;
	padding-right:10px;
	font-size:20px;
	color: #4e64de;
}



/* 头部修改*/

/* 加上国家政务的logo */
.header .quick-login .ewb-link-node:first-child {
    background: url(../images/icon-emblem.png) no-repeat;
    background-position: center left;
    padding-left: 24px;
}

.ewb-link-nodedl {
  position: relative;
  float: left;
  margin-left: 20px;
  height: 30px;
  vertical-align: top;
  line-height: 1.8rem;
}

.ewb-link-nodedl:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  width: 2px;
  height: 15px;
  background: #3568d8;
}

.ewb-link-nodedl .loginBtn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: .88rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: -webkit-gradient(linear,right top,left top,from(#72a5ff),to(#3d81f6));
    /* background: linear-gradient( 
50deg,#72a5ff,#3d81f6); */
    border-radius: .25rem;
    /* font-size: .14rem; */
    font-size: 14px;
    color: #fff;
}
.ewb-link-nodedl .loginBtn .sanjiao {
    position: absolute;
    right: .15rem;
    top: .08rem;
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.ewb-link-nodedl .loginBtn .tan {
	display: none; 
	position: absolute;
    top: 1.5rem;
    right: -2.3rem;
    z-index: 1999;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .mySanJiao {
    position: absolute;
    top: -.07rem;
    right: .15rem;
    width: 0;
    height: 0;
    border-left: .09rem solid transparent;
    border-right: .09rem solid transparent;
    border-bottom: .07rem solid #fff;
}

.ewb-link-nodedl .loginBtn .tan .wusheng {
    background: #fff;
    border-radius: 0.4rem;
    width: 1.7rem;
    position: relative;
    overflow: hidden;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .wuItem-container {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin: 0 auto;
    font-size: 0.8rem;
    color: #333;
    width: 9rem;
    border-bottom: 1px solid #dfebff;
    text-align: left;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .wuItem-container:hover{
	color: #3568d8;
	background: #ddd;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .remind {
	margin: 0.2rem 0.2rem;
    width: 1.54rem;
    height: 3rem;
    line-height: 1.5rem;
    background: #efefef;
    border-radius: .08rem;
    text-align: left;
    padding-left: .07rem;
    padding-top: .06rem;
    font-size: 12px;
    color: #1d5fd6;
}
.ewb-link-nodedl .loginBtn .tan .wusheng .remind .ivu-icon {
    font-size: .15rem;


    line-height: .1rem;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .wuItem-container .wuItem {
    width: 7rem;
    display: block;
    float: right;
    margin-right: 0.2rem;
}

.ewb-link-nodedl .loginBtn .tan .wusheng .wuItem-container img{
	width: 18px;
    height: 18px;
    margin-left: 0.5rem;
    margin-top: 0.1rem;
}



.hd-box {
  position: relative;
}
.hd-box .more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.event-tab {
  padding: 48px 0 64px;
}

.more {
  font-size: 18px;
  color: #108dee;
}

.event-item {
  margin-top: 24px;
  padding: 16px 24px 16px 20px;
  height: 64px;
  line-height: 32px;
  background: #f5fbff;
  border-left: 4px solid #0285fa;
}
.event-item .name {
  max-width: 900px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn {
  display: inline-block;
  margin-left: 20px;
  width: 88px;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  color: #108dee;
  text-align: center;
  background-color: #fff;
  border: 1px solid #108dee;
  border-radius: 4px;
}

.guide {
  color: #fff;
  background: #108dee;
}


















.header .quick-login {
	position: relative;
	/* 平台导航 */
	/* 移动政务 */
	/* nav */
	/* logo */
	/* 统一模块 */
	/* 侧边工具 */
  }
  
  .header .quick-login .login-con1 {
	position: absolute;
	right: 32px;
	top: 37px;
  }
  
  .header .quick-login .ewb-lr {
	position: relative;
	float: right;
	margin-top: 54px;
	width: 106px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #3568d8;
	border-radius: 13px;
  }
  
  .header .quick-login .ewb-lr:before {
	position: absolute;
	content: "";
	left: 52px;
	top: 5px;
	width: 2px;
	height: 15px;
	background: #3568d8;
  }
  
  .header .quick-login .ewb-lr > a {
	float: left;
	width: 53px;
	text-align: center;
	color: #3568d8;
  }
  
  .header .quick-login .ewb-top-link {
	float: right;
	margin: 53px 22px 0 0;
  }
  
  .header .quick-login .ewb-link-node {
	position: relative;
	float: left;
	margin-left: 20px;
	height: 30px;
	vertical-align: top;
  }
  
  .header .quick-login .ewb-top-item:first-child,
  .header .quick-login .ewb-top-item.first {
	padding: 0 20px;
	margin-right: -15px;
	height: 36px;
	line-height: 28px;
	position: relative;
  }
  
  .header .quick-login .ewb-link-node:first-child {
	margin-left: 0;
  }
  
  .header .quick-login .ewb-link-node:before {
	position: absolute;
	content: "";
	left: -15px;
	top: 8px;
	width: 2px;
	height: 15px;
	background: #3568d8;
  }
  
  .header .quick-login .ewb-link-node:first-child:before {
	display: none;
  }
  
  .header .quick-login .ewb-myproject:before {
	display: none;
  }
  
  .header .quick-login .ewb-link-name {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #3568d8;
  }
  
  .header .quick-login .ewb-link-name > i {
	display: none;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -10px;
	width: 21px;
	height: 11px;
	background: url("../images/platform_index/top_arrow.png") no-repeat;
  }
  
  .header .quick-login .ewb-link-node .ewb-garden.one {
	left: -350px;
	top: 30px;
	right: auto;
	width: 620px;
  }
  
  .header .quick-login .ewb-garden {
	display: none;
	position: absolute;
	z-index: 400;
	top: 83px;
	left: 0;
	right: 0;
	padding-top: 10px;
  }
  
  .header .quick-login .ewb-garden-mod {
	background: #fff;
	padding-left: 40px;
	padding-top: 14px;
	padding-bottom: 15px;
	position: relative;
  }
  
  .header .quick-login .ewb-grade-line {
	position: absolute;
	width: 1px;
	background: #e5e5e5;
	top: 20px;
	bottom: 30px;
  }
  
  .header .quick-login .ewb-grade-line1 {
	left: 358px;
  }
  
  .header .quick-login .ewb-garden-hd > h3 {
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
  }
  
  .header .quick-login .ewb-wt316 {
	width: 316px;
	float: left;
  }
  
  .header .quick-login .ewb-graden-item {
	width: 105px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .header .quick-login .ewb-graden-item a {
	padding-left: 13px;
	color: #333;
	background: url("../images/platform_index/info-icon2.jpg") left center no-repeat;
  }
  
  .header .quick-login .ewb-graden-item a:hover {
	color: #1080cc;
  }
  
  .header .quick-login .ewb-wt220 {
	width: 220px;
	float: left;
  }
  
  .header .quick-login .ewb-wt235 {
	width: 235px;
	float: left;
  }
  
  .header .quick-login .ewb-wt110 {
	width: 110px;
	float: left;
  }
  
  .header .quick-login .ewb-ml25 {
	margin-left: 25px;
  }
  
  .header .quick-login .ewb-grade-line2 {
	left: 604px;
  }
  
  .header .quick-login .ewb-grade-line3 {
	left: 870px;
  }
  
  .header .quick-login .ewb-link-node .ewb-garden.two {
	left: -214px;
	top: 30px;
	right: auto;
	/*width: 400px;*/
	width: 427px;
  }
  
  .header .quick-login .ewb-phone {
	background: #fff;
  }
  
  .header .quick-login .ewb-top-log {
	float: left;
	height: 25px;
	line-height: 25px;
	border: 1px solid #fff;
	border-radius: 13px;
	padding: 0 15px;
	margin-top: 9px;
	margin-left: 22px;
	margin-right: 20px;
  }
  
  .header .quick-login .ewb-phone-hd {
	padding-top: 20px;
	height: 34px;
	text-align: center;
  }
  
  .header .quick-login .ewb-phone-hd img {
	vertical-align: top;
  }
  
  .header .quick-login .ewb-phone-bd {
	padding-left: 28px;
	padding-bottom: 13px;
  }
  
  .header .quick-login .ewb-phone-mod {
	/*width: 171px;*/
	width: 193px;
	float: left;
  }
  
  .header .quick-login .ewb-weixin {
	width: 129px;
	height: 129px;
	border: 1px solid #d2d2d2;
	margin: 0 auto;
  }
  
  .header .quick-login .ewb-weixin img {
	width: 129px;
	height: 129px;
	vertical-align: top;
  }
  
  .header .quick-login .ewb-phone-mod p {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	text-align: center;
  }
  
  .header .quick-login .ewb-link-node:hover .ewb-garden,
  .header .quick-login .ewb-link-node:hover .ewb-link-name > i {
	display: block;
  }
  
  .header .quick-login .ewb-nav {
	height: 58px;
	background: url("../images/nav_bg.png") left bottom repeat-x;
  }
  
  .header .quick-login .ewb-nav-list {
	float: left;
  }
  
  .header .quick-login .ewb-nav-node {
	float: left;
	margin-left: 60px;
	vertical-align: top;
  }
  
  .header .quick-login .ewb-nav-name {
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: #fff;
  }
  
  .header .quick-login .ewb-nav-name:hover,
  .header .quick-login .ewb-nav-name.current {
	border-bottom: 3px solid #fff;
  }
  
  .header .quick-login .ewb-search {
	position: relative;
	z-index: 1;
	float: right;
	margin-top: 10px;
	padding: 0 38px 0 15px;
	width: 169px;
	height: 34px;
	background: url("../images/search_bg.png") no-repeat;
  }
  
  .header .quick-login .ewb-search .input-placeholder {
	position: absolute;
	top: 0;
	left: 15px;
	height: 34px;
	line-height: 33px;
	color: #d4e3ff;
	z-index: -1;
	cursor: text;
  }
  
  .header .quick-login .ewb-search .input-box {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 33px;
	border: 0;
	background: 0 0;
	color: #fff;
  }
  
  .header .quick-login .ewb-search-btn {
	position: absolute;
	top: 9px;
	right: 17px;
	width: 16px;
	height: 16px;
	background: url("../images/search_ico.png") no-repeat;
	cursor: pointer;
  }
  
  .header .quick-login .ewb-banner-logo {
	display: block;
	margin: 40px auto 0;
	height: 86px;
  }
  
  .header .quick-login .ewb-unify {
	margin-top: 40px;
	height: 48px;
	text-align: center;
  }
  
  .header .quick-login .ewb-unify-wrap {
	display: inline-block;
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	border-radius: 2px;
	background: url("../images/unify_bg.png") repeat;
	font-size: 0;
	-webkit-text-size-adjust: none;
  }
  
  .header .quick-login .ewb-unify-name {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	font-size: 16px;
	color: #3568d8;
  }
  
  .header .quick-login .ewb-unify-name:before {
	position: absolute;
	content: "";
	left: -20px;
	top: 18px;
	width: 1px;
	height: 12px;
	background: #90aece;
  }
  
  .header .quick-login .ewb-unify-name:first-child:before {
	display: none;
  }
  
  .header .quick-login .ewb-tool {
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -300px;
	z-index: 9999;
  }
  
  .header .quick-login .ewb-tool-item {
	margin-top: 1px;
	background: url("../images/tool_bg.png") repeat;
  }
  
  .header .quick-login .ewb-tool-item:hover {
	background: #1080cc;
  }
  
  .header .quick-login .ewb-tool-item a {
	display: block;
	width: 72px;
	height: 24px;
	padding-top: 48px;
	line-height: 18px;
	font-size: 14px;
	color: #3568d8;
	text-align: center;
	background-position: center 8px;
	background-repeat: no-repeat;
  }
  
  .header .quick-login .ewb-tool-a1 {
	background-image: url("../images/tool1.png");
  }
  
  .header .quick-login .ewb-tool-a2 {
	background-image: url("../images/tool2.png");
  }
  
  .header .quick-login .ewb-tool-a3 {
	background-image: url("../images/tool3.png");
  }
  
  .header .quick-login .ewb-tool-a4 {
	background-image: url("../images/tool4.png");
  }
  
  .header .quick-login .ewb-tool-a6 {
	background-image: url("../images/tool6.png");
  }
  
  .header .quick-login .ewb-tool-a7 {
	background-image: url("../images/tool7.png");
  }
  
  .header .quick-login a.ewb-reback-top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 50px;
	width: 72px;
	height: 72px;
	text-align: center;
	z-index: 999;
	background: url("../images/tool_bg.png") repeat;
  }
  
  .header .quick-login a.ewb-reback-top:hover {
	background: #1080cc;
  }
  
  .header .quick-login a.ewb-reback-top img {
	vertical-align: top;
	margin-top: 16px;
  }
  
  .header .quick-login .ewb-tool-item {
	position: relative;
  }
  
  .header .quick-login .ewb-tool-a5 {
	background-image: url("../images/tool5.png");
  }
  
  .header .quick-login .ewb-phones-ma {
	display: none;
	position: absolute;
	left: -246px;
	/*top: -35px;*/
	top: -150px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
			box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
  }
  
  .header .quick-login .ewb-tool-item:hover .ewb-phones-ma {
	display: block;
  }
  
  .header .quick-login .ewb-phones-mod {
	position: relative;
	padding-top: 15px;
	width: 230px;
	padding-bottom: 20px;
  }
  
  .header .quick-login .ewb-phones-mod i {
	display: block;
	width: 16px;
	height: 21px;
	background: url("../images/phone_arrow.png") no-repeat;
	position: absolute;
	top: 71px;
	right: -16px;
  }
  
  .header .quick-login .ewb-phones-hd {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	background: url("../images/phone_tt_bg.jpg") center center no-repeat;
  }
  
  .header .quick-login .ewb-phones-hd h3 {
	font-weight: bold;
	color: #00adef;
  }
  
  .header .quick-login .ewb-phones-img {
	height: 118px;
	width: 121px;
	border: 1px solid #d2d2d2;
	padding: 11px 0 0 8px;
	margin: 0 auto;
	margin-top: 15px;
  }
  
  .header .quick-login .ewb-phones-img img {
	vertical-align: top;
	width: 110px;
	height: 110px;
  }
  
  .header .quick-login .ewb-phones-p {
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin-top: 10px;
  }
  
  .header .quick-login .ewb-midpic-left {
	float: left;
  }
  
  .header .quick-login .ewb-midpic-right {
	float: left;
	margin-left: 24px;
  }
  
  .header .quick-login .ewb-top-item {
	float: left;
  }
  
  .header .quick-login .ewb-top-item > a {
	color: #3568d8;
	display: block;
	position: relative;
  }
  
  .header .quick-login .ewb-top-item:first-child,
  .header .quick-login .ewb-top-item.first {
	padding: 0 20px;
	margin-right: -15px;
	height: 36px;
	line-height: 28px;
	position: relative;
  }
  
  .header .quick-login .ewb-top-item.ewb-rel {
	position: relative;
	min-width: 52px;
  }
  
  .header .quick-login .ewb-top-item:first-child > a,
  .header .quick-login .ewb-top-item.first > a {
	z-index: 10;
	padding-right: 23px;
	background: url("../images/platform_index/bom_arrowh.png") right center no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 79px;
	text-align: right;
  }
  
  .header .quick-login .ewb-person-info {
	z-index: 9;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 36px 20px 14px 14px;
	background: #fff;
  }
  
  .header .quick-login .ewb-top-item:first-child:hover > a,
  .header .quick-login .ewb-top-item.first:hover > a {
	background-image: url("../images/platform_index/bom_arrowh.png");
	color: #1080cc;
	font-weight: bold;
  }
  
  .header .quick-login .ewb-top-item:first-child:hover,
  .header .quick-login .ewb-top-item.first:hover {
	background: #fff;
  }
  
  .header .quick-login .ewb-top-item:first-child:hover .ewb-person-info,
  .header .quick-login .ewb-top-item.first:hover .ewb-person-info {
	display: block;
	-webkit-box-shadow: -2px 1px 9px 1px rgba(78, 120, 150, 0.4);
			box-shadow: -2px 1px 9px 1px rgba(78, 120, 150, 0.4);
  }
  
  .header .quick-login .ewb-person-item {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
  }
  
  .header .quick-login .ewb-person-item a {
	color: #333;
  }
  
  .header .quick-login .ewb-person-item a:hover {
	color: #0bb1f0;
  }
  
  .header .quick-login .ewb-person-line {
	border-bottom: 1px dashed #ececec;
	height: 1px;
	margin: 7px 0;
  }
  
  .header .quick-login .ewb-top-item > span {
	padding: 0 12px;
  }
  
  .header .quick-login .message {
	position: relative;
  }
