body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

html,
body {
  font-size: 20px;
  font-family: 'Microsoft YaHei', sans-serif;
}

body {
  background: #ffffff;
}

body a:hover {
  text-decoration: none;
}

/*-- header --*/
.header {
  background: #212121;
}

.navbar-default {
  background: none;
  border: none;
}

.navbar {
  margin-bottom: 0;
}

.navbar-collapse {
  padding: 0;
  box-shadow: none;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.w3layouts-logo {
  margin: 0.8em 0 0 0;
}

.w3layouts-logo img {
  width: 6em;
}

.w3layouts-logo a {
  display: inline-block;
}

.navbar-nav {
  float: right;
  margin: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  line-height: 1;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
  background-color: #aebe27 !important;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}

.navbar-nav > li > a {
  font-size: 0.6em;
  padding: 2.2em 1.85em;
  text-transform: uppercase;
  margin-right: 5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #aebe27;
  line-height: 1;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #aebe27;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul.dropdown-menu {
  background: #212121;
  box-shadow: 0 0 0;
  border: none;
  margin: 0;
  top: 4.6em;
  left: 0;
  padding: 0;
  min-width: 105px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 6px 16px;
  clear: both;
  margin: 0 !important;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff !important;
  border: none !important;
  font-size: 0.6em;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #aebe27;
  outline: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 103%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 5px 0 5px 5px;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*-- banner --*/
.banner {
  background: url(../images/banner/about-banner.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 650px;
  position: relative;
}

/*-- services --*/
.services,
.blog,
.feature-grid,
.codes,
.typography,
.contact-top {
  padding: 2em 0em 1em;
}

.footer {
  padding: 2em 0em 0em;
}

.news-heading,
.services-heading {
  text-align: center;
  padding-bottom: 1em;
}

.about-banner h2,
.contact-banner h2,
.tech-banner h2,
.solu-banner h2 {
  font-size: 1.758em;
  color: #aebe27;
  font-family: 'Microsoft YaHei', 'Righteous', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  font-weight: bold;
}

.banner.about-banner.export-list-banner {
  background: url(../images/banner/export-list-banner.jpg) no-repeat 0px 0px !important;
}

.news-heading h2,
.services-heading h2,
.services-heading h3 {
  font-size: 1.758em;
  color: #aebe27;
  font-family: 'Microsoft YaHei', 'Righteous', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}

.tab-content h2 {
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  margin: 0;
  padding-left: 0.5rem;
  border-left: 2px solid #aebe27;
  line-height: 1;
}

.agileits-line {
  position: relative;
  content: '';
  height: 1px;
  background: #cecece;
  width: 14%;
  margin: 0 auto;
  top: 11px;
}

.agileits-line:before {
  content: '';
  height: 3px;
  background: #aebe27;
  position: absolute;
  width: 25%;
  top: -1px;
  left: 61px;
}

/*-- services-bottom --*/
.text-grid {
  background: url(../images/streamer/1.jpg) no-repeat 0px 0px;
  background-size: 100%;
  text-align: center;
  /*height:20.65em;*/
  height: 21.75vw;
}

.w3-agileits-blog-img-wrap {
  width: 100%;
  position: relative;
}

.w3-agileits-blog-img-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
}

.w3-agileits-blog-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}

.w3-agileits-blog-text a {
  color: #000000;
  font-size: 1em;
  margin: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.w3-agileits-blog-text a:hover,
.w3-agileits-blog-text a:active,
.w3-agileits-blog-text a:focus {
  color: #aebe27;
  border: none;
  outline: none;
}

.w3-agileits-blog-text p {
  color: #999999;
  font-size: 0.7em;
  line-height: 1.8em;
  margin: 1em 0 0 0;
  height: 7.2em;
  overflow: hidden;
}

.footer {
  background: #191d20;
}

.footer-logo-container {
  display: table;
  width: 100%;
  height: 13.5em;
}

.footer-logo-block {
  display: table-cell;
  vertical-align: middle;
}

.footer-logo-block img {
  width: 6em;
}

.agile-logo h4 {
  margin: 0;
  width: 44%;
}

.agile-logo h4 a {
  font-family: 'Righteous', cursive;
  font-size: 1.5em;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.agile-logo h4 a span {
  display: block;
  font-size: 0.4em;
  letter-spacing: 5px;
  text-align: right;
  font-family: 'Microsoft YaHei', sans-serif;
}

.agileinfo_footer_grid p {
  color: #999;
  margin: 1em 0 2em;
  line-height: 2em;
}

.agileinfo_footer_grid h3 {
  font-size: 1em;
  color: #ffffff;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 1.5em;
}

.agileinfo_footer_grid h3:after {
  content: '';
  background: #aebe27;
  width: 15%;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

ul.agileinfo_footer_grid_nav {
  padding: 0;
  margin: 0;
}

.agileinfo_footer_grid ul.agileinfo_footer_grid_list li,
.agileinfo_footer_grid_nav li {
  list-style-type: none;
  margin-bottom: 0.5em;
  color: #999;
  font-size: 0.9em;
}

.agileinfo_footer_grid ul.agileinfo_footer_grid_list li i {
  color: #999;
  border: 1px solid #999;
  padding: 0.5em;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  margin-right: 1em;
}

.agileinfo_footer_grid ul.agileinfo_footer_grid_list li span {
  display: block;
  margin-left: 3em;
}

.agileinfo_footer_grid ul.agileinfo_footer_grid_list li a,
.agileinfo_footer_grid_nav li a {
  color: #999;
  text-decoration: none;
}

.agileinfo_footer_grid ul.agileinfo_footer_grid_list li a:hover,
.agileinfo_footer_grid_nav li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.agileinfo_footer_grid_nav li span {
  color: #999999;
  padding-right: 1.5em;
}

.w3agile_footer_copy {
  margin: 1em 0 0;
  padding: 0.8em 0;
  text-align: center;
  background-color: #111;
}

.w3agile_footer_copy p {
  color: #999;
  line-height: 1;
  font-size: 0.7em;
  margin: 0;
}

.w3agile_footer_copy p a {
  color: #aebe27;
  text-decoration: none;
}

.w3agile_footer_copy p a:hover {
  color: #ffffff;
}

ul.agileinfo_footer_grid_list {
  padding: 0;
  margin: 0;
}

/*-- about --*/
.about-banner {
  min-height: 0 !important;
  text-align: center;
  /*padding: 9.6em 0;*/
  padding: 8vw 0 11.06vw;
  background: url(../images/banner/about-banner.jpg) no-repeat 0px 0px !important;
  background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  -ms-background-size: 100% !important;
}

.about-banner h2 {
  color: #ffffff;
}

.agileinfo-feature-info {
  background: #ffffff;
  padding: 1em;
}

.agileinfo-feature-info img {
  width: 100%;
}

.agileinfo-feature-info h5 {
  color: #000000;
  font-size: 1.5em;
  margin: 1em 0 0 0;
  text-decoration: none;
}

.agileinfo-feature-info p {
  color: #999999;
  font-size: 0.9em;
  line-height: 1.8em;
  margin: 1em 0 0 0;
}

/*--about-nav*/
.about-nav .navbar,
.tech-nav .navbar {
  /*float: left;*/
  margin: 0;
}

.about-nav .navbar-toggle,
.tech-nav .navbar-toggle,
.solu-nav .navbar-toggle {
  border: 1px solid #000;
}

.about-nav .navbar-toggle .icon-bar,
.tech-nav .navbar-toggle .icon-bar,
.solu-nav .navbar-toggle .icon-bar {
  background-color: #000;
}

.about-nav .nav-tabs > li > a,
.tech-nav .nav-tabs > li > a,
.solu-nav .nav-tabs > li > a {
  color: #999;
  border: transparent;
  font-size: 1rem;
}

.about-nav .nav-tabs > .active > a,
.about-nav .nav-tabs > li > a:hover,
.about-nav .nav-tabs > .active > a:focus,
.tech-nav .nav-tabs > .active > a,
.tech-nav .nav-tabs > li > a:hover,
.tech-nav .nav-tabs > .active > a:focus,
.solu-nav .nav-tabs > .active > a,
.solu-nav .nav-tabs > li > a:hover,
.solu-nav .nav-tabs > .active > a:focus {
  color: #aebe27;
  background-color: #fff;
  border: transparent;
  border-bottom: 1px solid #aebe27;
}

.about-nav .nav-tabs > li > a:hover,
.tech-nav .nav-tabs > li > a:hover,
.solu-nav .nav-tabs > li > a:hover {
  color: #aebe27;
  border: transparent;
  border-bottom: 1px solid #aebe27;
}

.tab-content {
  padding-top: 4.5rem;
  padding-bottom: 8.5rem;
}

/*firm-intro*/
.intro-text {
  margin: 2.4em 0 1.9em;
  font-size: 0.8em;
  text-align: justify;
  color: #666;
  line-height: 1.6em;
  min-height: 11.2em;
}

.team-image img {
  max-width: 100%;
}

.team-border {
  border: 1px solid #e2e2e2;
}

.firm-image img {
  width: 100%;
}

/*manage-team*/

.manage-container {
  margin-top: 2.5rem;
}

/*.manage-name {
    color: #aebe27;
    font-size: 1em;
    margin-top: 1.5em;
    font-weight: 600;
}

.manage-position {
    font-size: .8em;
    color: #666;
    margin-top: 1em;
}

.job-duty {
    font-size: .8em;
    color: #666;
    margin: .75rem 0 1.5rem;
}

.job-duty, .manage-position {
    height: 1.14em;
}*/

.manage-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.manage-row:first-of-type {
  margin-bottom: 5rem;
}

.manage-item {
  width: 25%;
  padding: 0 15px;
}

.manage-item img {
  width: 100%;
  display: block;
}

.mg-block {
  position: relative;
}

.mg-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(to top, #001329 0%, transparent 90%);
  background: -o-linear-gradient(to top, #001329 0%, transparent 90%);
  background: -moz-linear-gradient(to top, #001329 0%, transparent 90%);
  background: linear-gradient(to top, #001329 0%, transparent 90%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mg-block:hover .mg-info,
.mg-block:focus .mg-info,
.mg-info.active {
  opacity: 1;
}

.mg-info-fixed {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 0;
  line-height: 1;
  padding-bottom: 1rem;
}

.mg-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.mg-position {
  margin-bottom: 1rem;
  font-size: 0.8rem;
}

.edu-bg {
  font-size: 0.8rem;
  color: #e0e0e0;
  line-height: 1.2rem;
  height: 1.2rem;
}

/*partner*/
.partner-brand {
  margin-top: 1.5em;
}

.partner-brand img {
  width: 100%;
}

/*firmnews*/
.headline-content {
  padding: 1.35em 0;
}

.headline-content h4 {
  color: #222;
  font-size: 1.2em;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.headline-content p {
  font-size: 0.8em;
  color: #666;
  line-height: 1.6em;
  text-align: justify;
  margin: 1.5em 0;
  max-height: 8em;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.headline img {
  width: 100%;
}

.headline-link > a {
  background-color: #aebe27;
  color: #fff;
  font-size: 0.8em;
  padding: 0.8em 3.5em;
}

.headline-link > a:hover,
.headline-link > a:active {
  background-color: #829100;
  color: rgba(255, 255, 255, 0.5);
}

.news-block {
  min-height: 32em;
}

.news-header {
  line-height: 1.6em;
}

.news-title {
  font-size: 1.1em;
  color: #222;
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-bottom;
  cursor: pointer;
}

.news-title:hover,
.headline-content h4:hover {
  color: #aebe27;
}

.news-content {
  font-size: 0.8em;
  color: #666;
  line-height: 1.6em;
  text-align: justify;
  margin: 1em 0 0;
}

.news-date {
  font-size: 0.8em;
  color: #666;
  display: inline-block;
  margin-left: 1em;
}

.news-item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #d8d8d8;
}

.pagination-block {
  background-color: #ebebeb;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}

.pagination-block > .pagination > li > a {
  font-size: 0.8em;
  color: #666;
  border: transparent;
  background-color: transparent;
}

.pagination-block > .pagination > li.active > a,
.pagination-block > .pagination > li > a:hover,
.pagination-block > .pagination > li.active > a:focus {
  background-color: #aebe27;
  color: #fff;
}

@media screen and (max-width: 1120px) {
  .headline-content p {
    max-height: 6.4em;
    margin: 1.1em 0;
  }

  .intro-text {
    min-height: 11.2em;
  }
}

@media screen and (max-width: 992px) {
  .intro-text {
    min-height: 16.6em;
  }

  .headline-content p {
    max-height: 3.2em;
    margin: 1.1em 0;
  }
}

@media screen and (max-width: 768px) {
  .news-block {
    min-height: 0em;
  }

  .footer-logo-container {
    height: 4em;
  }

  .intro-text {
    min-height: 9.6em;
  }

  .news-item {
    /*padding: 1.5em 1em;*/
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .tab-content {
    padding-bottom: 2.4em;
    padding-top: 2rem;
  }

  .about-nav .navbar,
  .tech-nav .navbar,
  .solu-nav .navbar {
    float: none;
    margin: 0;
  }

  .about-nav .nav-tabs > li,
  .tech-nav .nav-tabs > li,
  .solu-nav .nav-tabs > li {
    float: none;
    margin: 0;
  }
}

/*-- //about --*/
/*tech-innovate*/
.tech-banner {
  min-height: 0 !important;
  text-align: center;
  /*padding: 9.5em 0;*/
  padding: 8vw 0 11.06vw;
  background: url(../images/banner/tech-banner.jpg) no-repeat 0px 0px !important;
  background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  -ms-background-size: 100% !important;
}

.tech-banner h2 {
  color: #fff;
}

.tech-image img {
  max-width: 100%;
}

.tech-item {
  overflow: hidden;
  text-align: center;
  min-height: 18em;
  padding: 2.5em 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  border-bottom: 1px solid #d8d8d8;
}

.vertical-container {
  display: table;
  min-height: 13em;
}

.tech-intro,
.system-intro {
  display: table-cell;
  vertical-align: middle;
}

.tech-intro p {
  font-size: 0.9em;
  color: #666;
  font-family: 'Microsoft YaHei', sans-serif;
  line-height: 1.6em;
  margin: 0;
}

.tech-intro h4 {
  color: #aebe27;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/*cooperation*/
.cooperation-item {
  /*position: relative;*/
  margin-bottom: 1.5em;
}

.cooperation-image img {
  max-width: 100%;
}

.advisor-item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d8d8d8;
}

.advisor-item span {
  display: inline-block;
}

.advisor-name {
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
  width: 5em;
}

.advisor-position {
  font-size: 0.9em;
  color: #666;
}

/*system*/
.system-intro {
  text-align: right;
}

.system-intro p {
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
  font-family: 'Microsoft YaHei', sans-serif;
  text-align: right;
}

.system-intro > a {
  padding: 0.8em 0;
  background-color: #aebe27;
  color: #fff;
  font-size: 1em;
  margin-top: 3em;
  display: inline-block;
  width: 14.5em;
  text-align: center;
}

.system-intro > a:hover,
.system-intro > a:active {
  background-color: #829100;
  color: rgba(255, 255, 255, 0.5);
}

.system-image img {
  width: 100%;
}

.system-item {
  overflow: hidden;
  text-align: center;
  min-height: 18em;
  padding: 2.5em 0;
  border-bottom: 1px solid #d8d8d8;
}

.system-item .vertical-container {
  min-height: 15em;
}

@media screen and (max-width: 768px) {
  .system-item {
    padding: 1em 0;
  }

  .advisor-position {
    margin-top: 1em;
  }

  .system-intro p {
    text-align: center;
    font-size: 0.9em;
  }

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

  .system-intro a {
    margin-top: 1em;
  }

  .tab-content h2 {
    text-align: center;
    font-size: 1.2em;
  }

  .system-item .vertical-container {
    min-height: 13em;
  }
}

/*loading*/
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #aebe27;
}

.loading-image {
  width: 152px;
  display: inline-block;
  margin-left: 0.5rem;
}

.loading-line {
  width: 90px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
}

.loading-line > span {
  min-height: 90px;
  height: 100%;
  width: 10%;
  margin-left: 10%;
  display: inline-block;
  background-color: #fff;
  -webkit-animation: grow 1.2s infinite ease-in-out;
  -o-animation: grow 1.2s infinite ease-in-out;
  animation: grow 1.2s infinite ease-in-out;
}

.loading-line .line-1 {
}

.loading-line .line-2 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}

.loading-line .line-3 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading-line .line-4 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loading-line .line-5 {
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

@keyframes grow {
  0% {
    transform: scaleY(0.4);
  }
  10% {
  }
  30% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  70% {
    transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(0.4);
  }
}

@-webkit-keyframes grow {
  0% {
    transform: scaleY(0.4);
  }
  10% {
  }
  30% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  70% {
    transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(0.4);
  }
}

.pattern-block {
  position: absolute;
  top: 50%;
  width: 285px;
  height: auto;
  left: 50%;
  margin: 0 auto;
  margin-top: -50px;
  margin-left: -150px;
}

/*solution*/
.solu-item {
  overflow: hidden;
  padding: 1.5em 0 0;
}

.solu-item img {
  width: 100%;
  display: block;
}

.solu-item-content h5 {
  margin: 1rem 0 0.8rem;
  font-size: 1rem;
  color: #333;
  font-weight: normal;
}

.solu-item-content > .solu-item-text {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5rem;
}

.solu-banner {
  min-height: 0 !important;
  text-align: center;
  padding: 9.5em 0;
  padding: 8vw 0 11.06vw;
  background: url(../images/banner/solu-banner.jpg) no-repeat 0px 0px !important;
  background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  -ms-background-size: 100% !important;
}

.solu-banner h2 {
  color: #fff;
}

.solu-block {
  padding: 1.25em 1.75em;
  background-color: #f5f5f5;
  text-align: justify;
}

.solu-block h3 {
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin: 0 0 1.25em;
}

.solu-block p {
  font-size: 0.8em;
  color: #666;
}

.solu-image-max img {
  max-width: 100%;
}

.solu-image img {
  width: 100%;
}

.solu-item-subhead {
  margin: 2.2em 1.75em 1.2em 0;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}

#solution-navbar-collapse .nav-tabs li > a,
#tech-navbar-collapse .nav-tabs li > a,
#about-navbar-collapse .nav-tabs li > a {
  font-size: 0.8rem;
  padding: 1.5rem 0;
  text-align: center;
  margin: 0;
}

#tech-navbar-collapse .nav-tabs li > a,
#about-navbar-collapse .nav-tabs li > a {
  padding: 1.5rem 3rem;
}

#solution-navbar-collapse .nav-tabs,
#tech-navbar-collapse .nav-tabs,
#about-navbar-collapse .nav-tabs {
  border-color: transparent;
}

.typical-block h3 {
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin: 0 0 1.25em;
}

.typical-block > div {
  margin-bottom: 3em;
}

.control-iamge-container {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

.control-image {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0.75em;
}

.control-image img {
  width: 100%;
}

.typical-control-1 {
  width: 57.38%;
}

.typical-control-2 {
  width: 42.62%;
}

.typical-control-3 {
  width: 54.68%;
}

.typical-control-4 {
  width: 45.32%;
}

.typical-control-5 {
  width: 49.31%;
}

.typical-control-6 {
  width: 50.69%;
}

/*contact-us*/

.contact-banner {
  min-height: 0 !important;
  text-align: center;
  /*padding: 9.6em 0;*/
  padding: 8vw 0 11.06vw;
  background: url(../images/banner/contact-banner.jpg) no-repeat 0px 0px !important;
  background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  -ms-background-size: 100% !important;
}

.contact-banner h2 {
  color: #fff;
}

.contact-method {
}

.contact-method .address-item h3 {
  padding: 1.25em 0;
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contact-method strong {
  color: #222;
}

.contact-method p {
  color: #666;
  padding: 0 0 1rem;
  margin: 0;
  /* font-size: 18px; */
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer; */
}

.contact-method p.contact-address {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1rem;
}

.contact-method .contact-title-single {
  border-bottom: 1px solid #d8d8d8;
  padding: 1.25em 0;
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contact-method .contact-address-single {
  border-bottom: 1px solid #d8d8d8;
  padding: 1rem 0;
}

.contact-address-single .address-en-wrap {
  display: flex;
  align-items: flex-start;
}

.contact-border-bottom {
  border-bottom: 1px solid #d8d8d8;
}

.contact-method .contact-address-en {
  white-space: normal;
  border-bottom: 1px solid #d8d8d8;
}

.contact-method .contact-email {
  padding: 1em 0;
  white-space: normal;
  border-bottom: 1px solid #d8d8d8;
}

.contact-method .contact-phone {
  padding-top: 1em;
  white-space: normal;
}

.address-item {
  background-color: #f5f5f5;
  min-height: 9.3em;
  margin-bottom: 1.5em;
  padding: 0 1.8em;
}

.contact-empty-phone {
  /* margin-bottom: 0 !important; */
  min-height: 6.3em;

  .contact-address {
    border: none !important;
    margin-bottom: 0 !important;
  }
}

.contact-container {
  margin-bottom: 9.5em;
}

.contact-container h2 {
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  margin: 4.2rem 0 2.2rem;
  padding-left: 0.5rem;
  border-left: 2px solid #aebe27;
  line-height: 1;
}

.form-content {
  float: left;
  width: 100%;
  margin-top: 1em;
}

.form-name,
.form-mobile {
  float: left;
  width: 50%;
}

.contact-submit {
  text-align: right;
  padding-top: 2.1em;
  clear: both;
}

.contact-submit button {
  width: 12.5em;
  color: #fff;
  line-height: 1em;
  font-size: 1em;
  padding: 0.75em 0;
  border: 0;
  background-color: #aebe27;
  outline: 0;
}

.contact-submit button:hover,
.contact-submit button:active {
  outline: 0;
  background-color: #829100;
  color: rgba(255, 255, 255, 0.5);
}

.form-name input,
.form-mobile input {
  padding: 0.7em 0.75em;
  width: 98%;
  height: 2.5em;
  -webkit-appearance: none;
  border: 1px solid #b0b0b0;
}

.form-name input:focus,
.form-mobile input:focus,
.form-content textarea:focus {
  border: 1px solid #333333;
  outline: none;
}

.form-content textarea {
  height: 12em;
  resize: none;
  width: 100%;
  padding: 0.75em;
  -webkit-appearance: none;
  border: 1px solid #b0b0b0;
}

.feedback-result {
  margin-top: 2em;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .address-item {
    margin-bottom: 1em;
  }

  .contact-submit {
    text-align: center;
    padding-top: 1em;
  }

  .contact-method .address-item h3,
  .contact-method p {
    line-height: 1.4;
    white-space: normal;
    font-size: 0.9em;
    text-align: justify;
  }

  .contact-container {
    margin-bottom: 1.5em;
  }

  .contact-container h2 {
    font-size: 1.2em;
    margin: 2em 0 1em;
  }

  .form-name,
  .form-mobile {
    float: left;
    width: 100%;
  }

  .form-name input,
  .form-mobile input {
    padding: 0.7em 0.75em;
    width: 100%;
  }

  .form-mobile,
  .form-content {
    margin-top: 0em;
  }
}

::-webkit-input-placeholder {
  color: #b0b0b0 !important;
  font-size: 0.8em;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b0b0b0 !important;
  font-size: 0.8em;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0b0b0 !important;
  font-size: 0.8em;
}

:-ms-input-placeholder {
  color: #b0b0b0 !important;
  font-size: 0.8em;
}

/*-- //contact --*/

/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/*-- //to-top --*/
/*-- responsive --*/
@media (max-width: 991px) {
  .banner {
    min-height: 535px;
  }

  .services-grid {
    width: 100%;
  }

  .w3-agileits-blog-text a {
    font-size: 1.1em;
  }

  .agile-logo h4 {
    width: 23%;
  }

  .agileinfo_footer_grid:nth-child(2) {
    margin: 2em 0;
  }

  .agileits-line:before {
    left: 36px;
  }

  .agileinfo-feature-info h5 {
    font-size: 1.1em;
  }

  .agileinfo-feature-info p {
    font-size: 0.8em;
  }

  .contact-right {
    margin: 2em 0 0 0;
  }

  .address {
    padding: 4em 4em 4em 3em;
  }
}

.w3-agileits-blog {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.w3-agileits-blog-text {
  padding: 0.5em 0.5em 1.5em;
}

.wthree-blog {
  margin-bottom: 1em;
}

/*,
#tech-navbar-collapse .nav-tabs,
#about-navbar-collapse .nav-tabs
*/
@media screen and (min-width: 768px) {
  .modal-width {
    width: 60%;
  }

  #solution-navbar-collapse .nav-tabs {
    border-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  #solution-navbar-collapse .nav-tabs:before,
  #solution-navbar-collapse .nav-tabs:after,
  #tech-navbar-collapse .nav-tabs:before,
  #tech-navbar-collapse .nav-tabs:after,
  #about-navbar-collapse .nav-tabs:before,
  #about-navbar-collapse .nav-tabs:after {
    display: none;
  }
}

@media (max-width: 736px) {
  .manage-item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .manage-row:first-of-type {
    margin: 0;
  }

  .w3layouts-logo {
    margin: 1em 0;
    width: 24%;
  }

  .navbar-toggle {
    margin-top: 23px;
  }

  .wthree-blog {
    margin-bottom: 1em;
  }

  .w3-agileits-blog-text a {
    letter-spacing: 1px;
  }

  .navbar-nav {
    float: none;
    text-align: center;
  }

  .navbar-nav .open .dropdown-menu {
    text-align: center;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #aebe27;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    margin: 0;
  }

  .navbar-nav > li > a {
    padding: 1em 0;
  }

  .navbar-default .navbar-nav > li > a {
    margin: 0;
  }
}

@media (max-width: 667px) {
  .w3layouts-logo {
    width: 26%;
  }

  .banner {
    min-height: 440px;
  }

  .agileits-line {
    width: 23%;
  }

  .agileits-line:before {
    left: 56px;
  }

  .contact-form input[type='text'],
  .contact-form input[type='email'] {
    width: 47.7%;
  }

  .agile-logo h4 {
    width: 26%;
  }
}

@media (max-width: 600px) {
  .agileits_tom {
    width: 15%;
  }

  .contact-form input[type='text'],
  .contact-form input[type='email'] {
    width: 47.5%;
  }

  .agileits-line:before {
    left: 47px;
  }

  .w3layouts-logo {
    width: 30%;
  }

  .agile-logo h4 {
    width: 30%;
  }
}

@media (max-width: 568px) {
  .contact-form input[type='text'],
  .contact-form input[type='email'] {
    width: 47.3%;
  }
}

@media (max-width: 480px) {
  .w3layouts-logo {
    width: 38%;
  }

  .banner {
    min-height: 380px;
  }

  .services,
  .blog,
  .footer,
  .feature-grid,
  .codes,
  .typography,
  .contact-top {
    padding: 2em 0em;
  }

  .news-heading h2,
  .services-heading h2,
  .services-heading h3,
  .about-banner h2,
  .contact-banner h2,
  .tech-banner h2 {
    font-size: 2em;
  }

  .agileits-line:before {
    left: 40px;
  }

  .agile-logo h4 {
    width: 38%;
  }

  .contact-form input[type='text'],
  .contact-form input[type='email'] {
    width: 46.1%;
  }

  .banner {
    min-height: 340px;
  }
}

@media (max-width: 414px) {
  .w3layouts-logo {
    width: 45%;
  }

  .agile-logo h4 {
    width: 46%;
  }

  .agileits-line:before {
    left: 33px;
  }

  .contact-form input[type='submit'] {
    padding: 0.6em 3em;
  }

  .about-banner,
  .tech-banner,
  .solu-banner,
  .contact-banner {
    padding: 2em 0;
  }
}

@media (max-width: 384px) {
  .banner {
    min-height: 300px;
  }

  .news-heading h2,
  .services-heading h2,
  .services-heading h3,
  .about-banner h2,
  .contact-banner h2,
  .tech-banner h2,
  .solu-banner h2 {
    font-size: 1.5em;
  }

  .agileits-line {
    width: 40%;
  }

  .agileits-line:before {
    left: 47px;
  }

  .banner_text p {
    letter-spacing: 7px;
  }

  .contact-form input[type='text'],
  .contact-form input[type='email'] {
    width: 100%;
    margin-bottom: 1em;
  }

  .contact-form input.email {
    margin: 0 0 1em 0;
  }
}

@media (max-width: 375px) {
  .w3layouts-logo {
    width: 50%;
  }
}

@media (max-width: 320px) {
  .banner {
    min-height: 250px;
  }

  .agileits-line:before {
    left: 43px;
  }

  .news-heading h2,
  .services-heading h2,
  .services-heading h3,
  .about-banner h2,
  .contact-banner h2,
  .tech-banner h2,
  .solu-banner h2 {
    font-size: 1.3em;
  }

  .w3layouts-logo {
    width: 55%;
  }

  .agile-logo h4 {
    width: 65%;
  }

  .contact-form input[type='submit'] {
    padding: 0.6em 2em;
  }

  .contact-form textarea {
    min-height: 9em;
  }
}

/*single*/
.single-header {
  text-align: center;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}

.single-header h2 {
  font-size: 1.1rem;
  color: #333;
  padding: 3.5rem 0 0.5rem;
  margin: 0;
}

.single-header p {
  font-size: 0.6rem;
  color: #333;
  margin: 0;
}

.single-content {
  padding-bottom: 3.5em;
}

.single-content p {
  font-size: 0.65rem;
  color: rgb(127, 127, 127);
  text-indent: 2em;
  line-height: 1.4rem;
  text-align: justify;
}

.single-content img {
  max-width: 100%;
  margin: 0.75em auto;
  display: block;
}

.goback {
  padding: 0.5em 0 3.5em;
  border-top: 1px solid #eee;
}

.goback a {
  float: right;
  display: inline-block;
  padding: 0.3rem 1.1rem;
  font-size: 0.6em;
  border: 1px solid #eee;
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.goback a:hover {
  color: #fff;
  background-color: #aebe27;
}

/*-- //responsive --*/
/*-commen-*/
/*header, footer, article, aside, section, nav, menu, details, dialog, figure, figcaption {
    display: block
}*/
.none-firm-news {
  background-color: #fff;
  border-radius: 6px;
  padding: 0.75em 0 2em;
  color: #666;
  font-size: 1em;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

#industry1,
#industry2,
#industry3 {
  text-align: center;
}

.modal-body h2,
.modal-body h3,
.modal-body h4 {
  font-weight: 500;
}

.modal-body p,
.modal-body {
  text-align: justify;
  text-indent: 2em;
  font-size: 0.9em;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.7;
}

.modal-body h2 {
  font-size: 1.2em;
}

.modal-body h3 {
  font-size: 1.1em;
}

.modal-body h4 {
  font-size: 1em;
}

.modal-content {
  border-radius: 10px;
}

.modal-body img {
  max-width: 100%;
  margin: 0.75em auto;
  display: block;
}

.modal-btn:hover,
.modal-btn:active,
.modal-btn:focus {
  background-color: #aebe27;
  color: #fff;
  outline: none !important;
  border: 1px solid #aebe27;
}

.imagerow {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.half-block {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.inline {
  display: inline-block;
}

.inline img {
  width: 49%;
}

.disappear {
  display: none;
}

.marginBottom15 {
  margin-bottom: 1.5em;
}

.marginBottom3 {
  margin-bottom: 3em;
}

.marginBottom25 {
  margin-bottom: 2.5em;
}

.margin2415 {
  margin-top: 2.4em;
  margin-bottom: 1.5em;
}

.padding3 {
  padding: 3em 0;
}

.padding0344 {
  padding: 3em 0 4.4em;
}

.borderBottom {
  border-bottom: 1px solid #d8d8d8;
}

.marginTop24 {
  margin-top: 2.4em;
}

.marginBottom2 {
  margin: 0 0 2em;
}

.mainColor {
  color: #aebe27;
}

/*Start rev slider wrapper*/
/*201*/
.thm-btn {
  position: relative;
  background: #aebe27;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #aebe27;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn:hover {
  background: transparent;
  color: #aebe27;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

/*style744*/
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 55px;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 700;
}

.rev_slider_wrapper .slide-content-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
}

.rev_slider_wrapper .slide-content-box .button a {
  padding: 0px 22px;
  margin-right: 15px;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}

.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution {
  background: #fff;
  padding: 0px 35px;
  color: #222;
  border-color: #fff;
}

.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover {
  background: #aebe27;
  color: #fff;
  border-color: #aebe27;
}

.rev_slider_wrapper .slide-content-box.last-slide p {
  margin: 0;
}

.rev_slider_wrapper .slide-content-box.last-slide a {
  margin: 0 8px;
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.tp-bannertimer {
  display: none;
}

.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}

/*105*/
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
}

/*263*/
.rev_slider_wrapper {
  width: 100%;
}

/*111*/
.rev_slider {
  position: relative;
  overflow: visible;
}

/*147*/
.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  list-style: none !important;
  position: absolute;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
  top: 0px;
  left: 0px;
}

/*169*/
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  visibility: hidden;
}

/*174*/
.tp-revslider-slidesli,
.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/*180*/
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

/*192*/
.rev_slider .tp-caption,
.rev_slider .caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
}

/*203*/
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
  margin-bottom: 0;
}

/*218*/
.tp-caption {
  z-index: 1;
}

/*230*/
.tp-caption {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: absolute;
  -webkit-font-smoothing: antialiased !important;
}

/*479*/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

/*808*/
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.tparrows:hover {
  background: #aebe27;
}

.tparrows:before {
  font-family: 'revicons';
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 36px;
  text-align: center;
}

.tparrows.tp-leftarrow:before {
  content: '\003C';
  font-size: 1em;
}

.tparrows.tp-rightarrow:before {
  content: '\003E';
  font-size: 1em;
}

/*business*/
.pd-imagebox {
  padding: 60px 0;
}

.imagebox img {
  max-width: 100%;
  height: auto;
}

.imagebox-image {
  position: relative;
}

.imagebox-item {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  margin-bottom: 1em;
}

/* Imagebox Style1 */
.imagebox.style1 {
  position: relative;
  overflow: hidden;
}

.imagebox.style1 .imagebox-title {
  padding: 10px 80px 11px 20px;
  background: rgba(65, 84, 100, 0.85);
  min-height: 45px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imagebox.style1:hover .imagebox-title {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.imagebox.style1 .imagebox-title h3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  line-height: 1.4;
}

.imagebox.style1 .imagebox-title h3:after {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  top: 48%;
  right: -53px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.imagebox.style1 .imagebox-title h3 a {
  color: #ffffff;
}

.imagebox.style1 .imagebox-content {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  background: rgba(65, 84, 100, 0.85);
  font-size: 14px;
  padding: 30px 30px 40px;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.imagebox.style1:hover .imagebox-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imagebox.style1 .imagebox-content .imagebox-desc {
  color: #ffffff;
}

.imagebox.style1 .imagebox-content .imagebox-button {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.imagebox.style1 .imagebox-content .imagebox-button a {
  color: #ffffff;
  margin-top: 30px;
  /*background: rgba(24, 186, 96, 0.8);*/
  padding: 13px 52px 13px 30px;
  background-color: #aebe27;
  display: inline-block;
  position: relative;
  line-height: 24px;
  webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.imagebox.style1 .imagebox-content .imagebox-button a:before {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 12px;
}

.imagebox.style1 .imagebox-content .imagebox-button a:hover:before {
  color: #222222;
}

.imagebox.style1 .imagebox-content .imagebox-button a:hover {
  color: #222222;
  background-color: #ffffff;
}

/*reminder*/
#feedback-reminder {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  background-color: transparent;
  z-index: 200000;
}

#feedback-reminder.reminder-show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.reminder-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9em;
  height: 3.5em;
  margin-left: -4.5em;
  padding: 1em 2em;
  color: #666;
  background-color: #fff;
  box-shadow: 0 0 12px 3px #aebe27;
  border-radius: 12px;
  font-weight: bold;
}

.beiAn {
  font-size: 0.8em;
  color: #999;
}

.padding-t-3 {
  padding-top: 3rem;
}

.padding-t-2 {
  padding-top: 2rem;
}
.footer-record {
  font-size: 0.7rem;
  margin-top: 0.5rem;
}
.police-record {
  margin-right: 1rem;
}

.police-record img {
  width: 0.8rem;
}
.police-record a {
  display: inline-block;
  vertical-align: middle;
}

.industry-read-more {
  color: #aebe27;
  cursor: pointer;
  font-size: 0.8rem;
  margin-right: 0.8rem;
}

.modal-title {
  font-size: 1rem;
  font-weight: bold;
}

.export-list-block {
  padding-top: 3em;
  padding-bottom: 3em;
}

.export-card-wrap {
  margin-bottom: 2em;
}
.export-card-wrap .export-card {
  background: white;
  box-shadow: 0px 9px 9px 0px rgba(225, 225, 225, 0.69);
}

.export-card-img-wrap {
  height: 200px;
  background: #e1e1e1;
  /*box-shadow: 0px 9px 9px 0px rgba(225,225,225,0.69);*/
  text-align: center;
}

.export-card-img {
  max-width: 100%;
  height: 200px;
}

.export-card-text {
  margin-top: 15px;
  padding: 0 15px;
  height: 60px;
  overflow: hidden;
}
.export-card-text a {
  background: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
}

.export-card-btn-wrap {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.export-card-btn-wrap .preview-btn {
  text-align: center;
  line-height: 60px;
  height: 60px;
  background: #aebe27;
  width: 100%;
  font-size: 18px;
  color: white;
}
.export-card-btn-wrap .download-btn {
  text-align: center;
  line-height: 60px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #aebe27;
  width: 100%;
  margin-left: 10px;
  font-size: 18px;
  color: #aebe27;
}

.export-card-btn-wrap .btn-img {
  margin-right: 5px;
}

.cursor-pointer {
  cursor: pointer;
}
