ul li {
  list-style-type: none;
}
* {
  margin: 0px;
  padding: 0px;
}
.container {
  width: 1170px;
}
.modal-open .modal {
  visibility: visible;
}
/*top*/
.navbar {
  background-color: #2b3442;
  border-color: #1e242e;
  padding: 0px 20px;
}
.navbar .navbar-brand {
  padding: 12px 15px;
}
.navbar .navbar-brand img {
  display: inline-block;
  margin-right: 20px;
}
.navbar #nav-menu {
  float: right;
  margin: 0px;
}
.navbar #nav-menu li {
  display: inline-block;
}
.navbar #nav-menu li ul {
  display: none;
  position: absolute;
}
.navbar #nav-menu li ul li {
  float: none;
}
.navbar #nav-menu li ul li a {
  float: none;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  text-transform: capitalize;
  background: #1e242e;
  display: block;
  width: 150px;
  color: #fff;
  font-weight: normal;
  border-top: 1px solid #171B23;
  border-left: 1px solid #171B23;
  border-bottom: 1px solid #28303E;
  border-right: 1px solid #28303E;
}
.navbar #nav-menu li ul li a:hover {
  background: #4698ca;
  border-top: 1px solid #5db1e0;
  border-left: 1px solid #5db1e0;
}
.navbar #nav-menu li:hover {
  background-color: #1e242e;
}
.navbar #nav-menu li:hover a {
  color: #fff;
}
.navbar #nav-menu li.active {
  background-color: #1e242e;
}
/*fapiao_zdreg*/
.fapiao_zdreg {
  margin-top: 80px;
  margin-bottom: 50px;
}
.fapiao_zdreg .jindu ol li {
  width: 65%;
}
.fapiao_zdreg .jindu ol li .ui-step-line {
  width: 52%;
}
.fapiao_zdreg .jindu ol li.ui-step-start .ui-step-icon {
  margin-left: 170px;
}
.fapiao_zdreg .jindu .ui-step-end {
  width: 14%;
}
.fapiao_zdreg .jindu .ui-step-end .ui-step-icon .ui-step-number {
  top: 6px;
  left: 43px;
}
.fapiao_zdreg .logo {
  text-align: right;
}
.fapiao_zdreg .logo img {
  width: 50px;
  height: 50px;
}
.fapiao_zdreg .col-md-offset-4.col-md-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fapiao_zdreg .form-horizontal {
  width: 95%;
  margin: 0px auto;
}
.fapiao_zdreg .form-horizontal .bg-info {
  background-color: #d9edf7;
  padding: 10px 15px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}
.fapiao_zdreg .col-xs-6 select.form-control {
  width: 45%;
  margin-right: 4%;
  display: inline-block;
}
.fapiao_zdreg .xgrzzl {
  height: 60px;
  line-height: 60px;
}
.fapiao_zdreg .xgrzzl .form-horizontal .control-label {
  padding-top: 0px;
}
.fapiao_zdreg .xgrzzl .upbtn {
  padding-top: 18px;
  line-height: 10px;
}
.fapiao_zdreg .tupianbg {
  width: 80px;
  height: 60px;
}
.fapiao_zdreg .nextbtn {
  margin-top: 40px;
}
.fapiao_zdreg .nkpl {
  margin-top: 20px;
}
.fapiao_zdreg .tijiao {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fapiao_zdreg .down_mb {
  line-height: 22px;
  padding-top: 20px;
}
.fapiao_zdreg .down_mb small {
  display: inline-block;
  padding-right: 10px;
}
.fapiao_zdreg .qita {
  line-height: 34px;
}
.fapiao_zdreg .qita label {
  width: 100%;
}
.fapiao_zdreg .qita input[type='radio'] {
  margin-top: 9px;
}
.fapiao_zdreg .qita input[type='text'] {
  display: inline;
  width: 150px;
  margin: 0px 15px;
}
.text-danger {
  color: #a94442;
  line-height: 30px;
  height: 30px;
}
.text-muted {
  color: #777;
  font-size: 12px;
  padding-top: 5px;
}
.text-success {
  color: #3c763d;
  font-size: 12px;
  padding-top: 5px;
}
.text-danger.col-xs-2 {
  line-height: 34px;
  height: 34px;
}
.text-success.col-xs-2 {
  line-height: 34px;
  height: 34px;
  color: #3c763d;
  font-size: 14px;
}
.checkbox .btn {
  padding: 0px;
}
.help-block {
  font-size: 12px;
  color: #777;
}
.zltx {
  background-color: #eee;
  width: 95%;
  margin: 20px auto;
  padding: 20px;
}
.downgzh {
  display: block;
  padding: 6px 0px;
  text-align: left;
}
.a-upload {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-top: 10px;
}
.a-upload input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.a-upload input.disabled {
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.6);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.a-upload:hover {
  color: #fff;
  background: #286090;
  border-color: #204d74;
  text-decoration: none;
}
.sanzheng {
  background-color: #eee;
  padding: 5px 15px;
  width: 95%;
  margin: 15px auto;
}
.sanzheng .radio {
  display: inline-block;
  padding-top: 3px;
  min-height: 25px;
}
.dzfp,
.zzfp {
  padding: 10px 20px;
  display: none;
}
.dzfp .form-group,
.zzfp .form-group {
  margin: 10px 0px;
}
.dzfp .form-group input,
.zzfp .form-group input {
  display: inline-block;
  width: 300px;
}
.dzfp label,
.zzfp label {
  width: 100px;
  text-align: right;
}
.zzfp input.quhao {
  width: 80px;
}
.zzfp input.dianhua {
  width: 185px;
}
.zzfp .zzfpanniu {
  padding-left: 120px;
  margin-bottom: 15px;
}
.xzfje {
  margin-top: 10px;
}
.xzfje p {
  color: #777;
}
.col-xs-offset-2 {
  margin-bottom: 10px;
}
.col-xs-offset-2 .panel {
  width: 80%;
}
.jumbotron {
  width: 50%;
  margin: 20px auto;
  min-height: 400px;
}
.jumbotron img {
  width: 200px;
}
.jumbotron .col-xs-8 {
  padding-top: 80px;
}
.zhifufs img,
.other img {
  width: 30px;
  margin-right: 15px;
}
.zhifufs a.btn,
.other a.btn {
  font-size: 18px;
  margin-right: 10px;
}
.zhifufs h3,
.other h3 {
  margin: 15px 0px;
  color: #0089ff;
  padding-top: 20px;
  border-top: 1px solid #eee;
  width: 80%;
}
.other {
  margin-bottom: 20px;
}
.yinhk,
.weixin,
.zhifub {
  padding: 10px 20px;
  width: 67%;
  margin-bottom: 10px;
}
.yinhk .form-group,
.weixin .form-group,
.zhifub .form-group {
  margin: 10px 0px;
}
.yinhk .form-group input,
.weixin .form-group input,
.zhifub .form-group input {
  display: inline-block;
  width: 430px;
}
.yinhk label,
.weixin label,
.zhifub label {
  width: 100px;
  text-align: right;
}
.weixin,
.zhifub {
  display: none;
}
.xieyi {
  width: 90%;
  margin: 0px auto 25px;
}
.xieyi h1 {
  margin-bottom: 15px;
}
.xieyi h2,
.xieyi h3 {
  margin: 8px 0px 5px;
}
.xieyi p {
  margin-bottom: 8px;
}
.xieyi .text-right {
  text-align: right;
  margin: 15px 0px;
}
.weixinzhifu {
  width: 80%;
  margin: 0px auto 20px;
}
.weixinzhifu .zfsm {
  border-bottom: 4px solid #4A5971;
  padding-bottom: 15px;
}
.weixinzhifu .smzf {
  padding: 10px 15px;
  margin-bottom: 20px;
}
.weixinzhifu .smzf .help-block {
  margin-bottom: 20px;
}
.weixinzhifu .smzf h2 {
  display: inline;
  margin-right: 30px;
}
.weixinzhifu .smzf .pw-box-hd {
  margin-left: 15px;
  margin-top: 20px;
}
.weixinzhifu .smzf .pw-box-hd img {
  border: 1px solid #eee;
}
.weixinzhifu .smzf .pw-box-ft {
  height: 60px;
  padding: 8px 0 8px 125px;
  background: url(../images/icon-red.png) 50px 8px no-repeat #ff7674;
  width: 300px;
  color: #fff;
  margin-top: 20px;
  margin-left: 15px;
}
.weixinzhifu .btn-link {
  font-size: 16px;
}
/*footer*/
.footer {
  background-color: #212833;
  padding-top: 15px;
  text-align: left;
}
.footer h3 {
  padding-left: 66px;
  background: url(../images/contb.png) no-repeat 20px 0px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
}
.footer h3 small {
  display: block;
  font-size: 80%;
  color: #5c5c5c;
  margin-top: -5px;
}
.footer .nerong {
  border-top: 1px solid #2E3746;
  border-left: 1px solid #2E3746;
  margin-left: 35px;
  color: #d8d8d8;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .nerong .list {
  height: 24px;
  line-height: 24px;
}
.footer .nerong .list i {
  background: url(../images/dian.jpg) no-repeat;
  height: 9px;
  width: 9px;
  display: inline-block;
  position: relative;
  left: -5px;
  padding-right: 15px;
}
.footer .nerong ul {
  margin: 0px;
  padding: 0px;
}
.footer .ewm {
  width: 130px;
  float: right;
  margin: 20px 12px 10px;
  text-align: center;
  color: #d8d8d8;
}
.footer .ewm img {
  width: 100%;
}
.footer .ewm span {
  line-height: 22px;
  font-size: 14px;
}
.footer .share {
  background-color: #28313E;
  border: 1px solid #2E3746;
  border-radius: 3px;
  width: 62%;
  height: 36px;
  line-height: 36px;
  margin: 0px 12px 10px 15px;
  padding-left: 10px;
  float: right;
}
.footer .share em {
  color: #d8d8d8;
  display: inline-block;
  margin-top: -5px;
  font-style: normal;
}
.footer .share .jiathis_style {
  display: inline-block;
  margin-top: 8px;
}
.footer .banquan {
  text-align: center;
  background-color: #1E242E;
  border-top: 1px solid #2E3746;
  height: 40px;
  line-height: 40px;
  color: #777;
  font-size: 12px;
  position: relative;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .footer .ewm {
    width: 130px;
  }
  .footer .nerong {
    font-size: 13px;
  }
  .footer .share {
    width: 76%;
  }
}
@media (max-width: 768px) {
  .footer .ewm {
    width: 102px;
    margin-top: 60px;
  }
  .footer .ewm span {
    font-size: 12px;
  }
  .footer .nerong {
    font-size: 12px;
  }
  .footer .nerong .list {
    padding: 5px 0px;
    line-height: 18px;
    height: auto;
    padding-left: 10px;
  }
  .footer .nerong .list i {
    padding-right: 0px;
    left: -15px;
  }
  .footer .share {
    width: 81%;
  }
  .footer .share em {
    font-size: 14px;
  }
}
/*漂浮联系方式*/
.side-bar a,
.chat-tips i {
  background-image: url(../images/gdt-img.png);
  background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
  width: 50px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 0;
  line-height: 0;
  z-index: 100;
}
.side-bar .chaxun {
  height: 80px;
  width: 50px;
  color: #fff;
  background-image: none;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding-top: 18px;
}
.side-bar a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #669fdd;
  margin-bottom: 1px;
}
.side-bar a:hover {
  background-color: #009FF1;
}
.side-bar .icon-qq {
  background-position: -5px -70px;
}
.side-bar .icon-rexian {
  background-position: -5px -137px;
  position: relative;
}
.side-bar .icon-chat:hover .chat-tips,
.side-bar .icon-app:hover .chat-tips,
.side-bar .icon-rexian:hover .chat-tips {
  display: block;
}
.side-bar .icon-chat {
  background-position: -5px -203px;
}
.side-bar .icon-app {
  background-position: -5px -274px;
}
.side-bar .icon-top {
  background-position: -5px -9px;
}
.chat-tips {
  padding: 0px;
  border: 1px solid #d1d2d6;
  position: absolute;
  right: 68px;
  top: 125px;
  background-color: #ffffff;
  display: none;
}
.chat-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 120px;
  background-position: -88px -350px;
}
.chat-tips img {
  width: 136px;
  height: 136px;
}
.chat-tips span {
  display: block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  width: 100%;
  color: #333;
  font-size: 14px;
}
.app-tips {
  top: 72px;
}
.rexian-tips {
  top: 0px;
  color: #009FF1;
  padding: 0px 10px;
  width: 210px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.rexian-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 15px;
}
#alertMsg {
  display: none;
  width: 300px;
  /* min-height: 150px; */
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 10px black;
  padding: 10px;
  font-size: 12px;
  position: absolute;
  text-align: center;
  background: #fff;
  z-index: 1000000000;
}
#alertMsg_info {
  padding: 2px 15px;
  line-height: 1.6em;
  text-align: left;
}
#alertMsg_btn1,
#alertMsg_btn2 {
  display: inline-block;
  padding-left: 3px;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
  cursor: pointer;
}
#alertMsg_btn1 cite,
#alertMsg_btn2 cite {
  line-height: 24px;
  display: inline-block;
  padding: 0 13px 0 10px;
  font-style: normal;
}
.jindu_zs {
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
  min-height: 700px;
}
.jindu_zs .jindu {
  position: absolute;
  width: 253px;
  height: 190px;
}
.jindu_zs .jindu img {
  width: 253px;
  height: 190px;
}
.jindu_zs .jindu-01 {
  top: 380px;
  left: 40px;
}
.jindu_zs .jindu-02 {
  top: 306px;
  left: 293px;
  height: 140px;
}
.jindu_zs .jindu-03 {
  top: 110px;
  left: 420px;
}
.jindu_zs .jindu-04 {
  top: 22px;
  left: 673px;
  height: 155px;
}
.jindu_zs .jindu-05 {
  top: 118px;
  left: 926px;
}
.jindu_zs .jindu-06 {
  top: 308px;
  left: 846px;
}
.jindu_zs .jindu-07 {
  top: 405px;
  left: 593px;
}
.sksbfx {
  z-index: 9999;
}
.sksbfx .modal-content {
  background-color: #e7e7e7;
}
.sksbfx .modal-header {
  border-bottom: 1px solid #d0d0d0;
}
.sksbfx .modal-body p {
  margin-bottom: 5px;
}
.sksbfx .modal-body .col-xs-4 {
  margin-top: 20px;
}
.sksbfx .modal-body .col-xs-4 img {
  width: 100%;
}
.sksbfx .modal-body .wuliu {
  border-top: 1px solid #d0d0d0;
  margin-top: 20px;
  padding-top: 15px;
}
.sbjh {
  z-index: 9999;
}
.sbjh .modal-content {
  background-color: #e7e7e7;
}
.sbjh .modal-header {
  border-bottom: 1px solid #d0d0d0;
}
.sbjh .modal-body p {
  margin-bottom: 5px;
}
.sbjh .modal-body .col-xs-3 img {
  width: 100%;
}
.sbjh .modal-body .form-horizontal {
  margin-top: 20px;
}
.qrtishi span {
  display: inline-table;
  width: 30px;
  height: 8px;
  border: 1px solid #eee;
}
.qrtishi em {
  font-style: normal;
  font-size: 14px;
}
.qrtishi p {
  display: inline-block;
  padding-left: 20px;
}
.qrtishi .text-warning {
  color: #8a6d3b;
}
/*# sourceMappingURL=shoupiao_reg.css.map */
