
.md16689.md-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: -o-linear-gradient(top, #000, transparent);
  background: linear-gradient(to bottom, #000, transparent);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.md16689.md-header .logo img {
  max-height: 0.8rem;
}

.md16689.md-header .rg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md16689.md-header .link {
  display: block;
  height: 1.375em;
  line-height: 1.375em;
  margin-right: 0.3rem;
}

.md16689.md-header .link img {
  max-height: 100%;
}

.md16689.md-header .lang {
  position: relative;
  margin-right: .3rem;
}

.md16689.md-header .lang:hover .lang-list {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
}

.md16689.md-header .lang .current {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md16689.md-header .lang .current img {
  height: 1.375em;
}

.md16689.md-header .lang-list {
  position: absolute;
  left: 50%;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 8em;
  max-width: 20em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0.2rem);
      -ms-transform: translate(-50%, 0.2rem);
          transform: translate(-50%, 0.2rem);
  opacity: 0;
  text-align: center;
  background-color: white;
  color: #333;
  line-height: 1.5;
  padding: .5em 0;
}

.md16689.md-header .lang-item {
  display: block;
  padding: .3em .5em;
}

.md16689.md-header .lang-item:hover {
  color: var(--theme, #ffc817);
}

.md16689.md-header .search-btn {
  height: 1.375em;
  line-height: 1.375em;
  cursor: pointer;
}

.md16689.md-header .search-btn img {
  max-height: 100%;
}

.md16689.md-header .nav {
  margin: auto;
}

.md16689.md-header .nav .mask {
  display: none;
}

.md16689.md-header .nav-btn {
  position: relative;
  z-index: 12;
  margin-left: .3rem;
  display: none;
}

.md16689.md-header .nav-btn span {
  display: block;
  width: .46rem;
  height: .04rem;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  margin-bottom: .12rem;
}

.md16689.md-header .nav-btn span:last-child {
  margin-bottom: 0;
}

.md16689.md-header .btn-quote {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--theme, #ffc817);
  color: #13151a;
  min-width: 1.28rem;
  min-height: .4rem;
  padding: .2em .5em;
  border-radius: .4rem;
  cursor: pointer;
  margin-right: 0.3rem;
}

.md16689.md-header .btn-quote:hover {
  background-color: #e6b415;
}

.md16689.md-header.over {
  background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1201px) {
  .md16689.md-header .nav {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .md16689.md-header .nav .nav-list-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md16689.md-header .nav .nav-item-1 {
    position: relative;
    margin-right: .6rem;
  }
  .md16689.md-header .nav .nav-item-1:last-of-type {
    margin-right: 0;
  }
  .md16689.md-header .nav .nav-item-1:hover .nav-list-2 {
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
  .md16689.md-header .nav .nav-a-1 {
    display: block;
    line-height: 1rem;
  }
  .md16689.md-header .nav .nav-list-2 {
    position: absolute;
    left: 50%;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 10em;
    max-width: 20em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    -webkit-transform: translate(-50%, 0.2rem);
        -ms-transform: translate(-50%, 0.2rem);
            transform: translate(-50%, 0.2rem);
    opacity: 0;
    text-align: center;
    background-color: white;
    color: #333;
    line-height: 1.5;
    padding: .5em 0;
    display: block !important;
  }
  .md16689.md-header .nav .nav-a-2 {
    display: block;
    padding: .3em .5em;
  }
  .md16689.md-header .nav .nav-a-2:hover {
    color: var(--theme, #ffc817);
  }
}

@media (max-width: 1200px) {
  .md16689.md-header {
    padding: 0 4%;
  }
  .md16689.md-header .logo {
    margin-right: auto;
  }
  .md16689.md-header .nav-btn {
    display: block;
    margin-left: 0.2rem;
  }
  .md16689.md-header .lang {
    margin-right: .2rem;
  }
  .md16689.md-header .link {
    margin-right: .2rem;
  }
  .md16689.md-header .btn-quote {
    margin-right: .2rem;
  }
  .md16689.md-header .nav-list-1 {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    width: 80%;
    max-width: 300px;
    height: 100%;
    padding-top: 50px;
    background: #fff;
    color: #000;
    overflow-y: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .md16689.md-header .nav-item-1 {
    border-bottom: 1px solid #eee;
  }
  .md16689.md-header .nav-item-1.active .nav-link-1 .mbtn::before {
    content: '-';
  }
  .md16689.md-header .nav-link-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px 5px 15px;
  }
  .md16689.md-header .nav-a-1 {
    display: block;
    padding: 10px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .md16689.md-header .nav-list-2 {
    display: none;
  }
  .md16689.md-header .nav-a-2 {
    display: block;
    padding: 10px;
    padding-left: 25px;
  }
  .md16689.md-header .nav .mbtn {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    font-family: cursive;
    background-color: #f7f7f7;
    margin-left: 10px;
    cursor: pointer;
  }
  .md16689.md-header .nav .mbtn::before {
    content: '+';
  }
  .md16689.md-header .nav .mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .md16689.md-header.open .nav-btn span {
    background: #000;
  }
  .md16689.md-header.open .nav-btn span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .md16689.md-header.open .nav-btn span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .md16689.md-header.open .nav-btn span:nth-of-type(2) {
    width: 0;
  }
  .md16689.md-header.open .nav-list-1 {
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .md16689.md-header.open .nav .mask {
    display: block;
  }
}

/* 搜索 */
.md16689.md-search .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}

.md16689.md-search .mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
}

.md16689.md-search .main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  background: #fff;
  padding: .5rem 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.md16689.md-search .form {
  width: 6rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999;
  padding-bottom: .1rem;
}

.md16689.md-search .form .ipt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  font-size: inherit;
}

.md16689.md-search .form .btn {
  border: none;
  background: var(--theme, #ffc817);
  height: .5rem;
  width: .5rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
}

.md16689.md-search .form .btn img {
  width: .23rem;
  min-width: 20px;
}

.md16689.md-search.show .main {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.md16689.md-search.show .mask {
  display: block;
}

@media (max-width: 1920px) {
  .md16689.md-search .form {
    width: 600px;
    max-width: 90%;
  }
}



/* 询盘表单 */
.md16689.md-quote {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  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;
  display: none;
}

.md16689.md-quote .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.md16689.md-quote .main {
  position: relative;
  z-index: 22;
  width: 7.7rem;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  border-radius: .1rem;
  padding: .6rem;
  padding-top: .54rem;
}

.md16689.md-quote .title {
  color: #13151a;
  line-height: 1;
}

.md16689.md-quote .desc {
  color: #434343;
  line-height: 1.5;
  margin-top: .12rem;
}

.md16689.md-quote .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: .14rem;
  height: 0.14rem;
  min-width: 14px;
  min-height: 14px;
  color: #ccc;
  cursor: pointer;
}

.md16689.md-quote .close:hover {
  color: #000;
}

.md16689.md-quote .form {
  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;
  margin-top: .22rem;
  color: #13151a;
}

.md16689.md-quote .form-item {
  width: calc(320 / 650 * 100%);
  margin-bottom: .2rem;
}

.md16689.md-quote .form-item.full {
  width: 100%;
}

.md16689.md-quote .form-footer {
  width: 100%;
  text-align: center;
  margin-top: 0.1rem;
}

.md16689.md-quote .form .m-input {
  height: .48rem;
  min-height: 35px;
  border-radius: 0.08rem;
  border: solid 0.01rem #e5e5e5;
  width: 100%;
  padding: 0 .2rem;
}

.md16689.md-quote .form .m-input::-webkit-input-placeholder {
  color: #666;
}

.md16689.md-quote .form .m-input:-ms-input-placeholder {
  color: #666;
}

.md16689.md-quote .form .m-input::-ms-input-placeholder {
  color: #666;
}

.md16689.md-quote .form .m-input::placeholder {
  color: #666;
}

.md16689.md-quote .form .m-input:focus {
  border-color: var(--theme, #ffc817);
}

.md16689.md-quote .form .m-select {
  height: .48rem;
  min-height: 35px;
  border-radius: 0.08rem;
  border: solid 0.01rem #e5e5e5;
  width: 100%;
  padding: 0 .2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/i-down.png) no-repeat right 0.16rem center/0.15rem;
}

.md16689.md-quote .form .m-select:focus {
  border-color: var(--theme, #ffc817);
}

.md16689.md-quote .form .m-textarea {
  display: block;
  height: .48rem;
  min-height: 35px;
  border-radius: 0.08rem;
  border: solid 0.01rem #e5e5e5;
  width: 100%;
  padding: .8em .2rem;
  height: 8.875em;
}

.md16689.md-quote .form .m-textarea:focus {
  border-color: var(--theme, #ffc817);
}

.md16689.md-quote .form .btn-submit {
  min-width: 1.6rem;
  height: .48rem;
  min-height: 35px;
  padding: 0 1em;
  background: var(--theme, #ffc817);
  color: #13151a;
  cursor: pointer;
  border-radius: .48rem;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.md16689.md-quote .form .btn-submit:hover {
  background-color: #e6b415;
}

.md16689.md-quote.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .md16689.md-quote .form {
    display: block;
  }
  .md16689.md-quote .form-item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .md16689.md-quote .main {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
  }
  .md16689.md-quote .form .m-input {
    height: .7rem;
    min-height: auto;
  }
  .md16689.md-quote .form .m-select {
    height: .7rem;
    min-height: auto;
  }
  .md16689.md-quote .close {
    width: .28rem;
    height: .28rem;
    min-width: auto;
    min-height: auto;
    color: #000;
  }
}

/* 底部 */
.md16690.md-footer {
  background: #13151a;
}

.md16690.md-footer .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}

.md16690.md-footer .foot-1 .layout {
  padding-top: .67rem;
  padding-bottom: .47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.md16690.md-footer .contact {
  width: 4rem;
}

.md16690.md-footer .contact-cnt {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.25;
  margin-top: .21rem;
}

.md16690.md-footer .contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.125rem;
}

.md16690.md-footer .contact .item:last-of-type {
  margin-bottom: 0;
}

.md16690.md-footer .contact .icon {
  width: 0.85714em;
  height: 1.25em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: .1rem;
}

.md16690.md-footer .contact a:hover {
  color: #fff;
}

.md16690.md-footer .nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.md16690.md-footer .nav-list-1 {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.md16690.md-footer .nav-item-1 {
  margin-bottom: .2rem;
}

.md16690.md-footer .nav-list-2 {
  margin-top: .19rem;
}

.md16690.md-footer .nav-item-2 {
  line-height: 1.5;
  margin-bottom: .09rem;
}

.md16690.md-footer .nav-item-2:last-of-type {
  margin-bottom: 0;
}

.md16690.md-footer .nav-a-2 {
  color: rgba(255, 255, 255, 0.6);
}

.md16690.md-footer .nav-a-2:hover {
  color: #fff;
}

.md16690.md-footer .subscribe {
  margin-left: auto;
}

.md16690.md-footer .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: .5rem;
  min-height: 35px;
  padding-left: .2rem;
  color: #13151a;
  width: 3.2rem;
  min-width: 20em;
  margin-top: .23rem;
}

.md16690.md-footer .subscribe-form .svg-icon {
  color: var(--theme, #ffc817);
  width: .19rem;
  min-width: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.md16690.md-footer .subscribe-form .ipt {
  border: none;
  padding-left: .1rem;
  min-width: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.md16690.md-footer .subscribe-form .ipt::-webkit-input-placeholder {
  color: #999;
}

.md16690.md-footer .subscribe-form .ipt:-ms-input-placeholder {
  color: #999;
}

.md16690.md-footer .subscribe-form .ipt::-ms-input-placeholder {
  color: #999;
}

.md16690.md-footer .subscribe-form .ipt::placeholder {
  color: #999;
}

.md16690.md-footer .subscribe-form .btn {
  background: var(--theme, #ffc817);
  border: none;
  padding: 0 .1rem;
  min-width: 1rem;
  text-align: center;
  cursor: pointer;
}

.md16690.md-footer .subscribe-form .btn:hover {
  background-color: #e6b415;
}

.md16690.md-footer .foot-2 {
  padding: .3rem 0;
}

.md16690.md-footer .copyright {
  color: rgba(255, 255, 255, 0.6);
}

.md16690.md-footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.md16690.md-footer .social-item {
  display: block;
  margin-right: .1rem;
  position: relative;
}

.md16690.md-footer .social-item:last-of-type {
  margin-right: 0;
}

.md16690.md-footer .social-item .icon {
  width: .4rem;
  height: .4rem;
  min-width: 30px;
  min-height: 30px;
  background: rgba(255, 255, 255, 0.05);
  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;
}

.md16690.md-footer .social-item .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .6;
}

.md16690.md-footer .social-item .pop {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1rem;
  min-width: 100px;
  -webkit-transform: translate(-50%, -10%);
      -ms-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  padding-bottom: .15rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.md16690.md-footer .social-item .pop-cnt {
  background-color: #fff;
  -webkit-box-shadow: 0 0 .1rem 0 #999;
          box-shadow: 0 0 .1rem 0 #999;
  position: relative;
}

.md16690.md-footer .social-item .pop-cnt:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.1rem;
  height: .1rem;
  min-width: 6px;
  min-height: 6px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
      -ms-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

.md16690.md-footer .social-item .pop-img {
  display: block;
  width: 100%;
}

.md16690.md-footer .social-item:hover .icon img {
  opacity: 1;
}

.md16690.md-footer .social-item:hover .pop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 900px) {
  .md16690.md-footer .foot-1 .layout {
    display: block;
  }
  .md16690.md-footer .contact {
    width: 100%;
  }
  .md16690.md-footer .nav {
    margin-top: .4rem;
  }
  .md16690.md-footer .nav .nav-list-1 {
    display: block;
  }
  .md16690.md-footer .nav .nav-list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md16690.md-footer .nav .nav-item-2 {
    width: 50%;
  }
  .md16690.md-footer .subscribe {
    margin-top: .4rem;
  }
  .md16690.md-footer .subscribe-form {
    width: 100%;
    height: .8rem;
    min-height: auto;
  }
  .md16690.md-footer .foot-2 .layout {
    display: block;
  }
  .md16690.md-footer .copyright {
    text-align: center;
  }
  .md16690.md-footer .social {
    margin-top: .3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md16690.md-footer .social-item .icon {
    width: .6rem;
    height: 0.6rem;
    min-width: auto;
    min-height: auto;
  }
}

.md16693.md-com-banner {
  position: relative;
  z-index: 40;
}
.md16693.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md16693.md-com-banner .cb_ban {
  position: relative;
}
.md16693.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(420 / 1920 * 100%);
  overflow: hidden;
}
.md16693.md-com-banner .cb_bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md16693.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.2;
}
.md16693.md-com-banner .title {
  line-height: 1.25;
}
.md16693.md-com-banner .intro {
  margin-top: 0.1rem;
}
.md16693.md-com-banner .video video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .md16693.md-com-banner .cb_bg {
    padding-top: 40%;
  }
}

.md16693.md-com-breadnav {
  z-index: 30;
  background-color: #f4f6f8;
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
}
.md16693.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md16693.md-com-breadnav .cont {
  position: relative;
}
.md16693.md-com-breadnav .cont::before {
  content: "";
  width: 6.4rem;
  height: 0.8rem;
  background-color: var(--theme, #ffc817);
  position: absolute;
  left: 0;
  top: 0;
}
.md16693.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.md16693.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.9rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md16693.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .md16693.md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
  .md16693.md-com-breadnav .bn_box {
    flex-wrap: wrap;
  }
}
.md16693.md-com-breadnav .bn-swiper {
  max-width: 50%;
}
.md16693.md-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  white-space: nowrap;
  transition: color 0.5s;
}
.md16693.md-com-breadnav .bn-swiper .bsa:hover {
  color: var(--theme, #ffc817);
}
.md16693.md-com-breadnav .bn-swiper .bsa.on {
  color: #fff;
  background-color: var(--theme, #ffc817);
}
.md16693.md-com-breadnav .bn-swiper .cta {
  min-width: 1.6rem;
  display: block;
  line-height: 0.8rem;
  text-align: center;
  padding: 0 1em;
}
.md16693.md-com-breadnav .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md16693.md-com-breadnav .bn-swiper {
    width: 100%;
    max-width: none;
    margin-top: 0.1rem;
  }
  .md16693.md-com-breadnav .bn-swiper .cta {
    line-height: 2.5;
  }
}
.md16693.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 0.8rem;
}
.md16693.md-com-breadnav .zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
}
.md16693.md-com-breadnav .zone-nav .icon svg {
  width: 1.2em;
  height: 1em;
}
.md16693.md-com-breadnav .zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.md16693.md-com-breadnav .zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md16693.md-com-breadnav .zone-nav {
    width: 100%;
  }
}

.md16885.md-com-banner {
  position: relative;
  z-index: 40;
}
.md16885.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md16885.md-com-banner .cb_ban {
  position: relative;
}
.md16885.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(420 / 1920 * 100%);
  overflow: hidden;
}
.md16885.md-com-banner .cb_bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md16885.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.2;
}
.md16885.md-com-banner .title {
  line-height: 1.25;
}
.md16885.md-com-banner .intro {
  margin-top: 0.1rem;
}
.md16885.md-com-banner .video video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .md16885.md-com-banner .cb_bg {
    padding-top: 40%;
  }
}

.md16885.md-com-breadnav {
  z-index: 30;
  background-color: #f4f6f8;
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
}
.md16885.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md16885.md-com-breadnav .cont {
  position: relative;
}
.md16885.md-com-breadnav .cont::before {
  content: "";
  width: 6.4rem;
  height: 0.8rem;
  background-color: var(--theme, #ffc817);
  position: absolute;
  left: 0;
  top: 0;
}
.md16885.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.md16885.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.9rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md16885.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .md16885.md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
  .md16885.md-com-breadnav .bn_box {
    flex-wrap: wrap;
  }
}
.md16885.md-com-breadnav .bn-swiper {
  max-width: 50%;
}
.md16885.md-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  white-space: nowrap;
  transition: color 0.5s;
}
.md16885.md-com-breadnav .bn-swiper .bsa:hover {
  color: var(--theme, #ffc817);
}
.md16885.md-com-breadnav .bn-swiper .bsa.on {
  color: #fff;
  background-color: var(--theme, #ffc817);
}
.md16885.md-com-breadnav .bn-swiper .cta {
  min-width: 1.6rem;
  display: block;
  line-height: 0.8rem;
  text-align: center;
  padding: 0 1em;
}
.md16885.md-com-breadnav .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md16885.md-com-breadnav .bn-swiper {
    width: 100%;
    max-width: none;
    margin-top: 0.1rem;
  }
  .md16885.md-com-breadnav .bn-swiper .cta {
    line-height: 2.5;
  }
}
.md16885.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 0.8rem;
}
.md16885.md-com-breadnav .zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
}
.md16885.md-com-breadnav .zone-nav .icon svg {
  width: 1.2em;
  height: 1em;
}
.md16885.md-com-breadnav .zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.md16885.md-com-breadnav .zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md16885.md-com-breadnav .zone-nav {
    width: 100%;
  }
}
