@charset "UTF-8";
/*------
# Base Sass
--------*/
[class^="i-"], [class*="i-"] {
  display: inline-block;
  *float: left;
  *display: block;
  overflow: hidden;
  position: relative; }

body {
  box-sizing: border-box; }

.line-dashed {
  margin-top: 0.2em;
  margin-bottom: 1.2em;
  border-bottom: #4d4d4d dashed 1px;
  display: block; }

/*强制化样式*/
li {
  list-style: none;
  text-align: 0; }

ul, ol {
  padding-left: 1em; }

/*中文样式*/
[class^="chinese"] {
  text-indent: 2em; }

html {
  font-size: 14px;
  font-family: "微软雅黑","Open Sans";
  font-size: 14px; }

.font-small, .text-summary {
  font-size: 12px; }
  .font-small-extra {
    font-size: 10px; }
  .font-small > *, .text-summary > * {
    font-size: 12px; }
.font-larger {
  font-size: 18px; }
  .font-larger-extra {
    font-size: 22px; }
  .font-larger > * {
    font-size: 18px; }
.font-bold, body.etop .nav-top-black a:hover, body.etop .nav-top-black a.current {
  font-weight: 900; }

p {
  line-height: 21px; }

/*表格*/
.table {
  display: table; }
  .table-cell {
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *float: left; }
    .table-cell:after {
      *clear: both; }
  .table-inline {
    display: inline-block;
    *display: block;
    *float: left; }
    .table-inline:after {
      *clear: both; }

.row {
  display: block;
  width: 100%;
  overflow: hidden; }
  .row-full {
    display: block;
    width: 100%;
    padding: 0; }

.text-summary {
  color: #aaaaaa; }
.text-indent-1 {
  text-indent: 1em; }
.text-indent-2 {
  text-indent: 2em; }
.text-indent-3 {
  text-indent: 3em; }
.text-indent-4 {
  text-indent: 4em; }
.text-indent-5 {
  text-indent: 5em; }
.text-indent-6 {
  text-indent: 6em; }

.grid-1 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-1 {
      width: 8.33333%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-1 {
      width: 16.66667%; } }
  @media all and (max-width: 480px) {
    .grid-1 {
      width: 50%; } }
  .grid-1:nth-last-of-type(1):after {
    clear: both; }

.grid-2 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-2 {
      width: 16.66667%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-2 {
      width: 33.33333%; } }
  @media all and (max-width: 480px) {
    .grid-2 {
      width: 100%; } }
  .grid-2:nth-last-of-type(1):after {
    clear: both; }

.grid-3 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-3 {
      width: 25%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-3 {
      width: 50%; } }
  @media all and (max-width: 480px) {
    .grid-3 {
      width: 100%; } }
  .grid-3:nth-last-of-type(1):after {
    clear: both; }

.grid-4 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-4 {
      width: 33.33333%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-4 {
      width: 66.66667%; } }
  @media all and (max-width: 480px) {
    .grid-4 {
      width: 100%; } }
  .grid-4:nth-last-of-type(1):after {
    clear: both; }

.grid-5 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-5 {
      width: 41.66667%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-5 {
      width: 83.33333%; } }
  @media all and (max-width: 480px) {
    .grid-5 {
      width: 100%; } }
  .grid-5:nth-last-of-type(1):after {
    clear: both; }

.grid-6 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-6 {
      width: 50%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-6 {
      width: 100%; } }
  @media all and (max-width: 480px) {
    .grid-6 {
      width: 100%; } }
  .grid-6:nth-last-of-type(1):after {
    clear: both; }

.grid-7 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-7 {
      width: 58.33333%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-7 {
      width: 100%; } }
  @media all and (max-width: 480px) {
    .grid-7 {
      width: 100%; } }
  .grid-7:nth-last-of-type(1):after {
    clear: both; }

.grid-8 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-8 {
      width: 66.66667%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-8 {
      width: 100%; } }
  @media all and (max-width: 480px) {
    .grid-8 {
      width: 100%; } }
  .grid-8:nth-last-of-type(1):after {
    clear: both; }

.grid-9 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-9 {
      width: 75%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-9 {
      width: 100%; } }
  @media all and (max-width: 480px) {
    .grid-9 {
      width: 100%; } }
  .grid-9:nth-last-of-type(1):after {
    clear: both; }

.grid-10 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-10 {
      width: 83.33333%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-10 {
      width: 100%; } }
  @media all and (max-width: 480px) {
    .grid-10 {
      width: 100%; } }
  .grid-10:nth-last-of-type(1):after {
    clear: both; }

.grid-11 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-11 {
      width: 91.66667%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-11 {
      width: 100%; } }
  @media all and (max-width: 480px) {
    .grid-11 {
      width: 100%; } }
  .grid-11:nth-last-of-type(1):after {
    clear: both; }

.grid-12 {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media all and (min-width: 768px) {
    .grid-12 {
      width: 100%; } }
  @media all and (max-width: 768px) and (min-width: 480px) {
    .grid-12 {
      width: 100%; } }
  @media all and (max-width: 480px) {
    .grid-12 {
      width: 100%; } }
  .grid-12:nth-last-of-type(1):after {
    clear: both; }

.float-left {
  float: left; }
  .float-left:nth-last-of-type(1):after {
    clear: both; }

.align-left {
  text-align: left; }

.float-center {
  float: center; }
  .float-center:nth-last-of-type(1):after {
    clear: both; }

.align-center {
  text-align: center; }

.float-middle {
  float: middle; }
  .float-middle:nth-last-of-type(1):after {
    clear: both; }

.align-middle {
  text-align: middle; }

.float-right {
  float: right; }
  .float-right:nth-last-of-type(1):after {
    clear: both; }

.align-right {
  text-align: right; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

a {
  color: #999;
  font-size: 14px;
  text-decoration: none; }

.margin-auto {
  margin: auto; }

.clear {
  clear: both; }

.list-horizontal {
  overflow: hidden; }
  .list-horizontal li {
    float: left; }
  .list-horizontal li::nth-last-of-type:after {
    clear: both; }

.padding-normal, .margin-normal {
  padding: 0.5em 1em; }

.padding-1 {
  padding: 0.5em; }

.margin-1 {
  margin: 0.5em; }

.padding-2 {
  padding: 1em; }

.margin-2 {
  margin: 1em; }

.padding-3 {
  padding: 1.5em; }

.margin-3 {
  margin: 1.5em; }

.padding-4 {
  padding: 2em; }

.margin-4 {
  margin: 2em; }

.padding-5 {
  padding: 2.5em; }

.margin-5 {
  margin: 2.5em; }

.padding-6 {
  padding: 3em; }

.margin-6 {
  margin: 3em; }

.padding-7 {
  padding: 3.5em; }

.margin-7 {
  margin: 3.5em; }

.padding-8 {
  padding: 4em; }

.margin-8 {
  margin: 4em; }

.padding-9 {
  padding: 4.5em; }

.margin-9 {
  margin: 4.5em; }

.padding-10 {
  padding: 5em; }

.margin-10 {
  margin: 5em; }

.padding-11 {
  padding: 5.5em; }

.margin-11 {
  margin: 5.5em; }

.padding-12 {
  padding: 6em; }

.margin-12 {
  margin: 6em; }

.over-hidden {
  overflow: hidden; }

.border-1 {
  border-width: 1px; }
.border-2 {
  border-width: 2px; }
.border-3 {
  border-width: 3px; }
.border-4 {
  border-width: 4px; }
.border-5 {
  border-width: 5px; }
.border-6 {
  border-width: 6px; }
.border-7 {
  border-width: 7px; }
.border-8 {
  border-width: 8px; }
.border-9 {
  border-width: 9px; }
.border-10 {
  border-width: 10px; }

.img-box > img {
  width: 100%; }

.scroll-box {
  overflow: scroll; }
  .scroll-box-h {
    overflow: scroll-x; }
  .scroll-box-v {
    overflow: scroll-y; }

.inline-block {
  display: inline-block;
  *float: left;
  *display: block;
  overflow: hidden;
  position: relative; }

body.etop .nav-top a, body.etop .nav-top-black a {
  color: #000;
  padding: 4px; }
  body.etop .nav-top a:hover, body.etop .nav-top-black a:hover {
    color: #f9ae3b; }

.w-1000 {
  width: 1000px; }

/* Let's get this party started */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding-right: 4px; }

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(144, 24, 53, 0.7); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(144, 24, 53, 0.4); }

/*@import "common/360fonts";*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015-4-18, 23:01:20
    Author     : Zicokuo
*/
.hiddenWPTopNAv {
  margin-top: 0 !important; }
  .hiddenWPTopNAv * body {
    margin-top: 0 !important; }
  @media screen and (max-width: 782px) {
    .hiddenWPTopNAv {
      margin-top: 0 !important; }
      .hiddenWPTopNAv * body {
        margin-top: 0 !important; } }

body.etop {
  /*翌贝托*/
  /*导航*/
  /*滚动图*/
  /*列表*/ }
  body.etop .nav-top {
    /*顶部导航*/ }
    body.etop .nav-top a {
      padding-left: 8px;
      padding-right: 8px; }
    body.etop .nav-top-black {
      /*顶部黑色导航*/
      background-color: #666666; }
      body.etop .nav-top-black a {
        text-align: center;
        color: white; }
        body.etop .nav-top-black a:hover, body.etop .nav-top-black a.current {
          color: white;
          background-color: #333333; }
  body.etop .gallery-imgs-controller .current {
    border: 2px #9e9e9e solid;
    display: block; }
  body.etop .etop-gallery-home-bg {
    overflow: hidden;
    height: 560px;
    position: relative; }
  body.etop .etop-gallery-home-box {
    height: 600px;
    overflow: hidden; }
  body.etop .home .column .title {
    font-size: 21px;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 20px; }
  body.etop .etop-list li {
    line-height: 2em;
    padding-left: 15px;
    background: url("./../imgs/list-piont-1.png") left center no-repeat; }
  body.etop .site-footer {
    padding: 16px;
    background-color: #666666; }
    body.etop .site-footer a, body.etop .site-footer div {
      color: white !important;
      padding: 4px; }
  body.etop .sidebar-archive-left {
    min-height: 700px;
    background: url("./../imgs/sidebar-archive-background.png") right center repeat-y; }
    body.etop .sidebar-archive-left .rootCate {
      padding-right: 5em;
      text-align: right;
      background: url("./../imgs/sidebar-archive-point.png") right  0.5em no-repeat; }
      body.etop .sidebar-archive-left .rootCate a {
        color: #333;
        font-weight: 800;
        font-size: 21px;
        line-height: 36px; }
    body.etop .sidebar-archive-left .childCate {
      padding-right: 5em;
      background: url("./../imgs/sidebar-archive-point.png") right  0.5em no-repeat;
      text-align: right; }
      body.etop .sidebar-archive-left .childCate a {
        font-size: 16px;
        color: #333;
        line-height: 36px; }
    body.etop .sidebar-archive-left .active {
      margin-top: 1em;
      background: url("./../imgs/sidebar-archive-active.png") right 0.5em no-repeat;
      margin-bottom: 1em; }
  body.etop .archive-product .post-img-thumb {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 180px;
    background-size: cover; }
    body.etop .archive-product .post-img-thumb img {
      width: 100%;
      vertical-align: middle; }
  body.etop .archive-list .list {
    line-height: 2em; }

.ta-pro {
  border: 1px solid #333; }
  .ta-pro .td-orange {
    background-color: #f79646;
    line-height: 2em;
    border-left: 2px #333 solid;
    border-bottom: 2px #333 solid; }
  .ta-pro .tr-item:nth-of-type(2n-1) {
    background-color: #eee; }
  .ta-pro .tr-fist-td-substrate, .ta-pro .tr-fist-td-system {
    text-align: center;
    background-color: white; }
  .ta-pro .tr-fist-td-labeling, .ta-pro .tr-fist-td-working {
    text-align: center; }

.i-jump-header {
  background: url("./../imgs/jump-header-icon.png") center no-repeat;
  min-height: 44px;
  min-width: 48px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /*padding:$basePix;*/ }
  .i-jump-header:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2); }
.i-main_thumb {
  background-position-x: 0px;
  background-position-y: 0px;
  background-position: 0px 0px; }
.i-function_view {
  background-position-x: -48px;
  background-position-y: 0px;
  background-position: -48px 0px; }
.i-product_parameter {
  background-position-x: -96px;
  background-position-y: 0px;
  background-position: -96px 0px; }
.i-groom_method {
  background-position-x: -144px;
  background-position-y: 0px;
  background-position: -144px 0px; }
.i-online_consult {
  background-position-x: -192px;
  background-position-y: 0px;
  background-position: -192px 0px; }
.i-data_download {
  background-position-x: -240px;
  background-position-y: 0px;
  background-position: -240px 0px; }
.i-success_case {
  background-position-x: -288px;
  background-position-y: 0px;
  background-position: -288px 0px; }
.i-resolve_plan {
  background-position-x: -336px;
  background-position-y: 0px;
  background-position: -336px 0px; }
.i-btn_cancel {
  background-position-x: -384px;
  background-position-y: 0px;
  background-position: -384px 0px; }

.navbar-wrapper {
  background-color: #f0f0f0; }
  .navbar-wrapper .inline-block {
    width: 12%;
    margin: 0;
    text-align: center; }
    .navbar-wrapper .inline-block ~ .inline-block, .navbar-wrapper .inline-block:last-of-type {
      border-right: 1px #999999 solid; }
    .navbar-wrapper .inline-block:first-of-type {
      border-right: 1px #999999 solid;
      border-left: 1px #999999 solid; }

.header-fixed {
  top: 0;
  position: fixed; }

.popup {
  display: none;
  position: fixed;
  z-index: 99999999999;
  background-color: white;
  border: 1px #999999 solid;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  top: 20px;
  margin: auto;
  box-shadow: 0 0 24px #999; }
  .popup .btn-cancel {
    float: right;
    color: white;
    background: #999;
    opacity: 0.3;
    text-align: center;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 100%;
    box-shadow: 0 0 8px #999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .popup .btn-cancel:hover {
      opacity: 1; }

#wpadminbar {
  display: none; }

.gallery-nav {
  position: absolute;
  z-index: 9999; }
  .gallery-nav a {
    margin: 16px;
    height: 16px;
    display: inline-block;
    *float: left;
    *display: block;
    overflow: hidden;
    position: relative;
    width: 16px;
    background: url("./../imgs/gallery-button.png") no-repeat center;
    background-position-x: 0px;
    background-position-y: 0px;
    background-position: 0px 0px; }
    .gallery-nav a:hover {
      background-position-x: -16px;
      background-position-y: 0px;
      background-position: -16px 0px; }
    .gallery-nav a.current {
      background-position-x: -32px;
      background-position-y: 0px;
      background-position: -32px 0px; }

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