.button {
  border: 1px solid #e8343d;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  padding: 6px 16px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.button-color {
  background-color: #e8343d;
  border: 1px solid #e8343d;
  color: #fff; }
  .button-color:hover {
    background-color: #e51d27;
    border: 1px solid #e51d27;
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.button_default {
  border: 1px solid #dddddd;
  background-color: #fff;
  color: #666; }
  .button_default:hover {
    background-color: #f99933;
    border: 1px solid #f99933;
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.button.active,
.button.is-active {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  text-decoration: none;
  background-color: #fda84d;
  border: 1px solid #fda84d;
  color: #b7b7b7;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.button.disabled,
.button:disabled {
  top: 0 !important;
  background: #dddddd !important;
  border: 1px solid #dddddd !important;
  text-shadow: 0 1px 1px white !important;
  color: #c1c1c1 !important;
  cursor: default !important;
  appearance: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px; }

::-moz-placeholder {
  color: #999999;
  font-size: 12px; }

:-ms-input-placeholder {
  color: #999999;
  font-size: 12px; }

:-moz-placeholder {
  color: #999999;
  font-size: 12px; }

::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px; }

::-moz-placeholder {
  color: #999999;
  font-size: 12px; }

:-ms-input-placeholder {
  color: #999999;
  font-size: 12px; }

:-moz-placeholder {
  color: #999999;
  font-size: 12px; }

.layout {
  width: 1200px;
  margin: 0 auto; }

.login {
  height: 40px;
  background: #fafafd;
  text-align: right; }
  .login .login-word {
    display: inline-block;
    font-size: 16px;
    color: #777;
    font-style: normal;
    line-height: 40px;
    margin-left: 5px; }
    .login .login-word.first {
      margin-right: 30px; }
    .login .login-word.name {
      color: #e8343d; }
  .login i.login-word {
    font-style: normal; }
  .login a:hover {
    text-decoration: underline; }

.header {
  height: 100px; }
  .header .headerLeft {
    float: left;
    margin: 27px 60px 0 0; }
    .header .headerLeft h1 a {
      font-size: 22px;
      line-height: 28px;
      color: #e8343d;
      font-weight: bold; }
    .header .headerLeft p {
      font-size: 12px;
      line-height: 18px;
      color: #777; }
  .header .nav {
    float: left;
    margin: 30px 0 0; }
    .header .nav li {
      float: left; }
      .header .nav li a {
        display: inline-block;
        font-size: 16px;
        color: #4b4b4b;
        line-height: 40px;
        font-weight: bold;
        margin-right: 29px; }
        .header .nav li a.last {
          margin-right: 0; }
        .header .nav li a.cur, .header .nav li a:hover {
          color: #e8343d; }
  .header .headerRigth {
    float: right;
    position: relative;
    margin: 30px 0 0; }
    .header .headerRigth form input {
      float: left;
      width: 180px;
      height: 40px;
      line-height: 38px;
      padding: 0 39px 0 9px;
      border: 1px solid #e8343d;
      border-radius: 5px;
      background: #fff;
      font-size: 14px;
      color: #333; }
      .header .headerRigth form input:focus {
        border: 1px solid #eb4b53;
        box-shadow: 1px 1px 1px rgba(85, 85, 85, 0.3), inset 1px 1px 1px rgba(232, 52, 61, 0.3);
        transition: 0.2s; }
    .header .headerRigth form input::-webkit-input-placeholder {
      font-size: 14px;
      color: #b6b6b6; }
    .header .headerRigth form input::-moz-placeholder {
      font-size: 14px;
      color: #b6b6b6; }
    .header .headerRigth form input:-ms-input-placeholder {
      font-size: 14px;
      color: #b6b6b6; }
    .header .headerRigth form .ico-btn {
      padding: 0;
      position: absolute;
      border: none;
      top: 8px;
      right: 9px;
      width: 24px;
      height: 24px;
      background: url(/css/sztsg/cssf/images/ico-search.png) no-repeat; }

.footer {
  background: #fafafd;
  margin: 50px 0 0; }
  .footer .footer-top {
    padding: 0 0 30px;
    border-bottom: 1px solid #e1e1e1; }
  .footer .footer-left {
    float: left;
    width: 900px;
    margin: 24px 0 0; }
    .footer .footer-left h4 {
      font-size: 20px;
      color: #555;
      font-weight: bold;
      line-height: 52px; }
    .footer .footer-left a, .footer .footer-left i {
      font-size: 16px;
      color: #555;
      display: inline-block;
      line-height: 36px; }
    .footer .footer-left i {
      font-style: italic;
      margin: 0 5px; }
  .footer .footer-right {
    float: right;
    width: 235px;
    text-align: center;
    margin: 32px 0 0; }
    .footer .footer-right .phone {
      color: #e8343d;
      font-size: 24px;
      font-weight: bold;
      line-height: 68px; }
    .footer .footer-right .note {
      font-size: 12px;
      color: #777;
      line-height: 18px; }
  .footer .footer-bottom {
    text-align: center;
    padding: 34px 0 40px; }
    .footer .footer-bottom span {
      font-size: 14px;
      color: #555;
      margin-right: 17px;
      display: inline-block;
      line-height: 24px; }
      .footer .footer-bottom span.last {
        margin: 0; }

/*# sourceMappingURL=headerAndFooter.css.map */
