﻿@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

span {
  line-height: 1.2; }

img, iframe {
  display: block;
  height: auto;
  margin: 0 auto; }

div, p, a, span, label, li, legend, figcaption {
  font-size: 1rem; }

* {
  box-sizing: border-box; }

::-webkit-scrollbar {
  background-color: #D8D8D8;
  height: 8px;
  width: 6px; }

::-webkit-scrollbar-thumb {
  background: #333; }

html {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'Arial', sans-serif;
  line-height: 1;
  font-size: 1rem;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  html body {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    html body.noscrolly {
      overflow-y: hidden; }

.wrap-fill {
  margin: 0 auto;
  width: 100%;
  height: 100%; }

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1410px;
  padding-left: 15px;
  padding-right: 15px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input, textarea, select, label, button, a {
  vertical-align: middle; }

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0; }

.form-element {
  display: inline-block;
  font-size: 0;
  text-align: center; }

.form-w-1 {
  width: 8.33333%; }

.form-w-2 {
  width: 16.66667%; }

.form-w-3 {
  width: 25%; }

.form-w-4 {
  width: 33.33333%; }

.form-w-5 {
  width: 41.66667%; }

.form-w-6 {
  width: 50%; }

.form-w-7 {
  width: 58.33333%; }

.form-w-8 {
  width: 66.66667%; }

.form-w-9 {
  width: 75%; }

.form-w-10 {
  width: 83.33333%; }

.form-w-11 {
  width: 91.66667%; }

.form-w-12 {
  width: 100%; }

input, select, textarea, button {
  border: #ddd solid 1px;
  color: #666;
  font-size: 0.9rem;
  margin: 5px auto; }
  input[readonly="readonly"], select[readonly="readonly"], textarea[readonly="readonly"], button[readonly="readonly"] {
    background-color: #ededed;
    cursor: not-allowed; }

input::-webkit-input-placeholder {
  color: #999;
  font-size: 0.9rem; }

input::-moz-placeholder {
  color: #999;
  font-size: 0.9rem; }

input:-ms-input-placeholder {
  color: #999;
  font-size: 0.9rem; }

input:-moz-placeholder {
  color: #999;
  font-size: 0.9rem; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="range"] {
  -webkit-appearance: none; }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    transition: .2s; }

input[type="file"] {
  background: #fff;
  padding: 6px; }

input[type="date"] {
  padding: 7.5px; }

input[type="checkbox"], input[type="radio"], input[type="color"] {
  height: 22px;
  width: 22px; }

input.input-m {
  height: 27px;
  width: 27px; }

input.input-l {
  height: 32px;
  width: 32px; }

input.input-h {
  height: 37px;
  width: 37px; }

.input-block {
  padding: 10px;
  width: 100%; }

select.input-block {
  padding: 9px; }

.file-result {
  background-color: #b9b9b9;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  width: 35px;
  line-height: 2.2rem; }
  .file-result.success {
    background-color: #1B9700; }

.form-btn {
  font-size: 0;
  margin: 10px auto;
  text-align: center; }

.btn {
  border-radius: 5px;
  background-color: #ededed;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 1rem;
  margin: 0 5px;
  padding: 4px 8px;
  text-decoration: none;
  text-align: center; }
  .btn.btn-fill {
    width: 100%; }
  .btn.btn-m {
    font-size: 0.9rem;
    padding: 6px 12px; }
  .btn.btn-l {
    font-size: 1rem;
    padding: 8px 16px; }
  .btn.btn-h {
    font-size: 1.1rem;
    padding: 10px 20px; }

.btn-gray {
  background: #EDECEC;
  color: #333; }
  .btn-gray:hover {
    background: #E6E6E6; }

.btn-black {
  background: #3F3F3F;
  color: #FFF; }
  .btn-black:hover {
    background: #333; }

.btn-orange {
  background: #EA8500;
  color: #FFF; }
  .btn-orange:hover {
    background: #D97C00; }

.btn-red {
  background: #C50000;
  color: #FFF; }
  .btn-red:hover {
    background: #AC0000; }

.btn-green {
  background: #1B9700;
  color: #FFF; }
  .btn-green:hover {
    background: #008E37; }

.btn-lightblue {
  background: #00B4D2;
  color: #FFF; }
  .btn-lightblue:hover {
    background: #0091B1; }

.btn-blue {
  background: #005CA3;
  color: #FFF; }
  .btn-blue:hover {
    background: #004F8D; }

label {
  display: inline-block;
  font-size: 0.8rem;
  padding: 5px 10px; }
  label.label-m {
    font-size: 0.9rem; }
  label.label-l {
    font-size: 1rem; }
  label.label-h {
    font-size: 1.1rem; }
  label.label-gray {
    background: #EDECEC;
    color: #333; }
  label.label-black {
    background: #3F3F3F;
    color: #FFF; }
  label.label-orange {
    background: #EA8500;
    color: #FFF; }
  label.label-red {
    background: #C50000;
    color: #FFF; }
  label.label-green {
    background: #1B9700;
    color: #FFF; }
  label.label-lightblue {
    background: #00B4D2;
    color: #FFF; }
  label.label-blue {
    background: #005CA3;
    color: #FFF; }

.menu {
  width: 480px;
  height: 100%;
  background-color: #004E9E;
  font-size: 1rem;
  vertical-align: top;
  position: fixed;
  z-index: 999;
  top: 0; }
  .menu.active {
    display: block; }
  .menu .menu-block {
    margin-left: 185px;
    position: relative; }
    .menu .menu-block .menu-close {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 10;
      width: 30px;
      height: 30px;
      display: none; }
      .menu .menu-block .menu-close img {
        width: 100%; }
    .menu .menu-block .menu-logo {
      margin-bottom: 15px;
      margin-top: 15px; }
      .menu .menu-block .menu-logo .logo-img {
        width: 230px;
        margin: 0; }
    .menu .menu-block .menu-list {
      margin-bottom: 20px; }
      .menu .menu-block .menu-list .menu-link {
        display: block;
        color: #fff;
        font-size: 1.4rem;
        padding: 8px 0;
        text-decoration: none;
        margin: 5px 0;
        letter-spacing: 2px; }
        .menu .menu-block .menu-list .menu-link.active {
          border-bottom: #fff solid 3px; }
    .menu .menu-block .menu-contact {
      margin-top: 120px; }
      .menu .menu-block .menu-contact .menu-contact-block {
        margin: 20px 0;
        font-size: 0; }
        .menu .menu-block .menu-contact .menu-contact-block .menu-contact-link {
          display: inline-block;
          margin-right: 10px; }
          .menu .menu-block .menu-contact .menu-contact-block .menu-contact-link img {
            width: 50px;
            height: 50px; }
        .menu .menu-block .menu-contact .menu-contact-block p, .menu .menu-block .menu-contact .menu-contact-block a {
          font-size: 0.8rem;
          color: #fff;
          line-height: 1.4rem; }

.topbar {
  text-align: right;
  height: 80px;
  background-color: #fff;
  font-size: 0;
  width: calc(100% - 480px);
  position: relative;
  left: 480px; }
  .topbar.scroll {
    position: fixed;
    z-index: 50; }
  .topbar .mobilelogo {
    display: none;
    vertical-align: middle;
    margin: 0 10px; }
    .topbar .mobilelogo a img {
      width: 150px;
      padding: 10px 0; }
  .topbar .topbar-block {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle; }
    .topbar .topbar-block.topbar-tool {
      padding: 10px;
      font-size: 0;
      width: calc(100% - 250px); }
      .topbar .topbar-block.topbar-tool .topbar-search {
        display: inline-block;
        vertical-align: middle;
        width: 250px;
        margin-right: 10px;
        position: relative; }
        .topbar .topbar-block.topbar-tool .topbar-search input[type="text"] {
          border-radius: 50px;
          background-color: #e2e2e2;
          padding: 15px;
          width: 100%; }
          .topbar .topbar-block.topbar-tool .topbar-search input[type="text"]::input-placeholder, .topbar .topbar-block.topbar-tool .topbar-search input[type="text"]:-ms-input-placeholder {
            font-size: 1.4rem; }
        .topbar .topbar-block.topbar-tool .topbar-search input[type="submit"] {
          background-image: url("../Svg/search.svg");
          background-repeat: no-repeat;
          background-size: cover;
          width: 30px;
          height: 30px;
          background-color: transparent;
          border: none;
          position: absolute;
          right: 16px;
          top: 8px; }
      .topbar .topbar-block.topbar-tool .topbar-lang {
        display: inline-block;
        color: #004E9E;
        vertical-align: middle; }
        .topbar .topbar-block.topbar-tool .topbar-lang a {
          display: inline;
          color: #004E9E;
          font-size: 1.2rem; }
          .topbar .topbar-block.topbar-tool .topbar-lang a:nth-child(1) {
            margin-right: 10px; }
          .topbar .topbar-block.topbar-tool .topbar-lang a:nth-child(2) {
            margin-left: 10px; }
    .topbar .topbar-block.topbar-menu {
      width: 80px;
      background-color: #004E9E;
      height: 100%;
      padding: 20px;
      cursor: pointer;
      display: none; }
      .topbar .topbar-block.topbar-menu i {
        width: 50px;
        height: 6px;
        background-color: #fff;
        display: block;
        margin: 5px auto; }

.tabs {
  margin: 10px 0; }
  .tabs .tabs-search {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0;
    position: relative; }
    .tabs .tabs-search input[type="search"] {
      background-color: #f3f3f3;
      padding: 15px;
      width: 100%;
      border-radius: 5px; }
      .tabs .tabs-search input[type="search"]::-webkit-input-placeholder, .tabs .tabs-search input[type="search"]:-ms-input-placeholder {
        font-size: 1.4rem; }
    .tabs .tabs-search input[type="button"] {
      background-image: url("../Svg/search.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 30px;
      height: 30px;
      background-color: transparent;
      border: none;
      position: absolute;
      right: 16px;
      top: 8px; }
  .tabs .tabs-nav {
    font-size: 0;
    padding: 10px 0; }
    .tabs .tabs-nav .tabs-btn {
      padding: 8px 15px;
      text-align: center;
      font-size: 1rem;
      border: #004E9E solid 2px;
      border-radius: 20px;
      color: #004E9E;
      margin-right: 30px;
      margin-bottom: 10px;
      cursor: pointer;
      display: inline-block; }
      .tabs .tabs-nav .tabs-btn:nth-last-child(1) {
        margin-right: 0; }
      .tabs .tabs-nav .tabs-btn:hover, .tabs .tabs-nav .tabs-btn.active {
        background-color: #004E9E;
        color: #fff; }
  .tabs .tabs-container {
    margin: 20px 0; }
    .tabs .tabs-container .tabs-block {
      display: none; }
      .tabs .tabs-container .tabs-block.active {
        display: block; }

.accordion {
  margin: 20px 0;
  width: 100%; }
  .accordion .accordion-header {
    margin-bottom: 20px;
    border-radius: 30px;
    font-size: 0;
    border: #004E9E solid 1px; }
    .accordion .accordion-header .accordion-btn {
      width: 60px;
      display: inline-block;
      background-color: #004E9E;
      vertical-align: middle;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      padding: 10px 5px;
      cursor: pointer; }
      .accordion .accordion-header .accordion-btn img {
        width: 30px;
        height: 30px; }
    .accordion .accordion-header .accordion-title {
      width: calc(100% - 60px);
      display: inline-block;
      vertical-align: middle;
      font-size: 0.8rem;
      padding: 10px 6px;
      color: #004E9E; }
  .accordion .accordion-content {
    margin-top: 20px;
    display: none;
    padding: 20px 0 20px 65px; }
    .accordion .accordion-content.active {
      display: block; }
    .accordion .accordion-content p {
      font-size: 1rem;
      color: #004E9E;
      line-height: 1.6rem; }
    .accordion .accordion-content ul {
      margin-top: 10px; }
      .accordion .accordion-content ul li {
        font-size: 1rem;
        color: #004E9E;
        margin-bottom: 10px;
        line-height: 1.6rem; }

.lightbox {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 999; }
  .lightbox.active {
    display: block; }
  .lightbox .lightbox-wrap {
    background-color: #fff;
    padding: 30px;
    position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 800px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 40%; }
    .lightbox .lightbox-wrap .theme {
      position: relative; }
      .lightbox .lightbox-wrap .theme .theme-item {
        flex-grow: initial; }
        .lightbox .lightbox-wrap .theme .theme-item.lightbox-img {
          width: 45%; }
          .lightbox .lightbox-wrap .theme .theme-item.lightbox-img img {
            max-width: 100%; }
            .lightbox .lightbox-wrap .theme .theme-item.lightbox-img.w6 {
              width: 60%; }
        .lightbox .lightbox-wrap .theme .theme-item.lightbox-content {
          color: #004E9E;
          width: 55%;
          padding: 0 10px; }
          .lightbox .lightbox-wrap .theme .theme-item.lightbox-content.w4{
            width:40%;
          }
          .lightbox .lightbox-wrap .theme .theme-item.lightbox-content .lightbox-close {
            text-align: right; }
            .lightbox .lightbox-wrap .theme .theme-item.lightbox-content .lightbox-close img {
              width: 40px;
              height: 40px;
              display: inline-block;
              cursor: pointer; }
          .lightbox .lightbox-wrap .theme .theme-item.lightbox-content .lightbox-title {
            display: block;
            font-size: 1.6rem;
            margin: 10px 0; }
          .lightbox .lightbox-wrap .theme .theme-item.lightbox-content .lightbox-des, .lightbox .lightbox-wrap .theme .theme-item.lightbox-content .lightbox-capacity {
            line-height: 1.6rem;
            margin-bottom: 5px; }

.slides {
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  /*height:500px;*/ }
  .slides .slides-main {
    height: 100%;
    position: relative;
    width: 100%; }
    .slides .slides-main .slides-block {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      overflow: hidden;
      position: relative;
      width: 100%;
      z-index: 0;
      transition-duration: 4s;
      height: 0; }
      .slides .slides-main .slides-block.active {
        opacity: 1;
        z-index: 1;
        transition-duration: 4s;
        height: auto; }
      .slides .slides-main .slides-block img {
        height: 100%;
        width: 100%; }
        .slides .slides-main .slides-block img:nth-child(2) {
          display: none; }
      .slides .slides-main .slides-block .slides-header {
        position: absolute;
        top: 45%;
        text-align: center;
        width: 100%;
        z-index: 1;
        transform: translateY(-45%); }
        .slides .slides-main .slides-block .slides-header.left {
          left: 20%;
          text-align: left; }
        .slides .slides-main .slides-block .slides-header.right {
          right: 20%;
          text-align: right; }
        .slides .slides-main .slides-block .slides-header .slides-title {
          color: #fff;
          display: block;
          font-size: 3rem;
          margin-bottom: 20px; }
        .slides .slides-main .slides-block .slides-header .slides-des {
          color: #fff;
          font-size: 3rem; }
        .slides .slides-main .slides-block .slides-header .slides-link {
          box-shadow: 0 0 0 1px #09f;
          border-radius: 5px;
          color: #E0E0E0;
          display: inline-block;
          font-size: 0.9rem;
          margin-top: 20px;
          padding: 10px 20px;
          text-align: center; }
          .slides .slides-main .slides-block .slides-header .slides-link:hover {
            transition-duration: 0.8s;
            box-shadow: none;
            background: #005CA3; }
      .slides .slides-main .slides-block iframe {
        height: 100%;
        width: 100%; }
  .slides .slides-btn {
    position: relative;
    top: 45%;
    z-index: 2; }
    .slides .slides-btn .slides-aside {
      box-shadow: 0 0 0 1px #09f;
      border-radius: 50px;
      cursor: pointer;
      padding: 10px 12px;
      position: relative;
      text-align: center; }
      .slides .slides-btn .slides-aside img {
        display: block;
        height: 30px;
        width: 30px; }
      .slides .slides-btn .slides-aside:hover {
        background: rgba(0, 153, 255, 0.5); }
      .slides .slides-btn .slides-aside.disabled {
        display: none; }
      .slides .slides-btn .slides-aside.prev {
        float: left;
        left: 2%; }
      .slides .slides-btn .slides-aside.next {
        float: right;
        right: 2%; }
  .slides .slides-dot {
    bottom: 20px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2; }
    .slides .slides-dot .dot {
      background: transparent;
      border-radius: 5px;
      box-shadow: 0 0 0 1px #09f;
      cursor: pointer;
      display: inline-block;
      height: 8px;
      margin: 0 2px;
      width: 20px; }
      .slides .slides-dot .dot:hover {
        transition-duration: 0.8s;
        background: rgba(255, 255, 255, 0.5); }
      .slides .slides-dot .dot.active {
        background: #fff; }

@media only screen and (max-width: 1024px) {
  .slides .slides-main .slides-block .slides-header .slides-title {
    font-size: 2rem;
    margin-bottom: 10px; }
  .slides .slides-main .slides-block .slides-header .slides-des {
    font-size: 2rem; } }

@media only screen and (max-device-width: 480px) {
  .slides .slides-main .slides-block img:nth-child(1) {
    display: none; }
  .slides .slides-main .slides-block img:nth-child(2) {
    display: block; } }

.content {
  width: calc(100% - 480px);
  font-size: 1rem;
  position: relative;
  left: 480px;
  animation: body 2s ease-in-out;
  -webkit-animation: body 2s ease-in-out; }

.autoheight {
  height: auto !important; }

@-webkit-keyframes body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.navigation {
  margin-bottom: 20px; }
  .navigation .navigation-link {
    display: inline-block;
    margin-right: 10px;
    font-size: 1rem;
    color: #004E9E; }
    .navigation .navigation-link img {
      width: 19px;
      height: 19px;
      display: inline-block;
      margin: 0 5px;
      vertical-align: top; }
    .navigation .navigation-link:hover {
      text-decoration: underline; }

.banner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .banner .banner-title {
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    transform: translateY(-40%); }
  .banner .img {
    width: 100%; }
    .banner .img:nth-child(2) {
      display: none; }
  .banner.banner-header {
    background-image: url("../Images/header-bg.jpg");
    height: 500px; }
  .banner.banner-product {
    background-image: url("../Images/header-product.jpg");
    height: 500px; }
    .banner.banner-product .theme-item {
      flex-grow: 3;
      width: calc(100% / 3); }
      .banner.banner-product .theme-item img {
        width: 100%; }
  .banner.banner-partner {
    background-image: url("../Images/header-partner.jpg");
    height: 500px; }
  .banner.banner-about {
    background-image: url("../Images/header-about.jpg");
    height: 500px; }
  .banner.banner-news {
    background-image: url("../Images/header-bg.jpg");
    height: 500px; }

.theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .theme.heightauto {
    height: auto; }
  .theme .theme-item {
    flex-grow: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .theme .theme-item.theme-block {
      min-height: 390px; }
      .theme .theme-item.theme-block.left {
        width: 480px; }
      .theme .theme-item.theme-block.right {
        width: calc(100% - 480px); }
    .theme .theme-item .theme-title {
      font-size: 1.8rem;
      color: #fff;
      margin: 10px 0 20px;
      line-height: 2.2rem; }
      .theme .theme-item .theme-title .icon {
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px; }
    .theme .theme-item .theme-des {
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 0;
      line-height: 1.6rem;
      letter-spacing: 3px;
      min-height: 225px; }
      .theme .theme-item .theme-des a {
        color: #fff;
        text-decoration: none; }
      .theme .theme-item .theme-des.theme-name {
        height: auto;
        min-height: 80px; }
    .theme .theme-item .theme-img {
      width: 100%; }
    .theme .theme-item .theme-link {
      display: block;
      margin-top: 30px; }
      .theme .theme-item .theme-link img {
        width: 60px;
        height: 60px; }
    .theme .theme-item .theme-tags {
      font-size: 0;
      position: absolute;
      bottom: 20px; }
      .theme .theme-item .theme-tags .theme-tags-link {
        display: inline-block;
        font-size: 1.2rem;
        color: #fff;
        margin-right: 10px;
        font-weight: bold; }
        .theme .theme-item .theme-tags .theme-tags-link:nth-last-child(1) {
          margin-right: 0; }
        .theme .theme-item .theme-tags .theme-tags-link.active {
          text-decoration: underline; }
    .theme .theme-item .theme-prompt {
      position: absolute;
      right: 10px;
      top: 10px;
      display: none; }
      .theme .theme-item .theme-prompt img {
        width: 100px; }

.vision .theme-item {
  flex-grow: 3; }
  .vision .theme-item.theme-block {
    width: calc(100% / 3);
    min-height: 414px; }
    .vision .theme-item.theme-block:nth-child(1) {
      background-color: #f1594b; }
    .vision .theme-item.theme-block:nth-child(2) {
      background-color: #004E9E; }
    .vision .theme-item.theme-block:nth-child(3) {
      background-color: #7aa531; }
    .vision .theme-item.theme-block .theme-content {
      padding: 25px;
      position: relative; }
  .vision .theme-item .theme-des {
    font-size: 1rem; }
    .vision .theme-item .theme-des u a {
      color: #fff;
      font-weight: bold; }
      .vision .theme-item.theme-block.g-1:nth-child(1) {
        width:70%;
      } 
      .vision .theme-item.theme-block.g-1:nth-child(2) {
        width:15%;
      } 
      .vision .theme-item.theme-block.g-1:nth-child(3) {
        width:15%;
      } 
      .vision .theme-item.theme-block.g-2:nth-child(1) {
        width:50%;
      } 
      .vision .theme-item.theme-block.g-2:nth-child(2) {
        width:50%;
      } 
      .vision .theme-item.theme-block.g-2:nth-child(3) {
        display: none;
      } 
.significance, .history {
  height: 440px; }
  .significance .theme-item.theme-block.right, .history .theme-item.theme-block.right {
    background-image: url("../Images/header-des.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .significance .theme-item.theme-block.left, .history .theme-item.theme-block.left {
    background-color: #004E9E;
    padding: 20px 50px; }
    .significance .theme-item.theme-block.left.orange, .history .theme-item.theme-block.left.orange {
      background-color: #f1594b; }
    .significance .theme-item.theme-block.left.green, .history .theme-item.theme-block.left.green {
      background-color: #7aa531; }

.history {
  height: 475px;
  position: relative; }
  .history .theme-item.theme-block {
    position: relative; }
    .history .theme-item.theme-block.dairy {
      background-image: url("../Images/dairy-bg.jpg"); }
    .history .theme-item.theme-block.food {
      background-image: url("../Images/food-bg.jpg"); }
    .history .theme-item.theme-block.care {
      background-image: url("../Images/care-bg.jpg"); }
    .history .theme-item.theme-block.partners {
      background-image: url("../Images/partner-bg.jpg"); }
      .history .theme-item.theme-block.partners img {
        width: 100%;
        display: none; }
    .history .theme-item.theme-block.right.history-header {
      background-image: url("../Images/history-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .history .theme-item.theme-block.left .history-link-block {
      text-align: center;
      margin-top: 20px; }
      .history .theme-item.theme-block.left .history-link-block .history-link {
        color: #fff;
        font-size: 1.2rem;
        padding: 10px;
        border: #fff solid 2px;
        border-radius: 50px;
        margin-left: 20px;
        width: calc((100% / 2) - 20px);
        display: inline-block; }
        .history .theme-item.theme-block.left .history-link-block .history-link:nth-child(1) {
          margin-left: 0; }

.schedule {
  padding: 60px 0;
  overflow-x: hidden;
  background-color: #fff; }
  .schedule .theme-item {
    flex-grow: 6;
    width: calc(100% / 6);
    position: relative; }
    .schedule .theme-item::after {
      content: '';
      position: absolute;
      right: -8px;
      top: 49px;
      background-image: url("../Svg/next.svg");
      background-repeat: no-repeat;
      width: 18px;
      height: 25px;
      z-index: 1; }
    .schedule .theme-item .schedule-title {
      display: block;
      font-size: 2.6rem;
      color: #004E9E;
      text-align: center; }
      .schedule .theme-item .schedule-title.active {
        color: #F15A4A; }
    .schedule .theme-item:nth-child(1) hr::after {
      background-image: none; }
    .schedule .theme-item hr {
      width: 100%;
      background-color: #004E9E;
      height: 25px;
      border: none; }
      .schedule .theme-item hr.active {
        background-color: #F15A4A; }
    .schedule .theme-item figure {
      margin: 20px auto; }
      .schedule .theme-item figure img {
        width: 120px;
        height: 120px; }
      .schedule .theme-item figure p {
        font-size: 1rem;
        line-height: 1.4rem;
        color: #004E9E;
        text-align: center;
        margin-top: 10px; }

.product-list {
  background-color: #fff; }
  .product-list .product-list-btn{ text-align:center;margin:10px auto;}
  .product-list .product-list-btn img{width:50px;height:50px;padding:10px;border-radius:50px;background-color:#004E9E}
  .product-list .theme-item {
    flex-grow: inherit;
    min-height: 315px;
    width: calc((100% / 4) - 40px);
    margin: 10px 20px;
    color: #004E9E; }
    .product-list .theme-item .product-title {
      font-size: 1rem;
      margin: 10px auto;
      display: block;
      text-align: center; }
    .product-list .theme-item .product-content {
      font-size: 0; }
      .product-list .theme-item .product-content .product-capacity {
        font-size: 1.4rem;
        display: inline-block;
        width: 60%;
        vertical-align: bottom; }
      .product-list .theme-item .product-content .product-link {
        color: #004E9E;
        font-size: 1.2rem;
        display: inline-block;
        width: 100%;
        vertical-align: bottom;
        text-align: right; }
        .product-list .theme-item .product-content .product-link:hover {
          text-decoration: underline; }
    .product-list .theme-item .product-img {
      padding: 10px;
      margin: 0 auto; }
      .product-list .theme-item .product-img:hover {
        background-color: #7aa531; }
      .product-list .theme-item .product-img img {
        width: 100%; }
  .product-list.dairy .theme-item .product-img:hover {
    background-color: #f1594b; }
  .product-list.food .theme-item .product-img:hover {
    background-color: #004E9E; }

.aboutdes {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .aboutdes .aboutdes-block {
    position: relative;
    left: calc(100% - 400px);
    top: 0;
    padding: 40px 20px;
    width: 400px;
    color: #fff; }
    .aboutdes .aboutdes-block .aboutdes-title {
      font-size: 2rem;
      margin: 30px 0 20px; }
    .aboutdes .aboutdes-block .aboutdes-des {
      font-size: 1rem;
      line-height: 2rem; }
    .aboutdes .aboutdes-block .aboutdes-link {
      color: #fff;
      font-size: 1.4rem;
      padding: 10px;
      border: #fff solid 2px;
      border-radius: 50px;
      margin-left: 20px;
      width: calc((100% / 2) - 20px);
      display: inline-block; }
      .aboutdes .aboutdes-block .aboutdes-link:nth-child(1) {
        margin-left: 0; }
  .aboutdes.introduction {
    background-image: url("../Images/introduction-bg.jpg"); }
    .aboutdes.introduction .aboutdes-block {
      background-color: rgba(241, 91, 74, 0.7); }
  .aboutdes.purpose {
    background-image: url("../Images/purpose-bg.jpg"); }
    .aboutdes.purpose .aboutdes-block {
      background-color: rgba(77, 77, 77, 0.7); }

.news {
  padding: 15px;
  width: 880px;
  background-color: #fff; }
  .news .news-title {
    font-size: 2rem;
    color: #004E9E;
    margin-bottom: 40px;
    display: block; }
  .news .theme .theme-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
    .news .theme .theme-item .news-block {
      flex-grow: 2;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: space-between;
      width: calc(100% / 2); }
      .news .theme .theme-item .news-block.image {
        width: 150px; }
        .news .theme .theme-item .news-block.image img, .news .theme .theme-item .news-block.image iframe {
          width: 100%; }
      .news .theme .theme-item .news-block.des {
        width: calc(800px - 170px);
        color: #004E9E;
        padding: 10px 0;
        border-top: #004E9E solid 5px;
        margin-left: 20px; }
        .news .theme .theme-item .news-block.des .news-des-title {
          font-size: 1.3rem;
          display: block;
          margin-bottom: 20px;
          color: #004E9E;
          line-height: 1.6rem; }
          .news .theme .theme-item .news-block.des .news-des-title time {
            margin-right: 20px; }
        .news .theme .theme-item .news-block.des .news-des-text {
          font-size: 1rem;
          line-height: 1.4rem;
          letter-spacing: 2px;
          color: #666; }
          .news .theme .theme-item .news-block.des .news-des-text .link {
            color: #004E9E;
            font-weight: bold; }
            .news .theme .theme-item .news-block.des .news-des-text .link:hover {
              text-decoration: underline; }
  .news .news-detailed {
    width: 880px; }
    .news .news-detailed .news-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .news .news-detailed .news-image .news-image-item {
        flex-grow: 2;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
        height: 440px; }
        .news .news-detailed .news-image .news-image-item.big {
          width: 660px;
          margin-right: 10px; }
          .news .news-detailed .news-image .news-image-item.big img {
            width: 100%; }
        .news .news-detailed .news-image .news-image-item.small {
          width: 210px; }
          .news .news-detailed .news-image .news-image-item.small img {
            width: 215px;
            margin-top: 10px; }
            .news .news-detailed .news-image .news-image-item.small img:nth-child(1) {
              margin-top: 0; }
    .news .news-detailed .news-content {
      margin-top: 20px;
      position: relative; }
      .news .news-detailed .news-content .news-content-title {
        font-size: 1.4rem;
        color: #004E9E;
        margin-bottom: 20px;
        display: block;
        line-height: 1.6rem; }
      .news .news-detailed .news-content .news-content-video {
        width: 460px;
        background-color: #004E9E;
        margin-bottom: 20px;
        font-size: 0; }
        .news .news-detailed .news-content .news-content-video .news-content-video-block {
          font-size: 1rem;
          display: inline-block;
          vertical-align: top;
          padding: 10px;
          position: relative;
          height: 170px; }
          .news .news-detailed .news-content .news-content-video .news-content-video-block:nth-child(1) {
            width: 60%; }
          .news .news-detailed .news-content .news-content-video .news-content-video-block:nth-child(2) {
            width: 40%; }
          .news .news-detailed .news-content .news-content-video .news-content-video-block iframe {
            width: 100%; }
          .news .news-detailed .news-content .news-content-video .news-content-video-block .news-content-video-block-title {
            color: #fff;
            font-size: 1.2rem;
            top: 40%;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center; }
          .news .news-detailed .news-content .news-content-video .news-content-video-block .news-content-video-block-link {
            display: block;
            background-color: #ff0000;
            padding: 10px;
            border-radius: 2px;
            color: #fff;
            position: absolute;
            bottom: 10px;
            right: 0;
            left: 0;
            margin: 0 auto;
            width: 140px; }
            .news .news-detailed .news-content .news-content-video .news-content-video-block .news-content-video-block-link i {
              width: 30px;
              height: 20px;
              background-color: #fff;
              border-radius: 5px;
              display: inline-block;
              vertical-align: sub;
              margin-right: 10px;
              position: relative; }
              .news .news-detailed .news-content .news-content-video .news-content-video-block .news-content-video-block-link i::after {
                content: '\25BA';
                position: absolute;
                left: 8px;
                font-size: 1rem;
                color: #ff0000;
                top: 0;
                bottom: 0; }
      .news .news-detailed .news-content .news-content-des {
        font-size: 1.2rem;
        line-height: 1.4rem; }
        .news .news-detailed .news-content .news-content-des p {
          color: #004E9E; }
          .news .news-detailed .news-content .news-content-des p.important {
            color: #be0000;
            margin-bottom: 20px; }

.quality {
  background-color: #004E9E;
  padding: 47px 10px; }
  .quality.heightvh {
    height: 100vh; }
  .quality .theme .theme-item {
    width: calc(100% / 2); }
    .quality .theme .theme-item figure img {
      width: 100%;
      max-height: 690px; }
    .quality .theme .theme-item .quality-link {
      display: block; }
      .quality .theme .theme-item .quality-link .theme-title {
        font-size: 2rem; }
    .quality .theme .theme-item video {
      width: 100%;
      height: auto; }
    .quality .theme .theme-item .quality-content {
      position: relative; }
      .quality .theme .theme-item .quality-content .quality-ico {
        width: 90px;
        height: 90px;
        margin: 35px auto 0; }
      .quality .theme .theme-item .quality-content .quality-block {
        font-size: 0;
        position: relative; }
        .quality .theme .theme-item .quality-content .quality-block::after {
          content: '';
          position: absolute;
          width: 1px;
          height: 100%;
          top: 0;
          right: 50%;
          background-color: #fff; }
        .quality .theme .theme-item .quality-content .quality-block:nth-last-child(3)::before {
          content: '';
          position: absolute;
          bottom: -36px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 36px;
          height: 36px;
          background-image: url("../Svg/arrow-circle-bottom.svg");
          background-repeat: no-repeat; }
        .quality .theme .theme-item .quality-content .quality-block .quality-left, .quality .theme .theme-item .quality-content .quality-block .quality-right {
          display: inline-block;
          width: 50%;
          vertical-align: top; }
          .quality .theme .theme-item .quality-content .quality-block .quality-left.noborder, .quality .theme .theme-item .quality-content .quality-block .quality-right.noborder {
            border: none; }
          .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des {
            font-size: 0; }
            .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title, .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-img, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-img {
              display: inline-block;
              vertical-align: top; }
              .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title::before, .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title::after, .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-img::before, .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-img::after, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title::before, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title::after, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-img::before, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-img::after {
                content: '';
                position: absolute;
                width: 120px;
                height: 42px;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 10; }
            .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title {
              width: 50%;
              position: relative;
              color: #fff; }
              .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title .quality-des-number, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title .quality-des-number {
                font-size: 1.8rem;
                display: block; }
              .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title .quality-des-name, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title .quality-des-name {
                font-size: 1.2rem;
                display: block; }
            .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-img, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-img {
              width: calc(100% - 50%); }
              .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-img img, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-img img {
                width: 90px;
                height: 90px; }
            .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-btn, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-btn {
              background-image: url("../Svg/add.svg");
              background-repeat: no-repeat;
              background-size: cover;
              width: 30px;
              height: 30px;
              background-color: transparent;
              border: none;
              cursor: pointer; }
        .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title {
          text-align: left; }
          .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title::before {
            top: -4px;
            right: -18px;
            background-image: url("../Svg/arrow-circle-left.svg"); }
          .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title::after {
            content: none; }
        .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title {
          text-align: right; }
          .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title::before {
            content: none; }
          .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title::after {
            top: -4px;
            left: -20px;
            background-image: url("../Svg/arrow-circle-right.svg"); }
      .quality .theme .theme-item .quality-content .quality-report {
        position: absolute;
        bottom: 5%;
        padding: 10px;
        border: #fff solid 1px;
        border-radius: 10px;
        color: #fff;
        font-size: 1.4rem;
        left: 10%; }
        .quality .theme .theme-item .quality-content .quality-report:hover {
          background-color: #fff;
          color: #004E9E;
          text-decoration: underline; }

.contact {
  padding: 15px;
  width: calc(100% - 100px);
  margin: 0 auto;
  background-color: #fff; }
  .contact .contact-title {
    font-size: 2rem;
    color: #004E9E;
    margin: 40px 0 10px; }
  .contact .theme .theme-item {
    width: calc(100% / 2); }
    .contact .theme .theme-item .contact-img {
      max-width: 100%; }
    .contact .theme .theme-item .contact-content {
      padding: 5px;
      position: relative;
      height: 100%; }
      .contact .theme .theme-item .contact-content .contact-name {
        font-size: 1.4rem;
        color: #004E9E;
        padding: 5px 0;
        margin-bottom: 10px; }
      .contact .theme .theme-item .contact-content .contact-des {
        color: #004E9E;
        line-height: 1.4rem;
        letter-spacing: 2px; }
      .contact .theme .theme-item .contact-content .contact-info {
        position: absolute;
        left: 5px;
        right: 5px;
        margin: 0 auto;
        bottom: 0;
        width: calc(100% - 10px); }
        .contact .theme .theme-item .contact-content .contact-info .contact-note {
          color: #004E9E;
          font-size: 1rem;
          display: block; }
          .contact .theme .theme-item .contact-content .contact-info .contact-note a {
            display: block;
            color: #008cff; }
  .contact .contact-form {
    margin: 20px auto; }
    .contact .contact-form .contact-form-block {
      margin-bottom: 10px;
      font-size: 0; }
      .contact .contact-form .contact-form-block .full {
        width: 100% !important; }
      .contact .contact-form .contact-form-block .contact-form-text {
        border: #004E9E solid 5px;
        padding: 12px 15px;
        width: calc((100% - 20px) / 2);
        margin-left: 20px;
        display: inline-block; }
        .contact .contact-form .contact-form-block .contact-form-text::-webkit-input-placeholder {
          color: #004E9E;
          font-size: 0.8rem; }
        .contact .contact-form .contact-form-block .contact-form-text::-moz-placeholder {
          color: #004E9E;
          font-size: 0.8rem; }
        .contact .contact-form .contact-form-block .contact-form-text:-ms-input-placeholder {
          color: #004E9E;
          font-size: 0.8rem; }
        .contact .contact-form .contact-form-block .contact-form-text:-moz-placeholder {
          color: #004E9E;
          font-size: 0.8rem; }
        .contact .contact-form .contact-form-block .contact-form-text:nth-child(1) {
          margin-left: 0; }
        .contact .contact-form .contact-form-block .contact-form-text:focus {
          box-shadow: 0 0 10px 0 #004E9E; }
      .contact .contact-form .contact-form-block .contact-form-btn {
        background-color: #004E9E;
        color: #fff;
        padding: 15px 20px; }
        .contact .contact-form .contact-form-block .contact-form-btn:focus {
          box-shadow: 0 0 15px 0 #004E9E; }

.partner {
  width: 960px;
  margin: 0 auto 20px;
  background-color: #fff; }
  .partner .partner-title {
    font-size: 2rem;
    color: #004E9E;
    margin-bottom: 60px; }
  .partner .theme .theme-item {
    flex-grow: initial;
    margin-left: 20px;
    margin-bottom: 40px;
    width: calc((100%/3) - 20px); }
    .partner .theme .theme-item:nth-child(3n + 1) {
      margin-left: 0; }
    .partner .theme .theme-item .partner-content {
      color: #004E9E;
      font-size: 1rem; }
      .partner .theme .theme-item .partner-content img {
        width: 100%; }
      .partner .theme .theme-item .partner-content .partner-name {
        display: block;
        font-size: 1.4rem;
        margin: 20px 0;
        letter-spacing: 2px; }
      .partner .theme .theme-item .partner-content .partner-text {
        margin: 10px 0;
        line-height: 1.4rem; }

.question {
  padding: 15px;
  width: calc(100% - 100px);
  margin: 0 auto;
  background-color: #fff; }
  .question .question-title {
    font-size: 2rem;
    color: #004E9E;
    margin-bottom: 60px; }
  .question .question-prompt {
    font-size: 1.2rem;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 300;
    text-decoration: none;
    background-color: #0d4E9E;
    border-radius: 5px;
    padding: 5px 15px; }

.sitemap {
  height: 100vh;
  width: 100%;
  background-image: url("../Images/sitemap-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .sitemap .sitemap-list {
    position: absolute;
    top: 45%;
    padding: 0 5%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%; }
    .sitemap .sitemap-list .sitemap-item {
      color: #fff;
      font-size: 1rem;
      flex-grow: 4;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: space-between;
      width: 25%;
      margin: 10px auto; }
      .sitemap .sitemap-list .sitemap-item .sitemap-title {
        font-size: 1.1rem;
        font-weight: bold;
        display: block;
        margin-bottom: 10px; }
      .sitemap .sitemap-list .sitemap-item .sitemap-link {
        color: #fff;
        display: block;
        margin: 8px 0; }

.slidbar {
  margin-top: 20px; }
  .slidbar .slidbar-link {
    font-size: 1.2rem;
    color: #004E9E;
    line-height: 1.2rem;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
    vertical-align: unset; }
    .slidbar .slidbar-link:nth-child(2) {
      border-left: #004E9E solid 1px;
      border-right: #004E9E solid 1px;
      padding: 0 10px;
      margin: 0 10px; }
    .slidbar .slidbar-link .icon {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: top; }
      .slidbar .slidbar-link .icon.right {
        margin-right: 10px; }
      .slidbar .slidbar-link .icon.left {
        margin-left: 10px; }

@media only screen and (max-height: 720px) {
  .menu {
    overflow-y: auto; } }

@media only screen and (max-width: 1680px) {
  .quality {
    padding: 40px; }
    .quality.heightvh {
      height: auto; }
    .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title {
      width: 60%; }
    .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-img, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-img {
      width: calc(100% - 60%); } }

@media only screen and (max-width: 1440px) {
  html body {
    overflow-y: auto; }
  .menu {
    width: 300px; }
    .menu .menu-block {
      margin-left: 30px; }
      .menu .menu-block .menu-contact {
        margin-top: 30px; }
  .topbar {
    width: calc(100% - 300px);
    left: 300px; }
  .content {
    width: calc(100% - 300px);
    left: 300px; }
  .contact {
    width: 100%; }
    .contact .theme .theme-item.contact-block {
      width: 100%; }
    .contact .theme .theme-item .contact-content .contact-name {
      font-size: 1.4rem;
      margin-bottom: 10px; }
    .contact .theme .theme-item .contact-content .contact-des {
      line-height: 1.2rem; }
    .contact .theme .theme-item .contact-content .contact-info {
      position: initial;
      width: 100%;
      margin-top: 10px; } }

@media only screen and (max-width: 1280px) {
  .menu {
    width: 100%;
    display: none;
    overflow-y: auto; }
    .menu .menu-block {
      margin-left: 0;
      padding: 0 20px; }
      .menu .menu-block .menu-close {
        display: block; }
      .menu .menu-block .menu-logo a .logo-img {
        margin: 0 auto; }
      .menu .menu-block .menu-list .menu-link {
        text-align: center; }
      .menu .menu-block .menu-contact {
        margin-top: 40px; }
        .menu .menu-block .menu-contact .menu-contact-block {
          margin: 10px 0;
          text-align: center; }
  .content {
    width: 100%;
    left: 0; }
  .partner {
    width: 100%;
    margin: 0;
    padding: 15px; }
    .partner .theme .theme-item {
      flex-grow: 2;
      margin-left: 20px;
      margin-bottom: 40px;
      width: calc((100%/2) - 20px); }
      .partner .theme .theme-item:nth-child(2n + 1) {
        margin-left: 0; }
      .partner .theme .theme-item:nth-child(3n + 1) {
        margin-left: 20px; }
      .partner .theme .theme-item .partner-content {
        color: #004E9E;
        font-size: 1rem; }
        .partner .theme .theme-item .partner-content img {
          width: 100%; }
        .partner .theme .theme-item .partner-content .partner-name {
          display: block;
          font-size: 1.4rem;
          margin: 20px 0;
          letter-spacing: 2px; }
        .partner .theme .theme-item .partner-content .partner-text {
          margin: 10px 0;
          line-height: 1.4rem; }
  .topbar {
    width: 100%;
    height: auto;
    background-color: #004E9E;
    left: 0; }
    .topbar .mobilelogo {
      display: inline-block; }
    .topbar .topbar-block.topbar-menu {
      display: inline-block; }
      .topbar .topbar-block.topbar-menu i {
        width: 100%; }
    .topbar .topbar-block.topbar-tool .topbar-lang {
      color: #fff; }
      .topbar .topbar-block.topbar-tool .topbar-lang a {
        color: #fff; } }

@media only screen and (max-width: 1024px) {
  .topbar .topbar-block.topbar-tool .topbar-search {
    width: calc(100% - 100px); }
  .lightbox .lightbox-wrap {
    width: calc(100% - 50px);
    height: calc(100% - 10%);
    top: 5%;
    bottom: 5%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
    .lightbox .lightbox-wrap .theme .theme-item {
      flex-grow: 1;
      width: 100%; }
      .lightbox .lightbox-wrap .theme .theme-item.lightbox-img {
        width: 100%; }
        .lightbox .lightbox-wrap .theme .theme-item.lightbox-img.w6 {
          width: 100%; }
      .lightbox .lightbox-wrap .theme .theme-item.lightbox-content {
        width: 100%; }
        .lightbox .lightbox-wrap .theme .theme-item.lightbox-content.w4 {
          width: 100%; }
        .lightbox .lightbox-wrap .theme .theme-item.lightbox-content .lightbox-close {
          position: absolute;
          top: 10px;
          right: 10px; }
  .banner .banner-title {
    font-size: 2.4rem; }
  .banner.banner-header {
    background-position: 65%; }
  .banner.banner-prdouct {
    background-position: 0; }
  .banner.banner-news {
    background-position: 65%; }
  .theme .theme-item.theme-block {
    width: 100%;
    min-height: initial; }
    .theme .theme-item.theme-block.left {
      width: 100%; }
    .theme .theme-item.theme-block.right {
      width: 100%; }
    .theme .theme-item.theme-block .theme-des {
      min-height: initial; }
  .theme .theme-item .theme-title {
    font-size: 1.6rem;
    margin: 0; }
  .significance, .history {
    height: auto; }
    .significance .theme-item, .history .theme-item {
      flex-grow: 1; }
      .significance .theme-item.theme-block.right, .history .theme-item.theme-block.right {
        min-height: 440px;
        width: 100%; }
      .significance .theme-item.theme-block.left, .history .theme-item.theme-block.left {
        padding: 20px; }
        .significance .theme-item.theme-block.left .theme-title, .history .theme-item.theme-block.left .theme-title {
          margin-top: 0;
          font-size: 1.6rem; }
  .vision .theme-item {
    flex-grow: 1; }
  .product-list {
    padding: 30px; }
    .product-list .theme-item {
      flex-grow: inherit;
      width: calc((100% / 2) - 20px);
      margin: 10px; }
  .news {
    width: 100%; }
    .news .news-title {
      font-size: 1.6rem;
      margin: 40px 0; }
    .news .theme .theme-item {
      width: calc((100% / 2) - 10px);
      margin-left: 10px; }
      .news .theme .theme-item:nth-child(2n + 1) {
        margin-left: 0; }
      .news .theme .theme-item .news-block {
        flex-grow: 1;
        width: 100%;
        height: auto; }
        .news .theme .theme-item .news-block.image {
          width: 100%;
          display: inline-block;
          vertical-align: top;
          margin-bottom: 10px; }
          .news .theme .theme-item .news-block.image img, .news .theme .theme-item .news-block.image iframe {
            max-width: 250px;
            vertical-align: top;
            height: auto; }
        .news .theme .theme-item .news-block.des {
          width: 100%;
          margin-left: 0; }
          .news .theme .theme-item .news-block.des .news-des-title {
            font-size: 1.2rem; }
    .news .news-detailed {
      width: 100%; }
      .news .news-detailed .news-image .news-image-item {
        height: auto; }
        .news .news-detailed .news-image .news-image-item.big {
          width: calc(77% - 10px); }
        .news .news-detailed .news-image .news-image-item.small {
          width: 23%; }
          .news .news-detailed .news-image .news-image-item.small img {
            width: 100%; }
      .news .news-detailed .news-content .news-content-title {
        font-size: 1.2rem; }
      .news .news-detailed .news-content .news-content-video {
        width: 100%; }
  .accordion {
    width: 100%; }
    .accordion .accordion-header {
      border-radius: 0; }
      .accordion .accordion-header .accordion-title {
        width: calc(100% - 60px); }
      .accordion .accordion-header .accordion-btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 16px 5px; }
    .accordion .accordion-content {
      display: none;
      padding: 20px 0; }
  .quality .theme .theme-item {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 20px; }
    .quality .theme .theme-item .theme-title {
      margin-bottom: 20px; }
    .quality .theme .theme-item video {
      height: auto; }
    .quality .theme .theme-item .quality-content {
      padding: 10px 0;
      width: 400px;
      margin: 0 auto; }
      .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-title, .quality .theme .theme-item .quality-content .quality-block .quality-left .quality-des .quality-des-img, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-title, .quality .theme .theme-item .quality-content .quality-block .quality-right .quality-des .quality-des-img {
        width: 100%; }
      .quality .theme .theme-item .quality-content .quality-report {
        position: inherit;
        display: block;
        text-align: center;
        right: 0;
        left: 0; }
  .schedule {
    padding: 20px; }
    .schedule .theme-item {
      flex-grow: 1;
      width: 100%;
      margin-bottom: 40px; }
      .schedule .theme-item::after {
        background-image: none; }
      .schedule .theme-item .schedule-title {
        font-size: 3rem; }
      .schedule .theme-item hr {
        height: 5px;
        margin: 10px auto;
        width: 35%; }
      .schedule .theme-item figure {
        margin: 0 auto; }
        .schedule .theme-item figure img {
          width: 120px;
          height: 120px; }
        .schedule .theme-item figure p {
          font-size: 1rem;
          line-height: 1.4rem;
          color: #004E9E;
          text-align: center;
          margin-top: 10px; }
  .sitemap {
    padding: 20px 0; }
    .sitemap .sitemap-list {
      position: initial;
      text-align: center; }
      .sitemap .sitemap-list .sitemap-item {
        flex-grow: 2;
        width: calc(100% / 2); }
  .history .theme-item.theme-block .theme-tags {
    position: initial;
    margin-top: 10px; }
  .history .theme-item.theme-block.left {
    order: 2; }
  .history .theme-item.theme-block.right {
    order: 1; }
  .history .theme-item.theme-block.dairy {
    background-position: 50%;
    display: block; }
  .history .theme-item.theme-block.food {
    background-position: 50%;
    display: block; }
  .history .theme-item.theme-block.care {
    background-position: 50%;
    display: block; }
  .history .theme-item.theme-block.partners {
    min-height: initial; }
    .history .theme-item.theme-block.partners img {
      display: block; } }

@media only screen and (max-width: 480px) {
  .topbar {
    text-align: center;
    height: auto; }
    .topbar .mobilelogo {
      margin: 0 5px; }
      .topbar .mobilelogo a img {
        width: 100px; }
    .topbar .topbar-block.topbar-tool {
      width: calc(100% - 170px);
      padding: 0 5px; }
      .topbar .topbar-block.topbar-tool .topbar-search {
        width: calc(100% - 80px); }
        .topbar .topbar-block.topbar-tool .topbar-search input[type="text"] {
          padding: 13px 5px; }
        .topbar .topbar-block.topbar-tool .topbar-search input[type="submit"] {
          right: 12px;
          top: 8px; }
      .topbar .topbar-block.topbar-tool .topbar-lang a {
        font-size: 0.8rem; }
        .topbar .topbar-block.topbar-tool .topbar-lang a:nth-child(1) {
          margin-right: 5px; }
        .topbar .topbar-block.topbar-tool .topbar-lang a:nth-child(2) {
          margin-left: 5px; }
    .topbar .topbar-block.topbar-menu {
      width: 50px;
      padding: 0 5px; }
      .topbar .topbar-block.topbar-menu i {
        width: 100%;
        height: 5px; }
  .banner .banner-title {
    font-size: 2rem; }
  .theme .theme-item {
    min-height: initial; }
    .theme .theme-item .theme-des {
      font-size: 1rem; }
  .vision .theme-item.theme-block {
    width: 100%; }
  .significance .right, .history .right {
    display: none; }
  .product-list {
    padding: 30px 10px; }
    .product-list .theme-item .product-content .product-capacity {
      font-size: 1.2rem; }
  .aboutdes .aboutdes-block {
    left: 0;
    width: 100%; }
  .news .theme .theme-item {
    width: 100%;
    margin-left: 0; }
    .news .theme .theme-item .news-block.des {
      border-top-color: transparent;
      border-top-style: none;
      border-bottom: #004E9E solid 5px; }
  .news .news-detailed .news-content .news-content-video .news-content-video-block .news-content-video-block-link {
    width: 100%; }
  .contact .theme .theme-item {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 20px; }
  .question {
    width: 100%; }
  .tabs .tabs-nav .tabs-btn {
    width: calc(100% / 2);
    margin-right: 0; }
  .quality .theme .theme-item .quality-content {
    padding: 10px 5px;
    width: 100%; }
  .partner .partner-title {
    font-size: 1.8rem; }
  .partner .theme .theme-item {
    flex-grow: 1;
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%; }
    .partner .theme .theme-item:nth-child(2n + 1) {
      margin-left: 0; }
    .partner .theme .theme-item:nth-child(3n + 1) {
      margin-left: 0; }
  .sitemap {
    height: auto; }
    .sitemap .sitemap-list .sitemap-item {
      flex-grow: 1;
      width: 100%; }
  .history .theme-item.right {
    display: block; } }

@media only screen and (max-device-width: 480px) {
  body {
    background-color: #004E9E; }
  .topbar .topbar-block.topbar-tool .topbar-search input[type="text"] {
    background-color: #004695;
    border: none;
    color: #fff; }
    .topbar .topbar-block.topbar-tool .topbar-search input[type="submit"] {
        background-image: url("../Svg/search-w.svg");
        width: 15px;
        height: 15px;
        top: 15px;
        right: 10px;
        background-size: contain;
    }
  .theme .theme-item .theme-prompt {
    display: block; }
  .banner .img:nth-child(1) {
    display: none; }
  .banner .img:nth-child(2) {
    display: block; }
  .vision {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 1;
    height: 100%; }
    .vision::-webkit-scrollbar {
      height: 0; }
    .vision .theme-item.theme-block {
      position: absolute;
      top: 0; }
  .history .theme-item.theme-block.dairy {
    background-image: url("../Images/dairy-bg-mobile.jpg"); }
  .history .theme-item.theme-block.food {
    background-image: url("../Images/food-bg-mobile.jpg"); }
  .history .theme-item.theme-block.right.history-header {
    background-position-x: 25%; } }
