
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2025-12-25 9:26:26 UTC */

/* global */
body {
  font-family: 'Poppins', sans-serif, 'Microsoft Yahei';
  color: var(--yy-fg-color);
  background-color: var(--yy-bg-color); }

a {
  color: var(--yy-link-color); }

a:hover {
  text-decoration: none;
  color: var(--yy-main-color); }

h3 {
  font-size: 18px; }

video {
  max-width: 100%; }

.shade {
  display: none;
  position: fixed;
  top: 0; }

@media screen and (min-width: 768px) {
  .md-up-none {
    display: none; } }

@media screen and (max-width: 767px) {
  .md-down-none {
    display: none; } }
/* reset bootstrap */
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: var(--yy-page-width); }

.form-group input, .form-group textarea {
  padding: 6px 8px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
  box-shadow: inset 0 0 0 0 #fff !important;
  height: unset; }

.form-group input[disabled] {
  color: #999; }

.form-group input[type="buttom"], .form-group input[type="submit"], .form-group button, .input-group-text {
  padding: 6px 12px; }

.input-group-text {
  font-size: unset;
  border-color: #eee;
  background-color: #eee; }

.form-control {
  border-color: #eee; }

.form-control:focus {
  border-color: var(--yy-light-color) !important; }

.yy-hidden {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 768px) {
  /* reset bootstrap */
    .col-md-8 {
      padding-right: 30px; }
    .form-group input, .form-group button, .btn {
      padding: 10px 30px; } }

@media screen and (max-width: 767px) {
  .shade {
    width: 100%;
    height: 120%;
    position: absolute;
    background: #212529;
    opacity: 0.5;
    z-index: 12; }

  .menu-collapse {
    width: 65%;
    position: fixed;
    background: #fff;
    z-index: 13;
    top: 0;
    left: -65%;
    margin: 0;
    padding: 15px;
    height: 100%;
    overflow: auto; }

  body {
    padding-top: 50.6px;
    position: relative; }

  .user-login .dropdown-menu {
    top: unset; } }
/* header */
.yy-header {
  /* navbar */ }
  .yy-header .yy-group {
    background-color: var(--yy-hf-bg-color);
    color: var(--yy-hf-fg-color); }
  .yy-header a {
    color: var(--yy-hf-link-color); }
  .yy-header a:hover {
    color: var(--yy-hf-main-color); }
  .yy-header .btn-custom {
    color: #fff !important;
    background-color: var(--yy-hf-main-color);
    border-color: var(--yy-hf-main-color); }
  .yy-header .btn-custom:hover {
    color: #fff;
    background-color: var(--yy-hf-dark-color);
    border-color: var(--yy-hf-dark-color); }
  .yy-header .navbar {
    flex-direction: column;
    padding: 0;
    box-shadow: 0 1px 3px #eee; }
    .yy-header .navbar .container .logo {
      max-height: 28px; }
    .yy-header .navbar .navbar-brand {
      margin-right: 50px;
      font-weight: bold; }
    .yy-header .navbar .navbar-brand:hover {
      color: #555; }
    .yy-header .navbar .fa-times {
      color: var(--yy-hf-main-color); }
    .yy-header .navbar .navbar-nav .current-menu-item > a {
      color: var(--yy-hf-main-color); }
    .yy-header .navbar .navbar-nav a {
      margin: 0 20px; }
    .yy-header .navbar .fa-bars {
      color: var(--yy-hf-fg-color); }
    .yy-header .navbar .yy-main-menu {
      justify-content: var(--yy-main-menu-position); }
    .yy-header .navbar .menu-toggle, .yy-header .navbar .search-toggle {
      position: absolute;
      text-align: center;
      line-height: 52px;
      width: 52px;
      height: 52px;
      top: 0;
      right: 0;
      font-size: 18px;
      cursor: pointer;
      z-index: 99; }
    .yy-header .navbar .menu-toggle {
      left: 0; }
    .yy-header .navbar .navbar-nav > .menu-item-has-children > a:after {
      color: #aaa;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 13px;
      font-weight: 400;
      margin-left: 5px;
      transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .yy-header .navbar .sub-menu {
      display: none; }
  .yy-header .user-login .dropdown-menu {
    padding: 0; }
    .yy-header .user-login .dropdown-menu .dropdown-item {
      padding: 10px 15px;
      border-bottom: 1px solid #eee; }
    .yy-header .user-login .dropdown-menu .dropdown-item:last-child {
      border-bottom: none; }
    .yy-header .user-login .dropdown-menu .dropdown-item:active {
      background-color: #fff; }
/* search-modal */
#search-modal .search-form {
  position: relative; }
  #search-modal .search-form .form-group {
    margin: 0; }
  #search-modal .search-form .keywords {
    padding: 8px 35.8px 8px 10px;
    font-size: 16px;
    background-color: var(--yy-hf-bg-color);
    border-color: #ddd; }
  #search-modal .search-form .submit {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 42.8px;
    height: 40.8px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    line-height: 1; }
  #search-modal .search-form .fa-search {
    color: #999;
    font-size: 16px; }
  #search-modal .search-form .fa-search:hover {
    color: var(--yy-hf-main-color); }

@media screen and (min-width: 768px) {
  .yy-header .navbar .sub-menu {
    position: absolute;
    background-color: #fff;
    font-size: 13px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    margin-top: 27px;
    z-index: 20; }
    .yy-header .navbar .sub-menu li {
      list-style-type: none; }
    .yy-header .navbar .sub-menu li a {
      display: block;
      padding: 10px 15px;
      margin: 0;
      border-bottom: 1px solid #eee; }
    .yy-header .navbar .sub-menu li a:hover {
      background-color: #fafafa; }
    .yy-header .navbar .sub-menu li:last-child a {
      border-bottom: none; }
    .yy-header .navbar .navbar-brand {
      padding: 24px 0; }
    .yy-header .navbar .navbar-nav > li {
      padding: 27px 0; }
    .yy-header .user-login {
      padding: 17px 0; }
    .yy-header .user-login .dropdown-menu {
      border: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin-top: 17px;
      border-radius: 0; } }

@media screen and (max-width: 767px) {
  .yy-header {
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0; }
    .yy-header .navbar {
      padding: 0 1rem; }
      .yy-header .navbar a {
        display: block;
        margin: 6px 0 !important; }
      .yy-header .navbar .navbar-nav a {
        margin: 12px 0 !important; }
      .yy-header .navbar .navbar-brand {
        margin-left: 30px !important; }
      .yy-header .navbar .menu-collapse {
        width: 65%;
        position: fixed;
        background: #fff;
        z-index: 13;
        top: 0;
        left: -65%;
        margin: 0;
        padding: 20px;
        height: 100%;
        overflow: auto; }
      .yy-header .navbar .shade {
        width: 100%;
        height: 120%;
        position: absolute;
        background: #212529;
        opacity: 0.5;
        z-index: 12; }
      .yy-header .navbar .sub-menu {
        display: block;
        padding-left: 20px; }
        .yy-header .navbar .sub-menu li {
          list-style-type: none; }
      .yy-header .navbar .user-login {
        position: absolute;
        text-align: center;
        top: 5px;
        right: 50.2px; }
      .yy-header .navbar .user-login > a {
        width: 50.2px;
        height: 50.2px;
        padding-top: 3px; }
      .yy-header .navbar .user-login > .dropdown {
        width: 50.2px;
        height: 50.2px; }
    .yy-header .user-login .dropdown-menu {
      border: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 0; }
      .yy-header .user-login .dropdown-menu .dropdown-item {
        margin: 0 !important; } }
/* main */
.yy-main .yy-group > .container {
  margin-top: 15px; }
  .yy-main .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
    animation: fade-in;
    animation-duration: 0.5s; }
  .yy-main .col-md-8 > h3 {
    margin-bottom: 10px;
    margin-top: 20px; }
  .yy-main .col-md-8 a {
    font-size: 14px; }
  .yy-main .hot {
    padding: 10px; }
  .yy-main .card {
    border: none;
    margin-bottom: 10px;
    animation: fade-in;
    animation-duration: 0.5s; }
  .yy-main .card .card-title {
    font-size: 16px;
    margin: 0 0 6px; }
  .yy-main .card .card-body {
    padding: 10px;
    line-height: 2; }
  .yy-main .card .card-link {
    font-size: 12px;
    margin: 0 10px 0 0; }
  .yy-main .card span.card-link {
    color: #999; }
  .yy-main .card p {
    margin-top: 15px; }
  .yy-main .card .card-text {
    color: #777;
    font-size: 14px; }
  .yy-main .card .lazyload {
    width: 220px;
    height: 150px;
    border-radius: 5px; }
  .yy-main .card .data {
    flex: 1;
    margin-left: 20px; }
  .yy-main .post {
    margin-bottom: 15px; }
  .yy-main .post, .yy-main .related, .yy-main .comments {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    animation: fade-in;
    animation-duration: 0.5s; }

@media screen and (min-width: 768px) {
  .yy-main .yy-group > .container {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 767px) {
  .yy-main .yy-group > .container {
    margin-top: 10px; }
    .yy-main .col-md-8 {
      padding-left: 0;
      padding-right: 0; }
    .yy-main .card .lazyload {
      width: 120px;
      height: 96px;
      border-radius: 5px; }
      .yy-main .card .data .card-text {
        display: none; } }
/* breadcrumb */
.yy-main .breadcrumb {
  background-color: #fff;
  padding: 10px 0;
  font-size: 12px;
  animation: fade-in;
  animation-duration: 0.5s;
  margin-bottom: 0; }
  .yy-main .breadcrumb a:hover {
    color: var(--yy-main-color); }
  .yy-main .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.3rem; }
  .yy-main .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.3rem;
    color: #999;
    content: ">"; }
  .yy-main .breadcrumb .breadcrumb-item {
    color: #999; }
/* pagination */
.yy-main .pagination {
  margin-top: 40px; }
  .yy-main .pagination .page-numbers {
    margin: 0 5px;
    padding: 0.4rem 0.6rem;
    color: #666; }
  .yy-main .pagination .current {
    border-color: #dee2e6;
    background-color: #dee2e6;
    color: #666; }
/* post */
.yy-main .post-title {
  font-size: 18px; }
  .yy-main .post-title a {
    font-size: 18px; }
  .yy-main .post-meta {
    font-size: 12px;
    color: #999; }
  .yy-main .post-meta a, .yy-main .post-meta span {
    margin-right: 10px;
    font-size: 12px; }
  .yy-main .post-content {
    margin: 30px 0 0 0;
    line-height: 2; }
  .yy-main .post-content a {
    color: var(--yy-main-color); }
  .yy-main .post-content a:hover {
    color: var(--yy-dark-color); }
  .yy-main .post-content pre {
    line-height: 1.5; }
  .yy-main .post-content blockquote {
    color: #999;
    padding: 10px 45px;
    border-radius: 5px;
    background-color: #f8f8fa;
    position: relative;
    margin: 30px 0; }
  .yy-main .post-content blockquote:before {
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC)  no-repeat;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px; }
  .yy-main .post-content blockquote:after {
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC)  -16px 0 no-repeat;
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .yy-main .post-content blockquote p {
    margin: 0;
    margin-bottom: 10px;
    padding: 0; }
  .yy-main .post-content img {
    max-width: 100%; }
  .yy-main .copyright-notice {
    background-color: #f5f5f5;
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    padding: 8px 10px;
    border-radius: 5px; }
  .yy-main .copyright-notice .fa-info-circle {
    margin-right: 5px !important;
    font-size: 15px; }
  .yy-main .post-tags {
    margin-top: 15px; }
  .yy-main .post-tags a {
    margin-right: 5px;
    background-color: #fafafa;
    padding: 3px 10px;
    font-size: 12px; }
  .yy-main .post-like {
    margin-top: 20px;
    text-align: center; }
  .yy-main .share-component a {
    font-size: 18px; }
  .yy-main .adjacent {
    margin-top: 15px;
    color: #aaa;
    font-size: 13px; }
  .yy-main .adjacent .previous {
    margin-right: 5px;
    width: 50%; }
  .yy-main .adjacent .next {
    text-align: right;
    width: 50%;
    margin-left: 5px; }
  .yy-main .related {
    margin-top: 10px;
    margin-bottom: 10px; }
  .yy-main .related ul {
    display: flex;
    flex-flow: wrap;
    margin: 15px 0 0 0;
    padding: 0px; }
  .yy-main .related li {
    margin: 8px 0 0 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    list-style: none; }
  .yy-main .related li .fa {
    color: #aaa;
    font-size: 12px;
    margin-right: 5px; }

@media screen and (max-width: 767px) {
  .yy-main .related li {
    width: 100%; } }
/* comment */
#comments {
  margin-bottom: 15px; }

.commentlist {
  padding: 0 0 0 20px;
  margin: 0; }

.commentlist li {
  margin-bottom: 30px; }

.comment-body {
  margin-bottom: 20px; }

.comment-body .says {
  display: none; }

.comment-body p {
  margin-top: 10px; }

.comment-meta {
  overflow: auto; }

.comment-meta img {
  float: left;
  margin-right: 10px; }

.comment-meta time {
  margin-left: 12px; }

.comment-respond {
  margin-top: 20px; }

.comment-reply-title {
  font-size: 16px; }

.commentlist .children > li {
  list-style: none; }

.comment-form textarea, .comment-form input[type="text"] {
  padding: 0.375rem 0.75rem;
  box-shadow: inset 0 0 0 0 #fff !important;
  border: 1px solid #ced4da;
  border-top-color: #ced4da;
  border-right-color: #ced4da;
  border-bottom-color: #ced4da;
  border-left-color: #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.comment-form textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  height: 140px; }

.comment-form textarea:focus, .comment-form input[type="text"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--yy-light-color);
  outline: 0; }

.comment-form input[type="text"] {
  display: inline-block;
  width: 300px; }

.comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label {
  width: 130px; }

.comment-form .submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s; }

.comment-form .submit, .btn-custom, .badge-custom {
  color: #fff !important;
  background-color: var(--yy-main-color);
  border-color: var(--yy-main-color); }

.comment-form .submit:hover, .btn-custom:hover, .badge-custom:hover {
  color: #fff;
  background-color: var(--yy-dark-color);
  border-color: var(--yy-dark-color); }

#wp-comment-cookies-consent {
  height: unset; }
/* #comment */
@media screen and (min-width: 768px) {
  .comments .d-md-flex input:nth-child(2) {
    margin: 0 10px 0 10px; } }

@media screen and (max-width: 767px) {
  .comments .d-md-flex input:nth-child(2) {
    margin: 10px 0 10px 0; } }
/* right */
.yy-main .right {
  padding-left: 20px;
  animation: fade-in;
  animation-duration: 0.5s; }
  .yy-main .right ul {
    padding: 0; }
  .yy-main .right li {
    margin: 10px 0;
    list-style: none; }
  .yy-main .right h3 {
    margin-bottom: 20px; }
  .yy-main .right a {
    font-size: 14px; }
  .yy-main .right span {
    font-size: 13px;
    color: #999; }
  .yy-main .right .thumbnail .data {
    margin-left: 15px;
    flex: 1; }
    .yy-main .right .thumbnail .data a {
      display: block; }
  .yy-main .right .widget {
    margin-bottom: 30px; }
  .yy-main .right .widget .lazyload {
    width: 122px;
    height: 86px;
    border-radius: 5px; }
  .yy-main .right .widget .links {
    display: flex;
    flex-wrap: wrap; }
  .yy-main .right .widget .links li {
    margin: 5px;
    padding: 5px; }
  .yy-main .widget_recent_entries .post-date {
    display: block; }
  .yy-main .widget_recent_entries ul li {
    margin: 5px 0;
    background-color: #fff;
    padding: 10px; }
  .yy-main .widget_recent_entries .thumbnail li {
    display: flex;
    margin: 10px 0;
    line-height: 1.8; }
    .yy-main .widget_recent_entries .thumbnail li img {
      width: 122px;
      height: 96px;
      border-radius: 5px;
      object-fit: cover;
      border: 1px solid #eee; }
    .yy-main .widget_recent_entries .thumbnail li .data {
      line-height: 1.8; }
  .yy-main .widget ul li {
    margin: 5px 0;
    background-color: #fff;
    padding: 10px; }
  .yy-main .categories ul li {
    margin: 5px 0;
    background-color: #fff;
    padding: 10px; }
  .yy-main .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap; }
  .yy-main .widget_tag_cloud .tagcloud a {
    color: #fff;
    background-color: #f6f6f6;
    width: 30%;
    margin: 1%;
    padding: 3px;
    font-size: 12px;
    height: 28px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    border-radius: 3px; }
  .yy-main .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    border: 1px solid #fff;
    opacity: 1 !important; }
  .yy-main .widget_tag_cloud .tagcloud .tag-link-count {
    color: #fff; }
  .yy-main .right-comments li {
    margin-bottom: 0; }
  .yy-main .right-comments li:nth-child(2n) {
    margin-left: 35px;
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .yy-main .right {
    padding-left: 10px;
    padding-right: 10px; }
    .yy-main .right a {
      font-size: 15px; } }

.home {
  /* yy-main */ }
  .home .yy-main {
    /*
     .our-products{
     padding:70px 0;
     .row{
     row-gap:26px;
     }
     .item{
     display: flex;
     flex-direction: column;
     background-color: #fff;
     cursor: default;
     transition: all ease-in-out 0.3s;
     -webkit-transition: all ease-in-out 0.3s;
     a{
     img{
     width:100%;
     }
     }
     .meta{
     padding:20px 15px;
     a{
     font-weight: bold;
     font-size: 20px;
     }
     p{
     margin-top:10px;
     margin-bottom:5px;
     color:#666;
     }
     }
     }
     .item:hover{
     transform: translateY(-20px);
     }
     }*/
    /* our-products */ }
  .home .yy-main .container {
    margin-top: 0; }
  .home .yy-main .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    animation: fade-in;
    animation-duration: 0.5s; }
  .home .yy-main .header h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold; }
  .home .yy-main .header .desc {
    color: #999; }
  .home .yy-main .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px; }
/* home */
/*
 .home,.search{
 .yy-main{
 .search-brand{
 background-image: url(../images/bg4.jpg);
 backdrop-filter: blur(5px);
 animation: fade-in;
 animation-duration: .5s;
 }
 .jumbotron{
 text-align: center;
 margin-bottom: 0;
 background-color:rgba(0,0,0,0.5);
 padding:120px 0;
 backdrop-filter: blur(3px);
 .search-title{
 font-size: 30px;
 margin-bottom: 16px;
 color:#fff;
 }
 .search-desc{
 font-size: 16px;
 margin-bottom: 24px;
 color: #eee;
 }
 .search-form{
 position: relative;
 max-width: 600px;
 margin: 0 auto;
 .form-group{
 margin:0;
 }
 .keywords{
 padding: 8px 36px 8px 16px;
 font-size: 18px;
 background-color:var(--yy-hf-bg-color);
 }
 .submit{
 position: absolute;
 top: 1px;
 right: 1px;
 width: 43px;
 height: 43px;
 border: 0;
 background-color:var(--yy-hf-bg-color);
 cursor: pointer;
 outline: 0;
 }
 .fa-search{
 color:#999;
 font-size:18px;
 }
 .fa-search:hover{
 color: var(--yy-hf-main-color);
 }
 }
 }
 }
 }
 */
@media screen and (max-width: 767px) {
  .search .yy-main .jumbotron {
    padding: 60px 0; }
    .search .yy-main .jumbotron .search-title {
      font-size: 26px;
      margin-bottom: 16px; }
    .search .yy-main .jumbotron .search-desc {
      font-size: 13px;
      margin-bottom: 24px; }
    .search .yy-main .jumbotron .search-form .keywords {
      padding: 6px 36px 6px 16px;
      font-size: 16px; }
      .search .yy-main .jumbotron .search-form .submit {
        width: 36px;
        height: 36px; }
      .search .yy-main .jumbotron .search-form .fa-search {
        color: #999;
        font-size: 16px; } }
/* slide */
/*
 .home,.search{
 .yy-main{
 .flex-title{
 h3{
 font-size: 26px;
 }
 .desc{
 color:#999;
 font-size: 14px;
 }
 text-align: center;
 margin:40px auto 20px auto;
 animation: fade-in;
 animation-duration: .5s;
 }
 }
 }
 */
@media screen and (max-width: 767px) {
  .home .yy-main .flex-title, .search .yy-main .flex-title {
    text-align: center;
    margin: 28px auto 15px auto; }
    .home .yy-main .flex-title h3, .search .yy-main .flex-title h3 {
      font-size: 22px; }
    .home .yy-main .flex-title .desc, .search .yy-main .flex-title .desc {
      color: #999;
      font-size: 13px; } }
/* footer */
.yy-footer {
  background-color: var(--yy-hf-bg-color);
  color: var(--yy-hf-fg-color);
  border-top: 1px solid #eee; }
  .yy-footer a {
    color: var(--yy-hf-link-color); }
  .yy-footer a:hover {
    color: var(--yy-hf-main-color); }
  .yy-footer .btn-custom {
    color: #fff !important;
    background-color: var(--yy-hf-main-color);
    border-color: var(--yy-hf-main-color); }
  .yy-footer .btn-custom:hover {
    color: #fff;
    background-color: var(--yy-hf-dark-color);
    border-color: var(--yy-hf-dark-color); }
  .yy-footer .d-flex {
    flex-wrap: wrap; }
  .yy-footer .d-flex span, .yy-footer .d-flex > a {
    margin: 5px; }
  .yy-footer .footer-1 {
    padding: 80px 0;
    border-bottom: 1px solid #eee; }
  .yy-footer .footer-1 .container {
    display: flex; }
  .yy-footer .footer-1 .container .f-brand {
    margin-right: auto;
    width: 30%; }
    .yy-footer .footer-1 .container .f-brand h2 {
      margin-bottom: 15px;
      font-weight: bold; }
    .yy-footer .footer-1 .container .f-brand img {
      height: 50px; }
  .yy-footer .footer-1 .container .f-menu {
    margin-left: auto; }
    .yy-footer .footer-1 .container .f-menu h3 {
      margin-bottom: 15px;
      font-weight: bold; }
  .yy-footer .footer-1 .container .f-contact-info {
    margin-left: auto; }
    .yy-footer .footer-1 .container .f-contact-info h3 {
      margin-bottom: 15px;
      font-weight: bold; }
    .yy-footer .footer-1 .container .f-contact-info li {
      display: flex;
      align-items: center; }
      .yy-footer .footer-1 .container .f-contact-info li .fa {
        padding: 10px 0;
        border: 1px solid #eee;
        border-radius: 5px;
        font-size: 18px;
        margin-right: 8px;
        width: 36px;
        height: 36px;
        color: var(--yy-main-color);
        text-align: center;
        background-color: #f8f8f8; }
      .yy-footer .footer-1 .container .f-contact-info li .name {
        color: #999; }
      .yy-footer .footer-1 .container .f-contact-info li .value {
        font-size: 13px;
        word-break: break-all; }
  .yy-footer .footer-1 .container ul {
    margin: 0;
    padding: 0; }
    .yy-footer .footer-1 .container ul li {
      margin: 0;
      padding: 5px 0;
      list-style-type: none; }
  .yy-footer .footer-2 {
    padding: 20px 0;
    font-size: 14px; }

@media screen and (min-width: 768px) {
  .yy-footer .footer-1 .container .f-contact-info {
    max-width: 23%; } }

@media screen and (max-width: 767px) {
  .yy-footer .footer-1 .container {
    flex-direction: column; }
    .yy-footer .footer-1 .container .item {
      width: 100% !important;
      margin-bottom: 30px; } }
/* Bottom right button */
.rollbar {
  position: fixed;
  bottom: 60px;
  right: 30px; }
  .rollbar .rollbar-item {
    position: relative;
    margin-top: 5px;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 0.8; }
  .rollbar .rollbar-item:hover {
    opacity: 1;
    border: 1px solid #c0c0c0; }
  .rollbar .fa {
    color: #fff;
    font-size: 22px;
    line-height: 42px; }
  .rollbar .fa-angle-up {
    color: #555;
    line-height: 38px; }
  .rollbar .fa-weixin {
    color: #7bd172; }
  .rollbar .fa-qq {
    color: #f67585; }

.top-banner {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .top-banner .banner-title {
    font-size: 45px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold; }
  .top-banner .banner-desc {
    font-size: 16px;
    margin-bottom: 24px;
    color: #eee; }
  .top-banner .buttons {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    column-gap: 50px; }
  .top-banner .buttons .btn-outline {
    color: #fff;
    border: 2px solid #fff;
    background-color: unset; }
  .top-banner .buttons .btn-outline:hover {
    color: #fff !important;
    border: 2px solid var(--yy-dark-color);
    background-color: var(--yy-dark-color); }
  .top-banner .container {
    max-width: 1000px; }
  .top-banner .jumbotron {
    text-align: center;
    margin-bottom: 0;
    background-color: rgba(66, 66, 103, 0.6);
    padding: 180px 0;
    backdrop-filter: blur(3px); }
/* top-banner */
@media screen and (max-width: 767px) {
  .top-banner .jumbotron {
    padding: 100px 0; } }

.slide {
  animation: fade-in;
  animation-duration: 0.5s; }
  .slide img {
    width: 100%;
    height: 30vw;
    object-fit: cover; }
  .slide .slide-shade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0; }
  .slide .carousel-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 10px;
    top: 10px; }

@media screen and (min-width: 768px) {
  .slide .carousel-caption h3 {
    margin: 15px;
    font-size: 1.5rem; }
    .slide .carousel-caption p {
      color: #eee; }
    .slide .carousel-control-next, .slide .carousel-control-prev {
      width: 5%; } }

@media screen and (max-width: 960px) {
  .slide img {
    height: 400px; } }

@media screen and (max-width: 767px) {
  .slide .carousel-caption h3 {
    margin: 0; }
    .slide img {
      height: 300px; } }

.title-banner {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position-x: center; }
  .title-banner .banner-title {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333; }
  .title-banner .banner-desc {
    font-size: 16px;
    color: #666; }
  .title-banner .container {
    max-width: 1000px; }
  .title-banner .jumbotron {
    text-align: center;
    margin-bottom: 0;
    padding: 60px 0;
    background-color: unset; }

.white-text .banner-title {
  color: #fff; }
  .white-text .banner-desc {
    color: #fff; }

@media screen and (max-width: 767px) {
  .title-banner {
    background-size: auto; } }

.list-plain-text-3cols {
  padding: 80px 0; }
  .list-plain-text-3cols .row {
    row-gap: 26px; }
  .list-plain-text-3cols .header h2 {
    font-weight: bold; }
  .list-plain-text-3cols .header .desc {
    text-align: center; }
  .list-plain-text-3cols .item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 50px 45px 45px;
    border-radius: 8px;
    border: 1px solid #e7ebee;
    height: 100%; }
  .list-plain-text-3cols .item .fa {
    font-size: 50px;
    margin-bottom: 25px;
    color: #bbc0d0; }
  .list-plain-text-3cols .item h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    display: list-item;
    margin-left: 15px; }
  .list-plain-text-3cols .item h3::marker {
    content: "\2714  ";
    color: #28a745; }
  .list-plain-text-3cols .item a:hover {
    text-decoration: underline; }
  .list-plain-text-3cols .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-line-clamp: 4;
    margin-bottom: 0; }
/* list-plain-text-3cols */
.list-icon-text-3cols {
  padding: 80px 0; }
  .list-icon-text-3cols .row {
    row-gap: 26px; }
  .list-icon-text-3cols .header h2 {
    font-weight: bold; }
  .list-icon-text-3cols .header .desc {
    text-align: center; }
  .list-icon-text-3cols .item {
    display: flex;
    flex-direction: column;
    padding: 50px 45px 45px;
    border-radius: 8px;
    border: 1px solid #e7ebee;
    background-color: #fff;
    cursor: default; }
  .list-icon-text-3cols .item .fa {
    font-size: 50px;
    margin-bottom: 25px;
    color: #bbc0d0; }
  .list-icon-text-3cols .item h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px; }
  .list-icon-text-3cols .item a:hover {
    text-decoration: underline; }
  .list-icon-text-3cols .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-line-clamp: 3; }
  .list-icon-text-3cols .item:hover {
    background-color: var(--yy-main-color);
    color: #fff; }
  .list-icon-text-3cols .item:hover .fa {
    color: #fff; }
  .list-icon-text-3cols .item:hover a {
    color: #fff; }
/* list-icon-text-3cols */
.list-img-text-3cols {
  padding: 80px 0; }
  .list-img-text-3cols .row {
    row-gap: 26px; }
  .list-img-text-3cols .header h2 {
    font-weight: bold; }
  .list-img-text-3cols .header .desc {
    text-align: center; }
  .list-img-text-3cols .item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    cursor: default; }
  .list-img-text-3cols .item img {
    width: 100%;
    height: 420px;
    border: 1px solid #eee;
    /* object-fit: cover;*/ }
  .list-img-text-3cols .item h3 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px; }
  .list-img-text-3cols .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-line-clamp: 1; }
/* list-image-text-3cols */
@media screen and (max-width: 767px) {
  .list-img-text-3cols .item img {
    height: 370px; } }

.post-list-img-text-3cols {
  padding: 80px 0; }
  .post-list-img-text-3cols .row {
    row-gap: 26px; }
  .post-list-img-text-3cols .header h2 {
    font-weight: bold; }
  .post-list-img-text-3cols .header .desc {
    text-align: center; }
  .post-list-img-text-3cols .item {
    display: flex;
    flex-direction: column;
    cursor: default; }
  .post-list-img-text-3cols .item img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    /* object-fit: cover;*/ }
  .post-list-img-text-3cols .item h3 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }
  .post-list-img-text-3cols .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-line-clamp: 1; }
/* list-image-text-3cols */
.post-list-img-text-4cols {
  padding: 80px 0; }
  .post-list-img-text-4cols .row {
    row-gap: 26px; }
  .post-list-img-text-4cols .header h2 {
    font-weight: bold; }
  .post-list-img-text-4cols .header .desc {
    text-align: center; }
  .post-list-img-text-4cols .item {
    display: flex;
    flex-direction: column;
    cursor: default; }
  .post-list-img-text-4cols .item img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    /* object-fit: cover;*/ }
  .post-list-img-text-4cols .item h3 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }
  .post-list-img-text-4cols .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-line-clamp: 1; }
/* list-image-text-4cols */
@media screen and (max-width: 767px) {
  .post-list-img-text-3cols .item img {
    height: 370px; } }

.contact-banner .container {
  margin-top: 0 !important; }
  .contact-banner .container .wrap {
    border-radius: 10px;
    padding: 60px 50px;
    display: flex;
    background-image: var(--yy-linear-gradient);
    column-gap: 60px;
    justify-content: space-between; }
  .contact-banner .container .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff; }
  .contact-banner .container .text h3 {
    font-size: 26px; }
  .contact-banner .container .button {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .contact-banner .container .button .btn-outline {
    color: var(--yy-main-color) !important;
    border: 2px solid var(--yy-main-color) !important;
    background-color: #fff;
    font-weight: bold; }
  .contact-banner .container .button .btn-outline:hover {
    color: #fff !important;
    border: 2px solid var(--yy-dark-color);
    background-color: var(--yy-dark-color); }
/* contact-banner */
@media screen and (max-width: 767px) {
  .contact-banner .container .wrap {
    flex-direction: column; } }

.contact-us {
  padding-top: 60px;
  padding-bottom: 80px; }
  .contact-us .row {
    row-gap: 26px; }
  .contact-us h3 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .contact-us .contact-info h3 {
    margin-bottom: 15px;
    font-weight: bold; }
  .contact-us .contact-info li {
    display: flex;
    align-items: center; }
  .contact-us .contact-info li .fa {
    text-align: center;
    padding: 8px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 30px;
    margin-right: 16px;
    width: 48px;
    height: 48px;
    color: var(--yy-main-color);
    background-color: #f8f8f8; }
  .contact-us .contact-info li .info {
    line-height: 2; }
  .contact-us .contact-info li .name {
    font-weight: bold;
    font-size: 18px; }
  .contact-us .contact-info li .value {
    color: #666;
    word-break: break-all;
    line-height: 1.5; }
  .contact-us ul {
    margin: 0;
    padding: 0; }
  .contact-us ul li {
    margin: 0;
    padding: 30px 0;
    list-style-type: none;
    border-bottom: 1px solid #eee; }
  .contact-us ul li:last-child {
    border-bottom: none; }
  .contact-us .contact-form {
    /* Input[type="text"] */
    /* Input[type="submit"] */
    /* Textarea */ }
  .contact-us .contact-form label {
    display: unset; }
  .contact-us .contact-form p {
    line-height: 2; }
  .contact-us .contact-form input[type="text"], .contact-us .contact-form input[type="email"], .contact-us .contact-form input[type="tel"], .contact-us .contact-form input[type="password"] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .contact-us .contact-form input[type="text"]:focus, .contact-us .contact-form input[type="email"]:focus, .contact-us .contact-form input[type="tel"]:focus, .contact-us .contact-form input[type="password"]:focus {
    border-color: var(--yy-light-color) !important;
    outline: unset; }
  .contact-us .contact-form input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: var(--yy-main-color);
    border-color: var(--yy-main-color);
    width: 100%;
    margin-top: 15px; }
  .contact-us .contact-form input[type="submit"]:hover {
    background-color: var(--yy-dark-color);
    border-color: var(--yy-dark-color); }
  .contact-us .contact-form textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 120px !important; }
  .contact-us .contact-form textarea:focus {
    border-color: var(--yy-light-color) !important;
    outline: unset; }

@media screen and (min-width: 768px) {
  .contact-us .contact-info li {
    max-width: 90%; } }

.about-us {
  padding: 80px 0; }
  .about-us .row {
    row-gap: 26px; }
  .about-us h3 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px; }
  .about-us img {
    width: 100%; }

.faq {
  padding: 80px 0; }
  .faq .row {
    row-gap: 26px; }
  .faq h3 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center; }
  .faq p {
    text-align: center;
    color: #999; }
  .faq img {
    max-width: 100%; }
  .faq .card {
    margin-bottom: 0; }
  .faq .card-header {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: center;
    border: 1px solid #eee;
    border-bottom: 0;
    background-color: transparent;
    font-weight: bold; }
  .faq .card-header span {
    color: #555;
    font-size: 16px; }
  .faq .card-body {
    padding: 20px !important;
    line-height: 1.8 !important;
    font-size: 16px;
    border: 1px solid #eee;
    border-bottom: 0; }
  .faq .card:last-child .collapsed, .faq .card:last-child .card-body {
    border-bottom: 1px solid #eee; }
  .faq .fa-angle-down {
    font-weight: bold; }
  .faq .collapsed .fa-angle-down {
    transform: rotate(90deg); }

.award {
  padding: 80px 0; }
  .award .header h2 {
    font-weight: bold; }
  .award .header .desc {
    text-align: center; }
  .award .items-wrap {
    max-width: 100%;
    overflow: hidden; }
  .award .items {
    display: flex;
    overflow: hidden; }
  .award .items .item {
    flex: 0 0 auto; }
  .award .items img {
    margin: 0 50px;
    width: 200px;
    height: auto; }
/* award */
.page-content {
  padding: 80px 0; }
  .page-content .header {
    margin-bottom: 30px; }
  .page-content .header h3 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center; }
  .page-content .header .desc {
    text-align: center;
    color: #999; }
/* page-content */
.statistical-banner {
  padding: 80px 0; }
  .statistical-banner .item {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .statistical-banner .item h3 {
    font-size: 60px;
    font-weight: bold; }
  .statistical-banner .item h3 span {
    color: var(--yy-main-color); }
  .statistical-banner .item p {
    font-size: 18px; }
/*# sourceMappingURL= */