/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 980px) {
  img {
    width: 100%;
  }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

a {
  color: #3897f0;
}
@media only screen and (min-width: 737px) {
  a:hover {
    text-decoration: none;
  }
}

.contents {
  font-family: '思源黑体简体', Arial, Helvetica, sans-serif;
}

html, body {
  font-size: 16px;
  width: 100%;
  height: 100%;
  font-family: '思源黑体简体', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1280px) {
  html, body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 736px) {
  html, body {
    font-size: 16px;
  }
}
html.editMode, body.editMode {
  height: auto;
}

@media only screen and (min-width: 737px) {
  .spshow {
    display: none !important;
  }
}

@media only screen and (max-width: 736px) {
  .pcshow {
    display: none !important;
  }
}

hr {
  display: none;
}

.contents {
  font-family: '思源黑体简体', Arial, Helvetica, sans-serif;
  background-color: #fff;
}
@media only screen and (max-width: 980px) {
  .contents {
    width: 100%;
    overflow: hidden;
    right: 0;
  }
  .contents.active {
    position: fixed;
    top: 0;
  }
  .contents.fixed {
    right: calc(100% - 60px) !important;
  }
}
.contents__bg {
  display: none;
}
@media only screen and (max-width: 980px) {
  .contents__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 20;
  }
  .contents__bg.active {
    display: block;
  }
}

.switch {
  visibility: hidden;
}

/* header
   ========================================================================== */
.global-header {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #36353b; /* #c00; */
}
@media only screen and (max-width: 980px) {
  .global-header {
    min-width: 100%;
    height: 60px;
    background-color: #fff;
  }
}
.global-header li {
  list-style-type: none;
}
.global-header__navi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  font-size: 1.0625em;
}
@media only screen and (max-width: 980px) {
  .global-header__navi {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
}
.global-header__navi a {
  color: #fff;
  text-decoration: none;
}
.global-header__ttl {
  height: 80px;
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .global-header__ttl {
    height: 60px;
  }
}
.global-header__ttl a {
  display: block;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  background: url(https://www.honda.com.cn/history/images/ico_honda_wpc.png) center center #fff no-repeat;
  width: 200px;
  height: 0;
  padding-top: 40%;
}
@media only screen and (max-width: 980px) {
  .global-header__ttl a {
    width: 110px;
    padding-top: 54.5454545455%;
    background-image: url(https://www.honda.com.cn/history/images/ico_honda_tb.png);
    background-size: contain;
  }
}
.global-header__left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media only screen and (max-width: 980px) {
  .global-header__left {
    height: 60px;
  }
}
.global-header__center {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0;
  margin: 0 60px 0 40px;
}
@media only screen and (max-width: 1280px) {
  .global-header__center {
    margin: 0 4.6666666667vw 0 2vw;
  }
}
.global-header__center li {
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 1280px) {
  .global-header__center li {
    margin-right: 15px;
  }
}
.global-header__center li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 737px) {
  .global-header__center li.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
}
@media only screen and (max-width: 980px) {
  .global-header__center {
    display: none;
  }
}
.global-header__right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0;
  margin: 0;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.global-header__right li:nth-child(1), .global-header__right li:nth-child(2) {
  margin-right: 20px;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media only screen and (max-width: 1280px) {
  .global-header__right li:nth-child(1) {
    margin-right: 1.3333333333vw;
  }
  .global-header__right li:nth-child(2) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 980px) {
  .global-header__right li:nth-child(1), .global-header__right li:nth-child(2), .global-header__right li:nth-child(3) {
    display: none;
  }
}
.global-header__search-btn a {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1280px) {
  .global-header__search-btn a {
    width: 60px;
  }
}
.global-header__search-btn a span {
  display: none;
  position: absolute;
  left: 26px;
  width: 28px;
  height: 2px;
  background-color: #fff;
}
.global-header__search-btn a span:nth-child(2) {
  top: 27px;
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.global-header__search-btn a span:nth-child(3) {
  top: 49px;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
@media only screen and (max-width: 1280px) {
  .global-header__search-btn a span {
    left: 15px;
  }
}
.global-header__search-btn a.active img {
  display: none;
}
.global-header__search-btn a.active span {
  display: block;
}
.global-header__menu {
  background-color: #36353b; /* #c00; */
}
.global-header__menu.active {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.global-header__menu.active span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
@media only screen and (max-width: 980px) {
  .global-header__menu.active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
}
.global-header__menu.active span:nth-child(2) {
  opacity: 0;
}
.global-header__menu.active span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
@media only screen and (max-width: 980px) {
  .global-header__menu.active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
}
@media only screen and (max-width: 980px) {
  .global-header__menu {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.global-header__menu a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-left: 1px solid #ffffff; /* #f0b3b3; */
}
@media only screen and (max-width: 980px) {
  .global-header__menu a {
    width: 60px;
    height: 60px;
    border-left: none;
  }
}
.global-header__menu a span {
  position: absolute;
  display: block;
  left: 26px;
  width: 28px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.global-header__menu a span:nth-child(1) {
  top: 27px;
}
.global-header__menu a span:nth-child(2) {
  top: 38px;
}
.global-header__menu a span:nth-child(3) {
  top: 49px;
}
@media only screen and (max-width: 980px) {
  .global-header__menu a span {
    left: 23px;
    width: 18px;
  }
  .global-header__menu a span:nth-child(1) {
    top: 23px;
  }
  .global-header__menu a span:nth-child(2) {
    top: 29px;
  }
  .global-header__menu a span:nth-child(3) {
    top: 35px;
  }
}
.global-header__left-navi {
  position: fixed;
  right: 0;
  background-color: #ebeced;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 981px) {
  .global-header__left-navi {
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  .global-header__left-navi {
    display: none;
    width: calc(100% - 60px);
    min-height: 100%;
  }
}
.global-header__left-navi.active {
  position: relative;
  display: block;
}
.global-header__left-navi li {
  list-style-type: none;
}
.global-header__expanded-navi {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ebeced;
  z-index: 10;
}
@media only screen and (min-width: 1281px) {
  .global-header__expanded-navi {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi {
    display: block;
    position: static;
    top: 0;
    left: auto;
    right: calc(-100% + 60px);
    width: 100%;
  }
}
.global-header__expanded-navi.active {
  display: block;
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi.active {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}
.global-header__expanded-navi__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1280px;
  padding: 45px 0 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .global-header__expanded-navi__list {
    width: 94%;
  }
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi__list {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.global-header__expanded-navi__list a {
  text-decoration: none;
  color: #262626;
  font-size: 1.375em;
  line-height: 1.0;
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi__list a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    color: #666;
    font-size: 1.25em;
    border-bottom: solid 1px #bfbfbf;
  }
}
.global-header__expanded-navi__list a.active .header_accordion {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -5px;
}
@media only screen and (min-width: 981px) {
  .global-header__expanded-navi__list .header_accordion {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi__list .header_accordion {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    -webkit-transition: all 0.5s;
    border-top: solid 1px #7e7f80;
    border-right: solid 1px #7e7f80;
    transition: all 0.5s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.global-header__expanded-navi__list li {
  float: left;
  width: 213px;
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi__list li {
    float: none;
    width: 100%;
  }
}
.global-header__expanded-navi__list li.global-header__expanded-navi__list_home {
  width: 100% !important;
  margin-bottom: 50px;
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi__list li.global-header__expanded-navi__list_home {
    margin-bottom: 0;
  }
}
.global-header__expanded-navi__list__child {
  padding: 0;
  margin: 20px 0 0;
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi__list__child {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .global-header__expanded-navi__list__child.active {
    max-height: 1000px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.global-header__expanded-navi__list__child li {
  float: none;
  padding: 0;
  margin: 0 0 18px;
}
@media only screen and (max-width: 980px) {
  .global-header__expanded-navi__list__child li {
    margin-bottom: 0;
  }
}
.global-header__expanded-navi__list__child a {
  color: #666;
  font-size: 0.875em;
}
.global-header__search {
  display: none;
  position: absolute;
  width: 100%;
  top: 80px;
  height: 100px;
  z-index: 5;
}
.global-header__search.active {
  display: block;
}
@media only screen and (max-width: 980px) {
  .global-header__search {
    width: 87.3015873016%;
    height: 60px;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
    z-index: 0;
  }
}
.global-header__search_input {
  width: 100%;
  height: 100px;
  border: none;
  outline: none;
  padding: 0 55px 0 40px;
  background-color: #ebeced;
}
@media only screen and (max-width: 980px) {
  .global-header__search_input {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 20px auto 0;
    background-color: #fff;
  }
}
.global-header__search_input::-ms-clear {
  width: 48px;
  height: auto;
}
.global-header__search__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url("https://www.honda.com.cn/history/images/bg_search01_pc.png") no-repeat transparent;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

/* footer
   ========================================================================== */
.global-footer {
  width: 100%;
  padding: 30px 0 35px;
  margin: 0 auto;
  background-color: #f7f9fa;
  color: #666;
}
@media only screen and (max-width: 980px) {
  .global-footer {
    padding-bottom: 0;
  }
}
.global-footer__search {
  width: 480px;
  height: 60px;
  margin: 0 auto 40px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .global-footer__search {
    width: 80%;
    height: 38px;
  }
}
.global-footer__search input {
  width: 480px;
  height: 60px;
  padding: 0 44px 0 30px;
  border: solid 1px #ebeced;
  outline: none;
  background-color: #fff;
}
@media only screen and (max-width: 980px) {
  .global-footer__search input {
    width: 100%;
    height: 38px;
    font-size: 0.9375em;
    background-size: 18px auto;
  }
}
.global-footer__search input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  padding: 0;
  width: 24px;
  height: 24px;
  background: url("https://www.honda.com.cn/history/images/bg_search01_pc.png") no-repeat transparent;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.global-footer__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 737px) {
  .global-footer__ttl img {
    width: auto;
  }
}
@media only screen and (max-width: 736px) {
  .global-footer__ttl {
    width: 34%;
    margin: 0 auto 15px;
  }
}
.global-footer__copyright {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.0;
  font-size: 0.625em;
}
@media only screen and (max-width: 980px) {
  .global-footer__copyright {
    width: 90%;
    margin: 0 auto 45px;
  }
}
.global-footer__navi ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  padding-bottom: 20px;
}
.global-footer__navi ul li {
  list-style-type: none;
  padding: 0 13px;
  border-left: solid 1px #999;
}
.global-footer__navi ul li:first-child {
  border-left: none;
}
@media only screen and (max-width: 980px) {
  .global-footer__navi ul li {
    text-align: center;
  }
}
.global-footer__navi ul li a {
  text-decoration: none;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 980px) {
  .global-footer__navi ul li a {
    font-size: 0.75em;
  }
}
.global-footer .gototop {
  text-align: right;
}
.global-footer .gototop:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
.global-footer .gototop a {
  position: relative;
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background-color: #ce0000;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.global-footer .gototop a span {
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  -webkit-transition: all 0.5s;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: all 0.5s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.global-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.global-footer__sns dt {
  margin: 0 15px;
}
.global-footer__sns dd {
  margin: 0 7px;
}
.global-footer__sns dd a {
  display: inline-block;
  width: 41px;
  height: 41px;
}
.global-footer__sns dd a img {
  width: 100%;
}

/* sub navigation */
.sub-navi {
  width: 100%;
  height: 100%;
  background-color: #f7f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-navi:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
@media only screen and (max-width: 980px) {
  .sub-navi {
    position: relative;
    min-height: 100px;
    height: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 736px) {
  .sub-navi {
    min-height: 55px;
  }
}
.sub-navi__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 0 37px 40px;
  font-weight: normal;
}
.sub-navi__ttl .header_accordion {
  display: none;
}
.sub-navi__ttl > a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 980px) {
  .sub-navi__ttl {
    width: 100%;
    height: 100px;
  }
  .sub-navi__ttl .header_accordion {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    -webkit-transition: all 0.5s;
    border-top: solid 1px #7e7f80;
    border-right: solid 1px #7e7f80;
    transition: all 0.5s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sub-navi__ttl.active .header_accordion {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 736px) {
  .sub-navi__ttl {
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    font-size: 1.25em;
    font-weight: normal;
  }
}
.sub-navi__list {
  padding: 0 10px;
  margin: 0 0 0 auto;
  background-color: #f7f9fa;
  z-index: 2;
}
.sub-navi__list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
  clear: both;
}
@media only screen and (max-width: 980px) {
  .sub-navi__list {
    position: absolute;
    top: 100px;
    display: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  .sub-navi__list.active {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .sub-navi__list {
    top: 55px;
  }
}
.sub-navi__list > li {
  position: relative;
  float: left;
  list-style: none;
  padding: 0 20px;
}
@media only screen and (min-width: 981px) {
  .sub-navi__list > li.active > a {
    padding-bottom: 0;
    border-bottom: solid 4px #c00;
  }
  .sub-navi__list > li > a:hover {
    padding-bottom: 0;
    border-bottom: solid 4px #c00;
  }
}
@media only screen and (max-width: 980px) {
  .sub-navi__list > li {
    float: none;
    padding: 0;
    line-height: 1.3;
    white-space: nowrap;
    background-color: #f7f9fa;
    border-bottom: solid 1px #bfbfbf;
  }
  .sub-navi__list > li:first-child {
    border-top: solid 1px #bfbfbf;
  }
}
.sub-navi__list > li > a {
  text-decoration: none;
  font-size: 0.875em;
  color: #666;
}
.sub-navi__list > li > a .header_accordion {
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-left: 10px;
  background: url(https://www.honda.com.cn/history/images/btn_menu01.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sub-navi__list > li > a.active .header_accordion {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 981px) {
  .sub-navi__list > li > a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 980px) {
  .sub-navi__list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    padding-bottom: 0;
    padding-left: 40px;
  }
  .sub-navi__list > li > a .header_accordion {
    position: absolute;
    right: 40px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 736px) {
  .sub-navi__list > li > a {
    height: 55px;
  }
}
.sub-navi__list-child {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f7f9fa;
  z-index: 2;
}
.sub-navi__list-child.active {
  display: block;
}
@media only screen and (max-width: 980px) {
  .sub-navi__list-child {
    position: static;
  }
}
.sub-navi__list-child li {
  list-style-type: none;
  width: 160px;
  padding: 10px 20px;
}
@media only screen and (max-width: 980px) {
  .sub-navi__list-child li {
    width: 100%;
    padding: 0;
    background-color: #f7f9fa;
  }
}
.sub-navi__list-child li a {
  text-decoration: none;
  color: #666;
  font-size: 0.75em;
}
@media only screen and (max-width: 980px) {
  .sub-navi__list-child li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding-bottom: 0;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 736px) {
  .sub-navi__list-child li a {
    height: 30px;
  }
}

/*
breadcrumb
===============================*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94%;
  padding: 12px 0;
  min-height: 40px;
  line-height: 1.3;
  list-style: none;
  color: #666;
  margin: 0 auto;
  font-size: 0.875em;
}
.breadcrumb__wrap {
  background-color: #ebeced;
}
.breadcrumb a {
  color: #666;
  margin-right: 15px;
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}
.breadcrumb a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  -webkit-transition: all 0.5s;
  border-top: solid 1px #b4b4b4;
  border-right: solid 1px #b4b4b4;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
select-layout
===============================*/
/* for debug */
.layout-cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (min-width: 737px) {
  .layout-cp.fit {
    width: 100%;
  }
  .layout-cp.max1280 {
    max-width: 1280px;
  }
  .layout-cp.max980 {
    max-width: 980px;
  }
  .layout-cp div.layout-column {
    width: 100%;
  }
  .layout-cp__four div.layout-column.four {
    width: 25%;
  }
  .layout-cp__three div.layout-column.three {
    width: 33.333%;
  }
  .layout-cp__one-three div.layout-column.one-three__first {
    width: 25%;
  }
  .layout-cp__one-three div.layout-column.one-three__last {
    width: 75%;
  }
  .layout-cp__three-one div.layout-column.three-one__first {
    width: 75%;
  }
  .layout-cp__three-one div.layout-column.three-one__last {
    width: 25%;
  }

  .layout-cp__one-two-one div.layout-column.one-two-one__first {
    width: 25%;
  }
  .layout-cp__one-two-one div.layout-column.one-two-one__middle {
    width: 50%;
  }
  .layout-cp__one-two-one div.layout-column.one-two-one__last {
    width: 25%;
  }

  .layout-cp__two div.layout-column.two {
    width: 50%;
  }
  .layout-cp__one div.layout-column.one {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .layout-cp {
    width: 94.1176470588%;
  }
}
@media only screen and (max-width: 736px) {
  .layout-cp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .layout-cp .layout-cp {
    width: 100%;
  }
  .layout-cp div.layout-column {
    margin-right: 0 !important;
  }
  .layout-cp div.layout-column.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .layout-cp div.layout-column.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layout-cp div.layout-column.order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .layout-cp div.layout-column.order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (max-width: 736px) {
  .layout-cp__margin-bottom__x-large {
    margin-bottom: 160px;
  }
  .layout-cp__margin-bottom__large {
    margin-bottom: 100px;
  }
  .layout-cp__margin-bottom__middle {
    margin-bottom: 60px;
  }
  .layout-cp__margin-bottom__small {
    margin-bottom: 30px;
  }
  .layout-cp__margin-bottom__x-small {
    margin-bottom: 15px;
  }
}
.layout-cp__margin-top__x-large {
  margin-top: 160px;
}
.layout-cp__margin-top__large {
  margin-top: 100px;
}
.layout-cp__margin-top__middle {
  margin-top: 60px;
}
.layout-cp__margin-top__small {
  margin-top: 30px;
}
.layout-cp__margin-top__x-small {
  margin-top: 15px;
}
@media only screen and (max-width: 736px) {
  .layout-cp__margin-top__x-large {
    margin-top: 160px;
  }
  .layout-cp__margin-top__large {
    margin-top: 100px;
  }
  .layout-cp__margin-top__middle {
    margin-top: 60px;
  }
  .layout-cp__margin-top__small {
    margin-top: 30px;
  }
  .layout-cp__margin-top__x-small {
    margin-top: 15px;
  }
}
