/*------------------------------------------------------------------------

	1. base
	25. consult_textbox_01

--------------------------------------------------------------------------*/



/* 1. base
--------------------------------------------------------------------------------*/

a[disabled], input[disabled], button[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    opacity: .5 !important;
}

a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.page-wrap {
    overflow: hidden;
}

.md-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(6.81818vw + 28.18182px);
        padding-bottom: calc(6.81818vw + 28.18182px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.md-text-left, .text-left {
    text-align: left !important;
}

.md-text-center, .text-center {
    text-align: center !important;
}

.md-text-right, .text-right {
    text-align: right !important;
}

.md-text-underline {
    text-decoration: underline !important;
}

.md-round {
    border-radius: 5px !important;
}

.md-pill {
    border-radius: 50% !important;
}

.md-tb {
    display: table;
    width: 100%;
    height: 100%;
}

.md-tb__cell {
    display: table-cell;
    vertical-align: middle;
}

.md-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-fixed {
    background-attachment: fixed;
}

.md-bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.full {
    width: 100%;
    height: 100vh;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
.embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* a {
    color: inherit;
    text-decoration: none;
} */

img {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    color: #4BB99F;
}

a:focus {
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background-color: #1a1a23;
}

::selection {
    color: #fff;
    background-color: #1a1a23;
}

.md-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(14.88095vw + 2.38095px);
        padding-bottom: calc(14.88095vw + 2.38095px);
    }
}

@media (min-width: 992px) {
    .md-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 13px 25px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus,
.btn.active.focus {
    color: #fff;
    text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #fff;
    background-color: #1a1a23;
    border-color: transparent;
}

.btn-default.btn-outline {
    color: #040406;
    background-color: transparent;
    border-color: #1a1a23;
}

.btn-default.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #040406;
    border-color: transparent;
}

.btn-default:hover, .btn-default.hover {
    color: #fff;
    background-color: #252532;
    border-color: transparent;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #040406;
    border-color: transparent;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus,
.btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: black;
    border-color: transparent;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus,
.btn-default.disabled.focus, .btn-default[disabled]:hover,
.btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #1a1a23;
    border-color: transparent;
}

.btn-default .badge {
    color: #1a1a23;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #f39c12;
    border-color: transparent;
}

.btn-primary.btn-outline {
    color: #c87f0a;
    background-color: transparent;
    border-color: #f39c12;
}

.btn-primary.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #c87f0a;
    border-color: transparent;
}

.btn-primary:hover, .btn-primary.hover {
    color: #fff;
    background-color: #f4a62a;
    border-color: transparent;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c87f0a;
    border-color: transparent;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus,
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #a66908;
    border-color: transparent;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus,
.btn-primary.disabled.focus, .btn-primary[disabled]:hover,
.btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #f39c12;
    border-color: transparent;
}

.btn-primary .badge {
    color: #f39c12;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #3c763d;
    border-color: #336534;
}

.btn-success.btn-outline {
    color: #2b542c;
    background-color: transparent;
    border-color: #3c763d;
}

.btn-success.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2b542c;
    border-color: #336534;
}

.btn-success:hover, .btn-success.hover {
    color: #fff;
    background-color: #458746;
    border-color: #336534;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2b542c;
    border-color: #336534;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus,
.btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #1f3d1f;
    border-color: #336534;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus,
.btn-success.disabled.focus, .btn-success[disabled]:hover,
.btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #3c763d;
    border-color: #336534;
}

.btn-success .badge {
    color: #3c763d;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #31708f;
    border-color: #2a617c;
}

.btn-info.btn-outline {
    color: #245269;
    background-color: transparent;
    border-color: #31708f;
}

.btn-info.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #245269;
    border-color: #2a617c;
}

.btn-info:hover, .btn-info.hover {
    color: #fff;
    background-color: #387fa2;
    border-color: #2a617c;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #245269;
    border-color: #2a617c;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus,
.btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #1b3d4e;
    border-color: #2a617c;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus,
.btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #31708f;
    border-color: #2a617c;
}

.btn-info .badge {
    color: #31708f;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #785f33;
}

.btn-warning.btn-outline {
    color: #66512c;
    background-color: transparent;
    border-color: #8a6d3b;
}

.btn-warning.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #66512c;
    border-color: #785f33;
}

.btn-warning:hover, .btn-warning.hover {
    color: #fff;
    background-color: #9c7b43;
    border-color: #785f33;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #66512c;
    border-color: #785f33;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus,
.btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #4d3d21;
    border-color: #785f33;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus,
.btn-warning.disabled.focus, .btn-warning[disabled]:hover,
.btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #8a6d3b;
    border-color: #785f33;
}

.btn-warning .badge {
    color: #8a6d3b;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d40000;
    border-color: #b00;
}

.btn-danger.btn-outline {
    color: #a10000;
    background-color: transparent;
    border-color: #d40000;
}

.btn-danger.btn-white {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a10000;
    border-color: #b00;
}

.btn-danger:hover, .btn-danger.hover {
    color: #fff;
    background-color: #e00;
    border-color: #b00;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a10000;
    border-color: #b00;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus,
.btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #7d0000;
    border-color: #b00;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus,
.btn-danger.disabled.focus, .btn-danger[disabled]:hover,
.btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d40000;
    border-color: #b00;
}

.btn-danger .badge {
    color: #d40000;
    background-color: #fff;
}

.btn-link {
    color: #f39c12;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #b06f09;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #fff;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.table-responsive-01 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-responsive-01 table > thead > tr > th,
.table-responsive-01 table > thead > tr > td,
.table-responsive-01 table > tbody > tr > th,
.table-responsive-01 table > tbody > tr > td,
.table-responsive-01 table > tfoot > tr > th,
.table-responsive-01 table > tfoot > tr > td {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .table-responsive-02 table, .table-responsive-02 thead,
    .table-responsive-02 tbody, .table-responsive-02 th, .table-responsive-02 td,
    .table-responsive-02 tr {
        display: block;
    }

    .table-responsive-02 thead {
        border-top: 1px solid #e8e8e8 !important;
        border-bottom: none !important;
    }

    .table-responsive-02 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-02 tr {
        padding: 15px 0;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

    .table-responsive-02 td {
        position: relative;
        padding: 15px 10px 15px 30% !important;
    }

    .table-responsive-02 td:before {
        content: attr(data-th);
        position: absolute;
        top: 15px;
        left: 20px;
        width: 25%;
        padding-right: 10px;
    }
}


.btn {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #f39c12;
    background-color: #f39c12;
}

.btn-w180 {
    min-width: 180px;
}



/* 25. consult_textbox_01
--------------------------------------------------------------------------------*/

.textbox {
    padding: 10px;
    margin: 50px 0;
    background-color: white;
    text-align: center;
    transition: all ease .3s;
}

.textbox:hover {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .2);
}

.textbox__image img {
    width: 100%;
}

.textbox__body {
    padding: 20px;
}

@media (min-width: 992px) {
    .textbox__body {
        padding: 25px 30px;
    }
}

.textbox__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.textbox__description {
    color: #c2c2c2;
}

.textbox__style-02 {
    border: 1px solid #ebebeb;
}

.textbox__style-02 .textbox__description {
    margin-bottom: 15px;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase; }

#sideNav {
  display: none;
}
@media (min-width: 992px) {
  #sideNav {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: fixed;
    top: 0;
    left: 240px;
    display: flex;
    flex-direction: column;
    width: 260px;
    height: 100%;
    flex-wrap: nowrap; }
    #sideNav .navbar-brand {
      display: flex;
      padding: 0.5rem; }
      #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2); }
    #sideNav .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto;
      margin-top: 150px;
      padding: 0 20px; }
      #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%; }
        #sideNav .navbar-collapse .navbar-nav .nav-item {
          margin-bottom: 30px;
          display: block; }
          #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: block; } }

/* .text-primary {
  color: #BD5D38 !important; } */

/* a {
  color: #fff; }
  a:hover, a:focus, a::active {
    color: #4BB99F; } */


/* -------------------------------------------- */
.body-page {
  width: 1920px;
  user-select: none;
}

#sideNav .nav-link:hover,
#sideNav .nav-item .active  {
  color: #4BB99F;
}

.qn-train-s1-nav {
  margin-bottom: 33px
}

.qn-train-s1-nav > div {
  width: 80px;
  height: 80px;
  /* background: #000000; */
  /* opacity: 0.4; */
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
}

.qn-train-s1-nav.active > div {
  background-color: rgba(75, 185, 159, 0.6);
}

.qn-train-s4-nav {
  height: 100px;
  margin-bottom: 61px;
}

.qn-train-s4-nav-link-selected {
  display: none;
}

.qn-train-s4-nav.active .qn-train-s4-nav-link-selected {
  display: block;
}

/* 自定义header */
/* header {
  background-color: #f3f4f6;
}
header .nav-item {
  margin-left: 40px;
}
header .navbar-wrapper {
  width: 100%;
} */


/* 自定义footer */
.s-footer {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 600px;
  background-color: #233041; 
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}

.s-footer .s-footer-main {
  padding: 136px 255px 0 255px;
}

.s-footer .s-footer-main .s-footer-main-logo {
  width: 336px;
  height: 43px;
  margin-bottom: 23px;
}

.s-footer .s-footer-main .s-footer-main-name {
  font-size: 26px;
  margin-bottom: 90px;
}
.s-footer .s-footer-main .s-footer-main-content {
  width: 480px;
  font-size: 24px;
}
.s-footer .s-footer-main .s-footer-main-qr {
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
  margin-right:22px;
}
.s-footer .s-footer-main .s-footer-main-qr-name {
  font-size: 18px;
}

.s-footer .s-footer-bottom{
  margin-top: 100px;
  font-size: 18px;
}

.section-area-right {
  /* width: 1420px; */
  height: inherit;
  /* position: absolute; */
  /* left: 500px; */
}

.section-area-right-title {
  /* margin-left: -260px; */
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-top:89px;
  /* margin-bottom: 90px; */
}

.section-area-right-title-second {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #333333;
  margin-top:21px;
  margin-bottom: 60px;
}

.section-area-right-content {
  /* margin-left: 292px; */
  justify-content: center;
  align-items: center;
}

.section-area-right-content-s2-card {
  border: 1px solid #fff;
  width: 220px;
  height: 250px;
  color:#fff;
  text-align: center;
}

.section-area-right-s6-content {
  /* margin-top:101px; */
  /* margin-left:68px; */
  align-items: center;
}
/* .section-area-right-s6-content > video {
  width: 100%
} */

.wm-train-s1-carousel {
  justify-content: center
}

.carousel {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.carousel-indicators{
  position: relative;
  margin: 45px 0 0 0;
}

.carousel-inner{
  width: 500px;
  height: 400px;
  margin-left: 0;
}

.carousel-indicators li {
  display: flex;
  width: 150px;
  height: 150px;
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-right: 41px;
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    display: none;
}

.carousel-indicators li.active:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: -26px;
    z-index: 1100;
    position: absolute;
}

@media (min-width: 992px) {

  header {
    background-color: unset;
  }

  header .navbar-wrapper {
    width: 100%;
    padding-left:240px;
    padding-right: 309px;
  }

  .section-area-right {
    width: 1420px;
    height: inherit;
    position: absolute;
    left: 500px;
  }

  .section-area-right-title {
    margin-left: -260px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-top:89px;
    /* margin-bottom: 90px; */
  }

  .section-area-right-content {
    /* margin-left: 292px; */
    align-items: unset;
  }

  .section-area-right-s6-content {
    /* margin-top:101px; */
    /* margin-left:68px; */
    align-items: unset;
  }

  .wm-train-s1-carousel {
    justify-content: unset;
  }

  .carousel {
    display: unset;
  }

  .carousel-indicators{
    position: relative;
    margin: 45px 0 0 0;
    margin-left: 310px;
  }

  .carousel-inner{
    margin-left: 347px;
  }

  .section-area-video {
    justify-content: unset !important;
  }



}

@media (min-width: 1920px) {
  .section-area-video {
    justify-content: center !important;
  }
}

@media (max-width: 992px) {

  .main-nav {
    height: 30px !important;
    background-color: rgba(0,0,0,1) !important;
    z-index: 9999 !important;
  }

  .section-area-first {
    margin-top: 0px !important;
  }

  .section-area-first .section-area-right{
    margin-top: 0px !important;
  }

  .navbar-collapse, .collapse, .show {
    background-color: rgba(0,0,0,0.5)  !important;
  }

  .main-nav .nav-link {
    width: 180px !important; 
    color: #fff !important; 
  }

  .navbar-nav .dropdown-menu {
    left: 180px;
    top: 0px;
  }

  .contact-section-area-right {
    justify-content: center;
  }

  .company-road-content {
    width: 100%;
    margin-top: -180px !important;
  }

  .company-map-content {
    margin-left: 450px;
  }

  .company-core-value-content {
    width: 1200px !important;
  }

  .company-ip-content {
    margin-left: 400px;
  }

  .navbar-nav .nav-link {
    padding: 5px;
  }

  ul.dropdown-menu > li {
    height: 40px;
  }

}

@media (max-width: 1200px) {
  .navbar-custom-logo {
    display: none !important;
  }
}

.section-area-first {
  margin-top: -100px;
}

.section-area-first .section-area-right{
  margin-top: 100px;
}

.company-road-content {
  width: 100%;
  margin-top: -270px;
  position: relative;
}

.home-navbar .nav-link {
  color: #F6F3F0 !important;
}

.main-nav .nav-link{
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #666666;
  /* padding-left: 0px !important;
  padding-right: 0px !important; */
  width: 120px;
  text-align: center;
  /* margin-right: 40px; */
}

.main-nav .nav-link:hover{
  color: #4BB99F;
}

.main-nav .navbar-nav {
  height: inherit !important;
}

.main-nav .nav-item {
  display: flex;
  align-items: center;
}

.main-nav .nav-item .dropdown-menu{
  background: rgba(0,0,0,0.5);
}

.video-mask {
  position: relative;
  width: 1920px;
  height: 1080px;
}
.video-mask:before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-product-box {
  width: 500px;
  height: 650px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 20px;
}

.home-product-box:hover {
  box-shadow: 0px 0px 40px rgba(149, 149, 149, 0.25);
  border-color: transparent;
  width: 520px;
  height: 680px;
  transition: all 0.1s;
}

.home-product-box .home-product-box-btn {
  display: none;
}

.home-product-box:hover .home-product-box-btn {
  display: block;
}

.company-mission-box {
  width: 330px;
  height: 450px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 20px;
}

.company-mission-box:hover {
  box-shadow: 0px 0px 40px rgba(149, 149, 149, 0.25);
  border-color: transparent;
  width: 370px;
  height: 470px;
  transition: all 0.3s;
}

.company-road-title {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 30px;
  position: absolute;
  width: max-content;
}

.company-road-title-before:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #DCDCDC;
  border-radius: 50%;
  position: relative;
  top: 20px;
  left: -20px;
  display: block;
}

.company-road-title-after {
  display: flex;
  justify-content: flex-end;
}
.company-road-title-after:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #DCDCDC;
  border-radius: 50%;
  position: relative;
  top: 10px;
  right: -10px;
  display: block;
}


.qn-exam-s1-carousel {
  margin-top: 40px;
}

.qn-exam  .carousel {
  flex-direction: row;
}

.qn-exam  .title-icon {
  position: absolute;
  left: 200px;
  top: 70px;
}

.qn-exam  .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin-top: -50px;
}

.qn-exam  .carousel-indicators li {
  width: 130px !important;
  height: 130px !important;
  background-color: rgba(0,0,0,0.5)
}

.qn-exam  .carousel-indicators li img{
  width: 118px !important;
  height: 85px !important;
}

.qn-exam  .carousel-indicators li:after,
.qn-exam  .carousel-indicators li:before {
    display: none;
}

.qn-exam  .carousel-indicators li.active:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: -26px;
    z-index: 1100;
    position: absolute;
}

.qn-exam .s2-box {
  width: 303px;
  height: 113px;
  border: 3px dotted #FFFFFF;
  /* box-shadow: 0px 0px 87px 3px rgba(153,153,153,0.3); */
  border-radius: 20px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
}

.qn-exam .s2-box:hover {
  box-shadow: inset 0px 0px 10px rgba(75, 185, 159, 1), 0px 0px 10px rgba(75, 185, 159, 1);
}

.qn-exam .s2-box .s2-box-icon{
  width: 15px;
  height: 15px;
  background: #4BB99F;
  border-radius: 50%;
  position: absolute;
  left: 50px;
  top: 25px;
}

.qn-exam .s2-item {
  /* margin-right: 20px; */
}

.qn-exam .s2-item-title {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}

.qn-exam .s3-box {
  width: 530px;
  height: 80px;
  background: linear-gradient(150deg, #FFFFFF, #F3F5F8);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 29px 1px rgba(153,153,153,0.15);
  border-radius: 20px;
  margin-bottom: 34px;
}

.qn-exam .s4-box {
  width: 450px;
  height: 170px;
  background: linear-gradient(170deg, #FFFFFF, #F3F5F8);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 29px 1px rgba(153,153,153,0.15);
  border-radius: 20px;
  /* margin-bottom: 80px; */
}

.qn-exam .s4-box:hover {
  box-shadow: 0px 0px 40px rgba(149, 149, 149, 0.25);
  border-color: transparent;
  transition: all 0.1s;
}

.download-main:hover {
  .download-main-icon {
    display: none;
  }
  .download-main-icon-hover {
    display: block !important;
  }
}


.planet-search::placeholder {
  font-size: 26px;
  /* padding-left: 30px; */
}

.planet-tag {
  /* width: 137px; */
  height: 56px;
  border: 2px solid #BBBBBB;
  border-radius: 27px;
  font-size: 22px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #BBBBBB;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  padding: 20px;
  margin-right: 30px;
  margin-bottom: 23px;
}

.planet-tag-current {
  border: 2px solid #fff;
  color: #fff;
}

.section-area-video {
  justify-content: center;
}

.qn-train .section-area-right-content-s2-card:hover {
  background-color: rgba(75, 185, 159, 0.7);
}

.company-s4-box {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.company-s4-box:hover .company-s4-box-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.qn-train-s3-box:hover {
  box-shadow: 0px 0px 40px rgba(149, 149, 149, 0.25);
  border-color: transparent;
  transition: all 0.1s;
}

.qn-exam-product-btn:hover {
  background-color: #5CDBBD !important;
}

.download-item:hover .download-item-brand {
  display: none;
}
.download-item:hover .download-item-qr {
  display: block;
}

.download-item-qr {
  display: none;
}

.home-s2-item {
  width: 291px;
  height: 291px;
}

.home-s2-item img {
  width: 291px !important;
  height: 291px !important;
}

.home-s2-item .home-s2-item-hover {
  display: none;
}

.home-s2-item:hover .home-s2-item-default {
  display: none;
}

.home-s2-item:hover .home-s2-item-hover {
  display: block;
}

.online-service {
  position: fixed;
  z-index: 9999;
  right: 0px;
  bottom: 0px;
  width: 100px;
}

.nav-item-hidden {
  display: none !important;
}

@media (max-width: 992px) {
  .nav-item-hidden {
    display: flex !important;
  }
}

.home-video {
  --plyr-color-main: #4a5464;
}

/* 视诺星 */

.snx-area-right-title {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-top:89px;
}

.snx-area-right-title-second {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #333333;
  margin-top:21px;
  margin-bottom: 60px;
}

.snx-area-right-content-s2-card {
  border: 1px solid #fff;
  width: 284px;
  height: 311px;
  color:#fff;
  text-align: center;
}

.snx-area-right-content-s2-card-item:hover {
  background-color: rgba(75, 185, 159, 0.7);
}

.snx-area-right-content-s5-card {
  /* border: 1px solid #fff; */
  width: 242px;
  height: 373px;
  color:#fff;
  text-align: center;
}

.snx-area-right-content-s5-card div:first-child {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  padding-top: 100px;
}
.snx-area-right-content-s5-card:hover > div {
  background-color: rgba(4,195,161,0.6);
}
.snx-area-right-content-s6-card:hover {
  margin-top: 70px !important;
}