.container:before, .footer .container:before {
  content: "";
  display: table; }

.container:after, .footer .container:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  width: 100%;
  min-height: 100%; }

body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  font-size: 14px;
  font-family: "Source Han Sans", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif;
  line-height: 1; }

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  font: inherit;
  color: inherit; }
  a:link, a:visited {
    text-decoration: none; }
  a:active, a:hover {
    outline: 0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

button {
  padding: 0;
  text-align: center;
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

:focus {
  outline: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

address,
caption,
code,
em,
strong,
th {
  font-style: normal;
  font-weight: normal; }

input {
  line-height: normal; }
  input::-webkit-input-placeholder {
    font-weight: 300; }
  input::-ms-input-placeholder {
    font-weight: 300; }
  input::-moz-placeholder {
    font-weight: 300; }

input[type="text"] {
  border-radius: 0; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table caption {
    text-align: left; }
  table td {
    padding: 0; }
  table th {
    padding: 0;
    text-align: left; }

select {
  -webkit-appearance: none;
  background-color: #fff; }

ul,
ol {
  list-style-type: none; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

.container:before, .footer .container:before {
  content: "";
  display: table; }

.container:after, .footer .container:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px; }

.g-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .g-search-layer .g-search-section {
    margin: 0 auto;
    width: 600px;
    height: 100%; }
  .g-search-layer .g-search-form {
    position: relative;
    width: 100%;
    height: 100%; }
  .g-search-layer .g-search-input {
    width: 100%;
    height: 100%;
    padding: 16px 20px 16px 56px;
    border: 0;
    color: #333; }
    .g-search-layer .g-search-input::-webkit-input-placeholder {
      color: #bfbfbf; }
    .g-search-layer .g-search-input:-moz-placeholder {
      color: #bfbfbf;
      opacity: 1; }
    .g-search-layer .g-search-input::-moz-placeholder {
      color: #bfbfbf;
      opacity: 1; }
    .g-search-layer .g-search-input:-ms-input-placeholder {
      color: #bfbfbf; }
  .g-search-layer .g-search-submit {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 16px;
    height: 20px;
    border: 0;
    background: url("../images/search.png") no-repeat center center; }
  .g-search-layer .g-search-close {
    position: absolute;
    top: 14.5px;
    right: -37px;
    width: 17px;
    height: 17px;
    border: 0;
    background: url("../images/close.png") no-repeat center center;
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-animation: close .2s ease;
            animation: close .2s ease;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .g-search-layer .g-search-close:hover {
    background: url(../images/close_hover.png) no-repeat center center; }

@-webkit-keyframes close {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes close {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

.container:before, .footer .container:before {
  content: "";
  display: table; }

.container:after, .footer .container:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px; }

.autocomplete-wrap {
  position: relative;
  width: 100%;
  height: 100%; }
  .autocomplete-wrap .autocomplete-list {
    position: relative;
    z-index: 99;
    padding: 10px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    box-shadow: 0px 2px 3px #ccc; }
    .autocomplete-wrap .autocomplete-list li {
      margin-top: 10px;
      padding: 13px 10px;
      cursor: pointer; }
      .autocomplete-wrap .autocomplete-list li:hover, .autocomplete-wrap .autocomplete-list li.hover {
        background-color: #f2f2f2;
        color: #60c710; }
      .autocomplete-wrap .autocomplete-list li:first-child {
        margin-top: 0; }

.ie8 .autocomplete-wrap .autocomplete-list {
  border: 1px solid #e5e5e5; }

body {
  min-width: 1200px; }

.container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%; }

.hidden-text {
  font-size: 0; }

.header {
  height: 46px;
  background-color: #fff;
  z-index: 9999; }
  .header .nav {
    height: 100%; }
  .header .nav-bar {
    height: 100%;
    line-height: 46px;
    text-align: justify;
    color: #333;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden; }
    .header .nav-bar:after {
      content: '';
      display: inline-block;
      width: 100%;
      font-size: 0;
      line-height: 0; }
    .header .nav-bar .nav-item {
      display: inline-block;
      position: relative;
      height: 100%;
      cursor: pointer; }
      .header .nav-bar .nav-item:hover, .header .nav-bar .nav-item.active {
        color: #60c710; }
      .header .nav-bar .nav-item:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -40px;
        height: 100%;
        padding: 0 20px; }
      .header .nav-bar .nav-item:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -40px;
        height: 100%;
        padding: 0 20px; }
    .header .nav-bar a {
      display: block;
      position: relative;
      padding: 0 10px;
      transition: color .2s ease; }
    .header .nav-bar .logo {
      width: 97px;
      height: 100%;
      background: url("../images/logo.png") no-repeat center center; }
    .header .nav-bar .shop {
      width: 40px;
      height: 100%;
      background: url("../images/shop.png") no-repeat center center; }
    .header .nav-bar .shop:hover {
      background: url("../images/shop_hover.png") no-repeat center center; }
    .header .nav-bar .search {
      width: 37px;
      height: 100%;
      background: url("../images/search.png") no-repeat center center; }
    .header .nav-bar .search:hover {
      background: url("../images/search_hover.png") no-repeat center center; }
  .header .g-search-layer {
    display: none; }
  .header .g-search-close {
    opacity: 0; }
  .header .search-on .g-search-layer {
    display: block; }
  .header .search-on .g-search-input-wrap {
    -webkit-animation: sub-nav-animation-searchmove 1s forwards;
            animation: sub-nav-animation-searchmove 1s forwards;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
    opacity: 0; }
  .header .search-on .g-search-input {
    height: 46px; }
  .header .search-on .g-search-close {
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-animation: g-search-close .2s ease;
            animation: g-search-close .2s ease;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0); }
  .header .search-on .nav-bar .nav-item {
    -webkit-animation: sub-nav-animation-searchshow .5s forwards;
            animation: sub-nav-animation-searchshow .5s forwards; }
    .header .search-on .nav-bar .nav-item:first-child {
      display: inline-block;
      -webkit-animation: none;
              animation: none; }
  .header .search-off .g-search-layer {
    display: none; }
  .header .search-off .nav-bar .nav-item {
    -webkit-animation: sub-nav-animation-searchhide .5s forwards;
            animation: sub-nav-animation-searchhide .5s forwards; }
    .header .search-off .nav-bar .nav-item:first-child {
      display: inline-block;
      -webkit-animation: none;
              animation: none; }
  .header .sub-nav-container {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: height .5s ease; }
    .header .sub-nav-container .sub-nav {
      position: relative;
      z-index: 999;
      width: 100%;
      height: 140px;
      overflow: hidden;
      background-color: #fff;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .header .sub-nav-container .sub-nav ul {
        display: table;
        margin: 0 auto; }
      .header .sub-nav-container .sub-nav li {
        display: inline-block;
        position: relative;
        padding: 23px 25px;
        opacity: 0; }
      .header .sub-nav-container .sub-nav img {
        width: 100px;
        height: 70px;
        display: block; }
      .header .sub-nav-container .sub-nav span {
        display: block;
        margin: 12px auto 0;
        text-align: center;
        font-size: 12px;
        color: #808080;
        transition: color .2s ease; }
      .header .sub-nav-container .sub-nav a:hover span {
        color: #60c710; }
      .header .sub-nav-container .sub-nav .sub-nav-on a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        opacity: .5; }
      .header .sub-nav-container .sub-nav .sub-nav-on a:hover:after {
        opacity: 0;
        transition: opacity .2s ease; }
    .header .sub-nav-container.show {
      display: block;
      margin-top: -12px;
      padding-top: 14px;
      height: 154px;
      border-bottom: 1px solid #e5e5e5; }
      .header .sub-nav-container.show li {
        -webkit-animation: sub-nav-animation-enter .5s forwards;
                animation: sub-nav-animation-enter .5s forwards;
        opacity: 1\9\0; }
      .header .sub-nav-container.show li:nth-child(1) {
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
      .header .sub-nav-container.show li:nth-child(2) {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s; }
      .header .sub-nav-container.show li:nth-child(3) {
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; }
      .header .sub-nav-container.show li:nth-child(4) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      .header .sub-nav-container.show li:nth-child(5) {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s; }
      .header .sub-nav-container.show li:nth-child(6) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; }
      .header .sub-nav-container.show li:nth-child(7) {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s; }

.main {
  padding-top: 46px;
  min-height: 700px; }

.footer {
  margin-top: 4px;
  padding-top: 70px;
  font-size: 12px;
  color: #808080;
  background-color: #f2f2f2; }
  .footer .container .footer-item {
    float: left;
    padding: 0 0 40px 30px;
    width: 300px;
    height: 222px;
    border-bottom: 1px solid #e5e5e5; }
    .footer .container .footer-item h3 {
      padding-bottom: 10px;
      font-size: 14px;
      line-height: 14px;
      color: #333;
      font-weight: normal; }
    .footer .container .footer-item a {
      display: block;
      font-size: 12px;
      line-height: 24px;
      color: #808080; }
    .footer .container .footer-item a:hover {
      color: #60c710; }
  .footer .footer-link {
    float: left; }
    .footer .footer-link a {
      transition: color .2s ease;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .footer .footer-link a:hover {
        color: #60c710; }
  .footer .footer-tip {
    float: right; }
    .footer .footer-tip p {
      line-height: 36px; }
  .footer .copyright {
    float: right;
    margin-right: 20px; }
    .footer .copyright p {
      line-height: 36px; }

.bg-placeholder {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2); }

@-webkit-keyframes g-search-close {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes g-search-close {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes sub-nav-animation-enter {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes sub-nav-animation-enter {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes sub-nav-animation-searchshow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; } }

@keyframes sub-nav-animation-searchshow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; } }

@-webkit-keyframes sub-nav-animation-searchhide {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes sub-nav-animation-searchhide {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes sub-nav-animation-searchmove {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
            animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes sub-nav-animation-searchmove {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
            animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

.ie8 .header .sub-nav .sub-nav-on a:after {
  content: "";
  display: block;
  background-color: transparent;
  background-image: url(../images/cover.png); }

.ie8 .header .sub-nav .sub-nav-on a:hover:after {
  background-image: none; }

.lt-ie10 .header .search-on .nav-bar .nav-item {
  display: none; }
  .lt-ie10 .header .search-on .nav-bar .nav-item:first-child {
    display: inline-block; }
