@import url(reset.css);
.isMobile {
  display: none; }

.notMobile {
  display: initial; }

a[href="javascript:void(0)"], a[href="#"] {
  cursor: default !important; }

.overhidden {
  overflow: hidden; }

.am-slider-default {
  box-shadow: none;
  margin-bottom: 0; }

.am-slider-default .am-direction-nav a {
  width: 60px;
  height: 60px;
  transform: translate(0, -50%); }

.am-slider-default .am-direction-nav a:before {
  background: url("../images/btn_prev.png") no-repeat;
  height: 60px;
  content: ''; }

.am-slider-default .am-direction-nav a.am-next:before {
  background: url("../images/btn_next.png") no-repeat;
  height: 60px;
  content: ''; }

.borderLeft {
  border-left: 2px solid #003f65;
  padding: 0;
  padding-left: 10px;
  line-height: 1; }

[data-am-widget=tabs] {
  margin: 20px 0; }

.am-tabs-default .am-tabs-nav > .am-active a {
  background-color: #003f65; }

.header {
  background: #fff;
  padding: 1.2rem 0 0; }
  .header .logo {
    background: url("../images/logo_80.png") no-repeat;
    width: 240px;
    height: 40px;
    margin-top: 14px;
    background-size: contain; }

.rightWrap pre {
  word-break: break-word; }
.rightWrap .itemTab {
  line-height: 1;
  margin: 20px 0;
  border-left: 2px solid #003f65;
  padding: 0;
  padding-left: 10px;
  font-size: 16px; }
  .rightWrap .itemTab span {
    font-size: 14px;
    color: #999; }
.rightWrap .step {
  position: relative;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin-bottom: 20px;
  padding: 0 0 30px 75px;
  background-repeat: repeat-y;
  background-position: -871px 0;
  background-image: url("../images/craftsmanship/quality/quality/nktq/stepBg.png"); }
.rightWrap .step, .rightWrap .stepNum, .rightWrap .stepFooter {
  background-image: url("../images/craftsmanship/quality/quality/nktq/stepBg.png"); }
.rightWrap .stepNum {
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 22px;
  line-height: 22px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #003F65;
  text-align: center; }
.rightWrap .stepFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 59px;
  height: 50px;
  background-position: right bottom;
  background-repeat: no-repeat; }
.rightWrap .left {
  float: left; }
.rightWrap img {
  max-width: 100%; }
.rightWrap h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333; }
.rightWrap p {
  padding-bottom: 15px; }
.rightWrap .mod, .rightWrap .mod2 {
  margin-bottom: 20px; }
.rightWrap .procedure {
  display: flex;
  justify-content: center; }
.rightWrap .procedure li {
  float: left;
  margin-right: 10px; }
.rightWrap .procedureSumary {
  text-align: center; }
.rightWrap .imgBorder {
  padding: 2px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  box-shadow: 0 0 3px #dcdcdc; }
.rightWrap .textImg {
  text-align: center; }
.rightWrap .nim_imgWarp {
  width: 140px;
  text-align: left; }
  .rightWrap .nim_imgWarp img {
    padding: 2px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 0 3px #dcdcdc;
    height: 140px; }
  .rightWrap .nim_imgWarp a {
    color: #666; }
    .rightWrap .nim_imgWarp a:hover {
      color: #003f65; }
    .rightWrap .nim_imgWarp a span {
      font-size: 12px; }
.rightWrap .historyTable {
  width: 100%; }
  .rightWrap .historyTable tr {
    border: 1px solid #ccc; }
  .rightWrap .historyTable th {
    background-color: #dfdfdf;
    padding: 15px;
    border-right: 1px solid #ccc; }
  .rightWrap .historyTable li {
    padding: 15px; }
    .rightWrap .historyTable li label.left {
      width: 120px; }
    .rightWrap .historyTable li .content {
      width: auto;
      float: none;
      margin-left: 120px; }
    .rightWrap .historyTable li p {
      padding: 0; }
.rightWrap .underline {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px; }
.rightWrap .tabItem .underline:last-of-type {
  border-bottom: none; }
.rightWrap .companyList li {
  width: 50%;
  padding: 20px 10px;
  min-height: 140px; }

.rootNav {
  margin-left: 3rem;
  margin-top: 2.5rem; }
  .rootNav > ul > li {
    position: relative;
    padding: 1rem 0; }
    .rootNav > ul > li a:hover {
      color: #003f65; }
    .rootNav > ul > li:hover .subNav {
      display: block; }
  .rootNav .subNav {
    display: none;
    width: 150px;
    position: absolute;
    z-index: 899;
    font-size: 1.4rem;
    top: 4rem;
    background: #fff; }
    .rootNav .subNav:before, .rootNav .subNav:after {
      content: '';
      position: absolute;
      border: 6px solid transparent;
      border-bottom-color: #000;
      top: -11px;
      left: 20px; }
    .rootNav .subNav:after {
      border-bottom-color: #FFFFFF; }
    .rootNav .subNav ul {
      border: 1px solid #dfdfdf;
      background: #fff; }
      .rootNav .subNav ul > li {
        border-bottom: 1px solid #dfdfdf;
        padding: 0.5rem 1rem; }
        .rootNav .subNav ul > li a {
          white-space: nowrap;
          width: 100%; }
          .rootNav .subNav ul > li a:hover {
            color: #003f65; }
        .rootNav .subNav ul > li:last-of-type > a {
          border-bottom: none; }
    .rootNav .subNav > ul li {
      position: relative; }
      .rootNav .subNav > ul li .thirdNav {
        display: none;
        margin: 0;
        position: absolute;
        top: 0;
        left: 149px; }
      .rootNav .subNav > ul li:hover .thirdNav {
        display: block; }

.section-header {
  padding: 50px;
  background-color: #f6f6f6;
  font: normal 400 36px/50px ''; }
  .section-header .subtitle {
    position: relative;
    text-align: center; }
    .section-header .subtitle:before {
      content: '';
      height: 1px;
      width: 100%;
      background-color: #ccc;
      position: absolute;
      top: 50%;
      z-index: 1; }
    .section-header .subtitle span {
      background-color: #f6f6f6;
      padding: 0 1.5rem;
      position: relative;
      z-index: 2; }

.productList .productNavPoint {
  background-color: #f6f6f6; }
  .productList .productNavPoint li {
    font-size: 1.8rem;
    float: left;
    margin-left: 6rem;
    letter-spacing: 0.1rem;
    line-height: 6rem; }
    .productList .productNavPoint li:first-of-type {
      margin-left: 1rem; }
    .productList .productNavPoint li a {
      display: inline-block;
      line-height: 6rem;
      border-bottom: 2px solid transparent;
      color: #444444; }
      .productList .productNavPoint li a:hover, .productList .productNavPoint li a.am-active {
        border-bottom-color: #003f65;
        color: #003f65; }
.productList h3 {
  color: #003f65;
  font-weight: bold;
  font-size: 2rem;
  margin: 2rem 0;
  border-top: 1px solid #ccc;
  padding: 3rem 0 2rem; }
.productList ._product {
  transition: all 0.8s; }
  .productList ._product:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 0; }
  .productList ._product a {
    color: #444444; }
  .productList ._product h4 {
    margin-top: 1rem; }

.galleryContainer {
  margin: 2rem 1px; }
  .galleryContainer .content {
    padding: 1rem;
    background: #f6f6f6;
    margin-top: 3rem;
    line-height: 2; }
  .galleryContainer .am-control-thumbs li {
    border: 2px solid #CCC;
    display: block;
    width: 120px;
    height: 80px;
    margin: 0 3px !important; }

.topbar {
  background: #003f65;
  color: #fff;
  height: 30px;
  min-height: 30px;
  line-height: 30px; }
  .topbar a {
    color: #fff;
    font-size: 1.2rem; }

.grayBox {
  border: 1px solid #e6e6e6;
  background: url("../images/grayBoxBG.png") repeat-x;
  background-position: 2px 2px; }

.pt15 {
  padding-top: 1.5rem; }

.newslist .newslist-box li {
  position: relative; }
.newslist.grayBg .title {
  margin-top: 0 !important;
  background: #f5f5f5; }
  .newslist.grayBg .title h3 a {
    font-size: 14px !important;
    height: auto;
    padding: 15px; }
.newslist .mb40 .title {
  margin-top: 2rem; }
  .newslist .mb40 .title h3 a {
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    height: 56px;
    display: block;
    overflow: hidden; }
  .newslist .mb40 .title p.from {
    font-size: 14px; }
.newslist .mb40 .intro {
  border-top: 1px dashed #000;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  padding-top: 5px; }

.divider {
  position: relative;
  padding: 1rem 0;
  margin: 1rem 0; }
  .divider span {
    color: #003f65;
    font-weight: bold;
    font-size: 1.6rem;
    padding-left: 1rem;
    border-left: 4px solid; }
  .divider .more {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #003f65;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
    cursor: pointer; }

.readMore {
  background: #003f65;
  color: #fff !important;
  padding: 0.75rem 2.5rem;
  font-size: 14px;
  display: inline-block; }

.newslist .newslist-box li .pic img {
  width: 257px !important;
  height: 144px !important; }
.newslist .newslist-box li .pic .circular {
  background: #003f65;
  color: #fff;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  height: 165px;
  width: 165px;
  cursor: pointer;
  padding-top: 10px; }
  .newslist .newslist-box li .pic .circular p:first-of-type {
    font-size: 56px;
    font-weight: bold; }
  .newslist .newslist-box li .pic .circular p {
    font-size: 22px; }
.newslist .newslist-box li .title h1 a {
  color: #232323;
  font-size: 18px;
  line-height: 1.3;
  transition: ease-in-out 0.25s; }
  .newslist .newslist-box li .title h1 a:hover {
    color: #003f65; }
.newslist .newslist-box li .title .btn-group {
  margin-top: 20px; }
  .newslist .newslist-box li .title .btn-group a.readMore {
    display: inline-block;
    margin: 0 5px;
    padding: 0.75rem 1.5rem; }

.videoList li .pic {
  position: relative; }
  .videoList li .pic .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    font-size: 70px;
    cursor: pointer; }
  .videoList li .pic:hover .icon {
    color: #003f65;
    font-size: 100px;
    transition: all 0.3s; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-modal {
  width: 680px; }
  .video-modal .am-modal-bd {
    padding-bottom: 0; }

.video-intro .title {
  color: #003F65;
  font-size: 28px;
  margin-top: 20px; }
.video-intro .desc p {
  word-break: break-all;
  font-size: 12px;
  margin: 5px 0; }
.video-intro .desc span {
  font-size: 12px; }

.recommends {
  max-width: 940px;
  margin: auto; }
  .recommends.news .divider {
    margin: 0; }
  .recommends.news li {
    list-style: decimal;
    margin-bottom: 0;
    padding-left: 25px; }
    .recommends.news li a {
      background: url(../images/arrowR2.png) no-repeat left 6px;
      padding-left: 10px;
      display: block; }
  .recommends.newslist .mb40 .title h3 a {
    font-size: 1.4rem;
    line-height: 20px;
    height: auto; }
  .recommends .title {
    margin-top: 1rem !important; }
    .recommends .title h1 a {
      font-size: 16px; }

.sdList li.sd1 {
  padding-left: 100px;
  padding-right: 50px; }
  .sdList li.sd1 .pic img {
    width: 388px !important;
    height: 302px !important; }
  .sdList li.sd1 .title {
    padding-top: 120px;
    padding-left: 466px; }
    .sdList li.sd1 .title h3 {
      color: #5794bb;
      font-size: 28px; }
.sdList li .desc {
  font-size: 15px;
  margin-top: 0; }
.sdList li .btn-group {
  margin-top: 20px; }
  .sdList li .btn-group a.readMore {
    display: inline-block;
    margin: 0 10px; }
.sdList.sd2 li .pic {
  float: none;
  background-color: #f5f5f5;
  padding: 45px 0 30px 0; }
.sdList.sd2 li .title {
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding: 0 40px;
  margin-right: 20px;
  height: 200px; }

.selectYears {
  background-color: #f6f6f6;
  margin-bottom: 20px !important;
  max-height: 40px; }
  .selectYears .swiper-slide {
    width: auto;
    text-align: center;
    padding: 0 10px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 14px; }
    .selectYears .swiper-slide.selected {
      background-color: #003f65;
      color: #fff; }
    .selectYears .swiper-slide.selected2 {
      border-bottom: 2px solid;
      color: #003f65;
      font-weight: bold; }

.historyDiv h2.borderLeft {
  margin-bottom: 15px; }

.downloadImg .pic {
  position: relative; }
  .downloadImg .pic .icon {
    width: 100%;
    text-align: center;
    background: #000000b5;
    color: #fff;
    padding: 10px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    cursor: pointer; }
  .downloadImg .pic:hover .icon {
    display: block; }

.am-thumbnails {
  margin-left: -1rem;
  margin-right: -1rem; }
  .am-thumbnails > li {
    padding: 0 1rem 1rem 1rem; }

.bgBar {
  background-color: #003f65;
  position: absolute;
  z-index: -9;
  left: 0;
  right: 0;
  width: 100%;
  height: 46px;
  display: none; }

.nissan-tabs {
  margin: 20px 0; }
  .nissan-tabs .am-tabs-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex; }
    .nissan-tabs .am-tabs-nav li {
      flex: 1; }
      .nissan-tabs .am-tabs-nav li a {
        display: block;
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }

.nissan-tabs1 {
  margin: 0;
  position: relative; }
  .nissan-tabs1 .am-tabs-nav {
    background: #003f65;
    padding-top: 4px;
    padding-left: 4px;
    position: relative; }
    .nissan-tabs1 .am-tabs-nav:before {
      content: ''; }
    .nissan-tabs1 .am-tabs-nav .am-active a {
      background-color: #fff;
      color: #003f65; }
    .nissan-tabs1 .am-tabs-nav > li {
      flex: inherit; }
      .nissan-tabs1 .am-tabs-nav > li > a {
        padding: 0 2rem;
        background: #003f65;
        color: #fff; }
  .nissan-tabs1 .am-tabs-bd {
    border: none;
    margin-top: 2rem; }

.top-nav {
  position: absolute;
  top: 0;
  right: 0; }
  .top-nav ul li {
    float: left;
    font-size: 12px;
    padding: 0 20px;
    border-left: 1px solid #dfdfdf; }
    .top-nav ul li:first-of-type {
      border: none; }

.searchContainer input {
  float: left;
  height: 18px;
  padding: 7px;
  border: 1px solid #dfdfdf;
  width: 100px;
  background-color: #f6f6f6; }
.searchContainer button {
  height: 18px;
  float: left;
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  margin-left: 5px;
  width: 30px;
  text-align: center;
  color: #fff; }

.nissan-footer {
  background: url("../images/footerBG.png") repeat-x #f7f7f7;
  font-size: 14px;
  padding-top: 40px;
  margin-top: 30px; }
  .nissan-footer a {
    color: #666; }
    .nissan-footer a:hover {
      color: #003f65; }
    .nissan-footer a i {
      display: none; }
  .nissan-footer .copyright {
    background-color: #f6f6f6; }
    .nissan-footer .copyright .am-container {
      border-top: 1px solid #fff;
      padding: 25px 0 50px; }
    .nissan-footer .copyright li {
      display: inline-block;
      border-left: 1px solid;
      padding: 0 10px;
      color: #666;
      font-size: 14px;
      height: 14px;
      line-height: 14px; }
      .nissan-footer .copyright li:first-of-type {
        border: none; }
  .nissan-footer .footMenu {
    width: 100%;
    padding: 0 0 50px;
    border-bottom: 1px solid #ccc; }
    .nissan-footer .footMenu .li {
      float: left;
      width: 16.6%;
      padding: 5px 0 0;
      color: #666; }
      .nissan-footer .footMenu .li .subMenu {
        margin-top: 10px; }
        .nissan-footer .footMenu .li .subMenu li {
          float: none;
          font-weight: normal;
          padding: 2.5px 0px; }
          .nissan-footer .footMenu .li .subMenu li a {
            background: url(../images/arrowR2.png) no-repeat left 6px;
            padding-left: 10px;
            color: #999; }
            .nissan-footer .footMenu .li .subMenu li a:hover {
              color: #003f65; }
          .nissan-footer .footMenu .li .subMenu li i {
            font-size: 8px;
            padding-right: 4px; }
          .nissan-footer .footMenu .li .subMenu li .thirdNav {
            margin: 0 0 0 20px; }

.pdfList {
  margin: 0 -10px; }
  .pdfList li {
    padding: 30px 0;
    border-bottom: 1px solid #ccc; }
    .pdfList li:nth-last-child(1) {
      border-bottom: none; }
    .pdfList li p {
      padding-left: 20px; }
      .pdfList li p a {
        color: #666; }
        .pdfList li p a:hover {
          color: #003f65; }
        .pdfList li p a.icon {
          margin-left: 10px;
          display: inline-block;
          color: #003f65; }
      .pdfList li p.title {
        line-height: 16px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px; }

.nissan-container {
  max-width: 940px;
  background-color: #fff;
  margin: 20px auto;
  padding: 30px 70px;
  box-shadow: 6px 16px 11px 0px #d8d8d8;
  overflow: auto; }
  .nissan-container .subtitle {
    margin: 10px auto;
    color: #666;
    position: relative; }
  .nissan-container .videoFrame {
    width: 510px;
    height: 498px; }
  .nissan-container .news-ctbox table {
    margin: auto; }
    .nissan-container .news-ctbox table td p {
      padding: 0;
      margin: 0; }

.bshare-custom {
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  right: 0; }
  .bshare-custom .bshare-more {
    display: none; }
  .bshare-custom .nobg {
    background: #f6f6f6;
    color: #000;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    padding-left: 0; }
    .bshare-custom .nobg:hover span {
      color: #003f65; }

.bsBox {
  background: transparent !important;
  border: 2px solid #ccc;
  padding: 0 !important;
  overflow: hidden; }
  .bsBox .bsClose {
    top: 3px !important;
    right: 10px !important; }
  .bsBox .bsTop {
    width: auto !important; }

.newsCenter .divider {
  text-align: center;
  margin: 0; }
  .newsCenter .divider:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1; }
  .newsCenter .divider span {
    border-left: none;
    font-size: 22px;
    padding: 0 25px;
    background: #fff;
    z-index: 9;
    position: relative; }
.newsCenter .newslist {
  padding-top: 30px; }
  .newsCenter .newslist:last-of-type .am-g-fixed {
    border-bottom: none; }
  .newsCenter .newslist .am-thumbnails {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .newsCenter .newslist .am-thumbnails > li {
      padding: 2.3rem 1.5rem; }
  .newsCenter .newslist .title {
    background-color: #f7f7f7;
    padding: 30px 35px;
    margin-top: 0; }
    .newsCenter .newslist .title h3 a {
      font-size: 16px;
      color: #333; }
    .newsCenter .newslist .title .from {
      color: #666; }

.customTab {
  display: flex;
  margin-bottom: 10px;
  overflow: auto;
  flex-wrap: wrap; }
  .customTab a {
    background: url(../images/arrowR2.png) no-repeat left 8px;
    padding-left: 10px;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 30px;
    margin-bottom: 10px;
    width: auto; }
    .customTab a.actived {
      color: #003f65;
      font-weight: bold; }

.abuotUsCard1 .content {
  background-color: #f8f8f8;
  padding: 30px !important; }
.abuotUsCard1 p {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 2; }

.aboutUSTable {
  position: relative; }
  .aboutUSTable .tips {
    position: absolute;
    right: 10px;
    top: -35px;
    font-size: 14px;
    color: #333; }
  .aboutUSTable table {
    border: none; }
    .aboutUSTable table tr {
      padding: 15px;
      font-size: 14px; }
      .aboutUSTable table tr:nth-child(odd) {
        background-color: #f8f8f8; }
      .aboutUSTable table tr th {
        color: #333;
        padding: 12.5px 20px;
        width: 160px; }
      .aboutUSTable table tr td {
        color: #666;
        padding: 10px; }

.aboutBox {
  margin-top: 10px;
  padding: 0;
  margin-left: -20px; }
  .aboutBox li {
    border: 1px solid #ccc;
    width: 373px;
    margin-left: 20px;
    padding: 20px 20px 0;
    position: relative; }
    .aboutBox li a {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -10px;
      width: 190px;
      text-align: center; }

.tcList {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .tcList > li {
    padding: 0.5rem; }
    .tcList > li .pic {
      width: 100%; }
      .tcList > li .pic img {
        width: 98% !important;
        border-radius: 15px;
        border: 10px solid #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }
    .tcList > li .title {
      line-height: 1.2; }
      .tcList > li .title a {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        display: block;
        margin: 10px 0; }
      .tcList > li .title .desc {
        color: #666;
        font-size: 13px; }
  .tcList.topic {
    margin-bottom: 20px; }
    .tcList.topic li {
      padding: 0;
      cursor: pointer !important; }
      .tcList.topic li a {
        cursor: pointer !important; }

.sidebar-categories li.selected a {
  color: #003f65; }

.descBox {
  padding: 25px; }
  .descBox .left {
    float: left;
    width: 80px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    padding-right: 20px; }
    .descBox .left img {
      width: auto !important; }
  .descBox .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5; }

.aboutUSSubBanner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat; }

.videoBox {
  width: 455px;
  height: 296px;
  margin: 0 auto; }

.homePage .am-container, .homePage .am-g-fixed {
  max-width: 1366px;
  width: 100%; }
.homePage .am-control-paging {
  display: none; }
.homePage .header .am-container {
  max-width: 1160px; }
.homePage .header, .homePage .footer {
  position: relative;
  z-index: 999;
  margin-top: 0; }
.homePage .nissan-footer {
  background: #fff;
  border-top: 1px solid #ccc;
  margin-top: 100px; }
  .homePage .nissan-footer .footMenu {
    display: none; }
  .homePage .nissan-footer .copyright {
    background: #fff; }
.homePage .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-right: 0 !important; }
  .homePage .banner:hover .box img {
    opacity: .7; }
  .homePage .banner .text-box {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%; }
    .homePage .banner .text-box h2 {
      position: absolute;
      left: 100px;
      top: 50px;
      font-size: 36px;
      z-index: 2;
      color: #fff; }
  .homePage .banner .box {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden; }
    .homePage .banner .box a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
.homePage .contentContainer {
  background: #fff;
  max-width: 1366px;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 30px; }
.homePage .p-top__feature a {
  position: relative;
  display: block; }
  .homePage .p-top__feature a:hover .p-top__feature-image img {
    transform: scale(1.1);
    opacity: .7; }
  .homePage .p-top__feature a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/home/feature_link_arrow.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: cover;
    z-index: 2; }
  .homePage .p-top__feature a .p-top__feature-texts {
    position: absolute;
    top: 35px;
    left: 48px;
    color: #fff;
    text-shadow: 4px 4px 5.64px rgba(0, 0, 0, 0.3);
    z-index: 2; }
    .homePage .p-top__feature a .p-top__feature-texts .p-top__feature-title {
      font-size: 30px;
      font-weight: bold;
      white-space: nowrap;
      word-break: keep-all; }
    .homePage .p-top__feature a .p-top__feature-texts .p-top__feature-icon {
      display: flex;
      margin-top: 15px; }
      .homePage .p-top__feature a .p-top__feature-texts .p-top__feature-icon .circular {
        border-radius: 50%;
        border: 2px solid #fff;
        text-align: center;
        width: 120px;
        height: 120px;
        font-size: 24px;
        margin-right: 15px;
        padding-top: 12px; }
        .homePage .p-top__feature a .p-top__feature-texts .p-top__feature-icon .circular p:first-child {
          font-size: 40px;
          line-height: 1; }
  .homePage .p-top__feature a .p-top__feature-image {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .homePage .p-top__feature a .p-top__feature-image img {
      transition: .3s;
      max-width: 100%; }
.homePage .sns {
  padding: 60px 50px;
  background: #ebebeb;
  margin-top: 30px; }
  .homePage .sns .title {
    font-size: 30px;
    color: #000; }
  .homePage .sns .sns-list {
    margin: 15px -15px 0; }
    .homePage .sns .sns-list li {
      padding: 0 15px; }
      .homePage .sns .sns-list li .container {
        background: #fff;
        height: 380px;
        overflow: auto; }
        .homePage .sns .sns-list li .container .sns-item-title {
          border-bottom: 1px solid #f6f6f6;
          height: 50px;
          padding: 10px 20px;
          font-size: 20px; }
          .homePage .sns .sns-list li .container .sns-item-title a {
            color: #000; }
          .homePage .sns .sns-list li .container .sns-item-title img {
            height: 20px;
            vertical-align: text-top; }
        .homePage .sns .sns-list li .container .sns-item-body {
          padding: 10px 20px; }
.homePage .newsTips {
  background: #003f65;
  color: #fff;
  padding: 55px 50px 35px;
  margin-top: 20px; }
  .homePage .newsTips a {
    color: #fff; }
  .homePage .newsTips h2 {
    font-size: 30px; }
    .homePage .newsTips h2 a {
      position: relative;
      padding-right: 50px; }
      .homePage .newsTips h2 a:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: url(../images/home/icon_title_arrow_w.svg) no-repeat;
        background-size: contain;
        width: 30px;
        height: .75em; }
  .homePage .newsTips ul {
    padding-top: 40px; }
    .homePage .newsTips ul li {
      font-size: 1.8rem;
      border-bottom: 1px solid;
      padding: 20px 0;
      line-height: 1.2; }
      .homePage .newsTips ul li:last-of-type {
        border-bottom: none; }
      .homePage .newsTips ul li a {
        display: flex; }
      .homePage .newsTips ul li span {
        display: inline-block;
        width: 140px;
        flex-shrink: 0; }
.homePage .stories {
  margin-top: 30px; }
  .homePage .stories a {
    color: #000; }
  .homePage .stories h2 {
    font-size: 30px;
    padding-left: 50px;
    margin-bottom: 10px; }
    .homePage .stories h2 a {
      position: relative;
      padding-right: 50px; }
      .homePage .stories h2 a:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: url(../images/home/icon_title_arrow.svg) no-repeat;
        background-size: contain;
        width: 30px;
        height: .75em; }
  .homePage .stories .am-slider-carousel li {
    margin-right: 0; }
    .homePage .stories .am-slider-carousel li a div {
      overflow: hidden; }
    .homePage .stories .am-slider-carousel li a span {
      font-size: 2.3rem;
      line-height: 1.2;
      padding-top: .75em;
      padding-left: 1.67em;
      padding-right: 1.67em;
      display: inline-block; }
    .homePage .stories .am-slider-carousel li a:hover {
      text-decoration: underline; }
      .homePage .stories .am-slider-carousel li a:hover img {
        transform: scale(1.1);
        opacity: .7;
        transition: .3s; }

.dyxTable th {
  text-align: center;
  background: #5695bc;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  width: 45%; }
.dyxTable th.two {
  width: 80px;
  font-size: 40px;
  color: #000;
  background: #fff; }
.dyxTable td {
  padding: 20px 0; }

.searchList .searchBox {
  margin: 30px auto;
  width: 520px; }
  .searchList .searchBox input, .searchList .searchBox button {
    float: left; }
  .searchList .searchBox input {
    border: 1px solid #ccc;
    border-right: none;
    height: 36px;
    padding: 10px;
    width: 420px; }
  .searchList .searchBox button {
    background: #003f65;
    color: #fff;
    height: 36px;
    border: none;
    width: 100px;
    text-align: center; }
.searchList .sList li h1 {
  font-size: 16px; }
  .searchList .sList li h1 a {
    color: #333; }
    .searchList .sList li h1 a:hover {
      color: #003f65; }
.searchList .sList li .pic a img {
  width: 121px !important;
  height: auto !important; }
.searchList .sList li .title .from, .searchList .sList li .title .desc {
  margin-top: 0; }
.searchList .mark {
  color: red;
  font-weight: bold;
  text-decoration: underline; }

.techniqueHome .newslist-box li {
  margin-bottom: 30px;
  padding: 20px;
  background: #dfdfdf; }
  .techniqueHome .newslist-box li .title {
    height: 144px;
    background: #fff;
    padding: 20px;
    margin-left: 267px; }
  .techniqueHome .newslist-box li .btn-group {
    margin-top: 20px; }
    .techniqueHome .newslist-box li .btn-group .readMore {
      padding: 0.3rem 2.5rem;
      width: 200px; }

.readMoreWrap .readMore {
  padding: 0.3rem 2.5rem;
  margin: 0 10px; }

.am-pagination > .am-active > a, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span, .am-pagination > .am-active > span:focus, .am-pagination > .am-active > span:hover {
  background-color: #003f65;
  border-color: #003f65; }

.rcll .pic a {
  position: relative;
  display: block; }
  .rcll .pic a .p-text {
    position: absolute;
    color: #fff;
    top: 70px;
    font-size: 15px;
    left: 30px;
    width: 200px;
    text-shadow: 1px 1px 2px #000; }

#qrcodeBox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.95); }
  #qrcodeBox .box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -138px 0 0 -148px; }
    #qrcodeBox .box #shareQRCode {
      border: 10px solid #fff;
      border-radius: 10px; }
      #qrcodeBox .box #shareQRCode img {
        margin: 0 !important; }
    #qrcodeBox .box .tips {
      font-size: 16px;
      text-align: center;
      margin-top: 15px;
      background: #fff;
      border-radius: 5px; }
  #qrcodeBox .close {
    position: absolute;
    top: 55px;
    right: 55px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 60px;
    background: #fff;
    font-size: 40px;
    cursor: pointer; }

.recommendsImgList li {
  margin: 10px 0;
  text-align: center; }
.recommendsImgList .imageTitle {
  text-align: center;
  color: #444; }
  .recommendsImgList .imageTitle a {
    color: #444; }

.jiyiTitleBox {
  margin: 25px auto 0;
  max-width: 1366px; }
  .jiyiTitleBox .title {
    font-size: 44px;
    text-align: center; }
  .jiyiTitleBox .subNav {
    margin: 20px auto;
    text-align: center; }
    .jiyiTitleBox .subNav .c-category-tab__list .md-contents__item {
      display: inline-block;
      padding: 0 30px; }
      .jiyiTitleBox .subNav .c-category-tab__list .md-contents__item .c-category-tab {
        position: relative;
        display: inline-block;
        text-align: center;
        color: #000;
        line-height: 1;
        letter-spacing: .075em;
        transition: .3s;
        position: relative;
        padding-bottom: 6px; }
        .jiyiTitleBox .subNav .c-category-tab__list .md-contents__item .c-category-tab:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 0;
          background-color: #5795bb;
          transform: scaleX(0);
          transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
          transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
          transform-origin: left; }
        .jiyiTitleBox .subNav .c-category-tab__list .md-contents__item .c-category-tab:hover, .jiyiTitleBox .subNav .c-category-tab__list .md-contents__item .c-category-tab.active {
          opacity: 1; }
          .jiyiTitleBox .subNav .c-category-tab__list .md-contents__item .c-category-tab:hover:after, .jiyiTitleBox .subNav .c-category-tab__list .md-contents__item .c-category-tab.active:after {
            padding-bottom: 3px;
            transform: scaleX(1); }

.craftsmanshipBox {
  max-width: 1366px;
  margin: auto; }
  .craftsmanshipBox .md-panel__image {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .craftsmanshipBox .md-panel__image img {
      transition: .3s;
      max-width: 100%; }
      .craftsmanshipBox .md-panel__image img:hover, .craftsmanshipBox .md-panel__image img.active {
        opacity: 1; }
        .craftsmanshipBox .md-panel__image img:hover:after, .craftsmanshipBox .md-panel__image img.active:after {
          transform: scaleX(1.1); }
  .craftsmanshipBox .md-panel .btn-group {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2; }
    .craftsmanshipBox .md-panel .btn-group .readMore {
      background: transparent;
      padding-right: 4rem; }
      .craftsmanshipBox .md-panel .btn-group .readMore i {
        display: none; }
  .craftsmanshipBox #sec-quality .btn-group {
    left: 0px;
    padding-left: 80px;
    text-align: left !important; }
  .craftsmanshipBox #sec-technology .md-panel .btn-group {
    margin-top: 30px; }

.md-news__date {
  width: 150px;
  flex-shrink: 0; }

.designBox {
  display: flex;
  flex-direction: row; }
  .designBox .left {
    width: 66.66%;
    flex-shrink: 0;
    margin-right: 4px;
    display: flex;
    flex-wrap: wrap; }
  .designBox .blockItem {
    margin-top: 4px;
    width: 100%; }
    .designBox .blockItem.width50 {
      width: 50%; }
      .designBox .blockItem.width50:nth-child(even) {
        padding-left: 4px; }
    .designBox .blockItem .md-contents {
      background: #fff;
      padding: 20px;
      color: #111; }
      .designBox .blockItem .md-contents h3._title {
        font-size: 18px;
        font-weight: bold; }
        .designBox .blockItem .md-contents h3._title:hover {
          color: #003F65; }
      .designBox .blockItem .md-contents p {
        font-size: 14px; }
        .designBox .blockItem .md-contents p:hover {
          color: #003F65; }

.jsjj_recommends ._content {
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.35) inset;
  overflow: hidden;
  height: 320px;
  overflow: hidden; }
  .jsjj_recommends ._content:hover .pic img {
    transform: scale(1.1); }
  .jsjj_recommends ._content:hover .title, .jsjj_recommends ._content:hover .intro {
    opacity: .5; }
  .jsjj_recommends ._content .pic {
    padding: 1px;
    overflow: hidden; }
    .jsjj_recommends ._content .pic img {
      object-fit: cover;
      transition: transform .2s; }
  .jsjj_recommends ._content .title {
    padding: 0 10px; }
    .jsjj_recommends ._content .title a {
      color: #003F65;
      font-size: 1.8rem; }
  .jsjj_recommends ._content .intro {
    padding: 5px 10px 1px;
    border-top: none;
    font-size: 13px; }

@media only screen and (max-width: 1000px) {
  .banner .isMobile {
    display: block; }
  .banner .notMobile {
    display: none; } }
.jishujijin {
  padding-top: 30px; }
  .jishujijin .category-title {
    padding-top: 0; }
  .jishujijin .c-category-select__wrap {
    display: none; }

@media only screen and (max-width: 640px) {
  .isMobile {
    display: block; }

  .notMobile {
    display: none; }

  .designBox {
    display: flex;
    flex-direction: column;
    margin-top: 5px; }
    .designBox .left {
      width: 100%;
      flex-shrink: 0;
      margin-right: 4px;
      display: flex;
      flex-wrap: wrap; }
    .designBox .blockItem {
      margin-top: 0px;
      width: 100%; }
      .designBox .blockItem.width50 {
        width: 100%; }
        .designBox .blockItem.width50:nth-child(even) {
          padding-left: 0px; }
      .designBox .blockItem .md-contents {
        background: #fff;
        padding: 16px;
        color: #111; }
        .designBox .blockItem .md-contents h3._title {
          font-size: 14px;
          font-weight: bold; }
          .designBox .blockItem .md-contents h3._title:hover {
            color: #003F65; }
        .designBox .blockItem .md-contents p {
          font-size: 14px; }
          .designBox .blockItem .md-contents p:hover {
            color: #003F65; }

  .jishujijin {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0px; }
    .jishujijin .category-title {
      padding-top: 2.66667vw; }
    .jishujijin #include-side-menu-pc {
      display: none; }
    .jishujijin .topic {
      display: none; }
    .jishujijin .c-category-select__wrap {
      display: block; }
    .jishujijin .md-article__title {
      display: none; }

  .md-panel .btn-group {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    padding: 0 20px; }
    .md-panel .btn-group .md-panel__btn {
      margin-top: 0; }
    .md-panel .btn-group .readMore {
      background: transparent;
      padding: 5px;
      border: 1px solid; }
      .md-panel .btn-group .readMore i {
        display: none; }

  .craftsmanshipBox #sec-quality .btn-group {
    padding-left: 20px; }

  #sec-quality .btn-group {
    left: 0px;
    padding-left: 80px;
    text-align: left !important; }
    #sec-quality .btn-group .readMore {
      width: 155px; }
    #sec-quality .btn-group .md-panel__btn:nth-child(1) .readMore {
      width: 315px; }

  .craftsmanshipBox .md-panel .btn-group .readMore {
    width: 119px; }

  #sec-technology .md-panel .btn-group {
    left: 0; }

  .header .logo {
    width: 110px; }

  .bannerHeight {
    height: 120px !important; }

  .homePage .banner {
    height: auto; }

  .nissan-tabs .am-tabs-nav {
    background: transparent; }
    .nissan-tabs .am-tabs-nav li {
      margin: 0 1px;
      border-bottom: 2px solid #ccc; }
      .nissan-tabs .am-tabs-nav li.am-active {
        border-bottom-color: #003f65; }
        .nissan-tabs .am-tabs-nav li.am-active a {
          color: #003f65;
          background-color: transparent;
          font-weight: bold; }

  .rcll .pic a .p-text {
    top: 20px; }

  .galleryContainer .am-control-nav {
    display: none; }

  .bshare-custom {
    display: none; }

  .aboutBox {
    margin: 0; }
    .aboutBox li {
      margin: 5px 0;
      max-width: 100%; }

  .homePage .p-top__feature a .p-top__feature-texts .p-top__feature-icon .circular {
    width: 80px;
    height: 80px;
    font-size: 14px;
    padding-top: 4px; }

  .techniqueHome .newslist-box li {
    margin-bottom: 30px;
    padding: 20px;
    background: #dfdfdf; }
    .techniqueHome .newslist-box li .title {
      height: auto;
      background: #fff;
      padding: 20px;
      margin-left: 0px; }
    .techniqueHome .newslist-box li .btn-group {
      margin-top: 20px; }
      .techniqueHome .newslist-box li .btn-group .readMore {
        padding: 0.3rem 2.5rem;
        margin: 5px 0;
        width: 100%; }

  .homePage .newsTips {
    padding: 6.66667vw 5.33333vw 5.33333vw; }
    .homePage .newsTips ul {
      padding-top: 10px; }
    .homePage .newsTips ul li a {
      display: block; }
      .homePage .newsTips ul li a span {
        display: block; }

  .homePage .nissan-footer {
    margin-top: 20px; }
  .homePage .stories {
    padding: 0 5.33333vw 0; }
    .homePage .stories h2 {
      padding-left: 0; }
    .homePage .stories .am-slider-carousel li a span {
      padding: 0 3px;
      margin-top: 1rem;
      font-size: 1.8rem; }
  .homePage .sns {
    padding: 10px; }
    .homePage .sns .sns-list {
      margin: 0 -15px 15px; }
      .homePage .sns .sns-list li {
        margin-bottom: 15px; }

  .nissan-footer {
    margin-top: 0;
    padding-top: 0; }

  .news-ctbox .videoBox, .news-ctbox iframe {
    width: 100%;
    height: 200px !important; }
  .news-ctbox img {
    max-width: 100% !important; }

  .rightWrap .videoBox, .rightWrap iframe {
    max-width: 100% !important;
    height: 200px !important; }
  .rightWrap .nim_imgWarp {
    width: 100%; }
    .rightWrap .nim_imgWarp img {
      width: 100%;
      height: auto; }

  [data-am-widget=tabs] .am-tabs-nav {
    flex-flow: wrap; }
    [data-am-widget=tabs] .am-tabs-nav li a {
      padding: 0 10px; }

  .aboutUSTable {
    margin-top: 40px; }

  .aboutUSSubBanner {
    height: 140px; }

  .sdList li.sd1 {
    padding: 0; }
    .sdList li.sd1 .title {
      padding: 0; }

  .sdList.sd2 li .pic {
    margin-bottom: 0 !important; }
  .sdList.sd2 li .title {
    margin: 0 !important;
    height: auto;
    padding: 15px 5px; }

  .news-ct, .case-box {
    padding: 0;
    background: #fff; }
    .news-ct .nt, .case-box .nt {
      font-size: 18px; }

  .nissan-container {
    padding: 10px 5px !important;
    box-shadow: none;
    margin: 0; }
    .nissan-container .videoFrame {
      width: 100%;
      height: 250px; }
    .nissan-container table {
      max-width: 100% !important; }

  .sdList li {
    display: block; }
    .sdList li .desc {
      padding: 5px; }

  .video-modal {
    width: 90%; }

  .video-intro .title {
    font-size: 20px;
    margin-top: 20px; }

  .recommends .pic img {
    height: auto; }

  .header {
    padding: 0;
    height: 44px; }
    .header.am-topbar {
      min-height: 40px; }
    .header .am-container {
      padding: 0; }
      .header .am-container .am-topbar-brand {
        height: 40px;
        line-height: 40px; }
        .header .am-container .am-topbar-brand .logo {
          width: 140px;
          margin-top: 13px;
          height: 26px;
          background-size: contain; }
      .header .am-container .btnWrap {
        float: right;
        display: flex;
        line-height: 44px;
        padding-right: 2vw; }
        .header .am-container .btnWrap div {
          float: left;
          font-size: 12px;
          color: #666; }
          .header .am-container .btnWrap div span, .header .am-container .btnWrap div a {
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 44px;
            padding: 0 1.6vw; }
          .header .am-container .btnWrap div img {
            width: 5.33333vw;
            max-width: 20px; }
        .header .am-container .btnWrap span a {
          font-size: 12px;
          color: #666; }
        .header .am-container .btnWrap span:nth-child(2) {
          margin-left: 10px !important; }
        .header .am-container .btnWrap .icon {
          font-size: 20px;
          color: #003f65;
          display: inline-block;
          margin: 0 5px; }

  .section-header {
    padding: 20px;
    font: normal 400 26px/26px serif; }

  .newslist .mb40 .title h3 a {
    max-height: 56px;
    height: auto; }

  .newslist .newslist-box li {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px; }
    .newslist .newslist-box li .pic {
      margin: auto;
      float: none;
      margin-bottom: 10px; }
      .newslist .newslist-box li .pic img {
        width: 100% !important;
        height: auto !important; }
    .newslist .newslist-box li .title h1 a {
      font-size: 16px; }
    .newslist .newslist-box li .desc {
      font-size: 14px; }

  .newslist .grayBox .newslist-box li {
    border-bottom: none; }

  #searchModal {
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    width: 100%;
    top: 43px;
    bottom: 0;
    overflow: auto;
    z-index: 999;
    border-top: 1px solid #ccc; }
    #searchModal .searchBox {
      display: flex;
      width: 100%;
      padding: 100px 10px 0; }
      #searchModal .searchBox .sv {
        height: 45px;
        border: 1px solid #003f65;
        flex: 1;
        padding: 0 10px; }
      #searchModal .searchBox button {
        background-color: #003f65;
        color: #fff;
        border: none;
        flex-shrink: 0;
        width: 100px; }

  #nissanNav {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 43px;
    bottom: 0;
    overflow: auto;
    z-index: 999;
    border-top: 1px solid #ccc; }
    #nissanNav .rootNav {
      margin: 0; }
      #nissanNav .rootNav .nav .toggle {
        font-size: 24px;
        margin-top: -6px; }
      #nissanNav .rootNav .nav > li {
        float: none;
        margin: 0;
        border-bottom: 1px solid #d8d3d3;
        border-top: 1px solid #fff;
        padding: 1rem;
        font-size: 16px; }
        #nissanNav .rootNav .nav > li:first-of-type {
          border-top: none; }
        #nissanNav .rootNav .nav > li .subNav {
          display: none;
          background: transparent;
          position: relative;
          top: 0;
          width: auto;
          border-top: 1px solid #003f65;
          margin-top: 5px; }
          #nissanNav .rootNav .nav > li .subNav:after {
            top: -11px; }
          #nissanNav .rootNav .nav > li .subNav:before {
            top: -13px; }
          #nissanNav .rootNav .nav > li .subNav > ul {
            border: none;
            background: transparent; }
            #nissanNav .rootNav .nav > li .subNav > ul > li {
              padding: 0.8rem;
              border-bottom: 1px solid #dfdfdf; }
              #nissanNav .rootNav .nav > li .subNav > ul > li:last-of-type {
                border-bottom: none;
                margin-bottom: -0.8rem; }
              #nissanNav .rootNav .nav > li .subNav > ul > li > a {
                width: 50%;
                border: none; }
              #nissanNav .rootNav .nav > li .subNav > ul > li .thirdNav {
                display: none;
                position: relative;
                left: 0;
                border: none;
                border-bottom: 1px solid #003f65;
                background: transparent; }
                #nissanNav .rootNav .nav > li .subNav > ul > li .thirdNav li {
                  border: none;
                  padding: 0; }
                  #nissanNav .rootNav .nav > li .subNav > ul > li .thirdNav li a {
                    border-top: 1px dashed #003f65;
                    border-bottom: none;
                    display: inline-block;
                    padding: 0.5rem; }
                  #nissanNav .rootNav .nav > li .subNav > ul > li .thirdNav li:first-of-type a {
                    border-top: none; }

  .searchContainer {
    margin-top: 3rem; }

  .searchList {
    padding: 0 20px; }
    .searchList .searchBox {
      display: flex;
      width: auto; }
      .searchList .searchBox input, .searchList .searchBox button {
        float: left; }
      .searchList .searchBox input {
        flex: 1;
        width: auto; }
      .searchList .searchBox button {
        flex-shrink: 0; }
    .searchList .sList li h1 {
      font-size: 16px; }
      .searchList .sList li h1 a {
        color: #333; }
        .searchList .sList li h1 a:hover {
          color: #003f65; }
    .searchList .sList li .pic a img {
      width: 121px !important;
      height: auto !important; }
    .searchList .sList li .title .from, .searchList .sList li .title .desc {
      margin-top: 0; }
    .searchList .mark {
      color: red;
      font-weight: bold;
      text-decoration: underline; }

  .productList .productNavPoint {
    display: flex;
    justify-content: space-between; }
    .productList .productNavPoint li {
      font-size: 1.6rem;
      margin: 0;
      float: none; }
      .productList .productNavPoint li:first-of-type {
        margin-left: 0; }

  .caselist-banner {
    height: 10rem; }
    .caselist-banner .overlay {
      padding: 0 1rem; }
    .caselist-banner h1 {
      font-size: 2.4rem; }

  .mb40 .title h1 a {
    font-size: 1.6rem; }

  .ad-gallery .ad-image-wrapper {
    height: 220px; } }

/*# sourceMappingURL=css.css.map */
