@import "/newwz/css/common_new.css";
/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

iframe {
    display: block;
}

/* yui3 fonts */

body {
    min-width: 1366px;
    font: 14px/1.231 "Microsoft Yahei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% 'Microsoft Yahei'arial, helvetica, clean, sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    color: #333;
    text-decoration: none;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: block;
    height: 0;
    line-height: 0;
    content: "";
    overflow: hidden;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.mt20 {
    margin-top: 20px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.visible-phone {
    display: none !important
}

.visible-tablet {
    display: none !important
}

.hidden-desktop {
    display: none !important
}

.visible-desktop {
    display: inherit !important
}

@media(min-width: 768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }

    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }
}

@media(max-width: 767px) {
    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }

    .visible-phone {
        display: inherit !important
    }

    .hidden-phone {
        display: none !important
    }
}

@media all and (min-width: 900px) {

    html,
    body {
        height: 100%;
    }
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* Ã¥Â¤Â´Ã©Æ’Â¨Ã¨Æ’Å’Ã¦â„¢Â¯ */

.section1.bg1a {
    /*Ã¨Â¥Â¿Ã¥Â®Â*/
    /*background-image: url('../images/default/bg1a.jpg');*/
}

.section1.bg6a {
    /*Ã©Â»â€žÃ¥Ââ€”*/
    background-image: url('../images/default/bg6a.jpg');
}

.section1.bg2a {
    /*Ã¦ÂµÂ·Ã¤Â¸Å“*/
    background-image: url('../images/default/bg2a.jpg');
}

.section1.bg34 {
    /*Ã©Æ’Â½Ã¥â€¦Â°Ã¥Å½Â¿*/
    background-image: url('../images/default/bg34.jpg');
}

/* fixed */

.fixed-menu {
    position: fixed;
    right: 20px;
    top: 150px;
    width: 84px;
    z-index: 150;
    box-shadow: 0 0 2px 2px #e9e9e9;
}

@media(max-width: 1199px) {
    .fixed-menu {
        display: none;
    }
}

.fixed-item {
    height: 60px;
    position: relative;
}

.fixed-item>a {
    display: block;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    padding-top: 3px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.fixed-item:last-child>a {
    border-bottom: 0;
}

.fixed-item .icon {
    display: block;
    width: 42px;
    height: 32px;
    margin: 0 auto;
    background-image: url("../images/default/fixed-icons.png");
    background-repeat: no-repeat;
}

.fixed-item .text {
    text-align: center;
    display: block;
    line-height: 20px;
    color: #1492ff;
}

.fixed-item .ewm {
    display: none;
    position: absolute;
    left: -133px;
    top: -30px;
}

.fixed-item .ewm2 {
  display: none;
  position: absolute;
  left: -133px;
  top: -60px;
}

.fixed-item .icon-smart {
    background-position: center top;
}

.fixed-item .icon-phone {
    background-position: center -64px;
}

.fixed-item .icon-chat {
    background-position: center -126px;
}

.fixed-item .icon-error {
    background-position: center -189px;
}

.fixed-item .icon-top {
    background-position: center -249px;
}

.fixed-item>a:hover {
    background-color: #1492ff;
}

.fixed-item>a:hover .text {
    color: #fff;
}

.fixed-item:hover .ewm {
    display: block;
}

.fixed-item:hover .ewm2 {
  display: block;
}

.fixed-item>a:hover .icon {
    background-image: url("../images/default/fixed-icons2.png");
}

/*å¤´éƒ¨åŒºåŸŸé€‰æ‹©*/
/* .dept-wrap {
    float: left;
    margin: 42px 0 0 10px;
}

.dept-content {
    box-sizing: border-box;
   display: inline-block;
    height: 40px;
    line-height: 38px;
    background: url("../images/home-index/arrow-b.png") no-repeat right 12px
            center,
        url("../images/home-index/dept-top-icon.png") no-repeat 10px center;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px 0 30px;
    max-width: 130px;
    color: #666666;
    font-size: 16px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 4px;
}

.dept-wrap:hover .position-drop {
    display: block;
}

.dept-wrap .position-drop-inner::before {
    left: 450px;
}
.deal-person {
    width: 1200px;
    overflow: hidden;
}

.top-dept-list > li {
    width: 200px;
    float: left;
    text-align: left;
    line-height: 40px;
    font-size: 15px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.top-dept-list > li .dept-top-info {
    display: block;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.top-dept-list > li .dept-top-info:hover {
    color: #fff;
}
.position {
    float: left;
    margin: 42px 0 0 0;
}

.position-wrap {
    padding-top: 58px;
}

.position.second .position-btn {
    font-size: 14px;
}

.position-btn {
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    background: url("../images/adminpermit2/arrow-b.png") no-repeat right 12px
        center,url("../images/adminpermit2/address-icon.png") no-repeat 10px center;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px 0 30px;
    max-width: 130px;
    color: #666666;
    font-size: 16px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 4px;
}


.position-drop {
    z-index: 10;
    display: none;
    position: absolute;
    top: 53px;
    left: 10px;
    right: 10px;
    height: 372px;
    padding-top: 46px;
}


.common-header .position-drop {
    top: 85px;
}

.position-drop.visible-desktop {
    animation: slideDown .2s linear;
} */

/* @keyframes slideDown {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(.8)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1)
    }
}

.position-drop-wrap {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.32);
}

.position-drop-inner {
    position: relative;
    padding: 10px 10px 12px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

.position-drop-inner:before {
    width: 24px;
    height: 17px;
    position: absolute;
    content: "";
    left: 335px;
    top: -17px;
    background: url("../images/default/arrow.png") no-repeat;
}

.common-header .position-drop-inner:before {
    left: 551px;
}

.position-drop-row {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.position-drop-row:last-child {
    border-bottom: none;
}

.position-drop-row .title {
    float: left;
    width: 125px;
    padding-left: 16px;
    box-sizing: border-box;
    text-align: left;
    padding-right: 0;
    color: #4176e3;
    line-height: 30px;
}

.position-drop-row .title>i {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}

.position-drop-row .title>i.active {
    background-color: #1492ff;
    color: #fff;
}

.position-drop-row .position-items {
    margin-left: 125px;
}

.position-drop-row .position-item {
    float: left;
    padding: 0 10px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 1px;
}

.position-drop-row .position-item.active {
    background-color: #4176e3;
    color: #fff;
} */

.common-search {
    float: right;
    margin-right: 20px;
    padding-top: 62px;
}

.common-search-input {
    float: left;
    /*width: 367px;*/
    width: 320px;
    height: 44px;
    border: 1px solid #fadcbe;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    text-indent: 16px;
    outline: 0;
    font-size: 16px;
}

.common-search-btn {
    position: relative;
    float: left;
    width: 28px;
    height: 46px;
    border: 0 none;
    left: -41px;
    background-image: url('../images/default/icon-search2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-indent: -9999px;
}

/* Ã¤Â¸Â»Ã¨ÂÅ“Ã¥Ââ€¢ */

.main-menu-items {
    height: 74px;
    background-color: #1492ff;
}

.main-menu-item {
    float: left;
    margin-right: 25px;
}

.main-menu-item:last-child {
    margin-right: 0;
}

.main-menu-item>a {
    display: block;
    width: 150px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.main-menu-item>a.active,
.main-menu-item>a:hover {
    background-color: #0d7edf;
}

/*Ã¤ÂºÅ’Ã§ÂºÂ§Ã©â‚¬Å¡Ã§â€Â¨Ã¥Â¤Â´Ã©Æ’Â¨*/

.common-header {
    min-height: 244px;
    min-width: 1200px;
    background: url("../images/about/about-bg.jpg") center top no-repeat;
}

.common-top {
    height: 170px;
}

.common-logo {
    float: left;
    width: 376px;
    height: 50px;
    margin: 56px 0 0 0;
    background: url("../images/index/logo.png");
    text-indent: -9999px;
}

/*Ã¦Ë†â€˜Ã§Å¡â€žÃ¤Â½ÂÃ§Â½Â®*/

.mypos {
    height: 60px;
    line-height: 58px;
    color: #999;
}

.mypos .cur {
    color: #ff8b17;
}

.mypos>a {
    color: #999;
}

/*footer*/

.footer,
.common-footer {
    min-height: 245px;
    margin-top: -43px;
    padding-top: 70px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    background: url("../images/default/footer.png") center top no-repeat;
}

.common-footer {
    color: #666;
    margin-top: 0;
    background: url("../images/about/about-footer.png") center top no-repeat;
}

.common-footer .container {
    position: relative;
}

.footer-link-items {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.footer-link-item {
    float: left;
    width: 119px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-right: 1px solid #fff;
}

.common-footer .footer-link-item {
    border-right-color: #bfbfbf;
}

@media(max-width: 767px) {
    .footer-link-items {
        width: auto;
        text-align: center;
    }

    .footer-link-item {
        float: none;
        display: inline-block;
        margin-bottom: 5px;
    }
}

.footer-link-item>a {
    color: #fff;
}

.common-footer .footer-link-item>a {
    color: #666;
}

.footer-text {
    text-align: center;
    line-height: 32px;
}

.footer .container {
    position: relative;
}

.footer-link1 {
    position: absolute;
    top: 22px;
    left: 70px;
}

.footer-link2 {
    position: absolute;
    top: 33px;
    right: 70px;
}

@media(max-width: 1199px) {

    .footer-link1,
    .footer-link2 {
        display: none;
    }
}

/* Ã¥Å Å¾Ã¤Â»Â¶Ã¥â€¦Â¬Ã§Â¤ÂºÃ©â‚¬Å¡Ã§â€Â¨Ã¦Â Â·Ã¥Â¼Â */

.showcase-form-item {
    padding: 5px 0;
}

.showcase-bar-wrap .title {
    float: left;
    padding-right: 5px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 30px;
}

.showcase-bar-wrap .status-wrap,
.showcase-bar-wrap .code-wrap {
    position: relative;
    float: left;
}

.showcase-bar-wrap .status-wrap {
    width: 78px;
    height: 26px;
    border: 1px solid #d2d2d2;
    border-radius: 13px;
    padding: 0 10px;
}

.status-select {
    width: 100%;
    height: 26px;
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: 26px;
}

.showcase-bar-wrap .code-wrap {
    width: 325px;
    padding-left: 10px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #d2d2d2;
}

.code-input {
    float: left;
    width: 80%;
    height: 26px;
    border: 0;
    line-height: 26px;
    font-size: 16px;
    border: 0;
    text-indent: 3px;
    outline: 0;
    background-color: transparent;
}

.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 28px;
    margin: -1px -1px 0 0;
    border-radius: 14px;
    background-color: #ff8b17;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* Ã¥Å Å¾Ã¤Â»Â¶Ã¥â€¦Â¬Ã§Â¤ÂºÃ¨Â¡Â¨Ã¦Â Â¼ */

.showcase-list {
    width: 100%;
    font-size: 16px;
}

.showcase-list th {
    background-color: #e0effc;
    text-align: center;
    line-height: 40px;
}

.showcase-list td {
    text-align: center;
    line-height: 40px;
}

.showcase-list tbody tr:hover {
    background-color: #fff3e7;
}

/*.matter:hover {
  color: #ff8b17;
}*/

.handle-status.doing {
    color: #ff8b17;
}

.handle-status.finished {
    color: #63bc34;
}

/*Ã¦ÂµÂÃ§Â¨â€¹*/

.flow-item {
    float: left;
    width: 220px;
    height: 60px;
    border-top: 3px solid #e9e9e9;
    position: relative;
}

.fourstep .flow-item {
    width: 184px;
}

.flow-item.last {
    width: 380px;
}

.fourstep .flow-item.last {
    width: 324px;
}

.flow-item:first-child:before,
.flow-item.last:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    top: -13px;
    border-radius: 12px;
    background-color: #e9e9e9;
}

.flow-item.last:before {
    right: 0;
}

.flow-item .order {
    position: absolute;
    right: 0;
    top: -25px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #e9e9e9;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #999;
}

.flow-item.last .order {
    left: 166px;
    right: auto;
    background: url('../images/personalzone/flow-complete.png') no-repeat;
}

.fourstep .flow-item.last .order {
    left: 125px;
}

.flow-item .text {
    position: absolute;
    top: 24px;
    right: -26px;
    width: 100px;
    height: 26px;
    padding-top: 10px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.flow-item.last .text {
    left: 140px;
    right: auto;
}

.fourstep .flow-item.last .text {
    left: 100px;
}

.flow-item.active {
    border-top-color: #6dbbfe;
}

.flow-item.active:before,
.flow-item.active.last:before {
    background-color: #6dbbfe;
}

.flow-item.active .order {
    background-color: #6dbbfe;
    color: #fff;
}

.flow-item.active .text {
    color: #333;
    font-weight: bold;
}

.flow-item.last.active .order {
    background-image: url('../images/personalzone/flow-complete2.png');
}

.checkbox,
.radiobox {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    cursor: pointer;
}

.checkbox input,
.radiobox input {
    display: none;
}

.checkbox:before,
.radiobox:before {
    position: absolute;
    content: 0;
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
    background-image: url('../images/personalzone/icon-radio.png');
    background-repeat: no-repeat;
}

.checkbox.select:before,
.radiobox.select:before {
    background-position: -15px 0;
}

/*Ã¥Â¯â€ Ã§Â ÂÃ¥Â¼ÂºÃ¥ÂºÂ¦*/

.psdstrength {
    clear: both;
    height: 90px;
    padding-left: 215px;
}

.psdstrength-items {
    padding: 20px 0 0 47px;
}

.psdstrength-item {
    float: left;
    width: 80px;
    margin-right: 6px;
}

.psdstrength-item .bar {
    display: block;
    height: 14px;
    background-color: #bfbfbf;
}

.psdstrength-item .text {
    display: block;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #999;
}

.psdstrength-item.weak .bar {
    background-color: #ff0000;
}

.psdstrength-item.weak .text {
    color: #ff0000;
}

.psdstrength-item.mid .bar {
    background-color: #ffc056;
}

.psdstrength-item.mid .text.cur {
    color: #ffc056;
}

.psdstrength-item.high .bar {
    background-color: #9fcc2c;
}

.psdstrength-item.high .text.cur {
    color: #9fcc2c;
}

/* Ã¦â„¢ÂºÃ¨Æ’Â½Ã©â€”Â®Ã§Â­â€ */
.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -232px;
  width: 72px;
  font-size: 14px;
  text-align: center;
  /* background-color: #f8f8f8;
  border: 1px solid #e1f1fe; */
}
.sidebar > ul {
  z-index: 1;
}
.sidebar .item {
  position: relative;
  float: left;
  background: url(images/sideline.png) bottom center no-repeat;
}
.sidebar .item:hover .seek,
.sidebar .item:hover .code {
  display: block;
}
.sidebar .icon {
  display: block;
  width: 72px;
  height: 72px;
  color: #666;
  line-height: 110px;
}
.sidebar .icon.icon1 {
  background: url(images/img_mb.png) center 12px no-repeat;
}
.sidebar .icon.icon1:hover {
  background-image: url(images/img_mb2.png);
}
.sidebar .icon.icon2 {
  background: url(images/img_wx.png) center 11px no-repeat;
}
.sidebar .icon.icon2:hover {
  background-image: url(images/img_wx2.png);
}
.sidebar .icon.icon3 {
  background: url(images/img_jc.png) center 11px no-repeat;
}
.sidebar .icon.icon3:hover {
  background-image: url(images/img_jc2.png);
}
.sidebar .icon.icon4 {
  background: url(images/img_ai.png) center 11px no-repeat;
}
.sidebar .icon.icon4.active, .sidebar .icon.icon4:hover {
  background-image: url(images/img_ai2.png);
}
.sidebar .icon.icon5 {
  background: url(images/img_compass.png) center 11px no-repeat;
}
.sidebar .icon.icon5:hover {
  background-image: url(images/img_compass2.png);
}
.sidebar .icon.icon6 {
  background: url(images/img_question.png) center 11px no-repeat;
}
.sidebar .icon.icon6:hover {
  background-image: url(images/img_question2.png);
}
.sidebar .icon.active, .sidebar .icon:hover {
  color: #fff;
  background-color: #2f86c9;
}
.sidebar .switch {
  position: relative;
  margin-top: -1px;
  height: 32px;
  color: #666;
  line-height: 32px;
  background-color: #eeeeee;
  z-index: 2;
  cursor: pointer;
}
.sidebar .switch:hover {
  color: #fff;
  background-color: #257ed7;
}
.sidebar .switch.develop {
  width: 72px;
  height: 67px;
  color: #fff;
  line-height: 100px;
  background: #257ed7 url(images/switch.png) center 12px no-repeat;
  overflow: hidden;
}
.sidebar .code {
  display: none;
  position: absolute;
  left: -168px;
  top: -19px;
  padding: 7px 7px 0;
  width: 138px;
  background-color: #fff;
}
.sidebar .code .half .title {
  padding: 10px 0 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #257fd7;
}
.sidebar .code .half img {
  display: block;
  margin: 13px auto 20px;
  width: 117px;
  height: 117px;
}
.sidebar .code .half p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #999;
}
.sidebar .code .line {
  margin-bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.sidebar .code .arrowR {
  position: absolute;
  top: 51px;
  right: -5px;
  width: 5px;
  height: 10px;
  background: url(images/arrowR.png) 0 0 no-repeat;
}
.sidebar .seek {
  display: none;
  position: absolute;
  top: -38px;
  left: -106px;
  padding-right: 12px;
  width: 94px;
  background: url(images/arrowR.png) 94px center no-repeat;
}
.sidebar .seek .newseek {
  background: #fff url(images/seek.png) center 15px no-repeat;
}
.sidebar .seek .newseek:hover {
  background-image: url(images/seek2.png);
}
.sidebar .seek .newcomplain {
  background: #fff url(images/complain.png) center 15px no-repeat;
}
.sidebar .seek .newcomplain:hover {
  background-image: url(images/complain2.png);
}
.sidebar .seek .half {
  display: block;
  width: 100%;
  height: 77px;
  line-height: 116px;
  color: #999;
  text-align: center;
  overflow: hidden;
}
.sidebar .seek .half:hover {
  color: #fff;
  background-color: #2f86c9;
}
.sidebar .seek .inner {
  background-color: #fff;
}
.sidebar .seek .line {
  margin: 0 auto;
  width: 65px;
  height: 1px;
  background-color: #e5e5e5;
}
.sidebar .makeAi {
  position: absolute;
  padding: 15px;
  top: 20px;
  left: -500px;
  width: 434px;
  height: 463px;
  border: 1px solid #e5e4e4;
  background-color: #fff;
  box-shadow: 0 0 10px #deddde;
}
.sidebar .makeAi .arrowR {
  position: absolute;
  top: 51px;
  right: -10px;
  width: 10px;
  height: 13px;
  background: url(images/arrowR2.png) 0 0 no-repeat;
}
.sidebar .makeAi .aihead {
  font-size: 14px;
  line-height: 1;
}
.sidebar .makeAi .aihead .department {
  font-size: 14px;
  font-weight: bold;
  color: #257fd7;
}
.sidebar .makeAi .ask .askbox {
  width: 360px;
  height: 40px;
  text-indent: 10px;
  border: 1px solid #dedede;
  border-right: 0;
  outline: none;
}
.sidebar .makeAi .ask .askbtn {
  width: 73px;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  background-color: #257ed7;
  border: 0;
  cursor: pointer;
}
.sidebar .makeAi .chat {
  margin-top: 20px;
  padding: 15px;
  height: 355px;
  background-color: #f8f8f8;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .makeAi .talkitem {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.sidebar .makeAi .user {
  width: 39px;
  height: 39px;
  background: url(images/portrait.png) 0 0 no-repeat;
}
.sidebar .makeAi .dialogue {
  padding: 8px 15px;
  border-radius: 5px;
}
.sidebar .makeAi .newarrow {
  position: absolute;
  top: 12px;
  display: block;
  width: 6px;
  height: 10px;
}
.sidebar .makeAi .computer .user {
  float: left;
}
.sidebar .makeAi .computer .dialogue {
  float: left;
  margin-left: 16px;
  max-width: 270px;
  text-align: left;
  background-color: #f9eedc;
}
.sidebar .makeAi .computer .newarrow {
  left: 49px;
  background: url(images/answer.png) 0 0 no-repeat;
}
.sidebar .makeAi .own .user {
  float: right;
}
.sidebar .makeAi .own .dialogue {
  float: right;
  margin-right: 16px;
  max-width: 270px;
  text-align: left;
  background-color: #cdeaff;
}
.sidebar .makeAi .own .newarrow {
  right: 49px;
  background: url(images/ask.png) 0 0 no-repeat;
}

/*# sourceMappingURL=side.css.map */



/*end*/

.qh-nav-lists .arrow {
    z-index: 999 !important;
}

.m-nav-hover {
	z-index: 99 !important;
}

.qh-float-hand {
	display:none !important;
}

.personal-space:hover {
	color:#fff !important;
}

.ewb-robot {
	position:fixed;
	top: 110px;
	right: 0;
	z-index:100;
} 

.ewb-robot:hover{
	cursor:pointer;
}

/* inputÃ¨Ââ€Ã¦Æ’Â³Ã¦Â Â·Ã¥Â¼Â */
.auto-list{
	position:absolute;
	left:0;
	right:0;
	top:45px;
	z-index:999;
	width:360px;
	background-color:#fff;
}
.auto-item{
	padding:15px 0;
	border-top:1px solid #c8c8c8;
}
.trt_jsk1_con3_l.trt_tblue1{
	float:left;
	padding-top:1px;
	width:97px;
	/* border-right:1px solid #c8c8c8; */
	background-repeat:no-repeat;
	background-position:center 3px;
	font-size:14px;
	line-height:14px;
	text-align:center;
}
.trt_jsk1_con3_r{
	float:left;
  padding-left:10px;
  border-left:1px solid #c8c8c8;
	/* height:26px; */
	line-height:26px;
}
.trt_jsk1_con3_r li{
	/* height:26px; */
	width:235px;
	padding-left:10px;
	background:url(/images/li.png) 10px center no-repeat;
	border-radius:13px;
	cursor:pointer;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trt_jsk1_con3_r li:hover{
	background-color:#e1f2ff;
}
.trt_jsk1_more a{
	display:block;
	margin-right:15px;
	padding-right:15px;
	line-height:26px;
	height:26px;
	text-align:right;
	color:#257ed7 !important;
	/* background:url(images/auto-more.png) right center no-repeat; */
}

.searchlist {
    top: 108px;
}

.change-btn {
    position: absolute;
    /* top: 0;
    right: 0; */
    width: 30px;
    height: 30px;
    padding: 15px 22px 21px;
    background: url(../images/change-btn.png);
    color: #fff;
    line-height: 15px;
}
/*end*/

/* å¤´éƒ¨ */
.head-box {
    height: 105px;
    background: url("../images/adminpermit2/new-topbg.jpg") no-repeat center;
}

.head-box>div {
    position: relative;
    height: 120px;
    width: 1202px;
    margin: 0 auto;
}

.title-logo {
    height: 105px;
    line-height: 105px;
    width: 300px;
}

.title-logo img {
    vertical-align: middle;
    margin-top: -4px;
}

.search-box {
    position: relative;
    width: 400px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #c1def8;
    background-color: #f3f8fc;
    margin-top: 55px;
    border-radius: 18px;
}

.search-box .search {
    height: 34px;
    width: 355px;
    border: none;
    outline: none;
    padding-left: 20px;
    background: transparent;
    box-sizing: border-box;
}

.search-btn {
    float: right;
    width: 53px;
    height: 34px;
    border: none;
    background: url("../images/matter/search-icon.png") no-repeat center;
    outline: none;
    cursor: pointer;
}

/* .user-btn {
    float: left;
    width: 138px;
    height: 40px;
    color: #2868b1;
    box-sizing: border-box;
    right: 0;
    font-size: 16px;
    line-height: 38px;
    border-width: 1px;
    border-color: rgb(173, 199, 229);
    border-style: solid;
    top: 42px;
    padding-left: 46px;
    border-radius: 4px;
    background: url("../images/adminpermit2/server-icon.png") no-repeat 17px center;
    background-color: #fff;
    margin-right: 8px;
} */



.login-info {
    padding-top: 42px;
}

.user-login {
    float: left;
    width: 138px;
    height: 40px;
    color: #2868b1;
    box-sizing: border-box;
    right: 0;
    font-size: 16px;
    line-height: 38px;
    border-width: 1px;
    border-color: rgb(173, 199, 229);
    border-style: solid;
    top: 42px;
    padding-left: 46px;
    border-radius: 4px;
    background: url("../images/adminpermit2/login-btn.png") no-repeat 17px center;
    background-color: #fff;
}



  

.user-center {
    margin-right: 9px;
    background: #1492ff url("../images/index/user-icon.png") no-repeat 14px center;
}

.user-center:hover {
    background: #0782ed url("../images/index/user-icon.png") no-repeat 14px center;
}

/* .login-name {
    position: relative;
    float: left;
    color: #666666;
    height: 19px;
    margin-top: 16px;
    line-height: 19px;
    margin-left: 16px;
    padding-left: 25px;
    background: url("../images/matter/human-icon.png") no-repeat left center;
    padding-right: 16px;
    max-width: 200px;
} */

.login-name::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #c8c8c8;
    right: 0;
    top: 2px;
}

.login-name >a {
    color: #1492ff;
	display: inline-block;
	width: 154px;
}

/* .cancellation {
    float: left;
    color: #ff9425;
    height: 17px;
    margin-top: 17px;
    line-height: 17px;
    margin-left: 14px;
    margin-right: 4px;
} */


.search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 34px;
    background: url("../images/matter/icon-search.png") left center no-repeat;
    outline: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}

/* å¯¼èˆª */
.nav-box {
    height: 64px;
    background-image: -moz-linear-gradient( -180deg, rgb(40,101,170) 0%, rgb(66,129,201) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(40,101,170) 0%, rgb(66,129,201) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(40,101,170) 0%, rgb(66,129,201) 100%);
    background-color: #2868b1;/*#4180c7;*/
}

  
/* .nav-list {
    width: 1202px;
    margin: 0 auto;
}

.nav-list>li {
    float: left;
    width: 11%;
    margin-right: 1px;
}

.nav-list>li>a {
    position: relative;
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #dfeeff;
    text-align: center;
}

.nav-list>li>a:hover,.nav-list>li>.active  {
    background-image: -moz-linear-gradient( -90deg, rgba(108, 177, 255,0) 0%, rgba(108, 177, 255,.3) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(108, 177, 255,0) 0%, rgba(108, 177, 255,.3) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(108, 177, 255,0) 0%, rgba(108, 177, 255,.3) 100%);
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}


.nav-list>li>a:hover::before,.nav-list>li>.active::before {
    content: '';
    position: absolute;
    width: 44px;
    height: 4px;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
} */


.çŸ©å½¢_530_æ‹·è´ {
  
    opacity: 0.341;
    position: absolute;
    left: 522px;
    top: 107px;
    width: 150px;
    height: 62px;
    z-index: 79;
  }

/* åº•éƒ¨ */
.right-nav {
    position: fixed;
    right: 20px;
    /* bottom: 150px; */
    width: 60px;
    z-index: 9999;
	top: 50%;
    margin-top: -150px;
}

.right-nav>li {
    margin-bottom: 1px;
}

.right-nav>li>a {
    display: block;
    height: 54px;
    background-color: #585b61;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    padding-top: 32px;
    text-align: center;
}

.right-nav>li>a:hover {
    background-color: #37b6fe;
}

.right-icon1 {
    background: url("../images/home-index/right-icon1.png") no-repeat center 7px;
}

.right-icon2 {
    background: url("../images/home-index/right-icon2.png") no-repeat center 7px;
}

.right-icon3 {
    background: url("../images/home-index/right-icon3.png") no-repeat center 7px;
}

.right-icon4 {
    background: url("../images/home-index/right-icon4.png") no-repeat center 7px;
}

.right-icon5 {
    background: url("../images/home-index/right-icon5.png") no-repeat center 7px;
}

.right-icon6 {
    background: url("../images/home-index/right-icon6.png") no-repeat center 7px;
}
.right-icon7{
    background: url("../images/home-index/right-icon7.png") no-repeat center 7px;
}
.right-nav>li>.back-top {
    height: 25px;
    line-height: 25px;
    padding-top: 0;
    background-color: #37b6ff;
}

.ewm2 {
	display:none;
    position: absolute;
    right: 65px;
    top: -25px;
}

.article-header {
    height: 36px;
    border-bottom: 1px solid #e8edf2;
}

.article-title {
    float: left;
    position: relative;
    top: 1px;
    height: 34px;
    padding: 0 14px 0 33px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #2868b1;
    background: url("../images/about/about-title.png") no-repeat 2px 3px;
}

.right-nav>li>.sm-btn {
    height: 25px;
    line-height: 25px;
    padding-top: 0;
    background-color: #37b6ff;
}
#header{
height: 160px;
}
/* .btn-login{
margin-top: -7px;
} */


.login-name {
    position: relative;
    float: left;
    color: #666666;
    height: 19px;
    margin-top: 16px;
    line-height: 19px;
    margin-left: 16px;
    padding-left: 25px;
    background: url("../../images/matter/human-icon.png") no-repeat left center;
    padding-right: 16px;
}



.login-name::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #c8c8c8;
    right: 0;
    top: 2px;
}


.login-name > a {
    color: #1492ff;
}


.cancellation {
    float: left;
    color: #ff9425;
    height: 17px;
    margin-top: 17px;
    line-height: 17px;
    margin-left: 14px;
    margin-right: 4px;
}
.unbindlink {
    pointer-events: none;
}