﻿@charset "UTF-8";
/* css样式清零及常用类 */
/*CSS Reset*/
/*"微软雅黑","\5FAE\8F6F\96C5\9ED1","Microsoft YaHei"
"黑体","\9ED1\4F53"
"新宋体","\65B0\5B8B\4F53"
"宋体","\5B8B\4F53"
"幼圆"    ,"YouYuan","\5E7C\5706"
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, 'hiragino sans GB', arial, "Microsoft YaHei", sans-serif;
  padding-top: 70px !important; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
hr,
p,
pre,
span,
strong,
form,
iframe,
label,
button,
input,
textarea,
table,
tr,
th,
td,
fieldset,
i {
  margin: 0;
  padding: 0;
  text-align: left; }

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

i {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus,
input,
button,
textarea,
select,
optgroup,
option,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
optgroup:focus,
option:focus,
label,
label:focus {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: none;
  -webkit-appearance: none; }

img {
  border: 0;
  vertical-align: middle; }

a img,
img {
  -ms-interpolation-mode: bicubic; }

a,
a:link,
a:visited {
  cursor: pointer; }

a.ie6:hover {
  zoom: 1; }

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

input,
button,
textarea,
select,
optgroup,
option {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: middle;
  outline: none;
  border-radius: 0; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select[multiple],
select[size] {
  height: auto; }

textarea {
  overflow-y: auto; }

hr {
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

header,
footer,
section,
aside,
article,
main,
nav,
menu,
details,
summary,
address,
hgroup,
figure,
figcaption,
legend {
  display: block;
  margin: 0;
  padding: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

time {
  display: inline; }

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

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

figure {
  margin: 1em 40px; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/*通用属性*/
/*清除浮动*/
.clearfix {
  *zoom: 1; }

/*解决ie6/7下面的浮动塌陷问题*/
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: " "; }

/*display:table;解决其他下面的浮动塌陷问题,line-height是将添加的内容高度设为0；*/
.clearfix:after {
  clear: both; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #CCC !important;
  background-color: #fff !important;
  background: #fff !important; }

.w1200 {
  width: 1250px;
  margin: 0 auto; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track-piece {
  background-color: #353131;
  -webkit-border-radius: 6px; }

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #272424;
  -webkit-border-radius: 6px; }

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #272424;
  -webkit-border-radius: 6px; }

/*1366 1980缩放*/
/*头部公用*/
@keyframes jiggle {
  from {
    left: 0px; }
  to {
    left: 10px; } }

@-webkit-keyframes jiggle /*Safari and Chrome*/ {
  from {
    left: 0px; }
  to {
    left: 10px; } }

body {
  padding-top: 70px; }

.fixed {
  position: fixed !important; }

.hgs-nav-wrapper {
  height: 70px;
  position: absolute;
  z-index: 999;
  background: white;
  left: 0;
  top: 0;
  width: 100%; }
  .hgs-nav-wrapper .nav-slogen {
    height: 36px;
    float: left;
    margin: 18px 20px 0 5px; }
  .hgs-nav-wrapper .gohome {
    float: left;
    margin-right: 5px;
    padding-top: 14px; }
    .hgs-nav-wrapper .gohome img {
      width: 132px;
      height: 42px; }
  .hgs-nav-wrapper .nav-content {
    float: left;
    height: 100%; }
    .hgs-nav-wrapper .nav-content ul {
      height: 100%; }
      .hgs-nav-wrapper .nav-content ul li:hover a {
        color: #FF6356; }
      .hgs-nav-wrapper .nav-content ul li {
        margin: 0 25px;
        float: left;
        height: 100%;
        line-height: 70px; }
        .hgs-nav-wrapper .nav-content ul li a {
          font-size: 16px;
          color: #1A1A1A;
          display: block;
          height: 100%;
          padding: 0 18px; }
  .hgs-nav-wrapper .head_search {
    float: right;
    margin-top: 14px; }
    .hgs-nav-wrapper .head_search .text-center {
      width: 200px;
      border: 1px solid #D8D8D8;
      border-radius: 2px; }
      .hgs-nav-wrapper .head_search .text-center .text-input {
        width: 158px;
        height: 40px;
        font-size: 14px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 40px;
        margin-right: 5px; }
      .hgs-nav-wrapper .head_search .text-center .iconfont {
        font-size: 18px;
        background: transparent;
        color: #666666;
        cursor: pointer;
        padding-left: 1px; }
  .hgs-nav-wrapper .nav-extend-wrapper {
    position: absolute;
    display: none;
    z-index: 666;
    left: 0px;
    top: 70px;
    border-top: 1px solid #EAEAEA;
    width: 100%;
    background: white;
    box-shadow: 0px 16px 33px 0px rgba(149, 149, 149, 0.29); }
    .hgs-nav-wrapper .nav-extend-wrapper .buy-a-list {
      height: 200px;
      padding: 35px 88px 0px;
      font-size: 0px; }
      .hgs-nav-wrapper .nav-extend-wrapper .buy-a-list a {
        display: inline-block;
        width: 256px;
        text-align: center; }
        .hgs-nav-wrapper .nav-extend-wrapper .buy-a-list a img {
          width: 62px;
          height: 62px;
          margin-bottom: 14px; }
        .hgs-nav-wrapper .nav-extend-wrapper .buy-a-list a .product_name {
          font-size: 16px;
          color: #1A1A1A;
          text-align: center; }
        .hgs-nav-wrapper .nav-extend-wrapper .buy-a-list a .more-content:hover {
          background: #FF4F4F;
          color: #ffffff; }
        .hgs-nav-wrapper .nav-extend-wrapper .buy-a-list a .more-content {
          width: 100px;
          height: 30px;
          border: 1px solid #FF4F4F;
          color: #FF4F4F;
          text-align: center;
          font-size: 12px;
          line-height: 30px;
          margin: 14px auto 0px;
          border-radius: 2px; }
    .hgs-nav-wrapper .nav-extend-wrapper .FFFAFA {
      height: 52px;
      background: #F7F8FA; }
      .hgs-nav-wrapper .nav-extend-wrapper .FFFAFA .look-for {
        float: left;
        font-size: 22px;
        color: #1A1A1A;
        line-height: 52px;
        margin-right: 15px; }
      .hgs-nav-wrapper .nav-extend-wrapper .FFFAFA .go-product {
        margin-left: 61px;
        font-size: 14px;
        color: #1A1A1A;
        line-height: 52px; }
        .hgs-nav-wrapper .nav-extend-wrapper .FFFAFA .go-product .iconfont {
          font-size: 12px;
          color: #1A1A1A;
          position: relative;
          animation: jiggle 0.5s infinite alternate;
          -webkit-animation: jiggle 0.5s infinite alternate;
          /* Safari 和 Chrome */ }
      .hgs-nav-wrapper .nav-extend-wrapper .FFFAFA .go-buy-center:hover {
        background: #FF7C7C; }
      .hgs-nav-wrapper .nav-extend-wrapper .FFFAFA .go-buy-center {
        border-radius: 2px;
        float: right;
        height: 34px;
        width: 106px;
        background: #FF4F4F;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        line-height: 34px;
        margin-top: 11px; }
  .hgs-nav-wrapper .align-center {
    text-align: center; }
  .hgs-nav-wrapper .go-home {
    margin-right: 5px;
    padding-top: 14px; }
    .hgs-nav-wrapper .go-home img {
      width: 132px;
      height: 42px; }
  .hgs-nav-wrapper .nav-logo {
    height: 36px;
    margin: 18px 20px 0 5px; }

/*尾部公用*/
@keyframes mymove {
  from {
    top: 0px; }
  to {
    top: -50px; } }

@-webkit-keyframes mymove /*Safari and Chrome*/ {
  from {
    top: 0px; }
  to {
    top: -50px; } }

.footer-warapper {
  background: #353131; }
  .footer-warapper .swiper-slide {
    font-size: 14px;
    color: #FFFFFF; }
    .footer-warapper .swiper-slide a {
      color: rgba(255, 255, 255, 0.8); }
  .footer-warapper .footer-content-wrapper {
    padding: 47px 0 37px; }
  .footer-warapper .wx_img {
    float: left;
    margin-right: 100px; }
    .footer-warapper .wx_img img {
      width: 120px;
      height: 120px;
      margin-bottom: 26px; }
    .footer-warapper .wx_img p {
      font-size: 14px;
      color: #FFFFFF;
      text-align: center; }
  .footer-warapper .a_list {
    float: left;
    margin: 0 50px; }
    .footer-warapper .a_list .firest_li {
      font-size: 18px;
      color: #FFFFFF;
      margin-bottom: 28px; }
    .footer-warapper .a_list li {
      font-size: 14px;
      color: #FFFFFF;
      margin-bottom: 21px; }
      .footer-warapper .a_list li a {
        color: rgba(255, 255, 255, 0.8); }
  .footer-warapper .right_img {
    float: right; }
    .footer-warapper .right_img img {
      width: 56px;
      float: left; }
  .footer-warapper .bg332 {
    height: 60px;
    background: #322F2E; }
  .footer-warapper .scroll-li {
    height: 180px;
    overflow: hidden;
    /*overflow-y: scroll;*/
    /*.scroll-wrapper{
      position: relative;
      animation:mymove 2s linear infinite alternate;
      -webkit-animation:mymove 2s linear infinite alternate;
    }*/ }

/*备案号样式补充*/
.index_footer-copyright {
  background: #322F2E;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 22px; }

.index_footer-copyright .footer_copy_box {
  position: relative; }

.index_footer-copyright .footer_copy_box .index_safe_copy {
  position: absolute;
  right: 15px;
  top: 15px; }

.index_footer-copyright .footer_copy_box p {
  font-size: 14px;
  color: #1a1a1a;
  padding-bottom: 3px;
  color: #A5A2A2;
  text-align: center; }

.index_footer-copyright .footer_copy_box p.color-ddd {
  font-size: 14px; }

.index_footer-copyright .footer_copy_box p a {
  color: #A5A2A2;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.index_footer-copyright .footer_copy_box p a:hover {
  color: #fff !important; }

.fixed_box {
  background: #FFFFFF;
  border: 1px solid #D1D1D9;
  border-radius: 4px;
  width: 80px;
  position: fixed;
  top: 36%;
  right: 10px;
  text-align: center;
  padding-top: 2px;
  z-index: 999;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fixed_box p {
  position: relative;
  width: auto;
  margin: 0 auto;
  color: #9593A2;
  cursor: pointer;
  text-align: center; }

.fixed_box p .icon-wrapper {
  display: block;
  text-align: center;
  height: 20px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fixed_box p .icon-text {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 9px; }

.fixed_box p i {
  font-size: 16px;
  line-height: 16px;
  display: inline-block; }

.fixed_box p:nth-child(4) a {
  text-decoration: none; }

.fixed_box p span {
  font-size: 14px; }

.fixed_box p a {
  color: #666;
  display: block;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 14px;
  margin-top: 14px; }

.fixed_box p a:hover .icon-text {
  color: #FF4F4F; }

.fixed_box p a:hover span {
  color: #666; }

.fixed_box p a span.fixed_erweima {
  font-size: 14px;
  width: 30px;
  position: absolute;
  right: 150px;
  top: -75px;
  display: none;
  width: 131px; }

.fixed_box p.weixin_p a:hover span.fixed_erweima {
  display: block; }

.fixed_box p a:hover i {
  color: #FF4F4F; }

.fixed_box .fixed_tel {
  position: absolute;
  right: 85px;
  top: 6px;
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 4px;
  display: none;
  font-size: 14px;
  width: 140px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  border: 1px solid #D1D1D9; }

.fixed_box .fixed_tel img {
  position: absolute;
  right: -9px;
  color: #354255;
  top: -1px; }

.fixed_box p.kefu_p .span_show {
  display: none; }

.fixed_box p.kefu_p:hover .span_show {
  display: inline-block;
  font-size: 14px; }

.fixed_box p.kefu_p:hover .span_hide {
  display: none; }

.go-back_top {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #D1D1D9;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  display: none; }
  .go-back_top .iconfont {
    line-height: 1;
    font-size: 12px;
    color: #9593A2; }
  .go-back_top:hover .iconfont {
    color: #FF4F4F; }

.footer-line {
  height: 6px;
  min-width: 1200px;
  background: linear-gradient(152deg, #ff8e66 0%, #ff6356 100%); }

.index_firends_link {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  padding: 26px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  background-color: #353131; }
  .index_firends_link .button_up {
    margin-left: 8px; }
  .index_firends_link label {
    float: left;
    font-size: 14px;
    color: #8A8F98;
    letter-spacing: 0;
    line-height: 14px; }
  .index_firends_link li {
    float: left;
    font-size: 14px;
    color: #8A8F98;
    letter-spacing: 0;
    line-height: 14px;
    margin-right: 19px; }
    .index_firends_link li a {
      color: #8A8F98; }
      .index_firends_link li a:hover {
        color: #fff; }
