@charset "UTF-8";
/**
* 全局 style
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: none;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4286;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: inherit !important;
  color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

button, input[type="button"] {
  outline: none;
  border: none;
  cursor: pointer; }

a {
  color: inherit;
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

[role='button'] {
  cursor: pointer; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ' '; }

.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s  linear;
  transition: opacity .15s  linear; }
  .fade.in {
    opacity: 1; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

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

.font-primary {
  color: #ff6600; }

/**
* pages/style
*/
html,
body {
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  background-color: #fff; }

.swiper-wrapper:before, .swiper-wrapper:after {
  display: table;
  content: ' '; }

.swiper-wrapper:after {
  clear: both; }

/*-----------------------------------container**/
.hdl-container {
  width: 1200px;
  margin: 0 auto; }
  .hdl-container:before, .hdl-container:after {
    display: table;
    content: ' '; }
  .hdl-container:after {
    clear: both; }

/*-----------------------------------header**/
.hdl-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  z-index: 1028; }
  .hdl-top .sites {
    margin-left: 4.16667%; }

.hdl-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  background-color: rgba(9, 2, 4, 0.5);
  z-index: 1030; }

.hdl-navbar {
  text-align: center;
  font-size: 0;
  letter-spacing: -3px; }
  .hdl-navbar > li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px;
    vertical-align: top;
    width: 16.66667%;
    color: #fff;
    position: relative; }
    .hdl-navbar > li > a {
      display: block;
      font-size: 24px;
      padding: 24px 0; }
  .hdl-navbar dl dd {
    position: relative; }
    .hdl-navbar dl dd > a {
      display: block;
      line-height: 36px;
      padding-left: 1.8em;
      padding-right: 2.2em; }
      .hdl-navbar dl dd > a:after {
        content: "";
        position: absolute;
        width: 0;
        right: 1em;
        top: 50%;
        margin-top: -6px;
        margin-right: -0.5em;
        height: 0;
        border: 6px solid transparent;
        border-left-color: #fff;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s ease-out;
        transition: opacity 0.3s 0s ease-out; }
  .hdl-navbar dl .last > a {
    padding-right: 1.8em; }
    .hdl-navbar dl .last > a:after {
      display: none; }

.nav-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1029;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.nav-trigger {
  position: fixed;
  z-index: 1032;
  right: 15px;
  top: 12px;
  padding: 5px;
  margin-right: -5px;
  display: none; }
  .nav-trigger > span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #ff6600;
    -webkit-transition: 0.2s 0s ease-out;
    transition: 0.2s 0s ease-out; }
    .nav-trigger > span + span {
      margin-top: 7px; }

#nav-checkbox {
  display: none; }
  #nav-checkbox:checked ~ .nav-backdrop {
    visibility: visible;
    opacity: 1; }
  #nav-checkbox:checked ~ .hdl-nav {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #nav-checkbox:checked ~ .nav-trigger > span {
    background-color: #fff; }
    #nav-checkbox:checked ~ .nav-trigger > span:nth-child(1) {
      -webkit-transform: translate(0, 9px) rotate(45deg);
              transform: translate(0, 9px) rotate(45deg); }
    #nav-checkbox:checked ~ .nav-trigger > span:nth-child(3) {
      -webkit-transform: translate(0, -9px) rotate(-45deg);
              transform: translate(0, -9px) rotate(-45deg); }
    #nav-checkbox:checked ~ .nav-trigger > span:nth-child(2) {
      opacity: 0; }

.hdl-hd-holder {
  height: 100px; }

/**--------------------
footer
---------------------**/
.hdl-footer {
  background-color: #383838;
  color: #fff;
  padding: 30px 0;
  position: relative; }

.ft-ewm {
  width: 173px;
  text-align: center; }
  .ft-ewm img {
    max-width: 100%; }
  .ft-ewm figcaption {
    margin-top: 1em; }

.ft-main {
  margin-right: 193px; }
  .ft-main h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 7px; }
  .ft-main p {
    line-height: 2.143; }
  .ft-main .friend-link {
    display: inline-block;
    background-color: #fff;
    border-radius: 2em;
    margin-top: 1em;
    color: #0d3692;
    padding: 0 1em;
    -webkit-transition: .2s 0s ease-out;
    transition: .2s 0s ease-out; }

.web-info {
  text-align: center;
  margin-top: 18px;
  padding: 18px 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px; }

.hdl-pager {
  font-size: 0;
  left: -3px;
  text-align: center;
  margin-top: 60px; }
  .hdl-pager > * {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 14px;
    margin: 0 5px;
    padding: 0.25em 0.5em;
    color: #000;
    -webkit-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }
  .hdl-pager > .active {
    background-color: #000;
    color: #fff;
    pointer-events: none; }

.fixed-tools {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 50; }
  .fixed-tools .back-top {
    display: block;
    background: #525252 url("../images/back_top.png") no-repeat center center;
    background-size: 50% auto;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    position: relative;
    margin: 10px auto 0;
    -webkit-transition: background-color 0.25s 0s ease-out;
    transition: background-color 0.25s 0s ease-out; }
    .fixed-tools .back-top > span {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      text-align: center;
      margin-top: 5px;
      color: #959595; }
  .fixed-tools .hotline {
    display: block;
    background-color: #ff6600;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    padding: 9px 0;
    margin: 0 auto;
    display: none; }
  .fixed-tools .logo-link {
    display: block;
    margin-top: 30px;
    width: 148px; }
    .fixed-tools .logo-link img {
      max-width: 100%; }

.hdl-banner .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hdl-banner .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  position: relative; }

.hdl-banner .prev,
.hdl-banner .next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 5;
  width: 23px;
  height: 30px;
  cursor: pointer;
  background: url(../images/icon_prev.png) no-repeat center center;
  background-size: contain; }

.hdl-banner .prev {
  left: 50%;
  margin-left: -600px; }

.hdl-banner .next {
  right: 50%;
  margin-right: -600px;
  background-image: url(../images/icon_next.png); }

.hdl-banner .swiper-content {
  position: absolute;
  width: 1030px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s 0s ease-out;
  transition: 0.3s 0s ease-out; }
  .hdl-banner .swiper-content header {
    font-size: 40px; }
  .hdl-banner .swiper-content article {
    font-size: 16px;
    line-height: 2;
    margin-top: 1em; }
  .hdl-banner .swiper-content .more {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 0.3em;
    font-size: 16px;
    padding: 0.8em 3em;
    margin-top: 3em;
    -webkit-transition: background-color 0.25s 0s ease-out, color 0.2s 0s ease-out;
    transition: background-color 0.25s 0s ease-out, color 0.2s 0s ease-out; }

.hdl-banner .swiper-slide-active .swiper-content {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.hdl-friend {
  border-bottom: 1px solid #8c8c8c; }

.hdl-friend-swiper {
  border-right: 1px solid #8c8c8c; }
  .hdl-friend-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hdl-friend-swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 16.66667%;
    border-left: 1px solid #8c8c8c;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .hdl-friend-swiper .swiper-slide:before {
      content: '';
      display: block;
      font-size: 0;
      padding-top: 50%; }
    .hdl-friend-swiper .swiper-slide img {
      position: absolute;
      left: 50%;
      top: 50%;
      max-width: 90%;
      max-height: 80%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.hdl-panel {
  padding: 75px 0; }

.hdl-panel-title .title {
  display: inline-block;
  width: 304px;
  max-width: 100%;
  font-size: 40px;
  color: #424242;
  padding-left: 15px;
  line-height: 2.2;
  padding-top: 7px;
  background: url("../images/pane_title_bg.png") no-repeat center center;
  background-size: 100% 100%; }

.panel-tabs {
  font-size: 0;
  letter-spacing: -3px;
  margin-top: 40px; }
  .panel-tabs > li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #1c1c1c;
    letter-spacing: normal;
    line-height: 1.5;
    padding: 0 1em; }
    .panel-tabs > li + li {
      border-left: 1px solid #4b4b4b; }
    .panel-tabs > li:first-child {
      padding-left: 0; }

.pro-swiper {
  margin-top: 24px; }
  .pro-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .pro-swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }
  .pro-swiper .list {
    font-size: 0;
    letter-spacing: -3px;
    margin: -10px -25px; }
    .pro-swiper .list > li {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      letter-spacing: normal;
      width: 50%;
      padding: 10px 25px; }
    .pro-swiper .list figure {
      position: relative;
      background-size: cover;
      background-position: center center; }
      .pro-swiper .list figure:before {
        content: '';
        display: block;
        font-size: 0;
        padding-top: 53.19149%; }
    .pro-swiper .list p {
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #000;
      margin-top: 0.5em; }
  .pro-swiper .swiper-pager {
    font-size: 0;
    letter-spacing: -3px;
    text-align: center;
    margin-top: 20px; }
    .pro-swiper .swiper-pager .swiper-pagination-switch {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #8c8b8b;
      margin: 0 5px;
      cursor: pointer; }
    .pro-swiper .swiper-pager .swiper-active-switch {
      background-color: #000; }

.feature-list {
  font-size: 0;
  letter-spacing: -3px;
  margin-top: 55px; }
  .feature-list > li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: normal;
    width: 16.66667%;
    text-align: center; }
  .feature-list p {
    margin-top: 20px;
    font-size: 15px; }

.style-panel {
  padding: 30px 0;
  background-color: #e5e5e5; }

.style-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: 0 -5px; }
  .style-list > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 5px;
    font-size: 14px; }
  .style-list figure {
    position: relative;
    background-position: center center;
    background-size: cover; }
    .style-list figure:before {
      content: '';
      display: block;
      font-size: 0;
      padding-top: 61.61972%; }
    .style-list figure:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 102, 0, 0.5);
      z-index: 3;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .35s 0s ease-out;
      transition: .35s 0s ease-out; }
  .style-list figcaption {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.case-panel-lf {
  float: left;
  width: 26.16667%; }

.case-panel-tabs {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 10%; }
  .case-panel-tabs li {
    padding-right: 1em;
    margin-top: 15.92357%; }

.case-swiper {
  margin-left: 32.5%; }
  .case-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .case-swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }
  .case-swiper .swiper-pager {
    font-size: 0;
    letter-spacing: -3px;
    text-align: center;
    margin-top: 20px; }
    .case-swiper .swiper-pager .swiper-pagination-switch {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #8c8b8b;
      margin: 0 5px;
      cursor: pointer; }
    .case-swiper .swiper-pager .swiper-active-switch {
      background-color: #000; }

.case-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: -5px; }
  .case-list > li {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px;
    width: 50%;
    padding: 5px; }
  .case-list figure {
    position: relative;
    background-position: center center;
    background-size: cover; }
    .case-list figure:before {
      content: '';
      display: block;
      font-size: 0;
      padding-top: 49.36709%; }
  .case-list p {
    font-size: 15px;
    color: #4c4c4c;
    padding: 1em; }

.new-swiper {
  float: left;
  width: 56.5%;
  margin-top: 50px; }
  .new-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .new-swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover; }
    .new-swiper .swiper-slide:before {
      content: '';
      display: block;
      font-size: 0;
      padding-top: 77.43363%; }
  .new-swiper header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    padding: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.42); }

.new-list {
  margin-left: 63.33333%;
  margin-top: 50px;
  padding-top: 3%; }
  .new-list li {
    overflow: hidden; }
    .new-list li + li {
      margin-top: 15px; }
  .new-list aside {
    float: left;
    width: 80px;
    text-align: center;
    font-size: 24px; }
    .new-list aside small {
      display: block;
      font-size: 1em;
      margin-top: 0.3em; }
    .new-list aside p {
      padding: 0.5em 0;
      background-color: #383838;
      color: #fff; }
  .new-list section {
    margin-left: 80px;
    padding-left: 15px; }
  .new-list h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }
  .new-list article {
    margin-top: 0.6em;
    line-height: 1.7;
    max-height: 3.4em;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.inner-banner {
  height: 300px;
  color: #fff; }
  .inner-banner .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .inner-banner .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; }
  .inner-banner h2 {
    font-size: 54px;
    color: #fff;
    padding-top: 145px;
    line-height: 1; }
  .inner-banner p {
    color: #fff;
    font-size: 24px;
    margin-top: .8em; }

.about-title {
  font-size: 32px;
  position: relative; }
  .about-title .title {
    display: inline-block;
    padding-top: 0.70313em;
    padding-bottom: 0.70313em;
    padding-left: 1.40625em;
    background-color: #e8e8e8;
    min-width: 11.15625em;
    padding-right: 4em;
    max-width: 100%; }
  .about-title.reversed .title {
    background-color: #fff; }
  .about-title.compact .title {
    line-height: 1.2;
    padding-top: .5em;
    padding-bottom: .5em; }
  .about-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.3125em;
    background-color: #383838; }

.about-profile {
  margin-top: 70px;
  font-size: 18px;
  line-height: 2;
  color: #000; }
  .about-profile img {
    max-width: 100%;
    height: auto; }
  .about-profile .figure {
    float: right;
    width: 50%;
    margin-left: 3.33333%;
    margin-bottom: 1em; }

.about-cooper > li {
  margin-top: 60px; }

.about-cooper h3 {
  font-size: 24px;
  font-family: "黑体";
  padding: 0.5em 0; }

.about-cooper section {
  padding: 3.33333%;
  border: 1px solid #292f35;
  font-size: 0;
  letter-spacing: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px; }

.about-cooper figure,
.about-cooper article {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.about-cooper figure {
  width: 37.5%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .about-cooper figure img {
    width: auto;
    max-width: 80%;
    max-height: 80%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

.about-cooper article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62.5%;
  font-size: 18px;
  line-height: 2;
  color: #000;
  padding-left: 5.83333%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-left: 1px solid #292f35; }

.certificate-download .about-title .title {
  min-width: 40%; }

.certificate-figures {
  margin-top: 6%; }
  .certificate-figures li {
    font-size: 0;
    letter-spacing: -3px; }
    .certificate-figures li + li {
      margin-top: 4%; }
  .certificate-figures figure,
  .certificate-figures .content {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    padding: 1em; }
  .certificate-figures .content {
    text-align: center;
    font-size: 24px;
    width: 60%; }
    .certificate-figures .content > a {
      display: block;
      margin: 0 auto;
      border: 1px solid #292f35;
      font-family: "黑体";
      width: 13.5em;
      padding-top: 0.625em;
      padding-bottom: 0.625em;
      border-radius: 0.625em;
      padding-left: 2.8em;
      max-width: 100%;
      -webkit-transition: 0.2s 0s ease-out;
      transition: 0.2s 0s ease-out; }
    .certificate-figures .content p {
      font-size: 18px;
      padding-bottom: 0.55556em;
      color: #4b4b4b; }
    .certificate-figures .content .icon {
      display: inline-block;
      width: 15px;
      vertical-align: middle;
      margin-left: 2.83333em;
      position: relative;
      background: url("../images/icon_download.png") no-repeat 0 0; }
      .certificate-figures .content .icon:before {
        content: '';
        display: block;
        font-size: 0;
        padding-top: 186.66667%; }
  .certificate-figures figure {
    width: 40%; }
    .certificate-figures figure img {
      width: 100%;
      height: auto; }

.hornor-quality {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  font-size: 0;
  letter-spacing: -3px; }
  .hornor-quality li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 20px; }
    .hornor-quality li img {
      width: 100%; }

.patent-swiper {
  margin-top: 70px; }
  .patent-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .patent-swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }
  .patent-swiper .swiper-pager {
    font-size: 0;
    letter-spacing: -3px;
    text-align: center;
    margin-top: 50px; }
    .patent-swiper .swiper-pager .swiper-pagination-switch {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #8c8b8b;
      margin: 0 5px;
      cursor: pointer; }
    .patent-swiper .swiper-pager .swiper-active-switch {
      background-color: #000; }

.palent-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: 0 -15px; }
  .palent-list > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 33.333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    text-align: center; }
    .palent-list > li img {
      max-width: 100%; }

.hornor-swiper {
  margin-top: 70px; }
  .hornor-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hornor-swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }
  .hornor-swiper .swiper-pager {
    font-size: 0;
    letter-spacing: -3px;
    text-align: center;
    margin-top: 50px; }
    .hornor-swiper .swiper-pager .swiper-pagination-switch {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #8c8b8b;
      margin: 0 5px;
      cursor: pointer; }
    .hornor-swiper .swiper-pager .swiper-active-switch {
      background-color: #000; }

.hornor-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: -12px; }
  .hornor-list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 12px;
    text-align: center; }
    .hornor-list > li img {
      max-width: 100%; }

.join-list li {
  border-bottom: 1px solid #252525; }
  .join-list li:last-child {
    border-bottom: none; }
  .join-list li + li {
    margin-top: 40px; }

.join-list article {
  padding: 30px 0 55px;
  font-size: 18px;
  color: #252525;
  line-height: 2.143; }

.join-header .title {
  display: inline-block;
  font-size: 24px;
  background-color: #505050;
  padding-left: 0.83333em;
  position: relative;
  color: #fff;
  font-weight: bold;
  min-width: 9.33333em;
  max-width: 100%;
  padding-right: 2em;
  padding-top: 0.375em;
  padding-bottom: 0.375em; }
  .join-header .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.2em;
    background-color: #ff6600; }

.contact-list li {
  border-bottom: 1px solid #383838; }
  .contact-list li:last-child {
    border-bottom: none; }
  .contact-list li + li {
    margin-top: 60px; }

.contact-list h3 {
  font-size: 24px; }

.contact-list article {
  padding-top: 25px;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 2; }

.hdl-new-list li {
  padding: 7px 0;
  border-bottom: 1px solid #626262;
  overflow: hidden; }
  .hdl-new-list li:first-child {
    padding-top: 0; }

.hdl-new-list figure {
  width: 19.5%;
  float: left;
  position: relative;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity .25s 0s ease-out;
  transition: opacity .25s 0s ease-out; }
  .hdl-new-list figure:before {
    content: '';
    display: block;
    font-size: 0;
    padding-top: 55.98291%; }

.hdl-new-list section {
  margin-left: 21.33333%;
  padding: 1% 0; }

.hdl-new-list header {
  font-size: 18px;
  color: #000;
  -webkit-transition: color .2s 0s ease-out;
  transition: color .2s 0s ease-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.84em; }

.hdl-new-list article {
  float: left;
  width: calc(100% - 180px);
  padding-right: 2em;
  margin-top: 1em;
  line-height: 1.7;
  max-height: 3.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.hdl-new-list footer {
  margin-top: 1em;
  line-height: 1.7; }
  .hdl-new-list footer > * {
    vertical-align: middle; }

.hdl-new-list .link {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 45px;
  background: url("../images/icon_arrow.png") no-repeat 0 center;
  -webkit-transition: -webkit-transform .2s 0s ease-out;
  transition: -webkit-transform .2s 0s ease-out;
  transition: transform .2s 0s ease-out;
  transition: transform .2s 0s ease-out, -webkit-transform .2s 0s ease-out; }

.detail-panel {
  font-size: 18px; }
  .detail-panel .title {
    font-size: 1.66667em;
    color: #000; }
  .detail-panel > small {
    display: block;
    text-align: right;
    font-size: 1em;
    margin-top: 1.55556em; }
  .detail-panel .meta {
    margin-left: 1.2em; }
  .detail-panel article {
    padding: 4.16667% 0 1.66667%;
    line-height: 2; }
    .detail-panel article img {
      max-width: 100%; }

.pro-preview .big-imgs {
  float: left;
  background-color: #fafafa;
  width: 70.5%; }
  .pro-preview .big-imgs img {
    display: block;
    width: 100%; }

.pro-preview .thumb-imgs {
  float: right;
  width: 27.5%; }
  .pro-preview .thumb-imgs .swiper-slide {
    width: 100%;
    padding-bottom: 7.09877%; }
    .pro-preview .thumb-imgs .swiper-slide.active a {
      border: 2px solid rgba(255, 102, 0, 0.75); }
  .pro-preview .thumb-imgs a {
    display: block;
    position: relative;
    background-position: center center;
    background-size: cover;
    -webkit-transition: 0.25s 0s ease-out;
    transition: 0.25s 0s ease-out;
    border: 2px solid transparent; }
    .pro-preview .thumb-imgs a:before {
      content: '';
      display: block;
      font-size: 0;
      padding-top: 100%; }

.pro-pane {
  margin-top: 80px; }

.pro-header {
  position: relative;
  font-size: 30px; }
  .pro-header::before {
    content: "";
    position: absolute;
    width: 3.86667em;
    bottom: 100%;
    height: 0.2em;
    background-color: #4c4c4c;
    color: #4c4c4c;
    left: 2em;
    line-height: 1.46667em; }

.pro-profile {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2; }
  .pro-profile img {
    max-width: 100%; }

.pro-features {
  margin-top: 2em;
  color: #4c4c4c; }
  .pro-features:before, .pro-features:after {
    display: table;
    content: ' '; }
  .pro-features:after {
    clear: both; }
  .pro-features > img {
    float: left;
    width: 35.75%; }
  .pro-features ul {
    margin-left: 41.66667%;
    padding-top: 1.8em; }
  .pro-features li {
    margin-top: 10px;
    position: relative; }
    .pro-features li::before, .pro-features li:after {
      content: "";
      position: absolute;
      top: 1em;
      right: 100%; }
    .pro-features li::before {
      margin-right: 0.5em;
      width: 4.83333em;
      border-bottom: 1px solid #525252; }
    .pro-features li:after {
      width: 1.11111em;
      height: 1.11111em;
      border: 1px solid #552255;
      border-radius: 100%;
      margin-right: 5.33333em;
      margin-top: -0.55556em; }

.pro-case-list {
  margin-top: 30px;
  border: 1px solid #525252;
  color: #525252;
  font-size: 0;
  letter-spacing: -3px;
  padding: 2.5% 0; }
  .pro-case-list .item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 16px;
    width: 33.333%;
    padding: 0 2.91667%;
    overflow: hidden; }
    .pro-case-list .item + .item {
      position: relative; }
      .pro-case-list .item + .item::before {
        position: absolute;
        content: "";
        top: 3em;
        left: 0;
        height: 7em;
        border-left: 1px solid #999; }
  .pro-case-list h3 {
    font-size: 24px; }
  .pro-case-list ul {
    font-size: 0;
    letter-spacing: -3px;
    margin-top: 16px; }
  .pro-case-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: normal;
    width: 50%;
    padding-left: 1.375em;
    position: relative;
    padding-top: 0.2857em;
    padding-bottom: 0.2857em;
    padding-right: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .pro-case-list li::before {
      content: "";
      position: absolute;
      width: 0.625em;
      height: 0.625em;
      border-radius: 100%;
      background-color: #525252;
      left: 0;
      top: 1em;
      margin-top: -0.3125em; }

.pro-art-tabs {
  font-size: 0;
  letter-spacing: -3px;
  position: relative;
  z-index: 3; }
  .pro-art-tabs > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top; }
    .pro-art-tabs > li + li {
      margin-left: -1px; }
    .pro-art-tabs > li:first-child a {
      border-top-left-radius: 0.3em; }
    .pro-art-tabs > li:last-child a {
      border-top-right-radius: 0.3em; }
    .pro-art-tabs > li > a {
      display: block;
      font-size: 20px;
      line-height: 2.4em;
      color: #4c4c4c;
      padding-left: 1.6em;
      padding-right: 1.6em;
      border: 1px solid #959595;
      background-color: #eeeeee; }
    .pro-art-tabs > li.active > a {
      border-bottom-color: #fff;
      background-color: #fff; }

.pro-articles .tab-content {
  border: 1px solid #959595;
  margin-top: -1px;
  padding: 3.75%; }

.pro-art-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: -12px; }
  .pro-art-list > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    letter-spacing: normal;
    font-size: 18px;
    padding: 12px; }
  .pro-art-list figure {
    position: relative; }
    .pro-art-list figure:before {
      content: '';
      display: block;
      font-size: 0;
      padding-top: 85.2%; }
    .pro-art-list figure img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .pro-art-list figcaption {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #383838;
    width: 100%;
    height: 100%;
    font-size: 20px; }
    .pro-art-list figcaption p {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      text-align: center;
      font-weight: bold; }
      .pro-art-list figcaption p:after {
        content: "";
        display: block;
        height: 2.11111em;
        background: url("../images/cate_arrow.png") no-repeat center center;
        background-size: 2.33333em auto; }
  .pro-art-list header {
    margin-top: 1em; }

.pro-cate-tabs {
  font-size: 0;
  letter-spacing: -3px;
  margin: -24px 0 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #383838; }
  .pro-cate-tabs > li {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    letter-spacing: normal;
    padding: 1em 2em; }
    .pro-cate-tabs > li.active a {
      color: #ff6600; }
      .pro-cate-tabs > li.active a::before {
        background-color: #ff6600; }
      .pro-cate-tabs > li.active a:after {
        content: "";
        position: absolute;
        left: 0.125em;
        top: 50%;
        margin-top: -0.41667em;
        width: 0.79167em;
        height: 0.70833em;
        background: url("../images/duigou.png") no-repeat center center;
        background-size: contain; }
  .pro-cate-tabs a {
    display: block;
    color: #303030;
    padding-left: 1.66667em;
    position: relative;
    -webkit-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }
    .pro-cate-tabs a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 0.75em;
      height: 0.75em;
      background-color: #505050;
      -webkit-transition: background-color 0.2s 0s ease-out;
      transition: background-color 0.2s 0s ease-out; }
  .pro-cate-tabs + .about-title {
    margin-bottom: 60px; }

.report-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: -5px; }
  .report-list > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    letter-spacing: normal;
    padding: 5px; }
  .report-list figure img {
    width: 100%; }

.pro-2-title .title {
  display: inline-block;
  font-size: 32px;
  position: relative;
  padding-right: 1.25em;
  padding-left: 5px;
  line-height: 2.25em; }
  .pro-2-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    right: 0;
    height: 0.34375em;
    background-color: #292f35;
    border-radius: 0.34375em; }

.pro-2-text {
  font-size: 18px;
  line-height: 2;
  margin-top: 2em; }
  .pro-2-text img {
    max-width: 100%;
    height: auto; }

.pro-3-title .title {
  display: inline-block;
  font-size: 32px;
  position: relative;
  padding-right: 1.25em;
  padding-left: 0.25em;
  line-height: 2.25em; }
  .pro-3-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 4.5em;
    height: 0.34375em;
    background-color: #292f35;
    border-radius: 0.34375em; }

.pro-3-imgs {
  font-size: 0;
  letter-spacing: -3px;
  margin: 30px -14px -14px; }
  .pro-3-imgs > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: normal;
    padding: 14px; }
  .pro-3-imgs figure img {
    width: 100%; }
  .pro-3-imgs figcaption {
    font-size: 24px;
    font-weight: bold;
    margin-top: 1em; }

.pro-3-pane {
  margin-top: 70px; }
  .pro-3-pane:first-child {
    margin-top: 0; }

.case-aside {
  float: left;
  font-size: 28px;
  width: 4.64286em;
  border-top: 0.14286em solid #000;
  color: #000;
  text-align: center; }
  .case-aside li {
    margin-top: 1em;
    -webkit-transition: color 0.2s 0s ease-out;
    transition: color 0.2s 0s ease-out; }

.case-main {
  margin-left: 24.58333%; }

.hdl-case-list {
  font-size: 0;
  letter-spacing: -3px;
  margin: -10px; }
  .hdl-case-list > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 33.333%;
    padding: 10px; }
  .hdl-case-list figure {
    position: relative;
    background-position: center center;
    background-size: cover; }
    .hdl-case-list figure:before {
      content: '';
      display: block;
      font-size: 0;
      padding-top: 71.72414%; }
    .hdl-case-list figure:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.57);
      z-index: 3;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.3s 0s ease-out;
      transition: 0.3s 0s ease-out; }
  .hdl-case-list figcaption {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 0 1em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s 0s ease-out;
    transition: 0.3s 0s ease-out; }

.case-d-card .lf {
  float: left;
  width: 41.66667%; }
  .case-d-card .lf header {
    font-size: 24px;
    font-weight: bold;
    color: #000; }
    .case-d-card .lf header small {
      display: block;
      font-size: 1em; }
    .case-d-card .lf header .title {
      background-color: #000;
      color: #fff;
      padding: .3em 1.5em;
      display: inline-block;
      margin-top: .8em; }
  .case-d-card .lf article {
    font-size: 18px;
    line-height: 2;
    margin-top: 2em; }

.case-d-card .rt {
  float: right;
  width: 51.66667%; }
  .case-d-card .rt img {
    max-width: 100%; }

.case-d-preview {
  margin-top: 80px; }
  .case-d-preview img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 1600px) {
    .hdl-top {
      height: 80px;
      line-height: 80px; }
      .hdl-top .brand img {
        height: 50px; }
      .hdl-top .consult img {
        height: 48px; }
    .hdl-nav {
      top: 80px; }
        .hdl-navbar > li > a {
          font-size: 20px; }
    .hdl-hd-holder {
      height: 80px; }
    .ft-ewm {
      width: 150px; }
    .hdl-pager {
      margin-top: 50px; }
  .hdl-banner .swiper-slide {
    height: 550px; }
  .hdl-banner .swiper-content header {
    font-size: 32px; }
    .hdl-panel {
      padding: 60px 0; }
  .hdl-panel-title .title {
    font-size: 36px;
    width: 280px; }
    .panel-tabs {
      margin-top: 30px; }
    .pro-swiper .list {
      margin-left: -20px;
      margin-right: -20px; }
      .pro-swiper .list p {
        font-size: 16px; }
      .pro-swiper .list > li {
        padding: 10px 20px; }
    .style-list figcaption {
      font-size: 20px; }
    .case-panel-tabs {
      font-size: 20px; }
    .new-swiper {
      margin-top: 40px; }
    .new-list {
      margin-top: 40px; }
      .new-list li + li {
        margin-top: 25px; }
      .new-list aside {
        font-size: 22px; }
      .new-list h3 {
        font-size: 18px; }
    .inner-banner h2 {
      font-size: 48px; }
    .inner-banner p {
      font-size: 20px; }
    .about-title {
      font-size: 28px; }
    .about-profile {
      margin-top: 60px;
      font-size: 16px; }
  .about-cooper h3 {
    font-size: 20px; }
  .about-cooper > li {
    margin-top: 50px; }
  .about-cooper section {
    min-height: 250px; }
  .about-cooper article {
    font-size: 16px; }
      .certificate-figures .content p {
        font-size: 16px; }
    .certificate-figures {
      margin-top: 50px; }
      .certificate-figures li + li {
        margin-top: 40px; }
    .hornor-quality {
      margin: 25px -15px -15px; }
      .hornor-quality li {
        padding: 15px; }
    .patent-swiper {
      margin-top: 60px; }
    .hornor-swiper {
      margin-top: 60px; }
  .join-list article {
    font-size: 16px; }
  .join-header .title {
    font-size: 20px; }
  .contact-list li + li {
    margin-top: 50px; }
  .contact-list h3 {
    font-size: 20px; }
  .contact-list article {
    font-size: 16px; }
    .detail-panel {
      font-size: 16px; }
    .pro-pane {
      margin-top: 70px; }
    .pro-header {
      font-size: 26px; }
    .pro-profile {
      font-size: 16px; }
    .pro-case-list h3 {
      font-size: 20px; }
    .pro-art-tabs > li > a {
      font-size: 16px; }
    .pro-art-list > li {
      font-size: 16px; }
    .pro-cate-tabs {
      margin: -20px 0 50px; }
      .pro-cate-tabs > li {
        font-size: 20px; }
      .pro-cate-tabs + .about-title {
        margin-bottom: 50px; }
  .pro-2-title .title {
    font-size: 28px; }
    .pro-2-text {
      font-size: 16px; }
  .pro-3-title .title {
    font-size: 28px; }
    .pro-3-imgs figcaption {
      font-size: 20px; }
    .pro-3-pane {
      margin-top: 60px; }
    .case-aside {
      font-size: 24px; }
  .case-d-card .lf header {
    font-size: 20px; }
  .case-d-card .lf article {
    font-size: 16px; }
    .case-d-preview {
      margin-top: 70px; } }
  @media (max-width: 1440px) {
    .fixed-tools {
      right: 15px; }
      .fixed-tools .hotline {
        width: 50px;
        height: 50px; }
      .fixed-tools .back-top {
        width: 50px;
        height: 50px; }
      .fixed-tools .logo-link {
        width: 100px; }
  .hdl-banner .swiper-slide {
    height: 500px; }
  .hdl-banner .swiper-content header {
    font-size: 28px; }
  .hdl-banner .swiper-content article {
    font-size: 15px; }
  .hdl-banner .swiper-content .more {
    font-size: 14px;
    margin-top: 2em; }
  .hdl-panel-title .title {
    font-size: 32px;
    width: 240px; } }
  @media (min-width: 1025px) {
      .hdl-top .sites a {
        -webkit-transition: color 0.2s 0s ease-out;
        transition: color 0.2s 0s ease-out; }
        .hdl-top .sites a:hover {
          color: #ff6600; }
      .hdl-navbar > li {
        -webkit-transition: color 0.2s 0s ease-out, background-color 0.3s 0s ease-out;
        transition: color 0.2s 0s ease-out, background-color 0.3s 0s ease-out; }
        .hdl-navbar > li:hover {
          color: #fff;
          background-color: #ff6600; }
          .hdl-navbar > li:hover > dl {
            -webkit-transition: 0.3s 0s ease-out;
            transition: 0.3s 0s ease-out;
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); }
      .hdl-navbar > li > dl {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, 10%);
                transform: translate(0, 10%); }
        .hdl-navbar > li > dl::before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          bottom: 100%;
          border: 8px solid transparent;
          border-bottom-color: #fff;
          left: 50%;
          margin-left: -8px; }
    .hdl-navbar dl {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateX(10%);
              transform: translateX(10%);
      -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
      white-space: nowrap;
      background-color: rgba(56, 56, 56, 0.75); }
      .hdl-navbar dl dl {
        left: 100%;
        top: 0;
        background-color: rgba(82, 76, 74, 0.75); }
      .hdl-navbar dl dd:hover > dl {
        -webkit-transition: 0.3s 0s ease-out;
        transition: 0.3s 0s ease-out;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .hdl-navbar dl dd:hover > a {
        color: #fff;
        background-color: #ff6600; }
        .hdl-navbar dl dd:hover > a:after {
          opacity: 1; }
        .hdl-navbar dl dd > a {
          -webkit-transition: color 0.2s 0s ease-out, background-color 0.3s 0s ease-out;
          transition: color 0.2s 0s ease-out, background-color 0.3s 0s ease-out; }
      .ft-main .friend-link:hover {
        background-color: #ff6600;
        color: #fff; }
      .hdl-pager > *:hover:not(.active) {
        color: #ff6600; }
      .fixed-tools .back-top:hover {
        background-color: #ff6600; }
      .hdl-banner .swiper-content .more:hover {
        background-color: #fff;
        color: #ff6600; }
      .panel-tabs > li {
        -webkit-transition: color 0.2s 0s ease-out;
        transition: color 0.2s 0s ease-out; }
        .panel-tabs > li:hover {
          color: #ff6600; }
        .pro-swiper .list > li:hover figure {
          opacity: 0.75; }
        .pro-swiper .list > li:hover p {
          color: #ff6600; }
        .pro-swiper .list figure {
          -webkit-transition: opacity 0.35s 0s ease-out;
          transition: opacity 0.35s 0s ease-out; }
        .pro-swiper .list p {
          -webkit-transition: color 0.2s 0s ease-out;
          transition: color 0.2s 0s ease-out; }
      .style-list > li:hover figure:after {
        visibility: visible;
        opacity: 1; }
      .case-panel-tabs li {
        -webkit-transition: color 0.2s 0s ease-out;
        transition: color 0.2s 0s ease-out; }
        .case-panel-tabs li:hover {
          color: #ff6600; }
      .case-list figure {
        -webkit-transition: opacity 0.35s 0s ease-out;
        transition: opacity 0.35s 0s ease-out; }
    .case-list a:hover figure {
      opacity: 0.75; }
    .case-list a:hover p {
      color: #ff6600; }
      .case-list p {
        -webkit-transition: color 0.2s 0s ease-out;
        transition: color 0.2s 0s ease-out; }
      .new-list li:hover h3 {
        color: #ff6600; }
        .certificate-figures .content > a:hover {
          border-color: #ff6600;
          color: #ff6600; }
          .certificate-figures .content > a:hover .icon {
            background-position: 0 -28px; }
    .hdl-new-list li:hover header {
      color: #ff6600; }
    .hdl-new-list li:hover figure {
      opacity: .8; }
    .hdl-new-list li:hover .link {
      background-position: -16px center;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      .pro-preview .thumb-imgs a:hover {
        opacity: 0.85; }
      .pro-cate-tabs a:hover {
        color: #ff6600; }
        .pro-cate-tabs a:hover::before {
          background-color: #ff6600; }
      .case-aside li:hover {
        color: #ff6600; }
      .hdl-case-list > li:hover figcaption {
        visibility: visible;
        opacity: 1; }
      .hdl-case-list > li:hover figure::after {
        visibility: visible;
        opacity: 1; } }
  @media (max-width: 1229px) {
    .hdl-container {
      width: 995px; }
    .ft-ewm {
      width: 120px; }
      .ft-ewm figcaption {
        font-size: 12px;
        margin-top: 0.8em; }
    .ft-main h3 {
      font-size: 24px; }
    .hdl-pager {
      margin-top: 40px; }
  .hdl-banner .prev {
    margin-left: -497.5px; }
  .hdl-banner .next {
    margin-right: -497.5px; }
  .hdl-banner .swiper-content {
    width: 845px; }
    .hdl-panel {
      padding: 50px 0; }
  .hdl-panel-title .title {
    font-size: 28px;
    width: 200px; }
    .panel-tabs > li {
      font-size: 16px; }
    .pro-swiper .list {
      margin-left: -15px;
      margin-right: -15px; }
      .pro-swiper .list p {
        font-size: 14px; }
      .pro-swiper .list > li {
        padding: 10px 15px; }
    .feature-list {
      margin-top: 40px; }
    .case-panel-tabs {
      font-size: 18px; }
    .case-list p {
      font-size: 14px; }
    .new-swiper header {
      font-size: 16px; }
    .new-list li + li {
      margin-top: 20px; }
    .new-list aside {
      width: 70px;
      font-size: 16px; }
    .new-list section {
      margin-left: 70px; }
    .new-list h3 {
      font-size: 16px; }
    .inner-banner {
      height: 250px; }
      .inner-banner h2 {
        font-size: 42px;
        padding-top: 120px; }
      .inner-banner p {
        font-size: 18px; }
    .about-title {
      font-size: 24px; }
    .about-profile {
      margin-top: 50px; }
  .about-cooper h3 {
    font-size: 18px; }
  .about-cooper > li {
    margin-top: 40px; }
      .certificate-figures .content {
        font-size: 18px; }
    .certificate-figures {
      margin-top: 40px; }
      .certificate-figures li + li {
        margin-top: 30px; }
    .hornor-quality {
      margin: 25px -10px -10px; }
      .hornor-quality li {
        padding: 10px; }
    .patent-swiper {
      margin-top: 50px; }
    .hornor-swiper {
      margin-top: 50px; }
  .hdl-new-list header {
    font-size: 16px; }
    .detail-panel {
      font-size: 14px; }
    .pro-pane {
      margin-top: 60px; }
    .pro-header {
      font-size: 22px; }
    .pro-case-list h3 {
      font-size: 18px; }
    .pro-case-list .item {
      padding: 0 2.5%; }
    .pro-case-list li {
      font-size: 14px; }
    .pro-art-list {
      margin: -10px; }
      .pro-art-list > li {
        padding: 10px;
        font-size: 14px; }
      .pro-art-list figcaption {
        font-size: 18px; }
    .pro-cate-tabs {
      margin: -16px 0 40px; }
      .pro-cate-tabs > li {
        font-size: 16px; }
      .pro-cate-tabs + .about-title {
        margin-bottom: 40px; }
  .pro-2-title .title {
    font-size: 24px; }
    .pro-2-text {
      font-size: 14px;
      margin-top: 1.5em; }
  .pro-3-title .title {
    font-size: 24px; }
    .pro-3-imgs {
      margin: 25px -10px -10px; }
      .pro-3-imgs figcaption {
        font-size: 18px; }
      .pro-3-imgs > li {
        padding: 10px; }
    .pro-3-pane {
      margin-top: 50px; }
    .case-aside {
      font-size: 20px; }
    .hdl-case-list {
      margin: -7px; }
      .hdl-case-list > li {
        padding: 7px; }
    .case-d-preview {
      margin-top: 60px; } }
  @media (max-width: 1024px) {
    .hdl-container {
      width: 738px;
      padding-left: 15px;
      padding-right: 15px; }
    .hdl-top {
      height: 55px;
      line-height: 55px;
      -webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.3);
              box-shadow: 0 0 5px rgba(153, 153, 153, 0.3);
      padding-right: 41px; }
      .hdl-top .brand img {
        height: 36px; }
      .hdl-top .consult img {
        height: 32px; }
    .hdl-nav {
      top: 0;
      height: 100%;
      right: auto;
      min-width: 50%;
      max-width: 320px;
      background-color: rgba(255, 102, 0, 0.75);
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.35s 0s ease-out;
      transition: -webkit-transform 0.35s 0s ease-out;
      transition: transform 0.35s 0s ease-out;
      transition: transform 0.35s 0s ease-out, -webkit-transform 0.35s 0s ease-out;
      overflow: hidden; }
      .hdl-nav .hdl-container {
        height: 100%; }
    .hdl-navbar {
      height: 100%;
      padding: 55px 0;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      margin-right: -15px;
      padding-right: 15px;
      white-space: nowrap; }
      .hdl-navbar > li {
        display: block;
        width: auto;
        text-align: left; }
        .hdl-navbar > li.opened > a::before {
          -webkit-transform: translate(0, -37.5%) rotate(90deg);
                  transform: translate(0, -37.5%) rotate(90deg); }
        .hdl-navbar > li > a {
          font-size: 18px;
          padding: 1em 0;
          position: relative;
          padding-left: 1em; }
          .hdl-navbar > li > a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-left-color: #fff;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            -webkit-transition: -webkit-transform 0.25s 0s ease-out;
            transition: -webkit-transform 0.25s 0s ease-out;
            transition: transform 0.25s 0s ease-out;
            transition: transform 0.25s 0s ease-out, -webkit-transform 0.25s 0s ease-out; }
      .hdl-navbar dl {
        margin-left: 1em;
        display: none; }
        .hdl-navbar dl dd.opened > a::before {
          -webkit-transform: translate(-25%, -37.5%) rotate(90deg);
                  transform: translate(-25%, -37.5%) rotate(90deg); }
        .hdl-navbar dl dd > a {
          padding-left: 1em;
          padding-right: 0;
          position: relative; }
          .hdl-navbar dl dd > a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-left-color: #fff;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            -webkit-transition: -webkit-transform 0.25s 0s ease-out;
            transition: -webkit-transform 0.25s 0s ease-out;
            transition: transform 0.25s 0s ease-out;
            transition: transform 0.25s 0s ease-out, -webkit-transform 0.25s 0s ease-out; }
        .hdl-navbar dl .last > a {
          padding-left: 1em; }
          .hdl-navbar dl .last > a:before {
            display: none; }
    .nav-backdrop {
      display: block;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.35s 0s ease-out;
      transition: 0.35s 0s ease-out; }
    .nav-trigger {
      display: block; }
    #nav-checkbox {
      display: block; }
    .hdl-hd-holder {
      height: 55px; }
    .ft-ewm {
      z-index: 55; }
    .hdl-pager {
      margin-top: 30px; }
    .fixed-tools .back-top {
      width: 40px;
      height: 40px;
      margin-top: 5px;
      margin-right: 0; }
      .fixed-tools .back-top > span {
        font-size: 12px; }
    .fixed-tools .hotline {
      display: block;
      width: 55px;
      height: 55px;
      font-size: 16px;
      line-height: 1.15;
      padding: 7px 0;
      margin-right: 0; }
    .fixed-tools .logo-link {
      width: 60px;
      margin-top: 25px; }
  .hdl-banner .swiper-slide {
    height: 350px; }
  .hdl-banner .prev {
    margin-left: -369px; }
  .hdl-banner .next {
    margin-right: -369px; }
  .hdl-banner .swiper-content {
    width: 588px; }
    .hdl-banner .swiper-content header {
      font-size: 24px; }
    .hdl-banner .swiper-content article {
      font-size: 14px; }
    .hdl-banner .swiper-content .more {
      padding: 0.5em 2em; }
    .hdl-panel {
      padding: 40px 0; }
  .hdl-panel-title .title {
    font-size: 24px;
    width: 170px; }
    .panel-tabs {
      margin-top: 15px; }
      .panel-tabs > li {
        font-size: 12px;
        margin: 5px 0; }
    .pro-swiper {
      margin-top: 15px; }
      .pro-swiper .list {
        margin-left: -10px;
        margin-right: -10px; }
        .pro-swiper .list > li {
          padding: 10px 10px; }
    .feature-list {
      margin-top: 30px; }
      .feature-list > li p {
        font-size: 13px; }
    .style-list figcaption {
      font-size: 16px; }
    .case-panel-tabs {
      font-size: 16px; }
    .new-swiper {
      margin-top: 30px; }
      .new-swiper header {
        font-size: 14px; }
    .new-list {
      margin-top: 30px;
      margin-left: 60%;
      padding-top: 0; }
      .new-list li + li {
        margin-top: 10px; }
      .new-list aside {
        width: 60px; }
      .new-list section {
        margin-left: 60px; }
      .new-list article {
        font-size: 12px; }
    .inner-banner {
      height: 200px; }
      .inner-banner h2 {
        padding-top: 80px;
        font-size: 36px; }
      .inner-banner p {
        font-size: 16px; }
    .about-title {
      font-size: 20px; }
    .about-profile {
      margin-top: 40px;
      font-size: 14px; }
  .about-cooper h3 {
    font-size: 18px; }
  .about-cooper > li {
    margin-top: 30px; }
  .about-cooper section {
    min-height: 200px; }
  .about-cooper article {
    font-size: 14px; }
      .certificate-figures .content {
        font-size: 16px; }
        .certificate-figures .content p {
          font-size: 14px; }
    .certificate-figures {
      margin-top: 30px; }
      .certificate-figures li + li {
        margin-top: 20px; }
    .hornor-quality {
      margin: 20px -7px -7px; }
      .hornor-quality li {
        padding: 7px; }
    .patent-swiper {
      margin-top: 40px; }
      .patent-swiper .swiper-pager {
        margin-top: 30px; }
    .hornor-swiper {
      margin-top: 40px; }
      .hornor-swiper .swiper-pager {
        margin-top: 30px; }
  .join-list li + li {
    margin-top: 30px; }
  .join-list article {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 25px; }
  .join-header .title {
    font-size: 18px; }
  .contact-list li + li {
    margin-top: 40px; }
  .contact-list article {
    padding-top: 15px;
    padding-bottom: 25px; }
  .hdl-new-list figure::before {
    padding-top: 65%; }
  .hdl-new-list article {
    margin-top: .5em;
    width: calc(100% - 130px); }
  .hdl-new-list .link {
    margin-left: 25px; }
    .detail-panel > small {
      text-align: center;
      margin-left: -.5em;
      margin-right: -.5em; }
    .detail-panel .meta {
      margin: 0 .5em; }
    .pro-pane {
      margin-top: 50px; }
    .pro-header {
      font-size: 18px; }
    .pro-profile {
      margin-top: 20px;
      font-size: 14px; }
    .pro-features {
      margin-top: 0; }
      .pro-features > img {
        float: none;
        display: none; }
      .pro-features ul {
        margin-left: 0;
        padding-top: 1em; }
        .pro-features ul li {
          padding-left: 1.5em; }
          .pro-features ul li::before {
            display: none; }
          .pro-features ul li:after {
            margin-right: -1em; }
    .pro-case-list .item {
      width: 100%; }
      .pro-case-list .item + .item {
        margin-top: 1em; }
        .pro-case-list .item + .item::before {
          display: none; }
    .pro-case-list li {
      width: auto;
      padding-right: 0.8em; }
    .pro-art-list {
      margin: -7px; }
      .pro-art-list > li {
        width: 33.333%;
        padding: 7px; }
      .pro-art-list figcaption {
        font-size: 16px; }
    .pro-cate-tabs {
      margin: -10px 0 30px; }
      .pro-cate-tabs > li {
        padding-top: 10px;
        padding-bottom: 10px; }
      .pro-cate-tabs + .about-title {
        margin-bottom: 30px; }
  .pro-2-title .title {
    font-size: 20px; }
    .pro-2-text {
      margin-top: 1em; }
  .pro-3-title .title {
    font-size: 20px; }
    .pro-3-imgs {
      margin: 20px -5px -5px; }
      .pro-3-imgs figcaption {
        font-size: 16px; }
      .pro-3-imgs > li {
        padding: 5px; }
    .pro-3-pane {
      margin-top: 40px; }
    .case-aside {
      font-size: 18px; }
    .hdl-case-list {
      margin: -5px; }
      .hdl-case-list > li {
        padding: 5px; }
  .case-d-card .lf header {
    font-size: 18px; }
  .case-d-card .lf article {
    font-size: 14px; }
    .case-d-preview {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .hdl-container {
      width: auto; }
    .hdl-top .consult {
      display: none; }
    .hdl-navbar > li > a {
      font-size: 16px; }
    .hdl-footer {
      padding: 20px 0; }
    .ft-ewm {
      width: 80px; }
    .ft-main {
      margin-right: 95px; }
      .ft-main h3 {
        font-size: 20px; }
      .ft-main p {
        font-size: 12px; }
      .ft-main .friend-link {
        font-size: 13px;
        display: block;
        margin-right: -85px;
        text-align: center; }
    .web-info {
      padding: 15px 0 0; }
  .hdl-banner .swiper-slide {
    height: 200px; }
  .hdl-banner .prev,
  .hdl-banner .next {
    display: none; }
  .hdl-banner .swiper-content {
    width: 100%;
    padding: 0 2em; }
    .hdl-banner .swiper-content header {
      font-size: 20px; }
    .hdl-banner .swiper-content article {
      display: none; }
    .hdl-banner .swiper-content .more {
      font-size: 12px;
      margin-top: 1.5em; }
    .hdl-friend-swiper {
      margin-left: -15px;
      margin-right: -15px; }
    .hdl-panel {
      padding: 30px 0; }
  .hdl-panel-title .title {
    font-size: 18px;
    width: 150px;
    font-weight: bold; }
    .panel-tabs {
      margin-top: 15px; }
      .panel-tabs > li {
        font-size: 14px;
        padding: 0 .7em; }
    .pro-swiper {
      margin-top: 15px; }
      .pro-swiper .list {
        margin: -5px; }
        .pro-swiper .list > li {
          padding: 5px; }
    .feature-list {
      margin-left: -10px;
      margin-right: -10px; }
      .feature-list > li img {
        max-width: 50%; }
      .feature-list > li p {
        font-size: 12px;
        margin-top: 0.8em; }
    .style-panel {
      padding: 15px 0; }
    .style-list {
      margin-left: -2px;
      margin-right: -2px; }
      .style-list li {
        padding: 0 2px; }
      .style-list figcaption {
        font-size: 14px; }
    .case-panel-lf {
      float: none;
      width: auto; }
    .case-panel-tabs {
      font-size: 0;
      letter-spacing: -3px;
      text-align: left;
      padding-top: 20px; }
      .case-panel-tabs > li {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        margin: 5px 0;
        padding: 0 .7em;
        font-size: 14px; }
        .case-panel-tabs > li:first-child {
          padding-left: 0; }
        .case-panel-tabs > li + li {
          border-left: 1px solid #4b4b4b; }
    .case-swiper {
      margin-left: 0;
      margin-top: 15px; }
    .case-list {
      margin: -3px; }
      .case-list > li {
        padding: 3px; }
      .case-list p {
        padding: 5px 0 0 0;
        font-size: 12px; }
    .new-swiper {
      float: none;
      width: auto;
      margin-top: 25px; }
      .new-swiper .swiper-slide::before {
        padding-top: 55%; }
    .new-list {
      margin-left: 0; }
    .inner-banner {
      height: 120px; }
      .inner-banner h2 {
        padding-top: 40px;
        font-size: 24px;
        text-align: center; }
      .inner-banner p {
        font-size: 14px;
        text-align: center; }
      .about-title .title {
        padding-right: 2em; }
    .about-title {
      font-size: 18px; }
    .about-profile {
      margin-top: 25px; }
      .about-profile .figure {
        float: none;
        width: auto;
        margin-left: 0; }
  .about-cooper h3 {
    font-size: 16px; }
  .about-cooper > li {
    margin-top: 20px; }
  .about-cooper section {
    min-height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px; }
  .about-cooper article, .about-cooper figure {
    width: 100%; }
  .about-cooper figure img {
    max-width: 40%;
    max-height: 80px; }
  .about-cooper article {
    border-left: none;
    padding-left: 0;
    font-size: 14px;
    margin-top: 1em;
    padding-top: 0;
    padding-bottom: 0; }
      .certificate-figures .content {
        width: 55%; }
        .certificate-figures .content > a {
          font-size: 12px;
          padding: .6em 1em; }
        .certificate-figures .content p {
          padding-bottom: .5em; }
        .certificate-figures .content .icon {
          width: 8px;
          margin-left: 1em;
          background-size: 8px auto; }
    .certificate-figures figure {
      width: 45%; }
    .hornor-quality {
      margin: 20px -3px -3px; }
      .hornor-quality li {
        padding: 3px; }
    .patent-swiper {
      margin-top: 25px; }
      .patent-swiper .swiper-pager {
        margin-top: 20px; }
    .palent-list {
      margin: 0 -5px; }
      .palent-list > li {
        padding: 0 5px; }
    .hornor-swiper {
      margin-top: 25px; }
      .hornor-swiper .swiper-pager {
        margin-top: 20px; }
    .hornor-list {
      margin: -3px; }
      .hornor-list > li {
        padding: 3px; }
  .join-list li + li {
    margin-top: 25px; }
  .join-list article {
    padding-bottom: 20px; }
  .join-header .title {
    font-size: 16px; }
  .contact-list li + li {
    margin-top: 25px; }
  .contact-list h3 {
    font-size: 18px; }
  .contact-list article {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 20px; }
  .hdl-new-list figure {
    width: 30%; }
    .hdl-new-list figure::before {
      padding-top: 75%; }
  .hdl-new-list section {
    margin-left: 30%;
    padding-left: 12px;
    padding-top: 10px; }
  .hdl-new-list article {
    display: none; }
  .hdl-new-list footer {
    margin-top: .7em;
    text-align: right;
    padding-right: .7em;
    font-size: 13px; }
  .hdl-new-list .link {
    margin-left: 1em; }
    .detail-panel > small {
      text-align: center;
      margin-left: -.3em;
      margin-right: -.3em; }
    .detail-panel .title {
      font-size: 20px;
      text-align: center; }
    .detail-panel .meta {
      margin: 0 .3em;
      font-size: 13px; }
    .pro-pane {
      margin-top: 35px; }
    .pro-header {
      font-size: 16px; }
    .pro-case-list {
      padding: 20px 0;
      margin-top: 20px; }
      .pro-case-list .item {
        padding: 0 15px; }
      .pro-case-list ul {
        margin-top: 10px; }
      .pro-case-list h3 {
        font-size: 16px; }
    .pro-art-list {
      margin: -3px; }
      .pro-art-list > li {
        padding: 3px;
        font-size: 12px; }
      .pro-art-list header {
        margin-top: 7px; }
      .pro-art-list figcaption {
        font-size: 14px; }
        .pro-art-list figcaption p:after {
          height: 1.4em;
          background-size: 1.3em auto; }
    .pro-cate-tabs {
      margin: -7px 0 25px;
      padding-bottom: 10px; }
      .pro-cate-tabs > li {
        font-size: 14px;
        padding: 0.5em 0.7em; }
      .pro-cate-tabs a {
        padding-left: 1.4em; }
      .pro-cate-tabs + .about-title {
        margin-bottom: 25px; }
    .report-list {
      margin: -3px; }
      .report-list > li {
        width: 33.333%;
        padding: 3px; }
  .pro-2-title .title {
    font-size: 18px; }
    .pro-2-text {
      margin-top: 0.5em; }
  .pro-3-title .title {
    font-size: 18px; }
    .pro-3-imgs {
      margin: 10px -5px -5px; }
      .pro-3-imgs figcaption {
        font-size: 14px; }
      .pro-3-imgs > li {
        padding: 5px; }
    .pro-3-pane {
      margin-top: 30px; }
    .case-aside {
      font-size: 14px;
      float: none;
      width: auto;
      font-size: 0;
      letter-spacing: -3px;
      text-align: left;
      margin-left: -7px;
      margin-right: -7px;
      margin-top: -7px; }
      .case-aside li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        font-size: 14px;
        margin-top: 0;
        padding: .5em .5em; }
    .case-main {
      margin-left: 0;
      margin-top: 20px; }
    .hdl-case-list {
      margin: -3px; }
      .hdl-case-list > li {
        padding: 3px; }
  .case-d-card .lf {
    float: none;
    width: auto; }
    .case-d-card .lf header {
      font-size: 16px; }
    .case-d-card .lf article {
      margin-top: 1.5em; }
  .case-d-card .rt {
    margin-top: 25px;
    width: auto; }
    .case-d-preview {
      margin-top: 40px; } }
