@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: Helvetica, Tahoma, Arial, "微软雅黑", "Microsoft YaHei", STXihei, "华文细黑", Heiti, "黑体", SimSun, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
  letter-spacing: 0.1em;
}

a {
  cursor: pointer;
  color: #C40712;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #C40712;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: Helvetica, Tahoma, Arial, "微软雅黑", "Microsoft YaHei", STXihei, "华文细黑", Heiti, "黑体", SimSun, sans-serif;
  font-weight: 400;
  margin: 0 0 25px 0;
}

::-webkit-selection {
  color: #fff;
  background: #C40712;
}

::-moz-selection {
  color: #fff;
  background: #C40712;
}

::selection {
  color: #fff;
  background: #C40712;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: Helvetica, Tahoma, Arial, "微软雅黑", "Microsoft YaHei", STXihei, "华文细黑", Heiti, "黑体", SimSun, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.text-primary {
  color: #C40712;
}

.text-secondary {
  color: #FB6226;
}

.btn-primary {
  background: #C40712;
  color: #fff;
  border: 2px solid #C40712;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #dd0814 !important;
  border-color: #dd0814 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #C40712;
  border: 2px solid #C40712;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #C40712;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #C40712;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  margin: 0;
  transition: 0.3s all;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 992px) {
  #fh5co-header {
    margin: 0 0 0 0;
    position: relative;
  }
}
#fh5co-header .header-inner {
  height: 80px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header .header-inner img {
  width: 230px;
}
#fh5co-header nav {
  padding: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
}
#fh5co-header nav > ul > li {
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
#fh5co-header nav > ul > li > a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  padding: 10px;
  position: relative;
  font-weight: bolder;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-header nav > ul > li > a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #C40712;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav > ul > li > a:hover {
  text-decoration: none;
  color: #c40712;
}
#fh5co-header nav > ul > li > a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav > ul > li > a:active, #fh5co-header nav > ul > li > a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav > ul > li:hover .nav-dropdown {
  max-height: none;
  opacity: 1;
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
}
#fh5co-header nav > ul > li.active > a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav > ul > li.active > a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-dropdown {
  position: absolute;
  top: 60px;
  width: 180px;
  z-index: 3000;
  font-size: 16px;
  border-radius: 15px;
  background-color: #ffffff;
  transition: 0.25s opacity ease-in-out;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.nav-dropdown > a {
  position: relative;
  padding: 5px 10px;
  color: #000;
  line-height: 2em;
  text-decoration: none;
  background: #ffffff;
  transition: 0.25s all ease-in-out;
}
.nav-dropdown > a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #C40712;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-dropdown > a:hover:after {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.nav-dropdown > a:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-dropdown > a:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 992px) {
  .nav-dropdown {
    max-height: none;
    display: flex;
    position: relative;
    top: auto;
    width: auto;
    z-index: auto;
    background: transparent;
    opacity: 1;
    margin: 5px 0;
  }
  .nav-dropdown > a {
    background: transparent;
    margin-left: 10px;
  }
  .nav-dropdown > a:after {
    display: none;
  }
}

#fh5co-header.shadow {
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.1);
}

#fh5co-hero {
  background: #fff url(../images/loader.gif) no-repeat center center;
}
@media screen and (min-width: 992px) {
  #fh5co-hero {
    margin-top: 80px;
  }
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 500px;
}
#fh5co-hero .flexslider .slides li .overlay-gradient {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 10px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transition: 1s all;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  width: 50px;
  position: relative;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  background: rgba(255, 255, 255, 0.7);
  animation: 4.7s fullWidth linear forwards;
}
@keyframes fullWidth {
  from {
    width: 12px;
  }
  to {
    width: 100%;
  }
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  flex: 1;
  color: #FFFFFF;
  display: flex;
  text-shadow: 0 1px #d9d9d9, 0 1px #d9d9d9, 0 2px #cccccc, 0 2px 8px black;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .logo {
  margin-right: 10px;
  display: none;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .logo img {
  width: auto !important;
  height: 150px !important;
}
@media screen and (min-width: 1200px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .logo {
    display: block;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .content {
  margin: 10px 0;
  text-align: center;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .content h2 {
  margin-bottom: 10px;
  font-size: 64px;
  padding: 8px 10px;
  color: inherit;
  font-weight: bold;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .content p {
  font-size: 16px;
  color: inherit;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .content {
    text-align: left;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .content h2 {
    padding: 0;
    font-size: 40px;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .content p span {
    padding: 0;
    font-size: 14px;
  }
}

.shave-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1333333333);
  /*&::before {
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    animation: moveRight 3s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
  }*/
}
.shave-box::after {
  content: "";
  background: rgba(255, 255, 255, 0.0666666667);
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}
@keyframes moveRight {
  100% {
    left: 100%;
    width: 0;
  }
}

#fh5co-page {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2666666667);
}
@media screen and (max-width: 992px) {
  #fh5co-page {
    background-color: #fff;
  }
}
#fh5co-page > div:nth-last-of-type(2) {
  padding-bottom: 200px;
}
@media screen and (max-width: 992px) {
  #fh5co-page > div:nth-last-of-type(2) {
    padding-bottom: 97px;
  }
}

.module {
  padding: 6em 0;
}
.module:first-of-type {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .module:first-of-type {
    padding-top: 3em !important;
  }
}
@media screen and (max-width: 768px) {
  .module {
    padding: 3em 0;
  }
}

.module:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.03) !important;
}

.fh5co-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}

.services {
  text-align: center;
  position: relative;
  margin: 10px;
  transform: scale(1);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.services .services-icon {
  font-size: 50px;
  color: #C40712;
}
.services .desc {
  margin-top: 5px;
  color: #000;
  font-weight: 300;
}
.services:hover {
  transform: scale(1.3) !important;
}

.products .product {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
  transition: 0.8s all;
}
.products .product .product_bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: scale(1.1);
  background: url("/images/example.jpg") no-repeat center;
  background-size: cover;
  transition: 1s all;
}
.products .product:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 25px -2px rgba(0, 0, 0, 0.14);
}
.products .product:hover .content {
  background: rgba(0, 0, 0, 0.3);
}
.products .product:hover .product_bg {
  transform: scale(1);
}
.products .product .content {
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.products .product .content:hover .btn.with-arrow {
  padding-right: 50px;
}
.products .product .content:hover .btn.with-arrow i {
  color: #333333 !important;
  right: 18px;
  visibility: visible;
  opacity: 1;
  animation: leftRightMove 2s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
@keyframes leftRightMove {
  0%, 100% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
}
.products .product .content > hr {
  margin: 15px 0;
}
.products .product .content .product-info {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.products .product .content .product-info .icon {
  font-size: 28px;
  margin-right: 8px;
}
.products .product .content .description {
  font-size: 14px;
  height: 108px;
  overflow-y: auto;
}

.item-grid {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  color: #000;
  top: 0;
  border-radius: 15px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 992px) {
  .item-grid {
    min-height: 400px;
  }
}
.item-grid:hover, .item-grid:focus {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 14px 25px -2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 14px 25px -2px rgba(0, 0, 0, 0.34);
  box-shadow: 0 14px 25px -2px rgba(0, 0, 0, 0.34);
  top: -2px;
}
.item-grid .image {
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.item-grid .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .item-grid .title {
    height: 2.8em;
  }
}
.item-grid .date {
  font-size: 14px;
  color: #aaaaaa;
}
.item-grid .category {
  color: #555555;
  font-size: 0.9em;
}
@media screen and (min-width: 992px) {
  .item-grid .category {
    height: 6.4em;
  }
}
.item-grid .title, .item-grid .date, .item-grid .category {
  margin-bottom: 5px;
}
.item-grid .v-align {
  padding: 30px;
}

@media screen and (min-width: 992px) {
  .text-overhide .text-overhide_content {
    overflow: hidden;
    position: relative;
  }
  .text-overhide .text-overhide_content:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 1.8em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5) 50%);
  }
}

.item-grid-one-line {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
  color: #000;
  border-radius: 15px;
  overflow: hidden;
}
.item-grid-one-line .image {
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.item-grid-one-line .v-align {
  padding: 13px;
  display: flex;
  align-items: center;
  height: 100%;
}
.item-grid-one-line .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.item-grid-one-line .category {
  font-size: 15px;
  color: #555555;
  line-height: 1.5;
}
.item-grid-one-line .date {
  font-size: 14px;
  color: #aaaaaa;
}
.item-grid-one-line .title, .item-grid-one-line .date {
  margin-bottom: 5px;
}
.item-grid-one-line:hover, .item-grid-one-line:focus {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
@media screen and (min-width: 992px) {
  .item-grid-one-line {
    height: 150px;
  }
  .item-grid-one-line .image {
    height: 150px;
  }
  .item-grid-one-line .title {
    height: 1.2em;
    overflow: hidden;
    position: relative;
  }
  .item-grid-one-line .title:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 1.8em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
  }
  .item-grid-one-line .category {
    height: 3em;
    overflow: hidden;
    position: relative;
  }
  .item-grid-one-line .category:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 1.5em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
  }
}

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 15px;
  line-height: 3em;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #C40712;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
.wrap-testimony .testimony-slide.active {
  display: block;
}

.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #C40712;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  margin-bottom: 5px;
  font-weight: 700;
}
.fh5co-heading p {
  position: relative;
  font-size: 12px;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  line-height: 2em;
}
.contact-info li i {
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 22px;
  color: #C40712;
}
.contact-info li a {
  color: #C40712;
}

.map-container {
  padding-left: 0;
  padding-right: 0;
}

#map {
  height: 500px;
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.amap-icon img,
.amap-marker-content img {
  width: 25px;
  height: 34px;
}

.fh5co-staff img {
  margin-bottom: 1em;
  height: 10em;
  width: 10em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .desc {
  font-size: 12px;
  line-height: 1.6em;
  color: #1a1a1a;
}

.msme-footer {
  position: relative;
  background: #f4f4f4 !important;
}
.msme-footer .ocean {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  top: -60px;
  height: 60px;
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .msme-footer .ocean {
    top: -100px;
    height: 100px;
  }
}
.msme-footer .ocean .wave {
  background: url("/images/wave-gray.svg") repeat-x;
  position: absolute;
  top: 0;
  width: 6400px;
  height: 100%;
  animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.msme-footer .ocean .wave:nth-of-type(2) {
  top: 0;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 10s ease -1.25s infinite;
  opacity: 1;
}
.msme-footer .ocean .wave:nth-of-type(3) {
  top: 0;
  animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 20s ease -1.25s infinite;
  opacity: 1;
}
.msme-footer .content-box {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}
.msme-footer .content-box .sugar {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 50px;
  white-space: pre-wrap;
}
.msme-footer .we-medias {
  display: flex;
  flex-wrap: wrap;
}
.msme-footer .we-medias > .we-media {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  position: relative;
}
.msme-footer .we-medias > .we-media:hover .we-media-qrcode {
  visibility: visible;
  opacity: 1;
}
.msme-footer .we-medias > .we-media .we-media-logo {
  width: 100%;
  height: 100%;
}
.msme-footer .we-medias > .we-media .we-media-qrcode {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -112px;
  left: -32px;
  background: white;
  border-radius: 15px;
  padding: 4px;
  transition: all 0.3s;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, 0px, 0);
  }
  50% {
    transform: translate3d(0, 15px, 0);
  }
}
.fh5co-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 1em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta p,
.fh5co-cta h3 {
  color: #fff;
}
.fh5co-cta p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn {
  color: #fff;
}

#fh5co-footer {
  padding-top: 4em;
  width: 100%;
  position: relative;
}
#fh5co-footer h2,
#fh5co-footer h3,
#fh5co-footer h4 {
  color: #333333;
}
#fh5co-footer h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#fh5co-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #fff;
}
#fh5co-footer .fh5co-social li {
  display: block !important;
}

.fh5co-copyright {
  line-height: 1.2em;
  font-size: 12px;
  color: #7f7f7f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 20px !important;
  padding: 10px 0;
}
.fh5co-copyright > div {
  margin-bottom: 10px;
}
.fh5co-copyright a {
  text-decoration: none;
  color: #7f7f7f;
}
.fh5co-copyright a:hover {
  color: #333333;
}
.fh5co-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright {
    text-align: left !important;
  }
  .fh5co-copyright span {
    display: inline;
  }
}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  z-index: 1;
}

.offcanvas-visible #fh5co-offcanvas {
  opacity: 1;
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 275px;
  background: #F4F4F4;
  border-left: 3px solid #eeeeee;
  padding: 50px 30px;
  overscroll-behavior: none;
}
@media screen and (max-width: 992px) {
  #fh5co-offcanvas {
    display: block;
    opacity: 0;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 16px;
  color: #666666;
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover {
  color: #C40712;
}
#fh5co-offcanvas ul li.active > a {
  color: #333333;
  font-weight: 700;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #333333;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all 0.2s ease-out;
  box-shadow: 0px 1px 0px white;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0px 1px 0px white;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
  box-shadow: none;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  margin: 0 auto;
  display: none;
  cursor: pointer;
  width: 50px;
  height: 40px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .fh5co-nav-toggle {
    display: block;
    top: 20px;
  }
}

.animate-box {
  opacity: 0;
}
.js .animate-box {
  opacity: 0;
}

figure img {
  width: 100%;
}

.two-indent {
  text-indent: 2em;
}

.pagination {
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
}
.pagination > li > a {
  border: none;
  color: #C40712;
}
.pagination > li.active > a, .pagination > li:hover > a, .pagination > li:focus > a {
  background-color: #C40712;
  color: #fff;
}
.pagination > li.active > a:hover, .pagination > li:hover > a:hover, .pagination > li:focus > a:hover {
  background-color: #C40712;
}

#detail-section .detail-content {
  color: #333333;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", serif;
}

.chairman {
  border-radius: 15px;
  margin: 0px auto 30px;
  width: 120px;
}

.card {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
  color: #000;
}
@media screen and (min-width: 992px) {
  .card {
    min-height: 185px;
  }
}
.card .v-align {
  padding: 30px;
}
.card .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
.card .v-align p {
  color: #7f7f7f;
}
.card:hover, .card:focus {
  color: #C40712;
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.34);
  top: -2px;
}

.card-box {
  display: block;
  text-align: left;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  top: 2px;
  border-radius: 15px;
  background: #ffffff;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card-box:hover, .card-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
.card-box:hover a, .card-box:focus a {
  color: #fff;
  text-decoration: underline;
}
.card-box p {
  margin: 0;
}
.card-box .title {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1;
}
.card-box .desc {
  color: #333333;
  font-size: 16px;
}

.person {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  transition: 0.4s all;
  padding: 20px;
  position: relative;
  top: 0;
  color: #000;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
}
.person:hover {
  box-shadow: 0 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -4px;
}
@media screen and (max-width: 992px) {
  .person {
    display: block;
  }
}
.person .name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .person .name {
    width: 100%;
    text-align: center;
  }
}
.person .expertise {
  flex: 1;
  text-align: left;
  padding: 15px 0 15px 65px;
  font-weight: 300;
}
.person .expertise .job {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.person .expertise pre {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .person .expertise {
    border-left: 2px solid #eee;
  }
}
@media screen and (max-width: 992px) {
  .person .expertise {
    padding-left: 15px;
    padding-right: 15px;
  }
  .person .expertise .job {
    text-align: center;
  }
  .person .expertise p {
    font-size: 12px;
  }
}

.rich-content p, .rich-content div, .rich-content h1, .rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5, .rich-content h6 {
  margin-bottom: 5px;
}
.rich-content ul {
  list-style: disc;
  padding-inline-start: 10px;
}

/* end */
#big-events.owl-carousel.off {
  display: block;
}
#big-events .big-event-box {
  background: url("/images/history-marker.png") no-repeat left top;
  min-height: 152px;
  padding-left: 24px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  #big-events .big-event-box {
    min-height: 80px;
  }
}
#big-events .year {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #2f2f31;
  margin-left: 5px;
  margin-bottom: 4px;
}
#big-events .event {
  font-size: 14px;
  color: #5d5b61;
}
#big-events .owl-stage-outer {
  margin-bottom: 40px;
}
#big-events .owl-nav {
  text-align: center;
}
#big-events .owl-nav button {
  margin: 2px;
  width: 40px;
  height: 40px;
  color: #C40712;
  background: transparent;
  border: 2px solid #C40712;
  padding: 5px 20px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 3px;
  transition: all 0.3s;
  outline: none;
}
#big-events .owl-nav button.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
#big-events .owl-nav button:hover {
  background: #C40712;
  color: #fff;
}
#big-events .owl-dots {
  display: none;
}

pre {
  font-size: 17px;
  font-family: Helvetica, Tahoma, Arial, "微软雅黑", "Microsoft YaHei", STXihei, "华文细黑", Heiti, "黑体", SimSun, sans-serif;
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

.pre-text {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.page-pre-text {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  text-align: left !important;
}

/* 卡片闪耀动画 */
.shine {
  position: relative;
}

.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.business-process {
  /*** PRIMARY ***/
  /*** SECONDARY ***/
  /*** TERTIARY ***/
  /*** QUATERNARY ***/
  /*** QUINARY ***/
  /*** MEDIA QUERIES ***/
}
.business-process ul,
.business-process ol {
  margin: 1em 0;
}
.business-process ol.process-chart {
  color: #000;
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
}
.business-process ol.process-chart > li,
.business-process ol.process-chart > li > div {
  position: relative;
}
.business-process ol.process-chart > li .process-chart__title,
.business-process ol.process-chart > li > div .process-chart__title {
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
.business-process ol.process-chart > li {
  background: #fff linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%);
  counter-increment: item;
  flex-basis: 0;
  flex-grow: 1;
  margin: 1em 1em 1em -1em;
  min-width: 11.25em;
  padding: 1em 1em 1em 2em;
}
.business-process ol.process-chart > li:before,
.business-process ol.process-chart > li > div:before {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.business-process ol.process-chart > li:before {
  content: "Step";
  display: inline-block;
  font-weight: 300;
  left: 2em;
  letter-spacing: 0.1em;
  position: absolute;
  top: 1em;
  transform: rotate(90deg);
  transform-origin: 25% 50%;
}
.business-process ol.process-chart > li:after {
  border-bottom: 1em solid transparent;
  border-left: 1em solid #fff;
  border-right: 0 solid transparent;
  border-top: 1em solid transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: -1em;
  top: 0;
  width: 0;
  z-index: 1;
}
.business-process ol.process-chart > li > div {
  padding: 0 0 0 1em;
}
.business-process ol.process-chart > li > div:before {
  content: counter(item, decimal-leading-zero);
  margin-left: 10px;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
}
.business-process ol.process-chart > li:nth-of-type(6n+1) {
  background-color: #fddc32;
}
.business-process ol.process-chart > li:nth-of-type(6n+1):after {
  border-left-color: #fddc32;
}
.business-process ol.process-chart > li:nth-of-type(6n+2) {
  background-color: #fca858;
}
.business-process ol.process-chart > li:nth-of-type(6n+2):after {
  border-left-color: #fca858;
}
.business-process ol.process-chart > li:nth-of-type(6n+3) {
  background-color: #fd6470;
}
.business-process ol.process-chart > li:nth-of-type(6n+3):after {
  border-left-color: #fd6470;
}
.business-process ol.process-chart > li:nth-of-type(6n+4) {
  background-color: #83e4e2;
}
.business-process ol.process-chart > li:nth-of-type(6n+4):after {
  border-left-color: #83e4e2;
}
.business-process ol.process-chart > li:nth-of-type(6n+5) {
  background-color: #a2ed56;
}
.business-process ol.process-chart > li:nth-of-type(6n+5):after {
  border-left-color: #a2ed56;
}
@media only screen and (max-width: 40em) {
  .business-process {
    /*** PRIMARY ***/
    /*** SECONDARY ***/
    /*** TERTIARY ***/
    /*** QUATERNARY ***/
    /*** QUINARY ***/
  }
  .business-process ol.process-chart {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
  }
  .business-process ol.process-chart > li {
    background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, transparent 25%);
    flex-basis: inherit;
    margin: -1em 0 1em 0;
    min-width: inherit;
    padding: 1em 1em 0 1em;
  }
  .business-process ol.process-chart > li:before {
    left: 1em;
    top: 2em;
  }
  .business-process ol.process-chart > li:after {
    border-bottom: 0 solid transparent;
    border-left: 1em solid transparent !important;
    border-right: 1em solid transparent;
    border-top: 1em solid #fff;
    bottom: -1em;
    height: 0;
    left: 0;
    right: inherit;
    top: inherit;
    width: 100%;
  }
  .business-process ol.process-chart > li > div {
    padding: 1em 1em 0 1em;
  }
  .business-process ol.process-chart > li:nth-of-type(6n+1):after {
    border-top-color: #fddc32;
  }
  .business-process ol.process-chart > li:nth-of-type(6n+2):after {
    border-top-color: #fca858;
  }
  .business-process ol.process-chart > li:nth-of-type(6n+3):after {
    border-top-color: #fd6470;
  }
  .business-process ol.process-chart > li:nth-of-type(6n+4):after {
    border-top-color: #83e4e2;
  }
  .business-process ol.process-chart > li:nth-of-type(6n+5):after {
    border-top-color: #a2ed56;
  }
}

.features-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.features-container .feature {
  margin: 10px;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  position: relative;
  background: linear-gradient(to right, #C40712, #FB6226);
  border-radius: 15px;
  flex: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.features-container .feature:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -0.5rem;
  border: 2px dashed #f83944;
  border-radius: 15px;
  animation: borderSurround1 2.5s infinite linear;
}

@keyframes borderSurround1 {
  0%, 100% {
    clip-path: circle(3rem at 0 0);
  }
  25% {
    clip-path: circle(3rem at 100% 0);
  }
  50% {
    clip-path: circle(3rem at 100% 100%);
  }
  75% {
    clip-path: circle(3rem at 0% 100%);
  }
}
.pagination-wrapper {
  display: inline-block;
  font-size: 16px;
  color: #000;
  vertical-align: top;
  margin: 18px;
}
@media screen and (max-width: 480px) {
  .pagination-wrapper {
    display: block;
    margin: 0;
  }
}

.pagination-input {
  margin-left: 5px;
  margin-right: 5px;
  height: 32px;
  width: 40px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.pagination-input:active, .pagination-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #C40712;
}

#china-structure, #world-structure {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 480px) {
  #china-structure, #world-structure {
    height: 300px;
  }
}

#age-structure, #academic-structure, #knowledge-structure {
  width: 100%;
  height: 300px;
}

.china-structure-container {
  position: relative;
}
.china-structure-container .china-structure-info {
  background: linear-gradient(to right, #C40712, #FB6226);
  position: absolute;
  left: 15%;
  bottom: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 15px;
  padding: 5px 20px;
}
.china-structure-container .china-structure-info #china-province-counter {
  font-size: 18px;
}

.welfare-img {
  display: block;
  margin: auto;
  width: 80%;
  border-radius: 15px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 768px) {
  .welfare-img {
    width: 100%;
  }
}

.work-info-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .work-info-wrapper {
    margin-bottom: 10px;
  }
}

.work-info-container {
  margin-bottom: 10px;
}
.work-info-container .year {
  font-weight: bold;
  font-size: 70px;
  color: #cd2427;
  line-height: 70px;
}
.work-info-container .title {
  color: #4c4c4c;
  font-size: 22px;
  font-weight: normal;
  margin: 10px 0 5px 0;
}
.work-info-container .subtitle {
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
}
.work-info-container .slogon {
  font-weight: bold;
  color: #cd2427;
  font-size: 18px;
}
.work-info-container .telephone, .work-info-container .email {
  color: #999999;
  font-size: 18px;
  font-weight: normal;
}

.work-info-img-container {
  margin-bottom: 10px;
  padding: 0 15px;
}
.work-info-img-container .work-info-img {
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
}

.faq main {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.faq .topic {
  padding: 0px 20px;
  border-bottom: solid 1px #ebebeb;
}
.faq .topic:last-of-type {
  border-bottom: solid 1px transparent;
}
.faq .open {
  cursor: pointer;
  display: block;
  padding: 0;
}
.faq .open:hover {
  opacity: 0.7;
}
.faq .expanded {
  transition: all 0.3s ease-in-out;
}
.faq .question {
  padding-top: 30px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 25px;
}
.faq .question:before {
  content: "Q";
  color: #C40712;
  margin-right: 8px;
}
.faq .answer {
  font-size: 16px;
  line-height: 26px;
  display: none;
  margin-bottom: 30px;
  color: #444;
  font-weight: 300;
}
.faq .answer:before {
  content: "A";
  color: #00abef;
  margin-right: 9px;
  font-size: 18px;
  font-weight: bold;
}
.faq .faq-t {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float: right;
  position: relative;
  top: -50px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s ease-in-out;
}
.faq .faq-o {
  top: -50px;
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
  .faq .faq-t {
    display: none;
  }
  .faq .question {
    padding-right: 0;
  }
  .faq main {
    padding: 10px;
  }
  .faq .answer {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

#honour .shadow-effect {
  padding: 20px;
  text-align: center;
}
#honour #customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
#honour .testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #C40712;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#honour #customers-testimonials .item {
  text-align: center;
  padding: 40px;
  margin-bottom: 25px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#honour #customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#honour .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  margin: 0 auto 10px;
}
#honour #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#honour #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #C40712;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
  border-radius: 50%;
}
#honour #customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#honour #customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}
#honour #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #C40712;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

#ball-bg {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -2;
}
#ball-bg #ball-01 {
  position: absolute;
  height: 100%;
  width: 430px;
  bottom: -20%;
  left: -2%;
}
#ball-bg #ball-02 {
  position: absolute;
  top: 400px;
  height: 300px;
  width: 300px;
  right: 100px;
}
#ball-bg #ball-03 {
  position: absolute;
  top: 80px;
  height: 80px;
  width: 80px;
  right: 480px;
}

#circle-bg {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -2;
}

.circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.anime-circle {
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent;
  border-radius: 15px;
}

.flex-center-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-v {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mb20 {
  margin-bottom: 20px;
}

.mb100 {
  margin-bottom: 100px;
}

#team-spirit .team-module {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  #team-spirit .team-module {
    margin-bottom: 20px;
  }
}
#team-spirit .team-module:last-child {
  margin-bottom: 0;
}
#team-spirit .owl-carousel {
  border-radius: 10px;
  overflow: hidden;
}
#team-spirit .owl-carousel .owl-stage {
  display: flex;
}
#team-spirit .owl-carousel .owl-item img {
  width: auto;
  height: 250px;
  border-radius: 10px;
}
#team-spirit .module-info-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 90px 0 0;
}
#team-spirit .module-info-box .module-info-title {
  font-size: 25px;
  margin-bottom: 20px;
  color: #1F2425;
  font-weight: 700;
}
#team-spirit .module-info-box .module-info-description {
  color: #747479;
  line-height: 180%;
  margin-bottom: 14px;
}
@media screen and (max-width: 992px) {
  #team-spirit .module-info-box {
    margin: 20px 0 0;
  }
}

#pm-a-week .pm-day {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  #pm-a-week .pm-day {
    margin-bottom: 20px;
  }
}
#pm-a-week .pm-day:last-child {
  margin-bottom: 0;
}
#pm-a-week .pm-day:hover .a-week-img, #pm-a-week .pm-day:focus .a-week-img {
  transform: scale(1) !important;
  filter: brightness(1.05) !important;
}
#pm-a-week .pm-day .a-week-img-box {
  overflow: hidden;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
}
#pm-a-week .pm-day .a-week-img-box .a-week-img {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transform: scale(1.08);
  transition: 1s all;
}
#pm-a-week .pm-day .a-week-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 100px 0 0;
}
@media screen and (max-width: 992px) {
  #pm-a-week .pm-day .a-week-info {
    margin: 20px 0 0;
  }
}
#pm-a-week .pm-day .a-week-info .a-week-title {
  margin-bottom: 20px;
  color: #1F2425;
  font-weight: 700;
  font-size: 25px;
}
#pm-a-week .pm-day .a-week-info .a-week-title .letter {
  display: inline-block;
  line-height: 1em;
}
#pm-a-week .pm-day .a-week-info .a-week-description {
  color: #747479;
  line-height: 180%;
  margin-bottom: 14px;
}
#pm-a-week .pm-day .a-week-info .a-week-description .letter {
  display: inline-block;
  line-height: 1em;
}

.fade-zoom {
  animation: 20000ms fadeZoom linear forwards;
}

@keyframes fadeZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
#cpc-members {
  position: relative;
  z-index: 1;
}
#cpc-members .cpc-member-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#cpc-members .cpc-member-box-wrapper .cpc-member-line-breaker {
  width: 100%;
}
#cpc-members .cpc-member-box-wrapper .cpc-member-box {
  margin: 0 10px 20px;
  padding: 15px 5px;
  transition: 0.8s all;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.11);
  position: relative;
  border: 3px solid #eee;
  background-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  #cpc-members .cpc-member-box-wrapper .cpc-member-box {
    width: 22%;
  }
  #cpc-members .cpc-member-box-wrapper .cpc-member-box:first-child {
    width: 46%;
  }
}
@media screen and (max-width: 992px) and (min-width: 480px) {
  #cpc-members .cpc-member-box-wrapper .cpc-member-box {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  #cpc-members .cpc-member-box-wrapper .cpc-member-box {
    width: 97%;
  }
}
#cpc-members .cpc-member-box-wrapper .cpc-member-box:hover, #cpc-members .cpc-member-box-wrapper .cpc-member-box:focus {
  transform: translateY(-4px);
  box-shadow: 0 14px 25px -2px rgba(0, 0, 0, 0.14);
  z-index: 1;
  /*.cpc-member_experience {
    opacity: 1;
    height: auto;
  }*/
}
#cpc-members .cpc-member-box-wrapper .cpc-member-box .cpc-member_name {
  font-size: 2rem;
  color: #333333;
}
#cpc-members .cpc-member-box-wrapper .cpc-member-box .cpc-member_job {
  font-size: 1.3rem;
  color: #AE2128;
  font-weight: bold;
}
#cpc-members .cpc-member-box-wrapper .cpc-member-box .cpc-member_experience {
  position: absolute;
  top: 96%;
  left: -3px;
  right: -3px;
  opacity: 0;
  height: 0;
  transition: 0.8s all;
  font-size: 1.3rem;
  color: #333333;
  padding: 0 15px 20px;
  box-shadow: 0 20px 18px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  text-align: left;
  border: 3px solid #eee;
  border-radius: 0 0 15px 15px;
  border-top: 3px transparent;
}

.grow-module {
  position: relative;
  margin: 1em 1em 5em;
}
@media screen and (max-width: 992px) {
  .grow-module {
    margin-bottom: 1em;
  }
}
.grow-module:last-child {
  margin-bottom: 0;
}
.grow-module:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3A88E4;
  background: linear-gradient(to right, #3A88E4, #7CCEF4);
  border-radius: 15px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .grow-module:before {
    transform: translate(20px, 20px);
  }
}
.grow-module .grow-module_wrapper {
  padding: 2rem;
  transition: 0.8s all;
  border-radius: 15px;
  background-color: #FFFFFF;
  position: relative;
  border: 3px solid #eeeeee;
}
@media screen and (min-width: 992px) {
  .grow-module .grow-module_wrapper {
    padding: 4rem;
    transform: translate(20px, 20px);
    animation: 2s growing ease-in-out forwards;
  }
}
.grow-module .grow-module_wrapper .grow-module_imgbox {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}
.grow-module .grow-module_wrapper .grow-module_imgbox .img-wrapper {
  overflow: hidden;
  position: relative;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 15px;
}
.grow-module .grow-module_wrapper .grow-module_imgbox .img-wrapper:first-child {
  margin-left: 0;
}
.grow-module .grow-module_wrapper .grow-module_imgbox .img-wrapper:last-child {
  margin-right: 0;
}
.grow-module .grow-module_wrapper .grow-module_imgbox img {
  width: 100%;
  object-fit: cover;
}
.grow-module .grow-module_wrapper .grow-module_title {
  font-size: 2.5rem;
  color: #313131;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 7px;
  padding: 15px;
  padding-left: 35px;
  background-color: #f6f6f6;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}
.grow-module .grow-module_wrapper .grow-module_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #4D82CF;
}
@media screen and (max-width: 992px) {
  .grow-module .grow-module_wrapper .grow-module_title {
    padding: 5px;
  }
}
.grow-module .grow-module_wrapper .grow-module_description {
  padding: 15px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .grow-module .grow-module_wrapper .grow-module_description {
    padding: 5px;
  }
}
@keyframes growing {
  from {
    transform: translate(20px, 20px);
    box-shadow: none;
  }
  to {
    transform: translate(0, 0);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.2);
  }
}

.sustech img {
  border-radius: 15px;
  margin-bottom: 40px;
}
.sustech .logo {
  margin: 0px;
  float: right;
  width: 220px;
}
.sustech h2 {
  position: relative;
  padding: 15px;
  padding-left: 35px;
  margin-bottom: 45px;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .sustech h2 {
    font-size: 25px;
  }
}
.sustech h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #2bb7b3;
}
.sustech h3 {
  color: #2bb7b3;
}
.sustech .company-school-cooperation {
  margin-bottom: 45px;
}
.sustech .company-school-cooperation .top-card .intro {
  padding-top: 20px;
  line-height: 1.8em;
  color: #404040;
}
.sustech .company-school-cooperation .slogan {
  padding: 5px 10px;
  text-align: center;
  border-radius: 15px;
  background-color: #2bb7b3;
  color: #FFFFFF;
  font-size: 18px;
}
.sustech .company-school-cooperation .slogan span {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sustech .company-school-cooperation .slogan {
    font-size: 16px;
  }
  .sustech .company-school-cooperation .slogan span {
    font-size: 18px;
  }
}
.sustech .sustech-intro {
  margin-bottom: 45px;
}
.sustech .sustech-intro .top-card {
  margin-bottom: 30px;
}
.sustech .sustech-intro .top-card .intro {
  padding-top: 20px;
  line-height: 1.8em;
  color: #404040;
}
.sustech .sustech-intro .features {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 15px 20px;
  border-radius: 15px;
}
.sustech .sustech-intro .features .feature {
  flex: 1;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  color: #2bb7b3;
}
@media (max-width: 767px) {
  .sustech .sustech-intro .features .feature {
    margin-top: 10px;
    min-width: 25%;
  }
}
.sustech .sustech-intro .features .feature .count {
  font-size: 50px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .sustech .sustech-intro .features .feature .count {
    font-size: 30px;
  }
}
.sustech .sustech-intro .features .feature .title {
  font-size: 16px;
}
.sustech .business-intro {
  margin-bottom: 45px;
}
.sustech .business-intro .intro {
  padding-top: 20px;
  line-height: 1.8em;
  color: #404040;
}
.sustech .business-intro .schools-intro {
  margin: 15px;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 15px;
}
.sustech .lesson-intro {
  margin-bottom: 45px;
}
.sustech .lesson-intro .subtitle {
  text-align: center;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: #2bb7b3;
  color: #FFFFFF;
  font-size: 18px;
}
.sustech .lesson-intro .features {
  margin-bottom: 10px;
  padding: 20px;
}
.sustech .lesson-intro .features .feature {
  text-align: center;
  margin: 15px 20px;
}
@media (max-width: 767px) {
  .sustech .lesson-intro .features .feature .icon {
    height: 60px;
    margin-bottom: 20px;
  }
}
.sustech .lesson-intro .features .feature .name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #404040;
}
.sustech .lesson-intro .features .feature .desc {
  font-size: 14px;
}
.sustech .lesson-intro .slogan {
  padding: 5px;
  text-align: center;
  border-radius: 15px;
  background-color: #2bb7b3;
  color: #FFFFFF;
  font-size: 14px;
}
.sustech .lesson-intro .contact {
  padding: 5px;
  color: #404040;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
