﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* =============== common begin =============== */
html {
  position: relative;
  min-height: 100%;
}
@font-face {
  font-family: FZYouHei-506L;
  src: local("FZYouHS 506L"),
       local("FZYouHeiS 506L"),
       local("FZYouHei_506L"),
       local("FZYouHeiS_506L"),
       url(../fonts/FZYouHJW_506L.TTF);
  font-weight: 400;
}
@font-face {
  font-family: FZYouHei-508R;
  src: local("FZYouHS 508R"),
       local("FZYouHeiS 508R"),
       local("FZYouHei_508R"),
       local("FZYouHeiS_508R"),
       url(../fonts/FZYouHJW_508R.TTF);
  font-weight: 400;
}
@font-face {
  font-family: FZYouHei-510M;
  src: local("FZYouHS 510M"),
       local("FZYouHeiS 510M"),
       local("FZYouHei_510M"),
       local("FZYouHeiS_510M"),
       url(../fonts/FZYouHJW_510M.TTF);
  font-weight: 500;
}

@font-face {
  font-family: FZYouHei-512B;
  src: local("FZYouHS 512B"),
       local("FZYouHeiS 512B"),
       local("FZYouHei_512B"),
       local("FZYouHeiS_512B"),
       url(../fonts/FZYouHJW_512B.TTF);
  font-weight: 500;
}

body {
  color: #000;
  font-size: 13.5px;
  font-family: FZYouHei-506L,
    -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB",
    "WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
}
@media (max-width: 767.98px) {
}

a {
  color: #595757;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a[href="javascript:void(0);"] {
  color: #aaa6a6;
}
a[href="javascript:void(0);"]:hover {
  color: #aaa6a6;
}

img {
  max-width: 100%;
  max-height: 100%;
}

dt {
  font-family: FZYouHei-510M;
  font-weight: normal;
}

.container {
  /* padding-right: 1px;
  padding-left: 1px; */
}

@media (min-width: 1680px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1367px;
  }
}

.gray-bg {
  background-color: #efefef;
}
.text-black {
  color: #000 !important;
}
.text-gray {
  color: #595757 !important;
}
.text-golden {
  color: #c9a063 !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.mt-80,
.my-80 {
  margin-top: 80px !important;
}
.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

/* header begin */
header .search-box {
  width: auto;
}
header .search-box .form-control {
  font-size: 10px;
  font-family: FZYouHei-508R;
  width: 314px;
  height: 21px;
  line-height: 21px;
  border: solid 1px #c9caca;
  border-radius: 0;
}
header .search-box .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(135 135 135 / 25%);
}
header .search-box .input-group-text {
  width: 21px;
  height: 21px;
  padding: 0;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2218.5px%22%20height%3D%2218.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(89%2C%2087%2C%2087)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M7.000%2C0.500%20C10.590%2C0.500%2013.500%2C3.410%2013.500%2C7.000%20C13.500%2C10.590%2010.590%2C13.500%207.000%2C13.500%20C3.410%2C13.500%200.500%2C10.590%200.500%2C7.000%20C0.500%2C3.410%203.410%2C0.500%207.000%2C0.500%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(89%2C%2087%2C%2087)%22%20stroke-width%3D%220.5px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22rgb(89%2C%2087%2C%2087)%22%20d%3D%22M10.146%2C11.854%20L10.854%2C11.146%20L15.853%2C15.146%20L15.146%2C15.853%20L10.146%2C11.854%20Z%22%2F%3E%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  border: solid 1px #c9caca;
  background-size: 12px;
}
header .search-box .input-group-text:active, 
header .search-box .input-group-text:focus {
  outline: none;
}

header .language-select .dropdown-toggle {
  color: #fff;
  background-color: #000;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  outline: none;
}
header .language-select .dropdown-toggle::after {
  display: block;
  width: 11px;
  height: 100%;
  margin-left: 10px;
  content: "";
  border: none;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%229.5px%22%20height%3D%227.5px%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.500%2C0.500%20L4.500%2C4.500%20L7.500%2C0.500%20%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
}
header .language-select .dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(135 135 135 / 50%);
}
header .language-select .dropdown-menu {
  font-size: 14px;
  text-align: center;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border-radius: 0;
  min-width: auto;
  margin: 0;
  width: 100%;

}
header .language-select .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem .25rem;
  color: #fff;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
header .language-select .dropdown-item:hover,
header .language-select .active {
  background-color: #161616;
}

header .navbar {
  flex-flow: column;
  padding-bottom: 0;
}

header .navbar>.container, 
header .navbar>.container-fluid, 
header .navbar .navbar-collapse, 
header .navbar .navbar-nav {
  align-items: stretch;
}

header .navbar .container-nav {
  flex-wrap: wrap;
}
header .navbar .container-nav .language-select {
  display: none; 
  align-self: center;
  margin-right: 10px;
}
header .navbar .container-nav .navbar-box {
  flex-grow: 0;
}

header .navbar-brand {
  height: 50px;
  padding: 5px 0 0;
  /* margin-top: 1rem; */
  margin-right: 0;
  flex-grow: 1;
}
header .navbar-brand img {
  width: 181px;
}

header .navbar-nav {
  flex-wrap: wrap;
}
header .navbar-nav .nav-item {
  border-bottom: solid 5px #fff;
  height: 50px;
  margin-top: 1rem;
}
/* header .navbar-nav .nav-item:hover, */
header .navbar-nav .nav-item.active {
  border-bottom: solid 5px #000;
}
header .navbar-nav .nav-item:hover > .nav-link,
header .navbar-nav .nav-item.active > .nav-link {
  color: #000;
}
header .navbar-nav .nav-item .nav-link {
  color: #595757;
  white-space: nowrap;
  padding: 0 12px;
}

header .navbar-nav .dropdown-toggle::after {
  content: none;
}
header .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 6px 24px rgba(24, 24, 24, .15);
}
header .navbar-nav .dropdown-item {
  font-size: 13.5px;
  color: #595757;
  padding: 0 1.5rem;
  height: 54px;
  line-height: 54px;
}
header .navbar-nav .dropdown-item.active,
header .navbar-nav .dropdown-item:focus,
header .navbar-nav .dropdown-item:hover {
  color: #000;
  background-color: #e6e6e6;
}
header .navbar .navbar-toggler {
  border: none;
  outline: none;
}
header .navbar .navbar-toggler-icon {
  width: 3rem;
  height: 2rem;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22113px%22%20height%3D%2266px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(8%2C%2011%2C%2013)%22%20d%3D%22M0.000%2C-0.000%20L113.000%2C-0.000%20L113.000%2C7.000%20L0.000%2C7.000%20L0.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(8%2C%2011%2C%2013)%22%20d%3D%22M0.000%2C30.000%20L113.000%2C30.000%20L113.000%2C37.000%20L0.000%2C37.000%20L0.000%2C30.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb(8%2C%2011%2C%2013)%22%20d%3D%22M0.000%2C59.000%20L113.000%2C59.000%20L113.000%2C66.000%20L0.000%2C66.000%20L0.000%2C59.000%20Z%22%2F%3E%3C%2Fsvg%3E');
}

@media (max-width: 767.98px) {
  header .navbar .container-search {
    display: none;
  }
  header .navbar .container-nav .language-select {
     display: inline-block;
  }
  header .navbar-brand {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    max-width: 190px;
  }
  header .navbar .container-nav .language-select {
    margin-right: 0;
  }
  header .language-select .dropdown-toggle {
    padding: 1px 6px;
  }
  header .language-select .dropdown-toggle::after {
    margin-left: 5px;
  }
  header .navbar .navbar-toggler-icon {
    width: 2rem;
    height: 1.5rem;
  }
  header .navbar-nav {
    margin-bottom: 1rem;
    height: auto;
  }
  header .navbar-nav .nav-item {
    height: auto;
  }
  header .navbar-nav .nav-item .nav-link {
    padding: 10px 5px;
  }
}
@media all and (min-width: 576px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	/* .navbar .nav-item:hover .nav-link { } */
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:5px; }
}

header .nav-shadow {
  box-shadow: 0 6px 24px rgba(24, 24, 24, .15);
}
/* header end */


/* main body begin */
/* main {
} */
.column {
  padding-top: 80px;
}
.column:last-child {
  padding: 55px 0;
}

.sub-navbar {
  border-bottom: solid 1px #b5b5b5;
  margin-top: 50px;
  padding-bottom: 30px;
}
.sub-navitem {
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: solid 1px rgba(0,0,0,0);
  padding: 0 1rem;
  margin-right: 2rem;
  margin-top: 2rem;
  white-space: nowrap;
}
.sub-navitem.active,
a.sub-navitem:hover {
  border-color: #c9caca;
}
.sub-navitem.solid {
  background-color: #f2f2f2;
}

.col-title {
  display: flex;
  align-items: center;
  font-size: 23.5px;
  line-height: 1;
  letter-spacing: 1.5px;
  align-self: center;
  color: #000;
  font-family: FZYouHei-510M;
  text-align: center;
}
.col-title:before, .col-title::after {
  content:"";
  height: 1px;
  background: rgba(114,113,113,1);
  width: 43px;
  margin: 0 18px;
}
.col-subtitle {
  font-size: 19px;
  font-family: FZYouHei-510M;
  letter-spacing: 1.5px;
  color: #000;
  align-self: center;
  text-align: center;
  margin-bottom: 15px;
}
.col-desc {
  line-height: 2;
  margin: 0 12%;
  letter-spacing: 1.5px;
  white-space: pre-wrap;
  color: #000;
}
.col-div {
  margin: 0 12%;
  background-color: #c9caca;
  height: 1px;
}
/* .col-image {
} */
.col-image img {
  width: 100%;
}
.col-more {
  letter-spacing: 1.5px;
  align-self: center;
  color: #595757;
}
.col-more:hover {
  color: #000;
  text-decoration: none;
}
.col-more:hover i, 
.col-more:hover i::after, 
.col-more:hover i::before {
  background-color: #000 !important;
}

.icon-arrow-left,
.icon-arrow-right {
  display: flex;
  cursor: pointer;
  text-decoration: none;
}
.icon-arrow-left i,
.icon-arrow-right i {
  position: relative;
  display: inline-block;
  height: 1px;
  width: 23px;
  background-color: #595757;
  margin-left: 4px;
  align-self: center;
}
.icon-arrow-left i::after, .icon-arrow-left i::before,
.icon-arrow-right i::after, .icon-arrow-right i::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: #595757;
}
.icon-arrow-left i::after, .icon-arrow-left i::before {
  left: -0.5px;
}
.icon-arrow-right i::after, .icon-arrow-right i::before {
  right: -0.5px;
}
.icon-arrow-left i::after {
  top: -2px;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
}
.icon-arrow-left i::before {
  top: 2px;
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
}
.icon-arrow-right i::after {
  top: -2px;
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
}
.icon-arrow-right i::before {
  top: 2px;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
}

.carouselCommon .carousel-control-next, 
.carouselCommon .carousel-control-prev {
  background: transparent;
  border: none;
  opacity: .75;
}
.carouselCommon .carousel-control-next:focus, 
.carouselCommon .carousel-control-next:hover, 
.carouselCommon .carousel-control-prev:focus, 
.carouselCommon .carousel-control-prev:hover {
  opacity: 1;
}
.carouselCommon .carousel-control-prev-icon,
.carouselCommon .carousel-control-next-icon {
  display: inline-block;
  width: 37.5px;
  height: 70.5px;
  background: no-repeat 50% / 100% 100%;
  background-size: contain;
}
.carouselCommon .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2247.5px%22%20height%3D%2290.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(0%2C%200%2C%200)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M46.318%2C1.291%20L2.266%2C45.344%20L45.630%2C88.709%20%22%2F%3E%3C%2Fsvg%3E');
}
.carouselCommon .carousel-control-next-icon {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2247.5px%22%20height%3D%2290.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(0%2C%200%2C%200)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.742%2C1.291%20L45.795%2C45.344%20L2.430%2C88.709%20%22%2F%3E%3C%2Fsvg%3E');
}
.carouselCommon .carousel-indicators {
  margin: 0 auto 1.5rem;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  max-width: 300px;
}
.carouselCommon .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: .55;
  border: none;
}
.carouselCommon .carousel-indicators .active {
  background-color: #000;
  opacity: 1;
}

.video-box {
  position: relative;
  text-align: center;
}
.video-player {
  height: 100%;
  /* display: none; */
}
.video-poster {
  width: 100%;
  height: 100%;
}
.video-poster img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.video-poster::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98.5%;
  z-index: 1;
  background-color: rgba(0, 0, 0, .33);
}
.video-poster .icon-play {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 2;
}
.video-poster .icon-play:hover {
  background-color: rgba(0, 0, 0, .2);
}
.icon-play {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
}
.icon-play::before {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  border: solid 10px rgba(0,0,0,0);
  border-left: solid 14px #fff;
  position: relative;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
}

/* .col-title:not(:first-child),
.col-subtitle:not(:first-child),
.col-desc:not(:first-child),
.col-image:not(:first-child),
.col-more:not(:first-child),
.col-div:not(:first-child),
.col-box:not(:first-child) {
  margin-top: 50px;
} */
.col-title:not(:last-child),
/* .col-subtitle:not(:last-child), */
.col-desc:not(:last-child),
.col-image:not(:last-child),
.col-more:not(:last-child),
.col-div:not(:last-child),
.col-box:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .sub-navitem {
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
  }
  .col-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .carouselCommon .carousel-control-prev,
  .carouselCommon .carousel-control-next {
    opacity: 1;
  }
  .carouselCommon .carousel-control-prev-icon,
  .carouselCommon .carousel-control-next-icon {
    width: 28px;
    height: 60px;
  }
  /* .col-title:not(:first-child),
  .col-subtitle:not(:first-child),
  .col-desc:not(:first-child),
  .col-image:not(:first-child),
  .col-more:not(:first-child),
  .col-div:not(:first-child),
  .col-box:not(:first-child) {
    margin-top: 25px;
  } */
  .col-title:not(:last-child),
  /* .col-subtitle:not(:first-child), */
  .col-desc:not(:last-child),
  .col-image:not(:last-child),
  .col-more:not(:last-child),
  .col-div:not(:last-child),
  .col-box:not(:last-child) {
    margin-bottom: 25px;
  }
}
/* main body end */


/* footer begin */
.footer {
  width: 100%;
  white-space: nowrap;
  background-color: #efefef;
  padding: 30px 0 50px
}

.brand-box {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
.brand-box .logo {
  width: 181px;
}
.brand-box .company {
  margin-top: 2rem;
  max-width: 100%;
  object-fit: contain;
  width: 344px;
}

.social-box {
  display: flex;
  width: 100px;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.weibo, .wechat, .email {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: solid 2px #595757;
  border-radius: 50%;
  cursor: pointer;
}
.weibo::after, .wechat::after, .email::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.weibo:hover, .wechat:hover, .email:hover {
  background-color: #595757;
}
.weibo::after {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAACXklEQVQ4jZ3UXajPdxwH8Nfh4NAKMYx5fhg6pi3RoiYpF5vHm9Mhkhs1tSIlteZisdNu2MVxxx2Z8jB0UszSiV1MhBHzEFHT5KFkhnOkTz7/4+f3J/K5+H2/fb6f3/v7fb8/DzWNDQ3e0yZjG0bk75ewA5twPxyd3hc5QUfhX7ThE6zDX/j8XcEDYBq6l/zxyl74CB9gFs5gEA6i35vAa7AMfyfdVpxAl1LcmJRhLS7gC/yBD8P3OvA4OIwtGF3wj8enpdiQYgqW4yz64Js8m1tbCh6WwCOrrnxhT5L2VxibiZuDh7iMRWjKPAwvgvfDkXBWQb60X/K1RcbTMSMlHJC+/9BeAe+G/W8BDhtX5Xnp+xWn0RtDcbECvj7rtmh3cSyCkna3lOvLZFmx1lw35jog41tqM1ErC8Hn8V0yaat65wtJ5uFnfJz6R/J/wDXcyhJtj8BvCxpux2fYg5nYi6tZZj+iK55hNybhBnpk2f6ZcoS1x6fzhPr6ZvTESXyNp2jMC8amhn2zkfrjQAIE9Uf5j7wkmB4qUhyS++YEDvupIMPjnCFhS1FXODtXkmxQWb87ub+Z68DUsinrvqUwnLomk4qNL4GfKYO35H5qrpXXb8V1PMi2DruCf3JfVyqEIsMO8A34PwND49up6+84hSUZew+LCwy2Z0NVbFUm+BXwqIQY6lGWx7EQC7A6ae7C9ylBDKXoxhhi8wsvXoHNJYk6SnAfJmbTBLW4MKojwKLzgs2a7IHfMCH/i7OY3VXAYcXZEqN1dnbh3ASPGT04uzNqN/SOHB3Fzmya1xueA6HAgh0HWmV6AAAAAElFTkSuQmCC");
  background-size: 15px 15px;
}
.weibo:hover::after{
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAACNklEQVQ4jaWUS4iIURTHf8YYgwWzwIRhPCaPUiJKEc0CRcTKazUr2dkqYiFKYcnCglAkkWKDkpCFZPImYUZTI0KNV42frjlfrs8n4l/nu/e759z/Pfc8Luq/yhz1sdob8kDdpg4r+P6HfLV96FI/+wOd6sy/JZ+kzlMHVeiGxjhAXaTejiO61RFVZEn6qW3qo8yju0GS281W96lb1bHqYPVa2O+tIh6uXrQas0q269Xr6kv1ndqkzoidT2v5Gc3ABWAi1fgCjAaWAlOAt8ByoAd4AqwDdgHdwPicfARwKS1W0vbhODAZqMnWFgKtwCOgMdY+AL3F9QaqNyoD8Wd0BccmtVVtUL+q9wvPdwBzSl6+Aa4CD+PaAyNcC+KWBa7EuDfGxrA/l06cFk2QV8VKtbYi2Ulq1FVqR9j3qAfV5symf1Hn+zPio2pdGCxRT6esR/ftzHRJRqovsr2v1HG5I+nzPJQ3szpe85tIHyjdYkNJv7tMXqAtU3Rk65/UIzFPbV6f2c0vkR/LyVNJvY5EdMY4ChgT9dr8PTEwIXR1QEOWzGmlImj/6U89HKduzzo0oSX+D2WePck8q49c5DdsKodlivpRfR/ztHY2Xrdb2eY36tzQp8SeKoVkY7myisly9UMQrI3Epic1eX1S3aI2hm1qlPaSx78QJ0mvXxGhFmAPsAx4CpwH7kRDDIm2XwxMzaJ6BtgM3Kt6K3LyAqkLVwDzgOlAU3RnL9AVSbsMnACeVZF+B/ANb5IoV2H4vbMAAAAASUVORK5CYII=");
}
.wechat::after {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAACFUlEQVQ4jY3UWYjNcRQH8I+xlaUUSqZGUbIUESmliBQZS8kMSfFASkxZHixliWSkZEkelLWRrUgyKXkzD0zKku2JKMwDItk7zbn6uzMj5+Hefr9z7vf3vd/vOafTwpoaheiDFZiDUeiJj2jGeRzDJx1EReF6Np5jJ95jN1ahHt+xH08xuX0ouuR3Lc7gZjJ7Vla3AyOTWSOqcb0cLJgNyqIrmI5paMj7iOE4h9GYgiacRt/2wNbiC5bl3SGEkMvzXIf52IfPWIzeWNkeWHWK24IfOID7uJg1wfIBDmM8JmZ+bnuaVWWyFHVlNU0p/BZsK9z/whFsx6sS2E/0amNNa1Qlq8i/xCU8RGVqWZsSzMLtALubou9qA9Wai15bj71tsgxM465hRGh2PF2aWla4MR07iLO4kyZIvR5hQrIKnM3xcTQLG9L+UixKQ0LDMRibLkfMxDDMwGuciqmpyO6Olz7gcgGsX05CaHoVS9L5EutojU15DpaVpXEKcW/jHSalu/1TL8nwZGoo68LJt3kOQ1qKsxnuDMatZBtj0z11+Vf0SEkai2BDswW2Z3PG5nico1PVAVi3HMVwtb4ItgHjsBXf8BXzcnTi763DEHROCYLRmjQltktzESzG5V7ZyyFsOHkDe3KbhARv8CQfj4hO+GufdRQxKtHpA7Lbg8VSvMCC/FG0yZ999j8RbC4UCk9gde66rvAbQER4jHbwtIMAAAAASUVORK5CYII=");
  background-size: 16px 14px;
}
.wechat:hover::after{
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAACAElEQVQ4jY2US4iOYRTHfxgWqJFbrmPBZrIQEgtTJgsbTZTFmLIeTciClCQb2UlqitlY0chisrIQkcgUUq4LkvrUyGXCkOv8dDhfvfP1aJw67/eey/N/zvmf836oVZ2hHlBvqSP+lY/qdXW3Oq0hf4xOiEdKB3AGaAYuAzeBYWAmsAFoB4aALuAaJUnkTnVUvaIuK92qLlcH1e/qpkL8D9gS9Yt6UZ2k7lT70x/xVvWC2qVOVW+ob9VZJbCT6vsMBtiv5OpoJp1OeyjtuOSbeqgE9kLtqzhPqA/U1Wm3qw/Vw+oadbt6V71TAotK9pQ4SI3WBtQfjpXg+JS6oJ7bBIwC0wuzCWkBHmW8BgwAj4GFQCvQCWwDNgO3yQldLVREEh0V7CvEyKqi5WF1fjh6suyNDYkH0x8DWpyHjmdsi/pE3Rog6ge1NwJNSeYbdUUFLEj/qU5UOxL4Vcb60q4Prlet1Q8uUp+rLytgsQrv8j1WZoe6Ku3ZuY9z0t5lQ1tns5W2rCqm/LXAU0mPBb/VwL0kMgi/r17KVtYWDjeuTnR0ruocyV06ok5Wp6hP1WdqSwGEzOnPcyurgZ6GAdS/y9e5IrEeS5O/4Coq2p/Vd9e/gPE0diluj/arUlPPp6O58f9sPJkLtAHzgM9AN7AuD8Xv4P9U9i+N/durflLXq/wGXdUH29nMjIUAAAAASUVORK5CYII=");
}
.email::after {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAPCAYAAADgbT9oAAABZElEQVQ4ja3UsUuVURgH4Ee9WJOTS9l/YCFCQlGDg+AgYkMqhqMtQRENoThXhggOZi0mCDqIizgoiOSmU0NaYxBFk0MEpelgHHwvfN3v3gtX+k0f57znOec7nHPqhgYHH+MFLvo/OcJYIYOeYBq/z8k34BGaklkI9CNa0Y4eHOeGVU9CFwI9QHN9lK/gKbriu7Eq829S7RLu4Q1mU299pmQy7Q16a8Abo3Yg0Ac4LYVTJmrAi2iqncmi5eBSfLkCfiGDvsTDLFoJLuKv0YdNXM30teFdoHMYzY1GIddyluvoj6N3C3v4ijpciZpfuBP4TilQbsXd2MYf3MA1PMcHfMIr3EQHDrEVR7TqiofxFp9jgi/RPp6b/ixpgg2s4j7my8FPMIXd2L+DHJPPN9zGWizoUik8ghas426N1/pH/N0inuF7EU6PRkJ/4n3cwPNkH524nMwEpzObHqJ0zyvtZS05wthf7BNLfokMp3IAAAAASUVORK5CYII=");
  background-size: 14px 11px;
}
.email:hover::after{
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAPCAYAAADgbT9oAAABSklEQVQ4ja3Uv2uUQRDG8c8ZiSFFsBUO/AcUGwOK9hYi2NjZ2Ac5BMFSm2AjCEFt1M7CSlGwEUEbTR1F7HNWWgkx/gg8smEDL+97F7jzBmZ32Jn5MrvsjCSDJNuZnRTWoFcMLOAv7uKn6WQOV7GEX2qdn+r+Osl8EhPqXJInlfEtNbnIzSTXq/1iQniJfVpzHyS51QYX+8aE8PkauwftVVYHPAm8CV2rUPuBm/DnY+CHGtDbLd++4KL3q+9dkmON8xNJ3lffwxF5u+CDYz7WSVyqX+8MPmITPfRrzBYu4hE+tAEHOkjO4S1+4xSOYxUb+Ix7OI1llB54g/MdSuspLif5k+RLkqMjrtnWfu2BnSRXxj3FNdzBOi7ge6eKrgxxFi/xGEfaFQ/r/irJ4hSdV3KeVcbXsjRnxQ+sYec/ZsUKDu/NitlPt2TwD2+7GjTlrSjCAAAAAElFTkSuQmCC");
}

.map-box {
  margin-top: 2rem;
}
.map-box dt {
  font-size: 16px;
  margin: 2rem 0 1rem;
  color: #000;
}
.map-box dd {
  font-family: FZYouHei-508R;
  line-height: 2;
  margin-bottom: 0;
}
.map-box dd a:hover {
  color: #000;
}

.address-box {
  border-top: solid 1px #595757;
  margin-top: 3rem;
}
.address-title {
  margin-top: 2rem;
  margin-bottom: 0rem;
  color: #000;
}
.address-desc {
  font-size: 10px;
  line-height: 2;
  white-space: pre-wrap;
  color: #000;
}
.copyright {
  font-size: 10px;
  text-align: center;
  white-space: pre-wrap;
  color: #595757;
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  /* .logo {
    width: 210px;
    height: auto;
  } */
}
/* footer end */
/* =============== common end =============== */


/* =============== home begin =============== */
#carouselHome .carousel-control-next, 
#carouselHome .carousel-control-prev {
  background: transparent;
  border: none;
}
#carouselHome .carousel-control-prev-icon,
#carouselHome .carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: no-repeat 50% / 100% 100%;
  background-size: contain;
}
#carouselHome .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2257.5px%22%20height%3D%2257.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M28.500%2C0.656%20C43.878%2C0.656%2056.344%2C13.122%2056.344%2C28.500%20C56.344%2C43.878%2043.878%2C56.344%2028.500%2C56.344%20C13.122%2C56.344%200.656%2C43.878%200.656%2C28.500%20C0.656%2C13.122%2013.122%2C0.656%2028.500%2C0.656%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M33.456%2C14.663%20L19.619%2C28.500%20L33.456%2C43.721%20%22%2F%3E%3C%2Fsvg%3E');
}
#carouselHome .carousel-control-next-icon {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2257.5px%22%20height%3D%2257.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M28.500%2C0.656%20C43.878%2C0.656%2056.344%2C13.122%2056.344%2C28.500%20C56.344%2C43.878%2043.878%2C56.344%2028.500%2C56.344%20C13.122%2C56.344%200.656%2C43.878%200.656%2C28.500%20C0.656%2C13.122%2013.122%2C0.656%2028.500%2C0.656%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M23.543%2C14.663%20L37.381%2C28.500%20L23.543%2C43.721%20%22%2F%3E%3C%2Fsvg%3E');
}
#carouselHome .carousel-indicators {
  margin-bottom: 35px;
}
#carouselHome .carousel-indicators li {
  width: 60px;
  height: 5px;
  margin-right: 25px;
  margin-left: 25px;
  opacity: .45;
  border: none;
}
#carouselHome .carousel-indicators .active {
  background-color: #000;
  opacity: 1;
}

.col-home {
  padding: 55px 0;
}
.col-home:nth-child(odd) {
  background-color: #efefef;
}

.product-box .col {
  padding-right: 0;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
}
.product-item {
  display: inline-flex;
  position: relative;
  background: #161616;
  justify-content: center;
  align-items: center;
}
.product-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-item:hover .product-mask {
  display: flex;
}
.product-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 15px;
  font-family: FZYouHei-508R;
}

@media (max-width: 767.98px) {
  .col-home {
    padding: 40px 0;
  }
  #carouselHome .carousel-control-prev-icon,
  #carouselHome .carousel-control-next-icon {
    width: 36px;
    height: 36px;
  }
}
/* =============== home end =============== */

/* =============== about begin =============== */
.history-year {
  font-size: 19px;
  font-family: FZYouHei-510M;
  letter-spacing: 1.5px;
}
.history-year em {
  font-size: 49px;
  font-style: normal;
}
.vision-box {
  margin: 0 12%;
  flex-direction: column;
}
.vision-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  letter-spacing: 1.5px;
}
.vision-item dt {
  font-size: 19px;
  color: #000;
  margin-bottom: 0.5rem;
}
.vision-item dd {
  line-height: 2.5;
  white-space: pre-wrap;
  color: #000;
  margin-bottom: 2rem;
}

.award-box .col {
  display: flex;
}

.award-item {
  width: 100%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #c9caca;
  margin-bottom: 45px;
}
.award-item .award-image {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  margin-bottom: 20px;
}
.award-item span {
  font-size: 19px;
  text-align: center;
  font-family: FZYouHei-510M;
  color: #595757;
  letter-spacing: 1.5px;
}

.number-box {
  padding: 50px 0;
  margin-top: 20px !important;
}
.numbers-item {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.numbers-item dt {
  font-size: 28px;
  color: #000;
  margin-bottom: 0;
}
.numbers-item em {
  font-size: 73px;
  font-style: normal;
  margin-right: 5px;
}
.numbers-item dd {
  line-height: 40px;
  letter-spacing: 1.5px;
  white-space: pre-wrap;
  text-align: center;
  color: #000;
  max-width: 280px;
}
.feedback-card {
  flex-wrap: wrap-reverse;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.feedback-name,
.feedback-title  {
  font-size: 28px;
  color: #000;
  white-space: nowrap;
  margin: 0 2rem .25rem;
}
.feedback-content {
  margin: 3rem 2rem 0;
  line-height: 40px;
}
.feedback-avatar {
  text-align: center;
}

@media (max-width: 767.98px) {
  .vision-box {
    margin: 0;
  }
  .feedback-name, .feedback-title {
    white-space: normal;
  }
}
/* =============== about end =============== */

/* =============== product begin =============== */
.product-card {
  border: solid 1px #c9caca;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
.product-card .product-image {
  width: 100%;
  height: 399px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(242,241,241);
  background: linear-gradient(0deg, rgba(242,241,241,1) 0%, rgba(247,247,247,1) 50%, rgba(250,250,250,1) 100%);
  cursor: pointer;
  position: relative;
}
.product-card .product-summary {
  display: none;
  position: absolute;
  width: 90%;
  height: 90%;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  cursor: default;
}
.product-card .product-summary div {
  color: #595757;
}
.product-card .product-summary em {
  font-family: FZYouHei-510M;
  font-style: normal;
}
.product-card .product-summary svg {
  margin-left: 20px;
}
.product-card .product-name {
  height: 91px;/* 119px */
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card .product-image:hover .product-summary,
.product-card .product-image:active .product-summary {
  display: flex;
}

#productModal {
  letter-spacing: 1.5px;
}
#productModal .modal-header {
  border-bottom: none;
}
#productModal h2 {
  font-family: FZYouHei-510M;
  font-size: 28px;
  color: #000;
}
#productModal .product-spec {
  line-height: 2;
  margin-bottom: 1rem;
}
#productModal .product-rating {
  margin-bottom: 1rem;
  line-height: 2;
}
#productModal .product-rating svg {
  margin-left: 20px;
}
#productModal .product-desc {
  line-height: 2;
  white-space: pre-wrap;
}
#productModal .btn-buy {
  display: block;
  width: 98px;
  height: 31px;
  border: solid 1px #000;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin: 3rem 0;
  letter-spacing: normal;
}
#productModal .btn-buy:hover {
  background-color: #000;
  color: #fff;
}

#productCarousel {
  margin: 0;
  margin-bottom: 30px;
  height: 555px;
}
#productCarousel .carousel-inner {
  max-width: 485px;
  margin: 0 auto 30px;
}
#productCarousel .carousel-item {
  width: 100%;
  height: 450px;
  line-height: 450px;
}
#productCarousel .list-inline {
  white-space: nowrap;
  overflow-x: hidden;
}

#productCarousel .carousel-control-prev,
#productCarousel .carousel-control-next {
  top: auto;
  width: 30px;
  height: 80px;
  background: transparent;
  border: none;
  outline: none;
  opacity: .70;
}
#productCarousel .carousel-control-prev {
  justify-content: start;
}
#productCarousel .carousel-control-next {
  justify-content: end;
}
#productCarousel .carousel-control-prev-icon {
  height: 15.5px;
  width: 9.5px;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210.5px%22%20height%3D%2217.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(129%2C%20129%2C%20129)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M9.500%2C1.500%20L2.500%2C8.500%20L9.500%2C15.500%20%22%2F%3E%3C%2Fsvg%3E');
}
#productCarousel .carousel-control-next-icon {
  height: 15.5px;
  width: 9.5px;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%229.5px%22%20height%3D%2215.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(129%2C%20129%2C%20129)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.500%2C0.500%20L8.500%2C7.500%20L1.500%2C14.500%20%22%2F%3E%3C%2Fsvg%3E');
}
#productCarousel .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
  justify-content: start;
  margin: 0 30px;
  padding: 0;
}

#productCarousel .carousel-indicators > li {
  width: 81px;
  height: 81px;
  line-height: 1;
  text-indent: initial;
  flex: 0 0 auto;
  border: solid 1px transparent;
}

#productCarousel .carousel-indicators > li.active {
  opacity: 1;
  border-color: #dcdcdc;
}

@media (max-width: 767.98px) {
  #productCarousel .carousel-item {
    height: 350px;
    line-height: 350px;
  }
}
/* =============== product end =============== */

/* =============== factory begin =============== */
.factory .col-desc {
  color: #595757;
  white-space: initial;
  line-height: 2.5;
}
.factory .carouselCommon .carousel-control-prev,
.factory .carouselCommon .carousel-control-next {
  margin-top: 200px;
}
.factory .qc {
  text-align: center;
  margin: 20px 0 50px;
  letter-spacing: 1.5px;
}
.factory .qc dt {
  font-size: 23.5px;
  margin: 30px 0 20px;
}
#carouselFactory1 .col-desc {
  color: #000;
}
.factory .cert-item div {
  font-size: 13.5px;
  font-family: FZYouHei-510M;
  line-height: 21px;
  margin-top: 23px;
}
/* =============== factory end =============== */

/* =============== shop begin =============== */
.shop-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0.75rem
}
.shop-cont div {
  flex-grow: 1;
}
.shop-cont img {
  width: 100%;
  height: 100%;
}
.shop-cont div:not(:last-child) {
  margin-right: 3px;
}
@media (max-width: 767.98px) {
  .shop-cont {
    flex-wrap: wrap;
    justify-content: center;
  }
  .shop-cont div:not(:last-child) {
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
/* =============== shop end =============== */

/* =============== academy begin =============== */
.course .col-box {
  background-color: #f3f4f7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course .course-image {
  flex: 0 0 40%;
}
.course-item {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  letter-spacing: 1.5px;
  align-items: center;
  padding-left: 10px;
}
.course-item div {
  width: 80%;
}
.course-item dt {
  font-size: 19px;
  margin: 0rem 0 0.5rem;
}
.course-item dd {
  line-height: 2;
  white-space: pre-wrap;
}
.classroom-box {
  margin-top: 50px;
}
.classroom-box p {
  text-align: center;
  margin: 20px 0 40px;
}
.school-item {
  line-height: 2;
  margin: 0 12%;
  letter-spacing: 1.5px;
  white-space: pre-wrap;
  color: #000;
  margin: 0 0 30px;
}
.standard-item {
  margin: 0 12%;
  line-height: 2;
  letter-spacing: 1.5px;
}
.standard-item dt {
  font-size: 19px;
  margin-bottom: 25px;
}
.standard-item dt:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .course .course-image,
  .course .course-item {
    flex: 1 0 100%;
  }
  .course .course-image img {
    width: 100%;
  }
  .course .course-item {
    margin: 3rem 0;
    padding-left: 0;
  }
  .course .course-item div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  /* .course .course-image,
  .course .course-item {
    flex: 1 0 100%;
  } */
}
/* =============== academy end =============== */

/* =============== service begin =============== */
.service-box {
  background-color: #f9f9fb;
  letter-spacing: 1.5px;
}
.service-box dt {
  font-size: 19.5px;
  color: #595757;
}
.service-box dd {
  line-height: 2.8;
  white-space: pre-wrap;
  color: #595757;
}
.service-box .call-center {
  display: flex;
  align-items: center;
  color: #595757;
}
.service-box .call-center .call-center-cont {
  margin: 20px 0;
}
.service-box .call-center dt {
  margin: 0 0 0.5rem 1.5rem;
}
.service-box .call-center li {
  margin: 23px 0;
  white-space: pre-wrap;
}
.service-box .support-team {
  display: flex;
  justify-content: center;
}
.service-box .support-team-cont {
  width: 937px;
}
.service-box .support-team dt {
  margin: 2rem 0 0.5rem 0;
}
.workflow-box {
  margin-top: 50px;
  /* background-color: #f3f4f7; */
  padding-bottom: 50px;
}
.workflow-box .col-image {
  margin: 30px 0 50px;
}
.service-brand {
  margin-top: 50px;
  max-width: 996px;
  align-self: center;
}
.service-brand td {
  border: solid 2px #8d8d8d;
  text-align: center;
}
.service-brand td a {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .service-box .call-center li {
    margin: 16px 0;
  }
  .service-box .support-team-cont {
    margin: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .service-box .call-center li {
    margin: 16px 0;
  }
  .service-box .support-team-cont {
    margin: 0 20px;
  }
  .service-brand td {
    border-width: 1px;
  }
}
/* =============== service end =============== */

/* =============== news begin =============== */
.news-search {
  margin: 80px 0 30px;
}
.news-search h2 {
  font-family: FZYouHei-510M;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap;
}
.news-search .dropdown-toggle,
.news-search input {
  height: 35px;
  font-size: 13.5px;
  border: solid 1px #eee;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  min-width: 160px;
  color: #9a9a9a;
  text-align: left;
  padding: .375rem .75rem;
}
.news-search input[type="text"] {
  width: 200px;
}
.news-search .dropdown-toggle::before {
  content: "";
  width: 40px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #eee;
}
.news-search .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  color: #000;
  position: absolute;
  right: 15px;
  top: 18px;
}
.news-search .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}


.news-search button[type="submit"] {
  height: 35px;
  padding: 0 80px;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2225.5px%22%20height%3D%2225.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(0%2C%200%2C%200)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M8.969%2C0.500%20C13.646%2C0.500%2017.438%2C4.291%2017.438%2C8.969%20C17.438%2C13.646%2013.646%2C17.438%208.969%2C17.438%20C4.292%2C17.438%200.500%2C13.646%200.500%2C8.969%20C0.500%2C4.291%204.292%2C0.500%208.969%2C0.500%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(89%2C%2087%2C%2087)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22rgb(89%2C%2087%2C%2087)%22%20d%3D%22M13.074%2C15.299%20L13.995%2C14.377%20L23.513%2C22.591%20L22.591%2C23.512%20L13.074%2C15.299%20Z%22%2F%3E%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eee;
  border: none;
  outline: none;
  background-size: 19px;
}

.news-item {
  padding: 3rem 0;
}
.news-item .row {
  height: 145px;
}
.news-item:nth-child(odd) {
  background-color: #f9f9fa;
}
.news-item .news-date {
  border-right: solid 1px #595757;
  font-family: FZYouHei-510M;
  line-height: 40px;
  width: 200px;
  text-align: center;
  padding-top: 1rem;
}
.news-item .news-date em {
  display: block;
  font-size: 49px;
  font-style: normal;
  height: 42px;
  line-height: 1;
}
.news-item .news-image {
  height: 145px;
  width: 294px;
  text-align: right;
}
.news-item .news-image img {
  max-width: 254px;
  max-height: 145px;
  object-fit: contain;
}
.news-item .news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-item .news-content dt {
  font-family: FZYouHei-510M;
  font-size: 19px;
  font-weight: 500;
  margin-top: 5px;
}
.news-item .news-content dd {
  line-height: 2;
  height: 70px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paging {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
  line-height: 28px;
  letter-spacing: 1.5px;
  color: #595757;
  flex-wrap: wrap;
}
.paging .btn-icon {
  align-self: center;
  margin-right: 3rem;
  white-space: nowrap;
  display: inline-flex;
}
.paging .btn-icon.disabled {
  color: #595757;
}
.paging .btn-icon:not(.disabled):hover i, 
.paging .btn-icon:not(.disabled):hover i::after, 
.paging .btn-icon:not(.disabled):hover i::before {
  background-color: #000 !important;
}
.paging span {
  display: flex;
  align-items: center;
  margin-left: 3rem;
  white-space: nowrap;
}
.paging input {
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: dashed 1px #595757;
  width: 35px;
  text-align: center;
}
.paging input:focus {
  box-shadow: 0 0 0 0.2rem rgb(135 135 135 / 25%);
}

.article-content, .article-panel {
  background-color: #fff;
  box-shadow: 0 3px 15px rgb(4 0 0 / 15%);
}

.article-content {
  margin-top: 20px;
  padding: 50px 0;
}
.article-content > h2 {
  font-family: FZYouHei-510M;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
.article-content > div {
  padding: 0 20px;
}

.article-panel {
  margin-top: 20px;
  display: block;
  padding: 20px;
}

.article-panel h3 {
  font-family: FZYouHei-510M;
  font-size: 19px;
  font-weight: 500;
  color: #000;
}
.article-panel h4 {
  font-size: 13.5px;
  line-height: 26px;
  margin: 5px 0 10px;
  height: 52px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .news-search {
    margin: 30px 0 0;
  }
  .news-search .row {
    flex-direction: column;
  }
  .news-search .dropdown-toggle, .news-search input {
    height: 36px;
  }
  .news-search button[type="submit"] {
    height: 36px;
    background-size: 21px;
  }
  .news-item {
    padding: 20px 0 20px 10px;
  }
  .news-item .row {
    height: auto;
  }
  .news-item .news-date {
    display: none;
  }
  .news-item .news-image {
    height: 100px;
    width: 154px;
    text-align: left;
  }
  .news-item .news-image img {
      height: 100px;
      width: 154px;
      object-fit: contain;
  }
  .news-item .news-content dd {
    line-height: 1.5;
  }
  .paging {
    margin: 2rem 0;
  }
  .paging>div {
    margin-bottom: 1rem;
  }
  .paging .btn-icon {
    margin-right: 1rem;
  }
  .paging span {
    margin-left: 1rem;
  }
}
/* =============== news end =============== */

/* =============== elearning begin =============== */
.learning-box {
  margin: 0 3rem;
  letter-spacing: 1.5px;
}
.learning-box.border-top {
  border-top: dotted 1px #595757;
  padding-top: 2rem;
}
.learning-box dt {
  font-family: FZYouHei-510M;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 1rem;
}
.learning-box a {
  font-family: FZYouHei-506L;
  font-size: 13.5px;
  font-weight: normal;
  color: #c9a063;
  margin-left: 5px;
}
.learning-box a:hover {
  font-family: FZYouHei-506L;
  font-weight: normal;
  color: #c9a063;
  text-decoration: underline;
}
.learning-box dd {
  font-size: 13.5px;
  line-height: 2;
  margin-bottom: 2rem;
}
.learning-box dd p {
  margin-bottom: 0;
}
.btn-cert {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: FZYouHei-510M;
  height: 120px;
  background-color: #eee;
  margin-bottom: 30px;
}
.btn-cert::before {
  content: "";
  display: block;
  min-width: 78px;
  height: 100px;
  margin: 0 8%;
  background-image: url("../images/cert.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 50%;
}
@media (max-width: 767.98px) {
  .learning-box {
    margin: 0;
  }
  .btn-cert {
    height: 120px;
  }
  .btn-cert::before {
    content: "";
    display: block;
    min-width: 62px;
    height: 80px;
    margin: 0 8%;
    background-image: url("../images/cert.png");
    background-size: 62px 80px;
    background-repeat: no-repeat;
  }
}

.exam-paper {
  margin: 0 5rem;
}
.exam-header {
  color: #000;
  font-size: 23.5px;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: solid 1px #595757;
}
.exam-header :not(.exam-timer) {
  font-family: FZYouHei-510M;
}
.exam-header .exam-timer {
  margin-right: 0;
  font-size: 30px;
  color: #ff1600;
  justify-self: end;
}
.exam-paper dt {
  font-family: FZYouHei-510M;
  font-size: 19px;
  font-weight: 500;
  margin: 3rem 0 1rem;
}
.exam-paper dd {
  line-height: 48px;
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.exam-paper dd .form-check {
  margin-right: 2rem;
  white-space: nowrap;
}
.exam-footer {
  margin-top: 3rem;
  border-top: solid 1px #595757;
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
  padding-right: .5rem;
}
.exam-footer button[type="submit"] {
  border: solid 1px #000;
  font-family: FZYouHei-510M;
  font-size: 23.5px;
  font-weight: 500;
  height: 79px;
  padding: 0 3rem;
  background-color: #fff;
  outline: none;
}
@media (max-width: 767.98px) {
  .exam-paper {
    margin: 0;
  }
}

.login-box {
  /* max-width: 1362px; */
  background-image: url("../images/login_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
.login-form {
  background-color: rgba(255, 255, 255, .75);
  height: 485px;
  width: 445px;
  margin: 50px auto;
  padding: 0;
  color: #000;
  position: relative;
}
.login-form a.active {
  color: #000;
}
.login-form .login-header {
  height: 66px;
  line-height: 68px;
  border-bottom: solid 1px #000;
  padding: 0 2.5rem;
}
.login-form .login-body {
  padding-top: 3rem;
}
.login-form .login-body .input-group {
  width: auto;
  height: 49px;
  margin: 0 2rem 1rem;
}
.login-form .login-body .input-group-text {
  background-color: #fff;
  border: none;
  color: #000;
  padding-right: 0;
  font-size: 13.5px;
}
.login-form .login-body .input-group input {
  background-color: #fff;
  border: none;
  height: 49px;
  color: #000;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  font-size: 13.5px;
}
.login-form .login-body .form-check {
  height: 49px;
  line-height: 49px;
  margin: 0 2rem 1rem;
  padding-left: 0;
}
.login-form .login-body .form-check input {
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  border-radius: 0;
  position: initial;
  margin: 0;
  vertical-align: middle;
}
.login-form .login-btn, 
.login-form .logout-btn{
  margin: 0 2rem;
}
.login-form .login-btn button,
.login-form .logout-btn a {
  display: inline-block;
  text-align: center;
  height: 49px;
  line-height: 49px;
  background-color: #000;
  color: #fff;
  font-family: FZYouHei-510M;
  border: none;
  outline: none;
  width: 100%;
}
.login-form .login-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 66px;
  line-height: 68px;
  padding: 0 2.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* =============== elearning end =============== */

/**咖啡师证书***/

#e_loading {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
#carti_box {
  display: block;
  width: 980px;
  margin: auto;
  height: 680px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 980px 680px;
  color: #040000;
  /* color: #f0b81e; */
  position: relative;
}
#carti_box ul {
  display: block;
  list-style: none;
  font-family: FZYouHei-512B;
  font-size: 18px;
  white-space: nowrap;
  line-height: 22px;
  letter-spacing: 1px;
  margin-left: 348px;
  margin-top: 400px;
}
#carti_box ul li .usr_name {
  margin-left: 8px;
  font-size: 20px;
  letter-spacing: 1.5px;
}
#carti_box ul li .usr_id {
  margin-left: 7.5px;
  letter-spacing: 1.4px;
}
#carti_box .cert_time {
  display: block;
  position: absolute;
  text-align: center;
  font-family: FZYouHei-510M;
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 32px;
  bottom: 27px;
  left: 0;
  right: 0;
  /* border: solid 1px red; */
}
#carti_box .cert_time b {
  font-weight: normal;
  margin: 0 6px 0 4.5px;
  white-space: pre;
}
.carti_box {
  background-image: url(../../images/cafei.png);
}
.carti_boxs {
  background-image: url(../../images/tongguan.png);
}

#eve_add_wenjian {
  display: none;
  width: 980px;
  height: 680px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
}

