﻿/**!
 * 新疆政务服务网
 * author: wuzhou;
 * date:2018-11-23
 */


/* 栅格 */

.ewb-span1 {
    float: left;
    width: 27px;
}

.ewb-span2 {
    float: left;
    width: 78px;
}

.ewb-span3 {
    float: left;
    width: 129px;
}

.ewb-span4 {
    float: left;
    width: 180px;
}

.ewb-span5 {
    float: left;
    width: 231px;
}

.ewb-span6 {
    float: left;
    width: 282px;
}

.ewb-span7 {
    float: left;
    width: 333px;
}

.ewb-span8 {
    float: left;
    width: 384px;
}

.ewb-span9 {
    float: left;
    width: 435px;
}

.ewb-span10 {
    float: left;
    width: 486px;
}

.ewb-span11 {
    float: left;
    width: 537px;
}

.ewb-span12 {
    float: left;
    width: 588px;
}

.ewb-span13 {
    float: left;
    width: 639px;
}

.ewb-span14 {
    float: left;
    width: 690px;
}

.ewb-span15 {
    float: left;
    width: 741px;
}

.ewb-span16 {
    float: left;
    width: 792px;
}

.ewb-span17 {
    float: left;
    width: 843px;
}

.ewb-span18 {
    float: left;
    width: 894px;
}

.ewb-span19 {
    float: left;
    width: 945px;
}

.ewb-span20 {
    float: left;
    width: 996px;
}

.ewb-span21 {
    float: left;
    width: 1047px;
}

.ewb-span22 {
    float: left;
    width: 1098px;
}

.ewb-span23 {
    float: left;
    width: 1149px;
}

.ewb-span24 {
    float: left;
    width: 1200px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}

/* 内容 */
body {
    background: none;
}

/* topbar */
.ewb-page-top {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f1f1f1;
}

.ewb-top-city {
    position: relative;
    padding-left: 20px;
    margin-left: 30px;
    background: url("../images/pages/city_ico.png") left center no-repeat;
}

.ewb-top-city>span {
    cursor: pointer;
}

.ewb-garden {
    display: none;
    position: absolute;
    left: -86px;
    right: 0;
    padding-top: 3px;
    top: 35px;
    width: 1200px;
    z-index: 9999;
}

/* 自治区 */
.ewb-address {
    padding: 8px 30px 10px 30px;
    background: #fff;
    border: 1px solid #8dd0f5;
    box-shadow: 0 0 10px #a6dcfa;
}

.ewb-address-mod {
    border-top: 1px dashed #d2d2d2;
    line-height: 25px;
    font-size: 14px;
}

.ewb-address-mod:first-child {
    border-top: 0;
}

.ewb-address-name {
    float: left;
    width: 102px;
    height: 25px;
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: bold;
    color: #333;
    padding-right: 8px;
    font-size: 15px;
}

.ewb-address-info {
    margin-left: 102px;
}

.ewb-address-item {
    float: left;
    height: 25px;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: 10px;
    vertical-align: top;
    margin: 6px 10px 10px 10px;
}

.ewb-address-item a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    color: #333;
}

.ewb-address-item a:hover {
    color: #1080cc;
}

.ewb-address-item.cur a {
    background: #00adef;
    color: #fff;
}



.ewb-address-item1 {
    float: left;
    height: 25px;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: 10px;
    vertical-align: top;
    margin: 6px 10px 10px 10px;
}

.ewb-address-item1 a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    color: #333;
}

.ewb-address-item1 a:hover {
    color: #1080cc;
}

.ewb-address-item1.cur a {
    background: #00adef;
    color: #fff;
}

#xiang .ewb-address-item1 {
    float: left;
    height: 25px;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: 10px;
    vertical-align: top;
    margin: 6px 10px 10px 10px;
}

#xiang .ewb-address-item1 a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    color: #333;
}

#xiang .ewb-address-item1 a:hover {
    color: grey;
}

#xiang .ewb-address-item1.cur a {
    background: grey;
    color: #fff;
}

#xiang .ewb-top-city:hover .ewb-garden {
    display: block;
}


.ewb-top-city:hover .ewb-garden {
    display: block;
}

/* 部门 */
.ewb-top-department {
    position: relative;
    padding-left: 24px;
    margin-left: 34px;
    background: url("../images/pages/dep_ico.png") left center no-repeat;
}

.ewb-top-department>span {
    cursor: pointer;
}


.ewb-top-depart {
    padding: 0 30px;
    background: #fff;
    border: 1px solid #8dd0f5;
    box-shadow: 0 0 10px #a6dcfa;
}

.ewb-top-depart-hd {
    padding-top: 4px;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #d2d2d2;
}

.ewb-top-depart-hd h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.ewb-top-depart-bd {
    padding-bottom: 14px;
}

.ewb-top-depart-items {
    margin: 0 -10px;
    margin-top: -3px;
}

.ewb-top-depart-items li {
    width: 12.5%;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 15px;
}

.ewb-top-depart-items li a {
    display: block;
    color: #333;
    border-radius: 13px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px;
}

.ewb-top-depart-items li a:hover {
    color: #fff;
    background: #00adef;
}

.ewb-top-department .ewb-garden {
    left: -252px;
}

.ewb-top-department:hover .ewb-garden {
    display: block;
}

.ewb-top-log {
    height: 25px;
    line-height: 25px;
    border: 1px solid #1080cc;
    border-radius: 13px;
    padding: 0 15px;
    margin-top: 6px;
    margin-left: 22px;
    /* margin-right: 20px; */
    color: #1080cc;
}

.ewb-top-log a {
    color: #1080cc;
}

.ewb-top-log span {
    padding: 0 8px;
}

.ewb-top-links>a {
    color: #333;
}

.ewb-top-links>span {
    margin: 0 12px;
}

/* 平台导航 */
.ewb-platform-nav {
    position: relative;
}

.ewb-platform-nav>span {
    cursor: pointer;
}

.ewb-platform-nav .ewb-garden {
    /* left: -852px; */
    left: -930px;
}


.ewb-garden-mod {
    background: #fff;
    padding-left: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    position: relative;
    border: 1px solid #8dd0f5;
    box-shadow: 0 0 10px #a6dcfa;
}

.ewb-grade-line {
    position: absolute;
    width: 1px;
    background: #e5e5e5;
    top: 20px;
    bottom: 30px;
}

.ewb-grade-line1 {
    left: 358px;
}

.ewb-garden-hd>h3 {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.ewb-wt316 {
    width: 316px;
    float: left;
}

.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;
}

.ewb-graden-item a {
    padding-left: 13px;
    color: #333;
    background: url('../images/pages/info-icon2.jpg') left center no-repeat;
}

.ewb-graden-item a:hover {
    color: #1080cc;
}

.ewb-wt220 {
    width: 220px;
    float: left;
}

.ewb-wt235 {
    width: 235px;
    float: left;
}

.ewb-wt110 {
    width: 110px;
    float: left;
}

.ewb-ml25 {
    margin-left: 25px;
}

.ewb-grade-line2 {
    left: 604px;
}

.ewb-grade-line3 {
    left: 870px;
}

.ewb-platform-nav:hover .ewb-garden {
    display: block;
}

/* 移动政务 */
.ewb-mobile-gov {
    position: relative;
}

.ewb-mobile-gov>span {
    cursor: pointer;
}

.ewb-mobile-gov .ewb-garden {
    left: -194px;
    width: 400px;
}

.ewb-phone {
    background: #fff;
    border: 1px solid #8dd0f5;
    box-shadow: 0 0 10px #a6dcfa;
}


.ewb-phone-hd {
    padding-top: 20px;
    height: 34px;
    text-align: center;
}

.ewb-phone-hd img {
    vertical-align: top;
}

.ewb-phone-bd {
    padding-left: 28px;
    padding-bottom: 13px;
}

.ewb-phone-mod {
    width: 171px;
    float: left;
}

.ewb-weixin {
    width: 129px;
    height: 129px;
    border: 1px solid #d2d2d2;
    margin: 0 auto;
}

.ewb-weixin img {
    width: 129px;
    height: 129px;
    vertical-align: top;
}

.ewb-phone-mod p {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.ewb-mobile-gov:hover .ewb-garden {
    display: block;
}

/* logo */
.ewb-logo-area {
    height: 100px;
}

.ewb-page-logo {
    /* padding-top: 20px; */
}

/* 搜索 */
.ewb-userCenter-search {
    position: relative;
    margin-top: 32px;
    width: 349px;
    height: 38px;
    border-radius: 19px;
    background-color: #f1f2f3;
}

.ewb-search-btn {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    border: 0;
    right: 13px;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    background: url("../images/pages/search_ico.png") center no-repeat;
}


.ewb-input-wrap {
    position: relative;
    z-index: 1;
    border: 1px solid #e5e5e5;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 13px;
    height: 38px;
    line-height: 38px;
    color: #999;
    z-index: 0;
    cursor: text;
}

.ewb-form-input {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    outline: none;
    border: 0;
    text-indent: 13px;
}


.ewb-top-search {
    margin-right: 50px;
    margin-left: 6px;
}

.ewb-top-search .input-placeholder {
    padding-left: 19px;
}

.ewb-top-search .ewb-form-input {
    background: none;
}

/* 导航 */

.ewb-user-nav {
    height: 50px;
    background-color: #1080cc;
}

.ewb-usernav-items {
    margin-left: 21px;
}

.ewb-usernav-items>li {
    float: left;
    margin-right: 10px;
}


.ewb-usernav-items>li>a {
    display: block;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    border-top: 2px solid transparent;
    height: 48px;
    line-height: 48px;
}


.ewb-usernav-items>li:first-child>a {
    padding: 0 37px;
}

.ewb-usernav-items>li>a:hover,
.ewb-usernav-items>li>a.active {
    border-color: #00adef;
    background: url("../images/pages/user_nav_bg.jpg") left top repeat-x #00adef;
}



/* 右侧工具 */

.ewb-tool {
    position: fixed;
    right: 10px;
    top: 117px;
    z-index: 9999;
}

.ewb-tool-item {
    margin-top: 1px;
    background: url('../images/pages/tool_bg.png') repeat;
}

.ewb-tool-item:hover {
    background: #1080cc;
}

.ewb-tool-item a {
    display: block;
    width: 72px;
    height: 24px;
    padding-top: 48px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-position: center 8px;
    background-repeat: no-repeat;
}

.ewb-tool-a7 {
    background-image: url('../images/tool7.png');
}

.ewb-tool-a1 {
    background-image: url('../images/pages/tool1.png');
}

.ewb-tool-a2 {
    background-image: url('../images/pages/tool2.png');
}

.ewb-tool-a3 {
    background-image: url('../images/pages/tool3.png');
}

.ewb-tool-a4 {
    background-image: url('../images/pages/tool4.png');
}

.ewb-tool-a6 {
    background-image: url('../images/pages/tool6.png');
}

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/pages/tool_bg.png') repeat;
}

a.ewb-reback-top:hover {
    background: #1080cc;
}

a.ewb-reback-top img {
    vertical-align: top;
    margin-top: 16px;
}

/* 用户名称 */
.ewb-username {
    position: relative;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    min-width: 52px;
}

.ewb-username>a {
    position: relative;
    color: #333;
    padding-right: 17px;
    z-index: 60;
    background: url("../images/userCenter/down_arr.png") right center no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 79px;
    display: block;
    text-align: right;
}

.ewb-username-info {
    display: none;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    padding-top: 38px;
    background: #fff;
    z-index: 50;
    box-shadow: 0 0 10px #a6dcfa;
    border: 1px solid #8dd0f5;
}

.ewb-person-info {
    padding: 0 20px 14px 14px;
    text-align: center;
}

.ewb-username:hover>a {
    color: #1080cc;
    font-weight: bold;
}

.ewb-username:hover .ewb-username-info {
    display: block;
}

.ewb-person-item {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-person-item a {
    color: #333;
}

.ewb-person-item a:hover {
    color: #0bb1f0;
}

.ewb-person-line {
    border-bottom: 1px dashed #ececec;
    height: 1px;
    margin: 7px 0;
}

.ewb-top-item>span {
    padding: 0 12px;
}

.seek {
    display: none;
    position: absolute;
    top: -38px;
    left: -106px;
    padding-right: 12px;
    width: 94px;
    background: url(/images/arrowR.png) 94px center no-repeat;
}

.seek .newseek {
    background: #fff url(/images/seek.png) center 15px no-repeat;
}

.seek .newseek:hover {
    background-image: url(/images/seek2.png);
}

.seek .newcomplain {
    background: #fff url(/images/complain.png) center 15px no-repeat;
}

.seek .newcomplain:hover {
    background-image: url(/images/complain2.png);
}

.seek .half {
    display: block;
    width: 100%;
    height: 77px;
    line-height: 116px;
    color: #999;
    text-align: center;
    overflow: hidden;
    padding-top: 0px;
}

.seek .half:hover {
    color: #fff;
    background-color: #2f86c9;
}

.seek .inner {
    background-color: #fff;
}

.seek .line {
    margin: 0 auto;
    width: 65px;
    height: 1px;
    background-color: #e5e5e5;
}

/* 0701 */

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

.ewb-tool-a5 {
    background-image: url('../images/tool5.png');
}

.ewb-phones-ma {
    display: none;
    position: absolute;
    left: -246px;
    /*top: -35px;*/
    top: -185px;
    background: #fff;
    box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
}

.ewb-tool-item:hover .ewb-phones-ma {
    display: block;
}

.ewb-phones-mod {
    position: relative;
    padding-top: 15px;
    width: 230px;
    padding-bottom: 20px;
}

.ewb-phones-mod i {
    display: block;
    width: 16px;
    height: 21px;
    background: url('../images/phone_arrow.png') no-repeat;
    position: absolute;
    top: 71px;
    right: -16px;
}

.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;
}

.ewb-phones-hd h3 {
    font-weight: bold;
    color: #00adef;
}

.ewb-phones-img {
    height: 118px;
    width: 121px;
    border: 1px solid #d2d2d2;
    padding: 11px 0 0 8px;
    margin: 0 auto;
    margin-top: 15px;
}

.ewb-phones-img img {
    vertical-align: top;
    width: 110px;
    height: 110px;
}

.ewb-phones-p {
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 10px;
}



/*右侧收起*/
.ewb-tool-back a {
    color: #fff;
    display: block;
}

.ewb-tool-back {
    margin-top: 1px;
    min-width: 72px;
    height: 30px;
    line-height: 30px;
    background: url(../images/tool_bg.png) repeat;
    font-size: 14px;
    text-align: center;
}

/*.ewb-tool-items{
	overflow: hidden;
}*/

.overhidden {
    overflow: hidden;
}


/**!
 * 新疆政务服务首页头尾
 * date:2020-09-15
 * author: hujiahua;
 */

.main {
    min-height: 600px;
}

/* 在页面中已有，可删除 */
.container {
    width: 1200px;
    margin: 0 auto;
}

/* 尾部 */
.footer {
    width: 100%;
    height: 400px;
    color: #343434;
    background: #e5e6ec;
    border-top: 1px solid #E3E6E8;
}

.nav-line {
    margin: 52px 0 49px 0;
}

.contact-block {
    float: left;
    width: 373px;
    height: 168px;
    margin-right: 41px;
}

.contact-block p,
.contact-block a {
    display: block;
    height: 40px;
    line-height: 19px;
    margin-left: 25px;
}

.contact-label {
    padding: 12px 0 14px 0;
    font-size: 16px;
    font-weight: bold;
}

.contact-tel {
    /*font-size: 16px;
    font-weight: bold;*/
    padding-bottom: 9px;
}

.contact-link:hover {
    color: #727475;
}

.qrshow-list {
    float: left;
    margin-right: 41px;
}

.qrshow-item {
    position: relative;
    width: 373px;
    background: #fff;
    margin-bottom: 3px;
}

.qrcode-show {
    display: none;
    position: absolute;
    width: 220px;
    height: 220px;
    padding-top: 32px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    top: -231px;
    left: 0;
    text-align: center;
}

.qrcode-show::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: -11px;
    background: url("../images/qrcode-triangle.png") no-repeat left 20px center;
}

.qrcode-show img {
    width: 134px;
    height: 134px;
}

.qrcode {
    display: block;
    width: 134px;
    height: 134px;
    margin: 0 auto;
    background-size: 100% !important;
}

.qrcode-app {
    background: url("../images/qrcode-app.png")no-repeat center center;
}

.qrcode-wechat {
    background: url("../images/xiaochxu.png")no-repeat center center;
}

.qrcode-alipy {
    background: url("../images/alipay.png")no-repeat center center;
}

.qrcode-baidu {
    background: url("../images/zwfwbaidu.png")no-repeat center center;
}

.qrcode-explain {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
}

.alipay {
    margin-bottom: 0;
}

.qrcode-name {
    height: 54px;
    line-height: 54px;
    padding-left: 58px;
    background: url("../images/qr-code.png")no-repeat left 20px center;
    cursor: pointer;
}

.qrshow-item:hover {
    color: #727475;
}

.qrshow-item:hover .qrcode-show {
    display: block;
}

.gov-links {
    float: left;
    font-size: 0;
}

.gov-links .qrshow-item {
    width: 372px;
    font-size: 14px;
}

.gov-link {
    float: left;
    width: 226px;
    height: 111px;
    margin-right: 2px;
    background: url("../images/cavil.png")no-repeat center center #fff;
}


.red-link {
    float: left;
    width: 144px;
    height: 111px;
    background: url(../images/red.png)no-repeat center center #fff;
}


.footer-copyright {
    text-align: center;
}

.copyright-content {
    display: inline-block;
    height: 60px;
    color: #666;
    line-height: 60px;
    margin-right: 45px;
}

.icp-num {
    margin-right: 0;
}

.copyright-content a:hover {
    color: #4293f4;
    text-decoration: underline;
}

/* fix导航 */

.fixed {
    width: 58px;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -280px;
    z-index: 999;
}

.tool-list {
    position: absolute;
    height: 464px;
    width: 58px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

.tool-list.hidden {
    overflow: hidden;
}

.tool-item {
    position: relative;
    height: 58px;
    border-bottom: 1px solid #ddd;
}

.tool-swap {
    position: absolute;
    height: 58px;
    width: 58px;
    overflow: hidden;
    top: 0;
    left: 0;
}

.tool-box {
    position: absolute;
    width: 116px;
    top: 0;
    left: 0;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

.tool-item:hover .tool-box {
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    left: -58px;
}

.tool-notice:hover .notice-box {
    display: block;
}

.tool-icon {
    float: left;
    width: 58px;
    height: 58px;
}

.tool-explain {
    float: left;
    width: 30px;
    height: 40px;
    font-size: 15px;
    color: #1080CC;
    line-height: 20px;
    padding: 9px 14px;
    box-sizing: initial;
}

.tool1 {
    background: url("../images/tool1-icon.png") no-repeat center center;
}

.tool2 {
    background: url("../images/tool2-icon.png") no-repeat center center;
}

.tool3 {
    background: url("../images/tool3-icon.png") no-repeat center center;
}

.tool4 {
    background: url("../images/tool4-icon.png") no-repeat center center;
}

.tool5 {
    background: url("../images/tool5-icon.png") no-repeat center center;
}

.tool6 {
    background: url("../images/tool6-icon.png") no-repeat center center;
}

.tool7 {
    background: url("../images/tool7-icon.png") no-repeat center center;
}

.tool8 {
    background: url("../images/tool8-icon.png") no-repeat center center;
}

.tool9 {
    background: url("../images/return-top.png") no-repeat center center;
}

.notice-box {
    display: none;
    position: absolute;
    width: 338px;
    height: 210px;
    background: transparent;
    left: -338px;
    top: 0;
}

.notice {
    width: 272px;
    height: 179px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 28px 11px 24px;
}

.notice-title {
    font-size: 16px;
    color: #343434;
    line-height: 24px;
}


.notice-content {
    color: #666;
    line-height: 26px;
    margin-top: 10px;
}

.do-btns {
    font-size: 0;
    margin-top: 20px;
}

.do-btns a {
    height: 24px;
    font-size: 14px;
    color: #1080CC;
    line-height: 24px;
}

.do-btns a.disabled {
    color: #90b9d5;
    cursor: not-allowed;
}

.see-detail {
    float: left;
}

.next-infor {
    float: right;
    margin-left: 20px;
}

.last-infor {
    float: right;
}


.seek {
    display: none;
    position: absolute;
    top: -48px;
    left: -106px;
    padding-right: 12px;
    width: 94px;
    background: url(../images/arrowR.png) 94px center no-repeat;
}


.seek .half {
    display: block;
    width: 100%;
    height: 77px;
    line-height: 116px;
    color: #999;
    text-align: center;
    /* overflow: hidden; */
    padding-top: 0px;
}

.seek .newseek {
    background: #fff url(../images/seek.png) center 15px no-repeat;
}

.seek .newcomplain {
    background: #fff url(../images/complain.png) center 15px no-repeat;
}


.tool-query:hover .seek {
    display: block;
}

.seek .half:hover {
    color: #fff;
    background-color: #2f86c9;
}

.seek .newcomplain:hover {
    background-image: url(../images/complain2.png);
}

.seek .newseek:hover {
    background-image: url(../images/seek2.png);
}

.show-up {
    position: absolute;
    top: 470px;
    left: 0;
    width: 58px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    background: #1080cc;
    text-align: center;
}

.show-down {
    display: none;
    position: absolute;
    top: 330px;
    left: 0;
    width: 58px;
    height: 58px;
    background: url("../images/show-down.png");
    background-size: 100%;
}


@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

.King_Chance_Layer {
    position: fixed;
    right: 85px;
    /*  left: 230px;*/
    bottom: 0;
    z-index: 999;
}

.King_Chance_LayerCont {
    position: absolute;
    overflow: hidden;
    font-size: 12px;
    right: 0;
    bottom: 0;
    display: none;
}

.King_Chance_LayerCont img {
    border: none;
    float: none;
    width: 200px;
    vertical-align: top;
}

.King_Chance_LayerCont ul,
.King_Chance_LayerCont ol {
    list-style: none;
}

.King_Chance_LayerCont a,
.King_Chance_LayerCont a:link,
.King_Chance_LayerCont a:visited,
.King_Chance_LayerCont a:hover,
.King_Chance_LayerCont a:active {
    text-decoration: none;
}

.King_Chance_Layer_Close {
    width: 20px;
    height: 20px;
    background: url(/images/close.png) no-repeat;
    position: absolute;
    font-size: 0px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.King_Chance_Layer_Content {
    padding: 9px;
    width: 100%;
    overflow: hidden;
}

.King_Chance_Layer_Content li {
    border: 1px solid #fff;
    overflow: hidden;
    display: none;
}

.King_Chance_Layer_Content li span {
    width: 100%;
}


a {
    text-decoration: none;
    color: inherit;
}


/* nav */

.ewb-nav {
    height: 58px;
}

.ewb-nav-list {
    float: left;
}

.ewb-nav-node {
    float: left;
    margin-left: 60px;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #333;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    color: #1080cc;
    border-bottom: 4px solid #1080cc;
}


/* wzh code start 弥补之前无common*/
/* 头部 */
.common-header {
    height: 185px;
    padding-top: 20px;
    background-color: #fff;
}

.common-header .common-area-name {
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 18px;
    width: 155px;
    text-align: center;
}

.common-header .common-area-change {
    position: relative;
    width: 70px;
    height: 30px;
    margin: 0 0 0 9px;
    padding-left: 9px;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    background: #eee url('../images/index/area-change.png') no-repeat right 8px center;
}

.common-header .common-area-title {
    height: 30px;
    margin: 36px 0 0 20px;
    padding-left: 12px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 1px solid #ccc;
}

.common-header .common-link {
    display: flex;
    justify-content: space-between;
    height: 70px;
    margin-top: 20px;
}

.common-header .common-link > li {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.common-header .common-link > li > a {
    margin-top: 5px;
}

.common-header .common-link > li + li {
    margin-left: 10px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.login {
    position: absolute;
    width: 204px;
    z-index: 2;
    height: 188px;
    right: -11px;
    bottom: -108px;
    padding: 25px 20px 20px 35px;
    background: url(../images/index/bg-login.png) no-repeat center;
}

.common-header .common-link > li .userinfo {
    position: relative;
    padding-right: 36px;
    color: #108dee;
    background: url('../images/icon-userinfo.png') no-repeat right 15px center;
    cursor: pointer;
}

.common-header .common-link > li .userinfo:hover {
    background: url('../images/icon-userinfo-up.png') no-repeat right 15px center;
}

.common-header .common-link > li .userinfo:hover .menu {
    display: block;
}

.common-header .common-link > li .userinfo .menu {
    display: none;
    position: absolute;
    right: -19px;
    padding-top: 20px;

    top: 2px;
    z-index: 1000;
}

.common-header .common-link > li .userinfo .user-menu {
    width: 104px;
    padding: 20px 0;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
    box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
}

.common-header .common-link > li .userinfo .user-menu > li {
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.common-header .common-link > li .userinfo .user-menu > li + li {
    margin-top: 22px;
}

.common-header .common-link > li .userinfo .user-menu > li:hover {
    color: #108dee;
}

.common-header .common-link > li .userinfo .user-menu > li > a {
    display: block;
    height: 100%;
}
/* .header-top {
padding-top: 20px;
} */
.common-header .menu {
    position: absolute;
    bottom: 0;
}

.common-header .menu > li {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #3c3f46;
}

.common-header .menu > li > a {
    display: block;
    height: 100%;
}

.common-header .menu > li.active,
.common-header .menu > li:hover {
    color: #108dee;
    font-weight: bold;
}

.common-header .menu > li + li {
    margin-left: 100px;
}
/* 区域选择 */
.area-wrapper {
    display: none;
    position: absolute;
    left: -520px;
    padding-top: 10px;
    z-index: 999999999;
    cursor: default;
}

.area-wrapper .innner {
    width: 1200px;
    height: auto;
    padding: 23px 14px 0;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
    box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
}

.area-wrapper .position {
    height: 22px;
    padding-left: 34px;
    line-height: 22px;
    font-size: 18px;
    color: #108dee;
    background: url('../images/icon-header-position.png') no-repeat 6px center;
}

.area-wrapper .change-list {
    margin-top: 33px;
    padding-bottom: 14px;
}

.area-wrapper .change-list.border {
    border-bottom: 1px solid #eee;
}

.area-wrapper .change-list > li {
    float: left;
    width: 226px;
    height: auto;
    padding-left: 16px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    border-radius: 2px;
}

.area-wrapper .change-list > li > a {
    display: block;
    height: 100%;
}

.area-wrapper .change-list > li + li {
    margin-left: 10px;
}

.area-wrapper .change-list > li:nth-child(5n + 1) {
    margin-left: 0;
}

.area-wrapper .change-list > li:nth-child(n + 6) {
    margin-top: 11px;
}

.area-wrapper .change-list > li:hover,
.area-wrapper .change-list > li.active {
    background-color: #eeeeee;
}

.area-wrapper .website {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 20px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background-color: #108dee;
}

.area-wrapper .website span {
    margin-left: 10px;
}

.area-wrapper .department {
    height: 22px;
    margin-top: 28px;
    padding-left: 34px;
    line-height: 22px;
    font-size: 18px;
    color: #108dee;
    background: url('../images/icon-header-department.png') no-repeat 6px center;
}

.area-wrapper .more {
    display: block;
    height: 28px;
    color: #108dee;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    background-color: #eee;
}

.area-wrapper .more > span {
    padding-right: 16px;
    background: url('../images/icon-header-more.png') no-repeat right center;
}

/* 当前位置 */
.position > li {
    float: left;
    height: 20px;
    line-height: 20px;
}

.position > li:not(.tip) + li::before {
    content: '>';
    color: #333;
    padding-left: 3px;
    margin: 0 1px;
}
.position > li:not(.tip) + li::marker {
    color: #333;
}
.position > li:last-child {
    color: #108dee;
}

.position .tip {
    margin-right: 5px;
    padding-left: 25px;
    background: url('../images/icon-position.png') no-repeat left center;
}

.common-header .olderadd {
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    background: url(../images/index/oldpeople_bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #fff;
}
.common-header .clogo {
    padding-left: 24px;
    background: url(../images/index/icon-emblem.png) no-repeat left center;
}
.common-header .login {
    background-color: transparent !important;
}
.common-header .login .hello {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
}
.common-header .login .login-user {
    margin-top: 25px;
    line-height: 30px;
    font-size: 16px;
    color: #8792a4;
}
.common-header .login .login-user > a {
    color: #2e80ec;
}

