﻿@media only screen and (max-width: 1200px) {
  .header .logo {
    display: block;
    padding: 20px 0;
    margin-top: 0;
  }
  .header .navigation {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .header .container {
    position: relative;
    height: 66px;
  }
  .header .logo-span,
  .header .tel-language {
    display: none;
  }
  .header .logo {
    height: inherit;
    float: left;
    padding: 10px 0;
  }
  .header .logo img {
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .toggle {
    display: block;
  }
  .navigation {
    line-height: 48px;
    position: absolute;
    z-index: 999;
    top: 66px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
  }
  .navigation .container {
    padding: 0;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navigation ul.level-1 > li::after,
  .navigation ul.level-2 > li::after,
  .navigation ul.level-2 > li::before {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 12px;
    height: 12px;
    content: '';
    background: url(../images/menu.png) no-repeat;
    background-size: cover;
  }
  .navigation ul.level-1 {
    border-bottom: solid 3px #e6002d;
    border-top: solid 3px #e6002d;
    background: #fff;
  }
  .navigation ul.level-1 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: inherit;
    text-align: left;
    text-indent: 20px;
    background: none;
  }
  .navigation ul.level-1 li {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #e4e4e4;
    display: block;
    padding: 0;
    line-height: 50px;
  }
  .navigation ul.level-1 > li::after {
    background-position: -36px 0;
  }
  .navigation ul.level-1 > li.active::after,
  .navigation ul.level-1 > li:hover::after {
    background-position: -96px 0;
  }
  .navigation ul.level-1 > li.more::after {
    background-position: -12px 0;
  }
  .navigation ul.level-1 > li.more:hover::after {
    background-position: -72px 0;
  }
  .navigation ul.level-1 > li.more.active::after {
    background-position: -84px 0;
  }
  .navigation ul.level-1 > li.active > a,
  .navigation ul.level-1 > li:hover > a {
    background-color: #e6002d;
    color: #fff;
  }
  .navigation ul.level-1 ul.level-2 {
    display: none;
    position: relative;
    width: 100%;
    background: #fff;
  }
  .navigation ul.level-2 li {
    background: none;
  }
  .navigation ul.level-2 li:hover {
    background: none;
  }
  .navigation .level-1 li .level-2 li a {
    background: none;
    padding-left: 2em;
  }
  .navigation ul.level-2 li a:hover {
    color: #d93636;
    background: #eeeeee;
  }
  .navigation ul.level-2 li:first-child {
    border-top: solid 1px #e4e4e4;
  }
  .navigation ul.level-2 li:last-child {
    border-bottom: none;
  }
  .navigation ul.level-2 > li::before {
    right: auto;
    left: 1.5em;
    background-position: 0 0;
  }
  .navigation ul.level-2 > li::after {
    background-position: -48px 0;
  }
  .navigation ul.level-2 > li.active::after {
    background-position: -108px 0;
  }
  .navigation ul.level-3 {
    line-height: 40px;
    display: none;
  }
  .navigation ul.level-3 a {
    font-size: .8em;
    padding-left: 4em;
  }
}
/*# sourceMappingURL=responsive.css.map */