@charset "UTF-8";
figure,
figcaption,
section {
  display: block; }

.iconfont {
  vertical-align: middle;
  margin-top: -0.1875rem;
  display: inline-block;
  line-height: inherit; }

.icon-wechat:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/wechat.svg") no-repeat scroll 0 0/cover;
  background: url("../images/wechat.png") no-repeat scroll 0 0/cover \0; }

a {
  text-decoration: none; }

.clearfix {
  zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.c-txt {
  color: #000;
  font-size: 12px; }

.header {
  background-color: #fff;
  top: 0;
  /*  -webkit-animation:fadeInDown 1s .2s ease both;
    -moz-animation:fadeInDown 1s .2s ease both;*/
  z-index: 9;
  position: relative; }
  .header .header-t {
    border-bottom: 1px solid #f0efeb; }
    .header .header-t .w {
      position: relative;
      height: 6rem; }
      @media screen and (min-width: 1920px) {
        .header .header-t .w {
          height: 7.5rem; } }
      .header .header-t .w .c-txt {
        position: absolute;
        left: 0;
        bottom: 1.9rem; }
        @media screen and (min-width: 1920px) {
          .header .header-t .w .c-txt {
            bottom: 2.375rem; } }
  .header .logo img {
    width: 254px;
    margin-top: 21px; }
    @media screen and (min-width: 1920px) {
      .header .logo img {
        width: 300px;
        margin-top: 30px; } }
  .header.sticky.sticking {
    background-color: #fff;
    width: 100%;
    min-height: 3.15789rem;
    border-bottom: 1px solid #f0efeb; }
    .header.sticky.sticking .c-header .header-t .w {
      width: auto;
      height: auto;
      position: static;
      max-width: 100%; }
    .header.sticky.sticking .logo a {
      float: left;
      margin: 0.6875rem 0 0 0.625rem; }
    .header.sticky.sticking .logo img {
      width: 123px;
      margin-top: 4px; }
    .header.sticky.sticking .s_nav {
      float: right;
      margin: 0.9rem 10px 0 0;
      position: relative;
      bottom: auto;
      right: auto; }
      @media screen and (min-width: 1520px) {
        .header.sticky.sticking .s_nav {
          margin: 1.125rem 10px 0 0; } }
      .header.sticky.sticking .s_nav li {
        margin-left: 1.25rem; }
        .header.sticky.sticking .s_nav li:first-child {
          margin-left: 0; }
    .header.sticky.sticking .c-txt {
      display: none; }

.nav {
  position: relative;
  margin: 0; }

.js-nav {
  position: static; }
  .js-nav .c-megamenu {
    text-transform: uppercase;
    color: #000;
    font-size: medium;
    position: absolute;
    text-align: left;
    width: 100%;
    background-color: #f0efeb;
    overflow: hidden;
    left: 0;
    padding: 2.5625rem 0;
    z-index: -1;
    filter: alpha(opacity=0) \9;
    opacity: 0;
    /**/
    /*
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    */
    visibility: hidden;
    visibility: visible\9;
    display: none\9;
    /*s*/
    /*   top: -50%;
      height: 0;
     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 0);*/
    /*e*/ }
    .js-nav .c-megamenu-item {
      float: left;
      list-style: none; }
      .js-nav .c-megamenu-item a {
        text-decoration: none;
        color: #333;
        font-size: 0.75rem;
        line-height: 1.875rem; }
      .js-nav .c-megamenu-item h3 {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.875rem; }

.s_nav {
  position: absolute;
  right: 0;
  bottom: 1.7rem; }
  @media screen and (min-width: 1520px) {
    .s_nav {
      bottom: 2.125rem; } }
  .s_nav li {
    float: left;
    list-style: none;
    margin-left: 2.5rem; }
    .s_nav li a {
      text-decoration: none;
      color: #49494c;
      font-size: 0.75rem; }
      .s_nav li a i {
        vertical-align: middle;
        font-size: inherit; }

.nav-c {
  display: inline-block;
  background-color: transparent;
  background-image: none;
  width: auto;
  transform: none;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.nav-bar {
  float: left; }
  .nav-bar:before {
    content: " ";
    display: table; }
  .nav-bar-item {
    float: left;
    list-style: none;
    display: block;
    letter-spacing: .05263rem;
    font-size: .63158rem;
    min-height: 2.63158rem;
    line-height: 1.2;
    padding: 0 1.5rem; }
    .nav-bar-item.active > a {
      border-bottom: 3px solid #333; }
    @media screen and (min-width: 1520px) {
      .nav-bar-item {
        padding: 0 1.875rem 0 1.875rem; } }
    .nav-bar-item:first-child {
      padding-left: 0; }
    .nav-bar-item:last-child {
      padding-right: 0; }
    .nav-bar-item > a {
      text-decoration: none;
      color: #49494c;
      padding: 1rem 0 1rem 0;
      border-bottom: 3px solid #fff;
      display: block;
      font-size: 0.875rem; }
      @media screen and (min-width: 1520px) {
        .nav-bar-item > a {
          padding: 1.25rem 0 1.25rem 0; } }
    .nav-bar-item:hover {
      /*  .c-megamenu{
          -moz-backface-visibility:visible;
          -moz-transform-origin:center center;
          -moz-animation:heightauto 0.5s 0s 1 linear normal none ;
        }*/ }
      .nav-bar-item:hover > a {
        border-bottom: 3px solid #333; }
      .nav-bar-item:hover .c-megamenu {
        /**/
        filter: alpha(opacity=100) \9;
        opacity: 1;
        transition-delay: 0.1s;
        transition-duration: 0.3s;
        z-index: 1;
        visibility: visible;
        display: block\9;
        /*s*/
        /*transition: opacity 0s,top 0s;
        height: auto;
        top: 100%;*/
        /*e*/ }
    .nav-bar-item .c-megamenu.spice-active {
      transition: opacity .6s,top .6s;
      height: auto;
      top: 100%;
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 100); }
    .nav-bar-item .c-megamenu .spice-active-block {
      transition: opacity 0s,top 0s;
      height: auto;
      top: 100%;
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 100); }

.rightbar {
  overflow: hidden;
  z-index: 9;
  position: fixed;
  right: 0.625rem;
  left: 100%;
  left: auto\0;
  bottom: 3.75rem;
  width: 2.5rem;
  /*  display: none;*/
  /*  -webkit-animation:fadeInRightBig 1s .2s ease both;
    -moz-animation:fadeInRightBig 1s .2s ease both;*/
  -webkit-animation: fadeInDown 1s .2s ease both;
  -moz-animation: fadeInDown 1s .2s ease both; }
  .rightbar .imgs {
    position: absolute;
    top: -2.9375rem;
    margin-left: -1.75rem;
    width: 3.5rem;
    left: 50%; }
    .rightbar .imgs img {
      width: 100%; }
    @media screen and (min-width: 1520px) {
      .rightbar .imgs {
        top: -3.6875rem;
        width: 4.4375rem;
        margin-left: -2.125rem; } }
  .rightbar ul {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
    background-color: #000; }
    .rightbar ul li {
      background-color: #000;
      list-style: none;
      text-align: center;
      position: relative;
      cursor: pointer; }
      .rightbar ul li i {
        color: #fff;
        font-size: 1.25rem; }
      .rightbar ul li:after {
        content: "";
        height: 1px;
        background-color: #fff;
        margin: 1rem auto;
        display: block;
        width: 1.25rem; }
      .rightbar ul li:last-child:after {
        content: normal; }
      .rightbar ul li .showdiv {
        position: absolute;
        background-color: #000;
        color: #fff;
        right: 125%;
        width: 5.625rem;
        font-size: 0.75rem;
        line-height: 1.875rem;
        top: 0;
        display: none; }
        .rightbar ul li .showdiv:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 5px solid #000;
          position: absolute;
          right: -5px;
          top: 50%;
          margin-top: -5px; }

.goback {
  margin-top: 0.625rem;
  background-color: #cdbd87;
  text-align: center;
  padding: 10px 0 10px; }
  .goback a {
    text-decoration: none; }
  .goback i {
    color: #fff;
    font-size: 20px; }

/*nav*/
.menu-banner {
  width: 404px;
  max-width: 404px; }
  @media screen and (min-width: 1520px) {
    .menu-banner {
      width: 31.5625rem;
      max-width: 31.5625rem; } }

/*end nav*/
.popup_cont_box {
  z-index: 11; }

.img-con {
  z-index: 10; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.header.sticky {
  z-index: 4; }
  .header.sticky.sticking {
    /*  -webkit-animation:fadeInDownBig 1s .2s ease both;
      -moz-animation:fadeInDownBig 1s .2s ease both;*/ }
  .header.sticky .nav {
    z-index: 1; }
  .header.sticky .s_nav {
    z-index: 2; }
  .header.sticky .logo a {
    z-index: 3;
    position: relative; }

.mask, .mask-block {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  opacity: 0.96; }

.mask-block {
  background-color: #000;
  opacity: 0.5; }

.popsearch {
  display: none;
  position: fixed;
  top: 98px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 7;
  overflow-y: auto;
  background-color: #fff; }
  .popsearch .close {
    text-align: right;
    padding: 0.625rem;
    cursor: pointer; }
  .popsearch i.iconfont.icon-close {
    font-size: 1.25rem; }
  .popsearch .search-c {
    position: relative; }
  .popsearch input.topsearch {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    line-height: 2.6875rem;
    height: 2.6875rem;
    padding: 0.75rem 0\0;
    font-size: 1rem;
    padding-right: 2.5rem;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .popsearch a.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2.8125rem;
    padding: 0 0.625rem; }
  .popsearch i.iconfont {
    font-size: 1.25rem;
    cursor: pointer;
    color: #333; }
  .popsearch.active {
    -webkit-animation: fadeInDownBig 1s .2s ease both;
    -moz-animation: fadeInDownBig 1s .2s ease both; }

input.topsearch::-moz-placeholder {
  color: #333; }

input.topsearch::placeholder {
  color: #333; }

input.topsearch::-ms-input-placeholder {
  color: #333; }

.popup_cont_box {
  display: none;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -9%;
  margin-left: -12%;
  /* transform:translate(-50%,-50%);
   -ms-transform:translate(-50%,-50%);
   -moz-transform:translate(-50%,-50%);
   -webkit-transform:translate(-50%,-50%);
   -o-transform:translate(-50%,-50%);*/
  padding: 20px; }
  .popup_cont_box h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px; }
  .popup_cont_box .iptbox {
    width: 16rem;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid #111528 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }
    @media screen and (min-width: 1520px) {
      .popup_cont_box .iptbox {
        width: 20rem;
        height: 40px;
        line-height: 40px; } }
  .popup_cont_box .btn-b {
    line-height: 30px;
    height: 30px;
    min-width: 8rem;
    display: inline-block; }
    @media screen and (min-width: 1520px) {
      .popup_cont_box .btn-b {
        min-width: 10rem; } }
  .popup_cont_box .ipt {
    padding: 1rem 0; }
    @media screen and (min-width: 1520px) {
      .popup_cont_box .ipt {
        padding: 1.25rem 0; } }

.popup_close {
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

.popup_cont {
  padding: 0.5rem 2.5rem; }
  @media screen and (min-width: 1920px) {
    .popup_cont {
      padding: 0.625rem 3.125rem; } }

.searchbox {
  padding: 3rem 0; }
  @media screen and (min-width: 1920px) {
    .searchbox {
      padding: 3.75rem 0; } }
  .searchbox-key h1 {
    font-size: 1rem;
    color: #999;
    margin-bottom: 1.5rem;
    font-weight: 400; }
    @media screen and (min-width: 1920px) {
      .searchbox-key h1 {
        margin-bottom: 1.875rem;
        font-size: 1.25rem; } }
  .searchbox-key-a a {
    position: relative;
    display: inline-block;
    line-height: 1.5rem;
    width: 7rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    text-align: center;
    border: 1px solid #999;
    color: #999;
    text-decoration: none;
    font-size: 0.75rem;
    /*
            &:nth-child(4n){
              margin-right: 0;
            }*/ }
    @media screen and (min-width: 1920px) {
      .searchbox-key-a a {
        line-height: 1.875rem;
        width: 8.75rem;
        margin-right: 2.5rem;
        margin-bottom: 2.5rem; } }
    .searchbox-key-a a .iconfont {
      display: none;
      position: absolute;
      top: -6px;
      right: -7px;
      font-size: 12px !important;
      border-radius: 100%;
      background: #000;
      color: #fff;
      height: 16px;
      width: 16px;
      line-height: 16px;
      text-align: center; }
    .searchbox-key-a a:hover {
      color: #000;
      border: 1px solid #000; }
      .searchbox-key-a a:hover .iconfont {
        display: block; }
  .searchbox-hot h1 {
    font-size: 1rem;
    color: #999;
    margin-bottom: 1.5rem;
    font-weight: 400; }
    @media screen and (min-width: 1920px) {
      .searchbox-hot h1 {
        margin-bottom: 1.875rem;
        font-size: 1.25rem; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
#animation, .J_MuiLift {
  -webkit-animation: fadeInDownBig 0.6s .2s ease both;
  -moz-animation: fadeInDownBig 0.6s .2s ease both; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-1000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
#animation {
  -webkit-animation: fadeOutUp 1s .2s ease both;
  -moz-animation: fadeOutUp 1s .2s ease both; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
#animation {
  -webkit-animation: fadeInDown .5s .2s ease both;
  -moz-animation: fadeInDown .5s .2s ease both; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
#animation {
  -webkit-animation: fadeInRightBig 1s .2s ease both;
  -moz-animation: fadeInRightBig 1s .2s ease both; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*初始状态 透明度为0*/ }
  50% {
    opacity: 0;
    /*中间状态 透明度为0*/ }
  100% {
    opacity: 1;
    /*结尾状态 透明度为1*/ } }
#animation {
  -webkit-animation: fadeIn .5s .1s ease both;
  -moz-animation: fadeIn .5s .1s ease both; }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }
@-webkit-keyframes demo {
  0% {
    height: 0px; }
  100% {
    height: 100%; } }
@-moz-keyframes demo {
  0% {
    height: 0px; }
  100% {
    height: 100%; } }
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .sticky.rightbar {
    bottom: 60px;
    display: none;
    top: 80%;
    /* top:auto\0;*/ }

.em2 {
  display: inline-block;
  width: 24px; }

/*# sourceMappingURL=header.css.map */
