/* login */
body {
/*   filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#EBF1FD,endColorstr=#FBFCFF); */
  background: url(../img/home_banner.jpg) no-repeat center 70%;
  background-size: 100% 100%;
  height: 100%;
  min-height: 400px;
  width: auto;
  min-width: 1280px;
  overflow: hidden;
}

.hd {
  background: #FFF;
  color: #333333;
  line-height: inherit;
  margin-bottom: 0;
}

.web-title {
    margin-top: 22px;
}

.web-title a {
  color: #1A56A8;
  font-size: 30px;
  cursor: default;
}

.web-title a span {
  display: inline-block;
  margin-top: 10px;
}

.web-title .badge {
  width: 52px;
  height: 67px;
  float: left;
  margin: -5px 15px 0 0;
}

.hd .hd-item {
  padding-right: 30px;
  float: right;
  margin-top: 45px;
  color: #333333;
  font-size: 16px;
  font-family: 'Microsoft YaHei', sans-serif;
}

.hd .hd-fgx {
  float: right;
  margin-top: 45px;
  font-size: 18px;
  margin-right: 20px;
  color:#CCCCCC;
}



.hd .hd-item:hover {
  color: #4285F4;
  text-decoration: underline;
}



.ft {
  background-color: #FAFAFA;
}

.bd {
  /* background: #FFF none repeat scroll 0 0; */
  padding-bottom: 0;
  /* height: auto; */
}

.login {
  position: relative;
  width: 100%;
  /* height: 798px; */
  height: 100%;
  margin: 0 auto;
}

.banner-slider {
  position: absolute;
  width: 100%;
  height: 435px;
}

.banner-slider .nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.banner-slider .nav ul li {
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  border-radius: 5px;
  text-indent: -999em;
}

.banner-slider .nav ul li.on {
  background: #FFF;
}

.banner-slider .slides ul li {
  height: 435px;
}

.login {
  /* background: url("../img/home_banner.jpg") no-repeat center -90px #4285F4; */
  background-size: cover;
}

.login-box {
  /* margin-top: 7%; */
  /* padding-bottom: 30px; */
  position: relative;
  float: right;
  width: 425px;
  height: 434px;
  background: rgba(255, 255, 255, 1);
  display: inline;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF)";
}

.login-box-hd a {
  height: 50px;
  width: 96px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.35);
  color: #333333;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.login-box-hd a.active {
  background: none;
  outline: none;
  color: #4A78CD;
  border-bottom: 2px solid #4A78CD;
}

.login-box-hd .icon {
  position: relative;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_status.png) no-repeat 0 -22px;
}

.login-tips-arrow {
  display: none;
  position: absolute;
  top: 40px;
  left: 260px;
  width: 12px;
  height: 6px;
  background: url(../img/icon_status.png) no-repeat -46px -42px;
  z-index: 102;
}

.login-tips {
  display: none;
  position: absolute;
  top: 46px;
  left: 128px;
  width: 280px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.4em;
  color: #FFF;
  z-index: 101;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.login-box-bd {
  position: relative;
}

.login-field {
  box-sizing: border-box;
  margin: 0 25px 15px;
  background: #FFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4em;
}

.login-label {
  float: left;
  width: 80px;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  color: #666666;
  text-align: right;
}

.login .sf {
  margin-left: 80px;
}

.login .sf.mini-combobox,
.login .sf.mini-textbox {
  margin: 0;
}

.login .sf.mini-password {
  width: 100% !important;
}

.login .sf .mini-buttonedit-border,
.login .sf .mini-textbox-border {
  height: 40px;
  border: 0 none;
}

.login-field .sf .mini-buttonedit-input,
.login-field .sf .mini-textbox-input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
}

.login-field .sf input[type="text"]:-ms-input-placeholder {
  color: #999;
}

.login-field .sf .mini-buttonedit-button {
  height: 40px;
  border-color: #FFF;
}

.login-field .sf .mini-buttonedit-button .mini-buttonedit-icon {
  margin-top: 7px;
}

.login-field.auth {
  position: relative;
}

.login-field .auth-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
}

.login-field .auth-pass {
  top: 10px;
  right: 106px;
}

.login-btn,
.login-btn:hover {
  display: block;
  height: 36px;
  margin: 0 25px;
  border: 0 none !important;
  background: #73ACFB !important;
  text-align: center;
}

.login-btn:hover {
  background: #3E9BE5 !important;
}

.login-btn .mini-button-text {
  background: inherit;
  padding: 0;
  color: #FFF;
  line-height: 36px;
  font-size: 18px;
  letter-spacing: 10px;
}

.ctn-link {
  margin: 10px 20px 0 25px;
}

.login-reg,
.login-forget {
  color: #4A78CD;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
  height: 22px;
}

.login-reg:hover,
.login-forget:hover {
  color: #4A78CD;
  border-bottom: 1px solid #4A78CD;
}

.login-reg {
  float: left;
}

.login-reg em {
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
}

.login-forget {
  float: right;
}

.login-msg-ctn {
   min-height: 50px;
}

.msg {
  margin: 0 20px;
  padding: 15px 5px 0;
  color: #FF8939;
  line-height: 22px;
}

.msg-icon {
  float: left;
  padding: 1px 5px 0 0;
  font-size: 2em;
}

.msg-item {
  font-size: 1.2em;
}

.seperator {
  height: 28px;
  margin-top: 55px;
  background: url("../img/seperator.png") no-repeat center center transparent;
}

.biz {
  margin: 70px 0;
}

.biz .ctn {
  width: 900px;
}

.biz-item {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
  height: 265px;
}

.biz .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url("../img/biz.png") no-repeat 0 0 transparent;
}

.tax-inq .icon {
  background-position: 0 0;
}

.self-dec .icon {
  background-position: -653px 0;
}

.income-dec .icon {
  background-position: -260px 0;
}

.sew-dec .icon {
  background-position: -390px 0;
}

.wszm-dec .icon {
  background-position: -923px 0;
}

.inv-rep .icon {
  background-position: -1067px 0;
}

.sdh-sb .icon {
  background-position: -1215px 0;
}

.pay-tax .icon {
  background-position: -130px 0;
}

.dkfp .icon {
  background-position: -519px 0;
}

.sb-inq .icon {
  background-position: -783px 0;
}

.biz h3 {
  margin: 20px 0;
  font-size: 1.6em;
  color: #333;
  text-align: center;
}

.biz p {
  padding: 0 30px;
  font-size: 1.4em;
  color: #666;
  text-align: center;
}

.help-ctn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}

.help-ctn .icon {
  display: inline-block;
  float: right;
  clear: right;
  width: 40px;
  height: 40px;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: 1001;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#99222222, endColorstr=#99222222);
}

.help-ctn .icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/help.png) no-repeat;
}

.help-ctn .icon i.help {
  background-position: 0 0;
}

.help-ctn .icon i.question {
  border-top: 1px solid #333;
  background-position: 0 -40px;
}

.help-ctn .item {
  float: right;
  width: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.4em;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1001;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.warn-ctn {
  padding: 10px 20px;
  font-size: 1.2em;
}

.warn-ctn .icon {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../../img/mini-icons.png) no-repeat -26px 0;
}

.warn-ctn p {
  margin-left: 70px;
  line-height: 2;
}

.annc-ctn {
  height: 40px;
  background: #FFF;
  font-size: 14px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(66, 133, 244, 0.05);
  -moz-box-shadow: 0px 5px 10px 0 rgba(66, 133, 244, 0.05);
  box-shadow: 0px 5px 10px 0 rgba(66, 133, 244, 0.05);
}

.annc-icon,
.annc-title {
  background: url("../img/icon_annc.png") no-repeat;
}

.annc-title {
  padding: 4px 0 0 8px;
  width: 46px;
  height: 40px;
  line-height: normal;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
}

.annc-list-item {
  float: left;
  margin: 0 20px;
  width: 400px;
  line-height: 40px;
}

.annc-list-icon {
  float: left;
  margin: 17px 6px 0 0;
  width: 6px;
  height: 6px;
  background-position: 0 -44px;
}

.annc-list-item-link {
  color: #333;
}

.annc-list-item-link:hover {
  color: #4285F4;
}

.annc-time {
  margin-left: 5px;
  color: #999;
}

.annc-more {
  line-height: 40px;
  color: #333;
}

.annc-more:hover {
  color: #4285F4;
}

.thirdparty-link {
  margin: 10px 20px 0;
}

.thirdparty-link .thirdparty-login-label {
  float: left;
  margin-left: 5px;
  line-height: 20px;
  font-size: 1.2em;
  font-style: normal;
  color: #FFF;
  cursor: pointer;
}

.thirdparty-link .thirdparty-login-img-ctn {
  margin-left: 8px;
  display: inline-block;
}

.thirdparty-link .thirdparty-login-img-ctn:first-child {
  margin-left: 0px;
}

.thirdparty-link .thirdparty-login-img-ctn {
  margin-left: 8px;
  display: inline-block;
}

.thirdparty-link .thirdparty-login-img-ctn a.thirdparty-login-img {
  float: left;
  height: 20px;
}

.thirdparty-link .thirdparty-login-img-ctn a.thirdparty-login-img .icon {
  width: 20px;
  height: 20px;
  background: url("../img/icon_thirdparty_login.png") no-repeat 0 0 transparent;
}

.thirdparty-link .thirdparty-login-img-ctn a.thirdparty-login-img.alipay .icon {
  float: left;
  background-position: 0 0;
}

.login-box-hd {
  width: 100%;
  text-align: center;
}

.ymh-login {
  margin-right: 52px;
}

.login-text-box {
  margin-top: 15%;
  margin-left: 6%;
  position: relative;
  float: left;
  width: 380px;
  background: rgba(255, 255, 255, 0);
  /* filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#4C000000,endColorstr=#4C000000); */
}

.ctn {
  padding: 0 10%;
  width: 100%;
  margin: 0 auto;
}

.hd {
  height: 110px;
  background: none;
}