@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00ac69 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00ac69 !important;
  border-color: #00ac69 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00794a !important;
  border-color: #00794a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00794a !important;
  border-color: #00794a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00ac69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00794a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00ac69 !important;
  border-color: #00ac69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff3333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #19a2e8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #338d99 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd72e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #00ac69 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00794a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3333 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #19a2e8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd72e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.nav-tabs .nav-link.active {
  color: #00ac69;
}
.nav-tabs .nav-link:not(.active) {
  color: #333333;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00ac69;
  border-color: #00ac69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00ac69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2dffad;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00ac69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #00ac69;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00ac69;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00ac69;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #777d74;
  border-bottom-color: #777d74;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00ac69;
  border-bottom-color: #00ac69;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00ac69 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/cec/zh/assets/mobirise/css/"data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http:/www.w3.org/2000/svg' stroke='%2300ac69' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tYnufGNN5V .navbar-dropdown {
  position: relative !important;
}
.cid-tYnufGNN5V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYnufGNN5V .dropdown-menu {
  padding: 0;
}
.cid-tYnufGNN5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYnufGNN5V .dropdown-item:hover,
.cid-tYnufGNN5V .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-tYnufGNN5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYnufGNN5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYnufGNN5V .nav-link {
  position: relative;
}
.cid-tYnufGNN5V .container {
  display: flex;
  margin: auto;
}
.cid-tYnufGNN5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYnufGNN5V .navbar-caption {
  padding-right: 4rem;
}
.cid-tYnufGNN5V .dropdown-menu,
.cid-tYnufGNN5V .navbar.opened {
  background: #00ac69 !important;
}
.cid-tYnufGNN5V .nav-item:focus,
.cid-tYnufGNN5V .nav-link:focus {
  outline: none;
}
.cid-tYnufGNN5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYnufGNN5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYnufGNN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYnufGNN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYnufGNN5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYnufGNN5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYnufGNN5V .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-tYnufGNN5V .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYnufGNN5V .navbar.opened {
  transition: all .3s;
}
.cid-tYnufGNN5V .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYnufGNN5V .navbar .navbar-logo img {
  width: auto;
}
.cid-tYnufGNN5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYnufGNN5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYnufGNN5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYnufGNN5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYnufGNN5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYnufGNN5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYnufGNN5V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYnufGNN5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYnufGNN5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYnufGNN5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYnufGNN5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYnufGNN5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYnufGNN5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYnufGNN5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYnufGNN5V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYnufGNN5V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYnufGNN5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYnufGNN5V .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYnufGNN5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYnufGNN5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYnufGNN5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYnufGNN5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYnufGNN5V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYnufGNN5V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYnufGNN5V .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYnufGNN5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYnufGNN5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYnufGNN5V .dropdown-item.active,
.cid-tYnufGNN5V .dropdown-item:active {
  background-color: transparent;
}
.cid-tYnufGNN5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYnufGNN5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYnufGNN5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYnufGNN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-tYnufGNN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYnufGNN5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYnufGNN5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYnufGNN5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYnufGNN5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYnufGNN5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYnufGNN5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYnufGNN5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYnufGNN5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYnufGNN5V .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tYnufGNN5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYnufGNN5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYnufGNN5V .navbar {
    height: 77px;
  }
  .cid-tYnufGNN5V .navbar.opened {
    height: auto;
  }
  .cid-tYnufGNN5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYMymfMh13 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7497cf;
}
@media (max-width: 991px) {
  .cid-tYMymfMh13 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYMymfMh13 .row {
  flex-direction: row-reverse;
}
.cid-tYMymfMh13 img {
  width: 100%;
}
.cid-tYo1K6rC4V {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYo1K6rC4V .mbr-section-subtitle {
  color: #00ac69;
}
.cid-tYnZu035nk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYnZu035nk .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tYnZu035nk .container {
    max-width: 1400px;
  }
}
.cid-tYnZu035nk .card {
  margin: auto;
}
.cid-tYnZu035nk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00ac69;
  margin-bottom: 2rem;
}
.cid-tYnZu035nk .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYnZu035nk .row {
  justify-content: center;
}
.cid-tYo1UttpWD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYo1UttpWD .mbr-section-subtitle {
  color: #00ac69;
}
.cid-tYo25MruJP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYo25MruJP .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYo25MruJP .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYo25MruJP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYo25MruJP .card-wrapper {
    padding: 2rem;
  }
}
.cid-tYo25MruJP .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00ac69;
}
.cid-tYo25MruJP H3 {
  color: #00ac69;
  text-align: left;
}
.cid-tYo25MruJP .card-title {
  color: #00ac69;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tYnufGNN5V .navbar-dropdown {
  position: relative !important;
}
.cid-tYnufGNN5V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYnufGNN5V .dropdown-menu {
  padding: 0;
}
.cid-tYnufGNN5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYnufGNN5V .dropdown-item:hover,
.cid-tYnufGNN5V .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-tYnufGNN5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYnufGNN5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYnufGNN5V .nav-link {
  position: relative;
}
.cid-tYnufGNN5V .container {
  display: flex;
  margin: auto;
}
.cid-tYnufGNN5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYnufGNN5V .navbar-caption {
  padding-right: 4rem;
}
.cid-tYnufGNN5V .dropdown-menu,
.cid-tYnufGNN5V .navbar.opened {
  background: #00ac69 !important;
}
.cid-tYnufGNN5V .nav-item:focus,
.cid-tYnufGNN5V .nav-link:focus {
  outline: none;
}
.cid-tYnufGNN5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYnufGNN5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYnufGNN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYnufGNN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYnufGNN5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYnufGNN5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYnufGNN5V .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-tYnufGNN5V .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYnufGNN5V .navbar.opened {
  transition: all .3s;
}
.cid-tYnufGNN5V .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYnufGNN5V .navbar .navbar-logo img {
  width: auto;
}
.cid-tYnufGNN5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYnufGNN5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYnufGNN5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYnufGNN5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYnufGNN5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYnufGNN5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYnufGNN5V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYnufGNN5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYnufGNN5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYnufGNN5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYnufGNN5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYnufGNN5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYnufGNN5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYnufGNN5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYnufGNN5V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYnufGNN5V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYnufGNN5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYnufGNN5V .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYnufGNN5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYnufGNN5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYnufGNN5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYnufGNN5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYnufGNN5V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYnufGNN5V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYnufGNN5V .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYnufGNN5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYnufGNN5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYnufGNN5V .dropdown-item.active,
.cid-tYnufGNN5V .dropdown-item:active {
  background-color: transparent;
}
.cid-tYnufGNN5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYnufGNN5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYnufGNN5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYnufGNN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-tYnufGNN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYnufGNN5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYnufGNN5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYnufGNN5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYnufGNN5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYnufGNN5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYnufGNN5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYnufGNN5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYnufGNN5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYnufGNN5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYnufGNN5V .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tYnufGNN5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYnufGNN5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYnufGNN5V .navbar {
    height: 77px;
  }
  .cid-tYnufGNN5V .navbar.opened {
    height: auto;
  }
  .cid-tYnufGNN5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYorgMyHtA {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-tYorgMyHtA .mbr-text,
.cid-tYorgMyHtA .mbr-section-btn {
  color: #333333;
}
.cid-tYorgMyHtA .card-title,
.cid-tYorgMyHtA .card-box {
  color: #ffffff;
}
.cid-tYorgMyHtA .mbr-text,
.cid-tYorgMyHtA .link-wrap {
  color: #ffffff;
}
.cid-tYQnrZS4Bj {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tYouG2kVtd .navbar-dropdown {
  position: relative !important;
}
.cid-tYouG2kVtd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYouG2kVtd .dropdown-menu {
  padding: 0;
}
.cid-tYouG2kVtd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYouG2kVtd .dropdown-item:hover,
.cid-tYouG2kVtd .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-tYouG2kVtd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYouG2kVtd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYouG2kVtd .nav-link {
  position: relative;
}
.cid-tYouG2kVtd .container {
  display: flex;
  margin: auto;
}
.cid-tYouG2kVtd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYouG2kVtd .navbar-caption {
  padding-right: 4rem;
}
.cid-tYouG2kVtd .dropdown-menu,
.cid-tYouG2kVtd .navbar.opened {
  background: #00ac69 !important;
}
.cid-tYouG2kVtd .nav-item:focus,
.cid-tYouG2kVtd .nav-link:focus {
  outline: none;
}
.cid-tYouG2kVtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYouG2kVtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYouG2kVtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYouG2kVtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYouG2kVtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYouG2kVtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYouG2kVtd .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-tYouG2kVtd .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYouG2kVtd .navbar.opened {
  transition: all .3s;
}
.cid-tYouG2kVtd .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYouG2kVtd .navbar .navbar-logo img {
  width: auto;
}
.cid-tYouG2kVtd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYouG2kVtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYouG2kVtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYouG2kVtd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYouG2kVtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYouG2kVtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYouG2kVtd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYouG2kVtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYouG2kVtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYouG2kVtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYouG2kVtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYouG2kVtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYouG2kVtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYouG2kVtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYouG2kVtd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYouG2kVtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYouG2kVtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYouG2kVtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYouG2kVtd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYouG2kVtd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYouG2kVtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYouG2kVtd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYouG2kVtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYouG2kVtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYouG2kVtd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYouG2kVtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYouG2kVtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYouG2kVtd .dropdown-item.active,
.cid-tYouG2kVtd .dropdown-item:active {
  background-color: transparent;
}
.cid-tYouG2kVtd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYouG2kVtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYouG2kVtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYouG2kVtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-tYouG2kVtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYouG2kVtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYouG2kVtd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYouG2kVtd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYouG2kVtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYouG2kVtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tYouG2kVtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYouG2kVtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYouG2kVtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYouG2kVtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYouG2kVtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYouG2kVtd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYouG2kVtd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYouG2kVtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYouG2kVtd .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tYouG2kVtd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYouG2kVtd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYouG2kVtd .navbar {
    height: 77px;
  }
  .cid-tYouG2kVtd .navbar.opened {
    height: auto;
  }
  .cid-tYouG2kVtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYouG3f2dF {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-tYouG3f2dF .mbr-text,
.cid-tYouG3f2dF .mbr-section-btn {
  color: #333333;
}
.cid-tYouG3f2dF .card-title,
.cid-tYouG3f2dF .card-box {
  color: #ffffff;
}
.cid-tYouG3f2dF .mbr-text,
.cid-tYouG3f2dF .link-wrap {
  color: #ffffff;
}
.cid-tYow0gjiAv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYow0gjiAv .mbr-section-subtitle {
  color: #00ac69;
}
.cid-tYow0YUhco {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYow0YUhco .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYow0YUhco .row {
  flex-direction: row-reverse;
}
.cid-tYow0YUhco img {
  width: 100%;
}
.cid-tYoxccYtdD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYoxccYtdD .mbr-text {
  text-align: center;
}
.cid-tYoxgRjphC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYoxgRjphC .mbr-section-subtitle {
  color: #00ac69;
}
.cid-tYoxnCI6UC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYoxnCI6UC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYoxnCI6UC .row {
  flex-direction: row-reverse;
}
.cid-tYoxnCI6UC img {
  width: 100%;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tYoxD7e6bv .navbar-dropdown {
  position: relative !important;
}
.cid-tYoxD7e6bv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYoxD7e6bv .dropdown-menu {
  padding: 0;
}
.cid-tYoxD7e6bv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYoxD7e6bv .dropdown-item:hover,
.cid-tYoxD7e6bv .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-tYoxD7e6bv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYoxD7e6bv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYoxD7e6bv .nav-link {
  position: relative;
}
.cid-tYoxD7e6bv .container {
  display: flex;
  margin: auto;
}
.cid-tYoxD7e6bv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYoxD7e6bv .navbar-caption {
  padding-right: 4rem;
}
.cid-tYoxD7e6bv .dropdown-menu,
.cid-tYoxD7e6bv .navbar.opened {
  background: #00ac69 !important;
}
.cid-tYoxD7e6bv .nav-item:focus,
.cid-tYoxD7e6bv .nav-link:focus {
  outline: none;
}
.cid-tYoxD7e6bv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYoxD7e6bv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYoxD7e6bv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYoxD7e6bv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYoxD7e6bv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYoxD7e6bv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYoxD7e6bv .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-tYoxD7e6bv .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYoxD7e6bv .navbar.opened {
  transition: all .3s;
}
.cid-tYoxD7e6bv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYoxD7e6bv .navbar .navbar-logo img {
  width: auto;
}
.cid-tYoxD7e6bv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYoxD7e6bv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYoxD7e6bv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYoxD7e6bv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYoxD7e6bv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYoxD7e6bv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYoxD7e6bv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYoxD7e6bv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYoxD7e6bv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYoxD7e6bv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYoxD7e6bv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYoxD7e6bv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYoxD7e6bv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYoxD7e6bv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYoxD7e6bv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYoxD7e6bv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYoxD7e6bv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYoxD7e6bv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYoxD7e6bv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYoxD7e6bv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYoxD7e6bv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYoxD7e6bv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYoxD7e6bv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYoxD7e6bv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYoxD7e6bv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYoxD7e6bv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYoxD7e6bv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYoxD7e6bv .dropdown-item.active,
.cid-tYoxD7e6bv .dropdown-item:active {
  background-color: transparent;
}
.cid-tYoxD7e6bv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYoxD7e6bv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYoxD7e6bv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYoxD7e6bv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-tYoxD7e6bv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYoxD7e6bv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYoxD7e6bv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYoxD7e6bv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYoxD7e6bv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYoxD7e6bv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tYoxD7e6bv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYoxD7e6bv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYoxD7e6bv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYoxD7e6bv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYoxD7e6bv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYoxD7e6bv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYoxD7e6bv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYoxD7e6bv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYoxD7e6bv .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tYoxD7e6bv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYoxD7e6bv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYoxD7e6bv .navbar {
    height: 77px;
  }
  .cid-tYoxD7e6bv .navbar.opened {
    height: auto;
  }
  .cid-tYoxD7e6bv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYoxD8qoIl {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-tYoxD8qoIl .mbr-text,
.cid-tYoxD8qoIl .mbr-section-btn {
  color: #333333;
}
.cid-tYoxD8qoIl .card-title,
.cid-tYoxD8qoIl .card-box {
  color: #ffffff;
}
.cid-tYoxD8qoIl .mbr-text,
.cid-tYoxD8qoIl .link-wrap {
  color: #ffffff;
}
.cid-tYoxD99zNe {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tYoxD99zNe .mbr-section-subtitle {
  color: #00ac69;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tYozyPSPon .navbar-dropdown {
  position: relative !important;
}
.cid-tYozyPSPon .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYozyPSPon .dropdown-menu {
  padding: 0;
}
.cid-tYozyPSPon .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYozyPSPon .dropdown-item:hover,
.cid-tYozyPSPon .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-tYozyPSPon .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYozyPSPon .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYozyPSPon .nav-link {
  position: relative;
}
.cid-tYozyPSPon .container {
  display: flex;
  margin: auto;
}
.cid-tYozyPSPon .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYozyPSPon .navbar-caption {
  padding-right: 4rem;
}
.cid-tYozyPSPon .dropdown-menu,
.cid-tYozyPSPon .navbar.opened {
  background: #00ac69 !important;
}
.cid-tYozyPSPon .nav-item:focus,
.cid-tYozyPSPon .nav-link:focus {
  outline: none;
}
.cid-tYozyPSPon .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYozyPSPon .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYozyPSPon .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYozyPSPon .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYozyPSPon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYozyPSPon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYozyPSPon .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-tYozyPSPon .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYozyPSPon .navbar.opened {
  transition: all .3s;
}
.cid-tYozyPSPon .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYozyPSPon .navbar .navbar-logo img {
  width: auto;
}
.cid-tYozyPSPon .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYozyPSPon .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYozyPSPon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYozyPSPon .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYozyPSPon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYozyPSPon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYozyPSPon .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYozyPSPon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYozyPSPon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYozyPSPon .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYozyPSPon .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYozyPSPon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYozyPSPon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYozyPSPon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYozyPSPon .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYozyPSPon .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYozyPSPon .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYozyPSPon .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYozyPSPon .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYozyPSPon .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYozyPSPon .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYozyPSPon .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYozyPSPon .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYozyPSPon .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYozyPSPon .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYozyPSPon .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYozyPSPon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYozyPSPon .dropdown-item.active,
.cid-tYozyPSPon .dropdown-item:active {
  background-color: transparent;
}
.cid-tYozyPSPon .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYozyPSPon .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYozyPSPon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYozyPSPon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-tYozyPSPon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYozyPSPon .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYozyPSPon ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYozyPSPon .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYozyPSPon button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYozyPSPon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tYozyPSPon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYozyPSPon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYozyPSPon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYozyPSPon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYozyPSPon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYozyPSPon nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYozyPSPon nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYozyPSPon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYozyPSPon .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tYozyPSPon a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYozyPSPon .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYozyPSPon .navbar {
    height: 77px;
  }
  .cid-tYozyPSPon .navbar.opened {
    height: auto;
  }
  .cid-tYozyPSPon .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYozyRrxkn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-tYozyRrxkn .mbr-text,
.cid-tYozyRrxkn .mbr-section-btn {
  color: #333333;
}
.cid-tYozyRrxkn .card-title,
.cid-tYozyRrxkn .card-box {
  color: #ffffff;
}
.cid-tYozyRrxkn .mbr-text,
.cid-tYozyRrxkn .link-wrap {
  color: #ffffff;
}
.cid-Pep43G3X9l {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-Pep43G3X9l .mbr-section-subtitle {
  color: #767676;
}
.cid-Pep43G3X9l .container-table {
  margin: 0 auto;
}
.cid-Pep43G3X9l .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-Pep43G3X9l .dataTables_wrapper {
  display: block;
}
.cid-Pep43G3X9l .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-Pep43G3X9l .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-Pep43G3X9l table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #bbbbbb;
  margin-bottom: 0;
}
.cid-Pep43G3X9l table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-Pep43G3X9l table th:hover {
  background: #bbbbbb;
  color: #000000;
}
.cid-Pep43G3X9l table td {
  border-top: 1px solid #bbbbbb;
}
.cid-Pep43G3X9l table.table {
  background: #ffffff;
}
.cid-Pep43G3X9l .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-Pep43G3X9l .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-Pep43G3X9l .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-Pep43G3X9l .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-Pep43G3X9l .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-Pep43G3X9l .dataTables_filter {
    text-align: center;
  }
  .cid-Pep43G3X9l .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-Pep43G3X9l .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-tYozyS5vxQ {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tYozyS5vxQ .mbr-section-subtitle {
  color: #00ac69;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tYoBTqz9G9 .navbar-dropdown {
  position: relative !important;
}
.cid-tYoBTqz9G9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYoBTqz9G9 .dropdown-menu {
  padding: 0;
}
.cid-tYoBTqz9G9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYoBTqz9G9 .dropdown-item:hover,
.cid-tYoBTqz9G9 .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-tYoBTqz9G9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYoBTqz9G9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYoBTqz9G9 .nav-link {
  position: relative;
}
.cid-tYoBTqz9G9 .container {
  display: flex;
  margin: auto;
}
.cid-tYoBTqz9G9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYoBTqz9G9 .navbar-caption {
  padding-right: 4rem;
}
.cid-tYoBTqz9G9 .dropdown-menu,
.cid-tYoBTqz9G9 .navbar.opened {
  background: #00ac69 !important;
}
.cid-tYoBTqz9G9 .nav-item:focus,
.cid-tYoBTqz9G9 .nav-link:focus {
  outline: none;
}
.cid-tYoBTqz9G9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYoBTqz9G9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYoBTqz9G9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYoBTqz9G9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYoBTqz9G9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYoBTqz9G9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYoBTqz9G9 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-tYoBTqz9G9 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYoBTqz9G9 .navbar.opened {
  transition: all .3s;
}
.cid-tYoBTqz9G9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYoBTqz9G9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYoBTqz9G9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYoBTqz9G9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYoBTqz9G9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYoBTqz9G9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYoBTqz9G9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYoBTqz9G9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYoBTqz9G9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYoBTqz9G9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYoBTqz9G9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYoBTqz9G9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYoBTqz9G9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYoBTqz9G9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYoBTqz9G9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYoBTqz9G9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYoBTqz9G9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYoBTqz9G9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYoBTqz9G9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYoBTqz9G9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYoBTqz9G9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYoBTqz9G9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYoBTqz9G9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYoBTqz9G9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYoBTqz9G9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYoBTqz9G9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYoBTqz9G9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYoBTqz9G9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYoBTqz9G9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYoBTqz9G9 .dropdown-item.active,
.cid-tYoBTqz9G9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYoBTqz9G9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYoBTqz9G9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYoBTqz9G9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYoBTqz9G9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-tYoBTqz9G9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYoBTqz9G9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYoBTqz9G9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYoBTqz9G9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYoBTqz9G9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYoBTqz9G9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tYoBTqz9G9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYoBTqz9G9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYoBTqz9G9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYoBTqz9G9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYoBTqz9G9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYoBTqz9G9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYoBTqz9G9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYoBTqz9G9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYoBTqz9G9 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tYoBTqz9G9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYoBTqz9G9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYoBTqz9G9 .navbar {
    height: 77px;
  }
  .cid-tYoBTqz9G9 .navbar.opened {
    height: auto;
  }
  .cid-tYoBTqz9G9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYoBTrXwrm {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-tYoBTrXwrm .mbr-text,
.cid-tYoBTrXwrm .mbr-section-btn {
  color: #333333;
}
.cid-tYoBTrXwrm .card-title,
.cid-tYoBTrXwrm .card-box {
  color: #ffffff;
}
.cid-tYoBTrXwrm .mbr-text,
.cid-tYoBTrXwrm .link-wrap {
  color: #ffffff;
}
.cid-tYoC4viCOD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYoCaWaJ3i {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tYp8qMf6Zi .navbar-dropdown {
  position: relative !important;
}
.cid-tYp8qMf6Zi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYp8qMf6Zi .dropdown-menu {
  padding: 0;
}
.cid-tYp8qMf6Zi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYp8qMf6Zi .dropdown-item:hover,
.cid-tYp8qMf6Zi .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-tYp8qMf6Zi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYp8qMf6Zi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYp8qMf6Zi .nav-link {
  position: relative;
}
.cid-tYp8qMf6Zi .container {
  display: flex;
  margin: auto;
}
.cid-tYp8qMf6Zi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYp8qMf6Zi .navbar-caption {
  padding-right: 4rem;
}
.cid-tYp8qMf6Zi .dropdown-menu,
.cid-tYp8qMf6Zi .navbar.opened {
  background: #00ac69 !important;
}
.cid-tYp8qMf6Zi .nav-item:focus,
.cid-tYp8qMf6Zi .nav-link:focus {
  outline: none;
}
.cid-tYp8qMf6Zi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYp8qMf6Zi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYp8qMf6Zi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYp8qMf6Zi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYp8qMf6Zi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYp8qMf6Zi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYp8qMf6Zi .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-tYp8qMf6Zi .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYp8qMf6Zi .navbar.opened {
  transition: all .3s;
}
.cid-tYp8qMf6Zi .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYp8qMf6Zi .navbar .navbar-logo img {
  width: auto;
}
.cid-tYp8qMf6Zi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYp8qMf6Zi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYp8qMf6Zi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYp8qMf6Zi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYp8qMf6Zi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYp8qMf6Zi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYp8qMf6Zi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYp8qMf6Zi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYp8qMf6Zi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYp8qMf6Zi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYp8qMf6Zi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYp8qMf6Zi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYp8qMf6Zi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYp8qMf6Zi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYp8qMf6Zi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYp8qMf6Zi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYp8qMf6Zi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYp8qMf6Zi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYp8qMf6Zi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYp8qMf6Zi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYp8qMf6Zi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYp8qMf6Zi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYp8qMf6Zi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYp8qMf6Zi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYp8qMf6Zi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYp8qMf6Zi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYp8qMf6Zi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYp8qMf6Zi .dropdown-item.active,
.cid-tYp8qMf6Zi .dropdown-item:active {
  background-color: transparent;
}
.cid-tYp8qMf6Zi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYp8qMf6Zi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYp8qMf6Zi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYp8qMf6Zi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-tYp8qMf6Zi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYp8qMf6Zi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYp8qMf6Zi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYp8qMf6Zi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYp8qMf6Zi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYp8qMf6Zi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tYp8qMf6Zi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYp8qMf6Zi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYp8qMf6Zi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYp8qMf6Zi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYp8qMf6Zi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYp8qMf6Zi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYp8qMf6Zi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYp8qMf6Zi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYp8qMf6Zi .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tYp8qMf6Zi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYp8qMf6Zi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYp8qMf6Zi .navbar {
    height: 77px;
  }
  .cid-tYp8qMf6Zi .navbar.opened {
    height: auto;
  }
  .cid-tYp8qMf6Zi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYp8qNiQIr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-tYp8qNiQIr .mbr-text,
.cid-tYp8qNiQIr .mbr-section-btn {
  color: #333333;
}
.cid-tYp8qNiQIr .card-title,
.cid-tYp8qNiQIr .card-box {
  color: #ffffff;
}
.cid-tYp8qNiQIr .mbr-text,
.cid-tYp8qNiQIr .link-wrap {
  color: #ffffff;
}
.cid-tYp8GsYkCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYp8GsYkCl .mbr-section-subtitle {
  text-align: center;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tYos8uzNMk .navbar-dropdown {
  position: relative !important;
}
.cid-tYos8uzNMk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYos8uzNMk .dropdown-menu {
  padding: 0;
}
.cid-tYos8uzNMk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYos8uzNMk .dropdown-item:hover,
.cid-tYos8uzNMk .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-tYos8uzNMk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tYos8uzNMk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYos8uzNMk .nav-link {
  position: relative;
}
.cid-tYos8uzNMk .container {
  display: flex;
  margin: auto;
}
.cid-tYos8uzNMk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYos8uzNMk .navbar-caption {
  padding-right: 4rem;
}
.cid-tYos8uzNMk .dropdown-menu,
.cid-tYos8uzNMk .navbar.opened {
  background: #00ac69 !important;
}
.cid-tYos8uzNMk .nav-item:focus,
.cid-tYos8uzNMk .nav-link:focus {
  outline: none;
}
.cid-tYos8uzNMk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYos8uzNMk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYos8uzNMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYos8uzNMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYos8uzNMk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYos8uzNMk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYos8uzNMk .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-tYos8uzNMk .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYos8uzNMk .navbar.opened {
  transition: all .3s;
}
.cid-tYos8uzNMk .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tYos8uzNMk .navbar .navbar-logo img {
  width: auto;
}
.cid-tYos8uzNMk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYos8uzNMk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYos8uzNMk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYos8uzNMk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYos8uzNMk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYos8uzNMk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYos8uzNMk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYos8uzNMk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYos8uzNMk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYos8uzNMk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYos8uzNMk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYos8uzNMk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYos8uzNMk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYos8uzNMk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYos8uzNMk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYos8uzNMk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYos8uzNMk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYos8uzNMk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYos8uzNMk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYos8uzNMk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYos8uzNMk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYos8uzNMk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYos8uzNMk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYos8uzNMk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYos8uzNMk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYos8uzNMk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYos8uzNMk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYos8uzNMk .dropdown-item.active,
.cid-tYos8uzNMk .dropdown-item:active {
  background-color: transparent;
}
.cid-tYos8uzNMk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYos8uzNMk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYos8uzNMk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYos8uzNMk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-tYos8uzNMk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYos8uzNMk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYos8uzNMk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYos8uzNMk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYos8uzNMk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tYos8uzNMk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tYos8uzNMk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYos8uzNMk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYos8uzNMk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYos8uzNMk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYos8uzNMk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYos8uzNMk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYos8uzNMk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYos8uzNMk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYos8uzNMk .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tYos8uzNMk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYos8uzNMk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYos8uzNMk .navbar {
    height: 77px;
  }
  .cid-tYos8uzNMk .navbar.opened {
    height: auto;
  }
  .cid-tYos8uzNMk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYos8vDu2Z {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-tYos8vDu2Z .mbr-text,
.cid-tYos8vDu2Z .mbr-section-btn {
  color: #333333;
}
.cid-tYos8vDu2Z .card-title,
.cid-tYos8vDu2Z .card-box {
  color: #ffffff;
}
.cid-tYos8vDu2Z .mbr-text,
.cid-tYos8vDu2Z .link-wrap {
  color: #ffffff;
}
.cid-u2lqS4N8Sw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lqS4N8Sw .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-u2lqS4N8Sw .mbr-section-title,
.cid-u2lqS4N8Sw .mbr-section-subtitle {
  text-align: center;
}
.cid-u2lqS4N8Sw .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u2lqS4N8Sw .card-wrapper {
  background-color: #f9f9f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u2lqS4N8Sw .d-flex {
    flex-wrap: wrap;
  }
  .cid-u2lqS4N8Sw .card-box {
    padding: 1rem;
  }
  .cid-u2lqS4N8Sw .w-33,
  .cid-u2lqS4N8Sw .w-66 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-u2lqS4N8Sw .w-33 {
    width: 33.33%;
  }
  .cid-u2lqS4N8Sw .w-66 {
    width: 66.33%;
  }
  .cid-u2lqS4N8Sw .card-box {
    padding: 2rem;
  }
  .cid-u2lqS4N8Sw .image-wrapper,
  .cid-u2lqS4N8Sw img {
    height: 100%;
    object-fit: cover;
  }
}
.cid-u2lqwapISg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lqwapISg .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-u2lqwapISg .mbr-section-title,
.cid-u2lqwapISg .mbr-section-subtitle {
  text-align: center;
}
.cid-u2lqwapISg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u2lqwapISg .card-wrapper {
  background-color: #f9f9f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u2lqwapISg .d-flex {
    flex-wrap: wrap;
  }
  .cid-u2lqwapISg .card-box {
    padding: 1rem;
  }
  .cid-u2lqwapISg .w-33,
  .cid-u2lqwapISg .w-66 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-u2lqwapISg .w-33 {
    width: 33.33%;
  }
  .cid-u2lqwapISg .w-66 {
    width: 66.33%;
  }
  .cid-u2lqwapISg .card-box {
    padding: 2rem;
  }
  .cid-u2lqwapISg .image-wrapper,
  .cid-u2lqwapISg img {
    height: 100%;
    object-fit: cover;
  }
}
.cid-tYosjgRZTR {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYosjgRZTR .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tYosjgRZTR .mbr-section-title,
.cid-tYosjgRZTR .mbr-section-subtitle {
  text-align: center;
}
.cid-tYosjgRZTR .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tYosjgRZTR .card-wrapper {
  background-color: #f9f9f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYosjgRZTR .d-flex {
    flex-wrap: wrap;
  }
  .cid-tYosjgRZTR .card-box {
    padding: 1rem;
  }
  .cid-tYosjgRZTR .w-33,
  .cid-tYosjgRZTR .w-66 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tYosjgRZTR .w-33 {
    width: 33.33%;
  }
  .cid-tYosjgRZTR .w-66 {
    width: 66.33%;
  }
  .cid-tYosjgRZTR .card-box {
    padding: 2rem;
  }
  .cid-tYosjgRZTR .image-wrapper,
  .cid-tYosjgRZTR img {
    height: 100%;
    object-fit: cover;
  }
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1q4oTd0xw .navbar-dropdown {
  position: relative !important;
}
.cid-u1q4oTd0xw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1q4oTd0xw .dropdown-menu {
  padding: 0;
}
.cid-u1q4oTd0xw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1q4oTd0xw .dropdown-item:hover,
.cid-u1q4oTd0xw .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-u1q4oTd0xw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u1q4oTd0xw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1q4oTd0xw .nav-link {
  position: relative;
}
.cid-u1q4oTd0xw .container {
  display: flex;
  margin: auto;
}
.cid-u1q4oTd0xw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u1q4oTd0xw .navbar-caption {
  padding-right: 4rem;
}
.cid-u1q4oTd0xw .dropdown-menu,
.cid-u1q4oTd0xw .navbar.opened {
  background: #00ac69 !important;
}
.cid-u1q4oTd0xw .nav-item:focus,
.cid-u1q4oTd0xw .nav-link:focus {
  outline: none;
}
.cid-u1q4oTd0xw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1q4oTd0xw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1q4oTd0xw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1q4oTd0xw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1q4oTd0xw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1q4oTd0xw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1q4oTd0xw .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-u1q4oTd0xw .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1q4oTd0xw .navbar.opened {
  transition: all .3s;
}
.cid-u1q4oTd0xw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u1q4oTd0xw .navbar .navbar-logo img {
  width: auto;
}
.cid-u1q4oTd0xw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1q4oTd0xw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1q4oTd0xw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1q4oTd0xw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u1q4oTd0xw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1q4oTd0xw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1q4oTd0xw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1q4oTd0xw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1q4oTd0xw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1q4oTd0xw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1q4oTd0xw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1q4oTd0xw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1q4oTd0xw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1q4oTd0xw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1q4oTd0xw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1q4oTd0xw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1q4oTd0xw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1q4oTd0xw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1q4oTd0xw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1q4oTd0xw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1q4oTd0xw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1q4oTd0xw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1q4oTd0xw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1q4oTd0xw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1q4oTd0xw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1q4oTd0xw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1q4oTd0xw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1q4oTd0xw .dropdown-item.active,
.cid-u1q4oTd0xw .dropdown-item:active {
  background-color: transparent;
}
.cid-u1q4oTd0xw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1q4oTd0xw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1q4oTd0xw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1q4oTd0xw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-u1q4oTd0xw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1q4oTd0xw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1q4oTd0xw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1q4oTd0xw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1q4oTd0xw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1q4oTd0xw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u1q4oTd0xw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1q4oTd0xw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1q4oTd0xw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1q4oTd0xw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1q4oTd0xw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1q4oTd0xw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1q4oTd0xw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1q4oTd0xw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1q4oTd0xw .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-u1q4oTd0xw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1q4oTd0xw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1q4oTd0xw .navbar {
    height: 77px;
  }
  .cid-u1q4oTd0xw .navbar.opened {
    height: auto;
  }
  .cid-u1q4oTd0xw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1q4oTOkHt {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-u1q4oTOkHt .mbr-text,
.cid-u1q4oTOkHt .mbr-section-btn {
  color: #333333;
}
.cid-u1q4oTOkHt .card-title,
.cid-u1q4oTOkHt .card-box {
  color: #ffffff;
}
.cid-u1q4oTOkHt .mbr-text,
.cid-u1q4oTOkHt .link-wrap {
  color: #ffffff;
}
.cid-u1q4oU7HJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1q4oU7HJq .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u1q4oU7HJq .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u2lrb1N5fh .navbar-dropdown {
  position: relative !important;
}
.cid-u2lrb1N5fh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2lrb1N5fh .dropdown-menu {
  padding: 0;
}
.cid-u2lrb1N5fh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2lrb1N5fh .dropdown-item:hover,
.cid-u2lrb1N5fh .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-u2lrb1N5fh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u2lrb1N5fh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2lrb1N5fh .nav-link {
  position: relative;
}
.cid-u2lrb1N5fh .container {
  display: flex;
  margin: auto;
}
.cid-u2lrb1N5fh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u2lrb1N5fh .navbar-caption {
  padding-right: 4rem;
}
.cid-u2lrb1N5fh .dropdown-menu,
.cid-u2lrb1N5fh .navbar.opened {
  background: #00ac69 !important;
}
.cid-u2lrb1N5fh .nav-item:focus,
.cid-u2lrb1N5fh .nav-link:focus {
  outline: none;
}
.cid-u2lrb1N5fh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2lrb1N5fh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2lrb1N5fh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2lrb1N5fh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2lrb1N5fh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2lrb1N5fh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2lrb1N5fh .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-u2lrb1N5fh .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2lrb1N5fh .navbar.opened {
  transition: all .3s;
}
.cid-u2lrb1N5fh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u2lrb1N5fh .navbar .navbar-logo img {
  width: auto;
}
.cid-u2lrb1N5fh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2lrb1N5fh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2lrb1N5fh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2lrb1N5fh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u2lrb1N5fh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2lrb1N5fh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2lrb1N5fh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u2lrb1N5fh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2lrb1N5fh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u2lrb1N5fh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u2lrb1N5fh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2lrb1N5fh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2lrb1N5fh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2lrb1N5fh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2lrb1N5fh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u2lrb1N5fh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u2lrb1N5fh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2lrb1N5fh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2lrb1N5fh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2lrb1N5fh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2lrb1N5fh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u2lrb1N5fh .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2lrb1N5fh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2lrb1N5fh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2lrb1N5fh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2lrb1N5fh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2lrb1N5fh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2lrb1N5fh .dropdown-item.active,
.cid-u2lrb1N5fh .dropdown-item:active {
  background-color: transparent;
}
.cid-u2lrb1N5fh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2lrb1N5fh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2lrb1N5fh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2lrb1N5fh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-u2lrb1N5fh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2lrb1N5fh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2lrb1N5fh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2lrb1N5fh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2lrb1N5fh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u2lrb1N5fh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u2lrb1N5fh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2lrb1N5fh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2lrb1N5fh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2lrb1N5fh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2lrb1N5fh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2lrb1N5fh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2lrb1N5fh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2lrb1N5fh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2lrb1N5fh .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-u2lrb1N5fh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2lrb1N5fh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2lrb1N5fh .navbar {
    height: 77px;
  }
  .cid-u2lrb1N5fh .navbar.opened {
    height: auto;
  }
  .cid-u2lrb1N5fh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2lrb2mU8Q {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-u2lrb2mU8Q .mbr-text,
.cid-u2lrb2mU8Q .mbr-section-btn {
  color: #333333;
}
.cid-u2lrb2mU8Q .card-title,
.cid-u2lrb2mU8Q .card-box {
  color: #ffffff;
}
.cid-u2lrb2mU8Q .mbr-text,
.cid-u2lrb2mU8Q .link-wrap {
  color: #ffffff;
}
.cid-u2lrb2IL5w {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lrb2IL5w .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u2lrb2IL5w .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u2lsyzThqJ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u2lsyzThqJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2lsyzThqJ .row {
  flex-direction: row-reverse;
}
.cid-u2lsyzThqJ img {
  width: 100%;
}
.cid-u2ls75YmVd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u2ls75YmVd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2ls75YmVd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2ls75YmVd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2ls75YmVd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2ls75YmVd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2ls75YmVd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2ls75YmVd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2ls75YmVd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2ls75YmVd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2ls75YmVd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2ls75YmVd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2ls75YmVd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u73cKLXJkC .navbar-dropdown {
  position: relative !important;
}
.cid-u73cKLXJkC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u73cKLXJkC .dropdown-menu {
  padding: 0;
}
.cid-u73cKLXJkC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u73cKLXJkC .dropdown-item:hover,
.cid-u73cKLXJkC .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-u73cKLXJkC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u73cKLXJkC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u73cKLXJkC .nav-link {
  position: relative;
}
.cid-u73cKLXJkC .container {
  display: flex;
  margin: auto;
}
.cid-u73cKLXJkC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u73cKLXJkC .navbar-caption {
  padding-right: 4rem;
}
.cid-u73cKLXJkC .dropdown-menu,
.cid-u73cKLXJkC .navbar.opened {
  background: #00ac69 !important;
}
.cid-u73cKLXJkC .nav-item:focus,
.cid-u73cKLXJkC .nav-link:focus {
  outline: none;
}
.cid-u73cKLXJkC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u73cKLXJkC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u73cKLXJkC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u73cKLXJkC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u73cKLXJkC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u73cKLXJkC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u73cKLXJkC .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-u73cKLXJkC .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u73cKLXJkC .navbar.opened {
  transition: all .3s;
}
.cid-u73cKLXJkC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u73cKLXJkC .navbar .navbar-logo img {
  width: auto;
}
.cid-u73cKLXJkC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u73cKLXJkC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u73cKLXJkC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u73cKLXJkC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u73cKLXJkC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u73cKLXJkC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u73cKLXJkC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u73cKLXJkC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u73cKLXJkC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u73cKLXJkC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u73cKLXJkC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u73cKLXJkC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u73cKLXJkC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u73cKLXJkC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u73cKLXJkC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u73cKLXJkC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u73cKLXJkC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u73cKLXJkC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u73cKLXJkC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u73cKLXJkC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u73cKLXJkC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u73cKLXJkC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u73cKLXJkC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u73cKLXJkC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u73cKLXJkC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u73cKLXJkC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u73cKLXJkC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u73cKLXJkC .dropdown-item.active,
.cid-u73cKLXJkC .dropdown-item:active {
  background-color: transparent;
}
.cid-u73cKLXJkC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u73cKLXJkC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u73cKLXJkC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u73cKLXJkC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-u73cKLXJkC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u73cKLXJkC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u73cKLXJkC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u73cKLXJkC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u73cKLXJkC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u73cKLXJkC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u73cKLXJkC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u73cKLXJkC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u73cKLXJkC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u73cKLXJkC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u73cKLXJkC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u73cKLXJkC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u73cKLXJkC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u73cKLXJkC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u73cKLXJkC .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-u73cKLXJkC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u73cKLXJkC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u73cKLXJkC .navbar {
    height: 77px;
  }
  .cid-u73cKLXJkC .navbar.opened {
    height: auto;
  }
  .cid-u73cKLXJkC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u73cKMHx69 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-u73cKMHx69 .mbr-text,
.cid-u73cKMHx69 .mbr-section-btn {
  color: #333333;
}
.cid-u73cKMHx69 .card-title,
.cid-u73cKMHx69 .card-box {
  color: #ffffff;
}
.cid-u73cKMHx69 .mbr-text,
.cid-u73cKMHx69 .link-wrap {
  color: #ffffff;
}
.cid-u73cKN5BOB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u73cKN5BOB .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-u73cKOeO0Q {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u73cKOeO0Q .mbr-section-subtitle {
  color: #2f6946;
}
.cid-u73cKOeO0Q .container-table {
  margin: 0 auto;
}
.cid-u73cKOeO0Q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73cKOeO0Q .dataTables_wrapper {
  display: block;
}
.cid-u73cKOeO0Q .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73cKOeO0Q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73cKOeO0Q table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73cKOeO0Q table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73cKOeO0Q table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73cKOeO0Q table td {
  border-top: 1px solid #cccccc;
}
.cid-u73cKOeO0Q table.table {
  background: #f9f9f9;
}
.cid-u73cKOeO0Q .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73cKOeO0Q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73cKOeO0Q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73cKOeO0Q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73cKOeO0Q .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73cKOeO0Q .dataTables_filter {
    text-align: center;
  }
  .cid-u73cKOeO0Q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u73cKOeO0Q .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-u73cKOeO0Q .head-item {
  text-align: center;
}
.cid-u73cKOeO0Q .body-item {
  text-align: center;
}
.cid-u73reKCU7v {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u73reKCU7v .mbr-section-subtitle {
  color: #2f6946;
}
.cid-u73reKCU7v .container-table {
  margin: 0 auto;
}
.cid-u73reKCU7v .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73reKCU7v .dataTables_wrapper {
  display: block;
}
.cid-u73reKCU7v .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73reKCU7v .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73reKCU7v table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73reKCU7v table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73reKCU7v table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73reKCU7v table td {
  border-top: 1px solid #cccccc;
}
.cid-u73reKCU7v table.table {
  background: #f9f9f9;
}
.cid-u73reKCU7v .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73reKCU7v .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73reKCU7v .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73reKCU7v .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73reKCU7v .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73reKCU7v .dataTables_filter {
    text-align: center;
  }
  .cid-u73reKCU7v .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u73reKCU7v .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-u73reKCU7v .head-item {
  text-align: center;
}
.cid-u73reKCU7v .body-item {
  text-align: center;
}
.cid-u73cKSmuRr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u73cKSmuRr .mbr-section-subtitle {
  color: #2f6946;
}
.cid-u73cKSmuRr .container-table {
  margin: 0 auto;
}
.cid-u73cKSmuRr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73cKSmuRr .dataTables_wrapper {
  display: block;
}
.cid-u73cKSmuRr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73cKSmuRr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73cKSmuRr table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73cKSmuRr table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73cKSmuRr table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73cKSmuRr table td {
  border-top: 1px solid #cccccc;
}
.cid-u73cKSmuRr table.table {
  background: #f9f9f9;
}
.cid-u73cKSmuRr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73cKSmuRr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73cKSmuRr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73cKSmuRr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73cKSmuRr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73cKSmuRr .dataTables_filter {
    text-align: center;
  }
  .cid-u73cKSmuRr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u73cKSmuRr .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-u73cKSmuRr .head-item {
  text-align: center;
}
.cid-u73cKSmuRr .body-item {
  text-align: center;
}
.cid-u73cKQmCMC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u73cKQmCMC .mbr-section-subtitle {
  color: #4479d9;
}
.cid-u73cKQmCMC .container-table {
  margin: 0 auto;
}
.cid-u73cKQmCMC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73cKQmCMC .dataTables_wrapper {
  display: block;
}
.cid-u73cKQmCMC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73cKQmCMC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73cKQmCMC table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73cKQmCMC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73cKQmCMC table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73cKQmCMC table td {
  border-top: 1px solid #cccccc;
}
.cid-u73cKQmCMC table.table {
  background: #f9f9f9;
}
.cid-u73cKQmCMC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73cKQmCMC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73cKQmCMC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73cKQmCMC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73cKQmCMC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73cKQmCMC .dataTables_filter {
    text-align: center;
  }
  .cid-u73cKQmCMC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u73cKQmCMC .mbr-section-title {
  text-align: center;
  color: #2f6946;
}
.cid-u73cKQmCMC .head-item {
  text-align: center;
}
.cid-u73cKQmCMC .body-item {
  text-align: center;
}
.cid-u73cKWk0XE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u73cKWk0XE .mbr-section-subtitle {
  color: #4479d9;
}
.cid-u73cKWk0XE .container-table {
  margin: 0 auto;
}
.cid-u73cKWk0XE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73cKWk0XE .dataTables_wrapper {
  display: block;
}
.cid-u73cKWk0XE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73cKWk0XE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73cKWk0XE table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73cKWk0XE table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73cKWk0XE table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73cKWk0XE table td {
  border-top: 1px solid #cccccc;
}
.cid-u73cKWk0XE table.table {
  background: #f9f9f9;
}
.cid-u73cKWk0XE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73cKWk0XE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73cKWk0XE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73cKWk0XE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73cKWk0XE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73cKWk0XE .dataTables_filter {
    text-align: center;
  }
  .cid-u73cKWk0XE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u73cKWk0XE .mbr-section-title {
  text-align: center;
  color: #2f6946;
}
.cid-u73cKWk0XE .head-item {
  text-align: center;
}
.cid-u73cKWk0XE .body-item {
  text-align: center;
}
.cid-u73cKTbeE1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u73cKTbeE1 .mbr-section-subtitle {
  color: #2f6946;
}
.cid-u73cKTbeE1 .container-table {
  margin: 0 auto;
}
.cid-u73cKTbeE1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73cKTbeE1 .dataTables_wrapper {
  display: block;
}
.cid-u73cKTbeE1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73cKTbeE1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73cKTbeE1 table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73cKTbeE1 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73cKTbeE1 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73cKTbeE1 table td {
  border-top: 1px solid #cccccc;
}
.cid-u73cKTbeE1 table.table {
  background: #f9f9f9;
}
.cid-u73cKTbeE1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73cKTbeE1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73cKTbeE1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73cKTbeE1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73cKTbeE1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73cKTbeE1 .dataTables_filter {
    text-align: center;
  }
  .cid-u73cKTbeE1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u73cKTbeE1 .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-u73cKTbeE1 .head-item {
  text-align: center;
}
.cid-u73cKTbeE1 .body-item {
  text-align: center;
}
.cid-u73cKUtACQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u73cKUtACQ .mbr-section-subtitle {
  color: #2f6946;
}
.cid-u73cKUtACQ .container-table {
  margin: 0 auto;
}
.cid-u73cKUtACQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73cKUtACQ .dataTables_wrapper {
  display: block;
}
.cid-u73cKUtACQ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73cKUtACQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73cKUtACQ table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73cKUtACQ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73cKUtACQ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73cKUtACQ table td {
  border-top: 1px solid #cccccc;
}
.cid-u73cKUtACQ table.table {
  background: #f9f9f9;
}
.cid-u73cKUtACQ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73cKUtACQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73cKUtACQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73cKUtACQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73cKUtACQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73cKUtACQ .dataTables_filter {
    text-align: center;
  }
  .cid-u73cKUtACQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u73cKUtACQ .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-u73cKUtACQ .head-item {
  text-align: center;
}
.cid-u73cKUtACQ .body-item {
  text-align: center;
}
.cid-u73cKX4R6Y {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u73cKX4R6Y .mbr-section-subtitle {
  color: #2f6946;
}
.cid-u73cKX4R6Y .container-table {
  margin: 0 auto;
}
.cid-u73cKX4R6Y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u73cKX4R6Y .dataTables_wrapper {
  display: block;
}
.cid-u73cKX4R6Y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u73cKX4R6Y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u73cKX4R6Y table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u73cKX4R6Y table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u73cKX4R6Y table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u73cKX4R6Y table td {
  border-top: 1px solid #cccccc;
}
.cid-u73cKX4R6Y table.table {
  background: #f9f9f9;
}
.cid-u73cKX4R6Y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u73cKX4R6Y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u73cKX4R6Y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u73cKX4R6Y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u73cKX4R6Y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u73cKX4R6Y .dataTables_filter {
    text-align: center;
  }
  .cid-u73cKX4R6Y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u73cKX4R6Y .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-u73cKX4R6Y .head-item {
  text-align: center;
}
.cid-u73cKX4R6Y .body-item {
  text-align: center;
  color: #212529;
}
.cid-u73cKYM0Rz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u73cKYM0Rz blockquote {
  border-color: #00ac69;
}
.cid-u73cKZ4sMy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u73cKZ4sMy .mbr-section-subtitle {
  color: #00ac69;
}
.cid-u73cKZn10T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-u73cKZn10T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u73cKZn10T .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u73cKZn10T .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u73cKZn10T .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u73cKZn10T .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u73cKZn10T .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u73cKZn10T .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u73cKZn10T .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u73cKZn10T .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u73cKZn10T .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u73cKZn10T .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u73cKZn10T .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u73cKZn10T .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u73cKZn10T .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufERiXcmeD .navbar-dropdown {
  position: relative !important;
}
.cid-ufERiXcmeD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufERiXcmeD .dropdown-menu {
  padding: 0;
}
.cid-ufERiXcmeD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufERiXcmeD .dropdown-item:hover,
.cid-ufERiXcmeD .dropdown-item:focus {
  background: #00ac69 !important;
  color: white !important;
}
.cid-ufERiXcmeD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ufERiXcmeD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufERiXcmeD .nav-link {
  position: relative;
}
.cid-ufERiXcmeD .container {
  display: flex;
  margin: auto;
}
.cid-ufERiXcmeD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ufERiXcmeD .navbar-caption {
  padding-right: 4rem;
}
.cid-ufERiXcmeD .dropdown-menu,
.cid-ufERiXcmeD .navbar.opened {
  background: #00ac69 !important;
}
.cid-ufERiXcmeD .nav-item:focus,
.cid-ufERiXcmeD .nav-link:focus {
  outline: none;
}
.cid-ufERiXcmeD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufERiXcmeD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufERiXcmeD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ufERiXcmeD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufERiXcmeD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufERiXcmeD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufERiXcmeD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #00ac69;
}
.cid-ufERiXcmeD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufERiXcmeD .navbar.opened {
  transition: all .3s;
}
.cid-ufERiXcmeD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ufERiXcmeD .navbar .navbar-logo img {
  width: auto;
}
.cid-ufERiXcmeD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufERiXcmeD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufERiXcmeD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufERiXcmeD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ufERiXcmeD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufERiXcmeD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufERiXcmeD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ufERiXcmeD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufERiXcmeD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ufERiXcmeD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ufERiXcmeD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufERiXcmeD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufERiXcmeD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufERiXcmeD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufERiXcmeD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ufERiXcmeD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ufERiXcmeD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufERiXcmeD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufERiXcmeD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufERiXcmeD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufERiXcmeD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ufERiXcmeD .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufERiXcmeD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufERiXcmeD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ufERiXcmeD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufERiXcmeD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufERiXcmeD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufERiXcmeD .dropdown-item.active,
.cid-ufERiXcmeD .dropdown-item:active {
  background-color: transparent;
}
.cid-ufERiXcmeD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufERiXcmeD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufERiXcmeD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufERiXcmeD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00ac69;
}
.cid-ufERiXcmeD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufERiXcmeD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufERiXcmeD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufERiXcmeD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufERiXcmeD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ufERiXcmeD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ufERiXcmeD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ufERiXcmeD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ufERiXcmeD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ufERiXcmeD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ufERiXcmeD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ufERiXcmeD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ufERiXcmeD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ufERiXcmeD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ufERiXcmeD .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-ufERiXcmeD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufERiXcmeD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufERiXcmeD .navbar {
    height: 77px;
  }
  .cid-ufERiXcmeD .navbar.opened {
    height: auto;
  }
  .cid-ufERiXcmeD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufERiXIDpm {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("/cec/zh/assets/images/1-dsc9345.jpg");
}
.cid-ufERiXIDpm .mbr-text,
.cid-ufERiXIDpm .mbr-section-btn {
  color: #333333;
}
.cid-ufERiXIDpm .card-title,
.cid-ufERiXIDpm .card-box {
  color: #ffffff;
}
.cid-ufERiXIDpm .mbr-text,
.cid-ufERiXIDpm .link-wrap {
  color: #ffffff;
}
.cid-ufERiY2fxf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufERiY2fxf .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERiYhCJ9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERiYhCJ9 .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERiYhCJ9 .container-table {
  margin: 0 auto;
}
.cid-ufERiYhCJ9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERiYhCJ9 .dataTables_wrapper {
  display: block;
}
.cid-ufERiYhCJ9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERiYhCJ9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERiYhCJ9 table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERiYhCJ9 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERiYhCJ9 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERiYhCJ9 table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERiYhCJ9 table.table {
  background: #f9f9f9;
}
.cid-ufERiYhCJ9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERiYhCJ9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERiYhCJ9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERiYhCJ9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERiYhCJ9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERiYhCJ9 .dataTables_filter {
    text-align: center;
  }
  .cid-ufERiYhCJ9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERiYhCJ9 .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERiYhCJ9 .head-item {
  text-align: center;
}
.cid-ufERiYhCJ9 .body-item {
  text-align: center;
}
.cid-ufERj0OZsM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj0OZsM .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERj0OZsM .container-table {
  margin: 0 auto;
}
.cid-ufERj0OZsM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj0OZsM .dataTables_wrapper {
  display: block;
}
.cid-ufERj0OZsM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj0OZsM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj0OZsM table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj0OZsM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj0OZsM table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj0OZsM table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj0OZsM table.table {
  background: #f9f9f9;
}
.cid-ufERj0OZsM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj0OZsM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj0OZsM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj0OZsM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj0OZsM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj0OZsM .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj0OZsM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj0OZsM .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERj0OZsM .head-item {
  text-align: center;
}
.cid-ufERj0OZsM .body-item {
  text-align: center;
}
.cid-ufERj1MXHH {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj1MXHH .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERj1MXHH .container-table {
  margin: 0 auto;
}
.cid-ufERj1MXHH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj1MXHH .dataTables_wrapper {
  display: block;
}
.cid-ufERj1MXHH .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj1MXHH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj1MXHH table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj1MXHH table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj1MXHH table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj1MXHH table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj1MXHH table.table {
  background: #f9f9f9;
}
.cid-ufERj1MXHH .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj1MXHH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj1MXHH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj1MXHH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj1MXHH .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj1MXHH .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj1MXHH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj1MXHH .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERj1MXHH .head-item {
  text-align: center;
}
.cid-ufERj1MXHH .body-item {
  text-align: center;
}
.cid-ufERj2TyYv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj2TyYv .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERj2TyYv .container-table {
  margin: 0 auto;
}
.cid-ufERj2TyYv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj2TyYv .dataTables_wrapper {
  display: block;
}
.cid-ufERj2TyYv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj2TyYv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj2TyYv table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj2TyYv table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj2TyYv table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj2TyYv table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj2TyYv table.table {
  background: #f9f9f9;
}
.cid-ufERj2TyYv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj2TyYv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj2TyYv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj2TyYv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj2TyYv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj2TyYv .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj2TyYv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj2TyYv .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERj2TyYv .head-item {
  text-align: center;
}
.cid-ufERj2TyYv .body-item {
  text-align: center;
}
.cid-ufERj3x4O6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj3x4O6 .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-ufERj3x4O6 .container-table {
  margin: 0 auto;
}
.cid-ufERj3x4O6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj3x4O6 .dataTables_wrapper {
  display: block;
}
.cid-ufERj3x4O6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj3x4O6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj3x4O6 table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj3x4O6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj3x4O6 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj3x4O6 table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj3x4O6 table.table {
  background: #f9f9f9;
}
.cid-ufERj3x4O6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj3x4O6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj3x4O6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj3x4O6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj3x4O6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj3x4O6 .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj3x4O6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj3x4O6 .mbr-section-title {
  text-align: center;
  color: #2f6946;
}
.cid-ufERj3x4O6 .head-item {
  text-align: center;
}
.cid-ufERj3x4O6 .body-item {
  text-align: center;
}
.cid-ufERj5wF98 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj5wF98 .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERj5wF98 .container-table {
  margin: 0 auto;
}
.cid-ufERj5wF98 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj5wF98 .dataTables_wrapper {
  display: block;
}
.cid-ufERj5wF98 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj5wF98 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj5wF98 table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj5wF98 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj5wF98 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj5wF98 table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj5wF98 table.table {
  background: #f9f9f9;
}
.cid-ufERj5wF98 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj5wF98 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj5wF98 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj5wF98 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj5wF98 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj5wF98 .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj5wF98 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj5wF98 .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERj5wF98 .head-item {
  text-align: center;
}
.cid-ufERj5wF98 .body-item {
  text-align: center;
}
.cid-ufERj70crJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj70crJ .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERj70crJ .container-table {
  margin: 0 auto;
}
.cid-ufERj70crJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj70crJ .dataTables_wrapper {
  display: block;
}
.cid-ufERj70crJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj70crJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj70crJ table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj70crJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj70crJ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj70crJ table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj70crJ table.table {
  background: #f9f9f9;
}
.cid-ufERj70crJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj70crJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj70crJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj70crJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj70crJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj70crJ .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj70crJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj70crJ .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERj70crJ .head-item {
  text-align: center;
}
.cid-ufERj70crJ .body-item {
  text-align: center;
}
.cid-ufERj80a61 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj80a61 .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERj80a61 .container-table {
  margin: 0 auto;
}
.cid-ufERj80a61 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj80a61 .dataTables_wrapper {
  display: block;
}
.cid-ufERj80a61 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj80a61 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj80a61 table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj80a61 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj80a61 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj80a61 table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj80a61 table.table {
  background: #f9f9f9;
}
.cid-ufERj80a61 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj80a61 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj80a61 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj80a61 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj80a61 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj80a61 .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj80a61 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj80a61 .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERj80a61 .head-item {
  text-align: center;
}
.cid-ufERj80a61 .body-item {
  text-align: center;
}
.cid-ufERj8Uf5z {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj8Uf5z .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERj8Uf5z .container-table {
  margin: 0 auto;
}
.cid-ufERj8Uf5z .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj8Uf5z .dataTables_wrapper {
  display: block;
}
.cid-ufERj8Uf5z .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj8Uf5z .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj8Uf5z table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj8Uf5z table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj8Uf5z table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj8Uf5z table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj8Uf5z table.table {
  background: #f9f9f9;
}
.cid-ufERj8Uf5z .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj8Uf5z .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj8Uf5z .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj8Uf5z .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj8Uf5z .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj8Uf5z .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj8Uf5z .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj8Uf5z .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERj8Uf5z .head-item {
  text-align: center;
}
.cid-ufERj8Uf5z .body-item {
  text-align: center;
}
.cid-ufERj9BwHm {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERj9BwHm .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERj9BwHm .container-table {
  margin: 0 auto;
}
.cid-ufERj9BwHm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERj9BwHm .dataTables_wrapper {
  display: block;
}
.cid-ufERj9BwHm .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERj9BwHm .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERj9BwHm table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERj9BwHm table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERj9BwHm table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERj9BwHm table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERj9BwHm table.table {
  background: #f9f9f9;
}
.cid-ufERj9BwHm .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERj9BwHm .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERj9BwHm .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERj9BwHm .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERj9BwHm .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERj9BwHm .dataTables_filter {
    text-align: center;
  }
  .cid-ufERj9BwHm .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERj9BwHm .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERj9BwHm .head-item {
  text-align: center;
}
.cid-ufERj9BwHm .body-item {
  text-align: center;
}
.cid-ufERjaHfeQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufERjaHfeQ .mbr-section-subtitle {
  color: #2f6946;
}
.cid-ufERjaHfeQ .container-table {
  margin: 0 auto;
}
.cid-ufERjaHfeQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ufERjaHfeQ .dataTables_wrapper {
  display: block;
}
.cid-ufERjaHfeQ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ufERjaHfeQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ufERjaHfeQ table {
  width: 1050px !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ufERjaHfeQ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ufERjaHfeQ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ufERjaHfeQ table td {
  border-top: 1px solid #cccccc;
}
.cid-ufERjaHfeQ table.table {
  background: #f9f9f9;
}
.cid-ufERjaHfeQ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ufERjaHfeQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ufERjaHfeQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ufERjaHfeQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ufERjaHfeQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ufERjaHfeQ .dataTables_filter {
    text-align: center;
  }
  .cid-ufERjaHfeQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ufERjaHfeQ .mbr-section-title {
  text-align: left;
  color: #00ac69;
}
.cid-ufERjaHfeQ .head-item {
  text-align: center;
}
.cid-ufERjaHfeQ .body-item {
  text-align: center;
  color: #212529;
}
.cid-ufERjcGFO1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufERjcGFO1 blockquote {
  border-color: #00ac69;
}
.cid-ufERjd0F9q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufERjd0F9q .mbr-section-subtitle {
  color: #00ac69;
}
.cid-ufERjdk615 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-ufERjdk615 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ufERjdk615 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufERjdk615 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufERjdk615 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufERjdk615 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufERjdk615 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufERjdk615 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufERjdk615 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufERjdk615 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufERjdk615 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufERjdk615 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufERjdk615 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufERjdk615 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufERjdk615 .media-container-row .row-copirayt p {
  width: 100%;
}
