@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 52, ../sass/_variable.scss */
html {
  font-size: 625%; }

/* line 55, ../sass/_variable.scss */
html, body {
  color: #fff;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

/* line 62, ../sass/_variable.scss */
a {
  color: #fff;
  text-decoration: none; }

/* line 69, ../sass/_variable.scss */
input {
  border: none; }
  /* line 71, ../sass/_variable.scss */
  input:focus {
    outline: none; }

/* line 75, ../sass/_variable.scss */
img {
  display: block; }

/* line 78, ../sass/_variable.scss */
body > *:not(script) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.14rem; }

/* line 86, ../sass/_variable.scss */
.gradient-bg-light, .index-main-bg div:nth-of-type(1):before, .index-main-bg div:nth-of-type(3):before {
  background: #2b3343;
  background: -webkit-gradient(linear, right top, left top, from(#0f1217), color-stop(50%, #252a34), to(#0f1217));
  background: linear-gradient(to left, #0f1217 0%, #252a34 50%, #0f1217 100%); }

/* line 90, ../sass/_variable.scss */
.gradient-bg-heavy, .index-main-bg div:nth-of-type(2):before, .index-main-bg div:nth-of-type(4):before {
  background: #090909;
  background: radial-gradient(circle closest-side, #333333 0%, #090909 100%); }

/* line 94, ../sass/_variable.scss */
.bg-heavy {
  background: #090909; }

/* line 97, ../sass/_variable.scss */
.bg-light {
  background: #2b3343; }

/* line 100, ../sass/_variable.scss */
.bg-white {
  background: #fff; }

/* line 103, ../sass/_variable.scss */
.fontcolor-heavy {
  color: #090909; }

/* line 106, ../sass/_variable.scss */
.fontcolor-white {
  color: #fff; }

/* line 109, ../sass/_variable.scss */
.fontcolor-orange {
  color: #e67634; }

/* line 114, ../sass/_variable.scss */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

/* line 118, ../sass/_variable.scss */
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* line 123, ../sass/_variable.scss */
.pagewidth-wrapper {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (min-width: 1281px) {
    /* line 123, ../sass/_variable.scss */
    .pagewidth-wrapper {
      width: 1200px; } }
  @media screen and (max-width: 1280px) {
    /* line 123, ../sass/_variable.scss */
    .pagewidth-wrapper {
      width: 980px; } }

/* line 133, ../sass/_variable.scss */
.topmargin {
  margin-top: 72px; }

/* line 136, ../sass/_variable.scss */
.leftpadding {
  padding-left: 40px; }

/* line 140, ../sass/_variable.scss */
p.paragraph-format {
  text-indent: 2em;
  line-height: 2;
  margin: 10px 0;
  text-align: justify; }

/* line 147, ../sass/_variable.scss */
.boxshadow-light {
  -webkit-box-shadow: 0 14px 10px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 10px 8px rgba(0, 0, 0, 0.2); }

/* line 10, ../sass/index.scss */
.index-main-bg {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0; }
  /* line 16, ../sass/index.scss */
  .index-main-bg div {
    display: block;
    width: 100%; }
    /* line 20, ../sass/index.scss */
    .index-main-bg div:before {
      content: '';
      display: block; }
    /* line 31, ../sass/index.scss */
    .index-main-bg div:nth-of-type(1):before {
      padding-bottom: 360px; }
      @media screen and (max-width: 1280px) {
        /* line 31, ../sass/index.scss */
        .index-main-bg div:nth-of-type(1):before {
          padding-bottom: 294px; } }
    /* line 38, ../sass/index.scss */
    .index-main-bg div:nth-of-type(2):before {
      padding-bottom: 600px; }
      @media screen and (max-width: 1280px) {
        /* line 38, ../sass/index.scss */
        .index-main-bg div:nth-of-type(2):before {
          padding-bottom: 509.6px; } }
    /* line 45, ../sass/index.scss */
    .index-main-bg div:nth-of-type(3):before {
      padding-bottom: 1200px; }
    /* line 49, ../sass/index.scss */
    .index-main-bg div:nth-of-type(4):before {
      padding-bottom: 360px; }

/* line 57, ../sass/index.scss */
.banner {
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-box-shadow: 0 6px 10px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 10px 6px rgba(0, 0, 0, 0.4); }
  /* line 63, ../sass/index.scss */
  .banner .banner-img {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    position: relative;
    overflow: hidden; }
    /* line 70, ../sass/index.scss */
    .banner .banner-img ul {
      width: 9999px;
      position: absolute;
      height: 100%; }
      /* line 75, ../sass/index.scss */
      .banner .banner-img ul li {
        float: left;
        width: 1200px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        @media screen and (max-width: 1280px) {
          /* line 75, ../sass/index.scss */
          .banner .banner-img ul li {
            width: 980px; } }
        /* line 83, ../sass/index.scss */
        .banner .banner-img ul li img {
          display: block;
          width: 100%; }

/* line 94, ../sass/index.scss */
.banner-button-prev, .banner-button-next {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 160px;
  background: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }
  /* line 103, ../sass/index.scss */
  .banner-button-prev:before, .banner-button-prev:after, .banner-button-next:before, .banner-button-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  /* line 111, ../sass/index.scss */
  .banner-button-prev:before, .banner-button-next:before {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #e67634; }
  /* line 117, ../sass/index.scss */
  .banner-button-prev:after, .banner-button-next:after {
    width: 10px;
    height: 10px;
    border: 2px solid #e67634;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -6px;
    margin-left: -4px; }

/* line 128, ../sass/index.scss */
.banner-button-prev {
  left: -70px; }

/* line 131, ../sass/index.scss */
.banner-button-next {
  right: -70px; }
  /* line 133, ../sass/index.scss */
  .banner-button-next:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: -8px; }

/* line 139, ../sass/index.scss */
.banner-index {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  /* line 26, ../sass/_variable.scss */
  .banner-index:before, .banner-index:after {
    content: "";
    display: table; }
  /* line 31, ../sass/_variable.scss */
  .banner-index:after {
    clear: both; }
  /* line 146, ../sass/index.scss */
  .banner-index li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    margin: 0 6px; }
    /* line 154, ../sass/index.scss */
    .banner-index li.active {
      border-color: #e67634; }

/* line 160, ../sass/index.scss */
.index-section {
  position: relative;
  z-index: 1;
  width: 100%; }

/* line 166, ../sass/index.scss */
.index-section-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  line-height: 2;
  margin: 40px 0; }
  /* line 174, ../sass/index.scss */
  .index-section-title:before, .index-section-title:after {
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%; }
  /* line 183, ../sass/index.scss */
  .index-section-title:before {
    left: 30%; }
  /* line 186, ../sass/index.scss */
  .index-section-title:after {
    right: 30%; }

/* line 191, ../sass/index.scss */
.index-section-content {
  width: 100%; }
  /* line 194, ../sass/index.scss */
  .index-section-content .column-3 {
    width: 30%;
    margin-right: 5%;
    position: relative; }
    /* line 199, ../sass/index.scss */
    .index-section-content .column-3:last-of-type {
      margin-right: 0; }
    /* line 203, ../sass/index.scss */
    .index-section-content .column-3 figcaption {
      position: absolute;
      top: 0;
      left: 0;
      width: 30%;
      height: 40px;
      line-height: 40px;
      font-size: 0.176rem;
      background: #e67634;
      text-align: center;
      color: #fff; }
    /* line 216, ../sass/index.scss */
    .index-section-content .column-3 img {
      width: 100%; }

/* line 222, ../sass/index.scss */
.index-product-category-tab {
  width: 100%;
  border-bottom: 2px solid #e67634; }
  /* line 26, ../sass/_variable.scss */
  .index-product-category-tab:before, .index-product-category-tab:after {
    content: "";
    display: table; }
  /* line 31, ../sass/_variable.scss */
  .index-product-category-tab:after {
    clear: both; }
  /* line 227, ../sass/index.scss */
  .index-product-category-tab li {
    width: 30%;
    margin-right: 5%;
    text-align: center;
    font-size: 0.16rem;
    line-height: 3;
    cursor: pointer; }
    /* line 235, ../sass/index.scss */
    .index-product-category-tab li:last-of-type {
      margin-right: 0; }
    /* line 239, ../sass/index.scss */
    .index-product-category-tab li.active {
      background: #e67634; }

/* line 245, ../sass/index.scss */
.index-product-category-tabcontent {
  width: 100%;
  margin: 30px 0;
  padding-bottom: 40px;
  position: relative; }
  /* line 26, ../sass/_variable.scss */
  .index-product-category-tabcontent:before, .index-product-category-tabcontent:after {
    content: "";
    display: table; }
  /* line 31, ../sass/_variable.scss */
  .index-product-category-tabcontent:after {
    clear: both; }
  /* line 252, ../sass/index.scss */
  .index-product-category-tabcontent .tabcontent-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden; }
  /* line 259, ../sass/index.scss */
  .index-product-category-tabcontent ul {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden; }
  /* line 271, ../sass/index.scss */
  .index-product-category-tabcontent li {
    width: 9999px;
    position: absolute; }
    /* line 275, ../sass/index.scss */
    .index-product-category-tabcontent li figure {
      width: 228px;
      margin-right: 15px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (max-width: 1280px) {
        /* line 275, ../sass/index.scss */
        .index-product-category-tabcontent li figure {
          margin-right: 22px; } }
      /* line 283, ../sass/index.scss */
      .index-product-category-tabcontent li figure img {
        width: 100%; }
      /* line 287, ../sass/index.scss */
      .index-product-category-tabcontent li figure figcaption {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        line-height: 1.4; }

/* line 297, ../sass/index.scss */
.index-product-category-button-prev, .index-product-category-button-next {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  /* line 305, ../sass/index.scss */
  .index-product-category-button-prev:before, .index-product-category-button-next:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    border: 2px solid #e67634;
    border-top: none;
    border-right: none; }

/* line 320, ../sass/index.scss */
.index-product-category-button-prev {
  left: -60px; }
  /* line 323, ../sass/index.scss */
  .index-product-category-button-prev:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

/* line 327, ../sass/index.scss */
.index-product-category-button-next {
  right: -60px; }
  /* line 330, ../sass/index.scss */
  .index-product-category-button-next:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

/* line 335, ../sass/index.scss */
.index-about {
  position: absolute;
  left: 50%;
  top: 0;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 100%;
  background: #e67634;
  text-align: center;
  font-size: 0.32rem;
  line-height: 2;
  color: #fff;
  -webkit-box-shadow: 2px 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 4px rgba(0, 0, 0, 0.2); }

/* line 352, ../sass/index.scss */
.index-section-content article {
  width: 80%;
  margin: 0 auto;
  margin-top: -30px; }
  /* line 357, ../sass/index.scss */
  .index-section-content article .index-aboutus-img {
    width: 80%;
    margin: 20px auto 40px; }
    /* line 26, ../sass/_variable.scss */
    .index-section-content article .index-aboutus-img:before, .index-section-content article .index-aboutus-img:after {
      content: "";
      display: table; }
    /* line 31, ../sass/_variable.scss */
    .index-section-content article .index-aboutus-img:after {
      clear: both; }
    /* line 362, ../sass/index.scss */
    .index-section-content article .index-aboutus-img li {
      width: 32%;
      margin-right: 2%; }
      /* line 366, ../sass/index.scss */
      .index-section-content article .index-aboutus-img li:last-of-type {
        margin-right: 0; }
      /* line 370, ../sass/index.scss */
      .index-section-content article .index-aboutus-img li img {
        width: 100%; }

/* line 377, ../sass/index.scss */
.index-section-top-triangle {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (min-width: 1281px) {
    /* line 381, ../sass/index.scss */
    .index-section-top-triangle:before {
      border-width: 40px 600px 0 600px; } }
  @media screen and (max-width: 1280px) {
    /* line 387, ../sass/index.scss */
    .index-section-top-triangle:before {
      border-width: 40px 490px 0 490px; } }
  /* line 393, ../sass/index.scss */
  .index-section-top-triangle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent; }

/* line 406, ../sass/index.scss */
.index-section-title-special {
  font-size: 0.24rem;
  line-height: 2;
  margin: 60px 10%;
  border-bottom: 1px solid #fff; }

/* line 413, ../sass/index.scss */
.index-section-exhibition-table {
  width: 38%;
  margin: 0 0 68px 10%; }
  /* line 417, ../sass/index.scss */
  .index-section-exhibition-table td {
    padding: 4px; }
  /* line 421, ../sass/index.scss */
  .index-section-exhibition-table:last-of-type {
    margin-left: 4%; }
  /* line 425, ../sass/index.scss */
  .index-section-exhibition-table .index-section-exhibition-title {
    color: #e67634;
    font-size: 0.16rem;
    line-height: 1.6;
    vertical-align: text-top; }
  /* line 432, ../sass/index.scss */
  .index-section-exhibition-table tr:first-of-type td:first-of-type {
    width: 40%; }
    /* line 435, ../sass/index.scss */
    .index-section-exhibition-table tr:first-of-type td:first-of-type img {
      width: 100%; }
