@import url("a0b7b2d00b3a4a7fb9e1132c6958d1e9.css");
@import url("45a3f1daae8f4a44ac1800af84ac0f56.css");

body {
  font-family: 'Arial', Arial !important;
}

.brand {
  font-family: 'Arial', Arial !important
}

html,
body {
  height: 100%;
}

body {
  font-size: 15px;
  line-height: 1.50;
  color: #333333;
  background-color: #ffffff;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

h6 {
  font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span {
  color: #2F2F2F;
  font-size: 35px;
}

.colored {
  color: #FFC401;
}

a {
  color: #121212;
  text-decoration: none;
}

a:hover {
  color: #339BEB;
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

.large {
  font-size: 18px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-unstyled li {
  padding: 5px 0;
}

.list-horizontal {
  padding: 15px 0;
}

.list-horizontal-item img {
  display: block;
  margin: 0 auto;
}

.list-icons {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  font-size: 18px;
}

.list-icons li {
  padding: 0 0 15px 0;
}

blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}

.title {
  margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
  color: #ffffff;
  background-color: transparent;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner {
  width: 100%;
  height: auto;
  min-height: auto;
  position: relative;
  color: #fff;
}

.banner-image {
  vertical-align: middle;
  min-height: 100%;
  width: 100%;
}

.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.52);
  background-color: rgba(0, 0, 0, 0);
  content: "";
}

.banner-caption {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.subfooter {
  background-color: #020202;
  padding: 40px 0;
}

.subfooter a {
  color: #FFC40A;
}

.section {
  background-color: #ffffff;
  padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
  background-color: #FFC400;
  color: #ffffff;
}

.default-bg.blue {
  background-color: #121212;
}

.btn-primary {
  color: #fff;
  background-color: #FFC40A;
  border: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>. .btn-primary {
  color: #2F2F2F;
  background-color: #FFC40A;
  border: 0px;
  padding: 17px 34px;
}

.transprant-bg {
  color: #ffffff;
}

.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.transprant-bg h1,
.transprant-bg h2,
.transprant-bg h3,
.transprant-bg h4,
.transprant-bg h5,
.transprant-bg h6 {
  /* color: #ffffff; */
}

.default-bg blockquote footer,
.transprant-bg blockquote footer {
  color: #cccccc;
}

.default-bg a,
.transprant-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.default-bg a:hover,
.transprant-bg a:hover {
  text-decoration: none;
}

.transprant-bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  background: #fff;
}

.transprant-bg .transprant-bg {
  margin-top: 80px;
  z-index: 3;
}

.transprant-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* background-color: #E6E6E6; */
}

.transprant-bg.blue:after {
  background-color: rgba(85, 172, 238, 0.7);
}

.transprant-bg .container {
  z-index: 3;
  position: relative;
  color: #797979;
}

.bg-image-1 {
  background: url("http://www.chinalima.cn/Template/default/Res/images/bg-image-1.jpg.html") 50% 0px no-repeat;
}

.bg-image-2 {}

.caption-data {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.caption-data h1 {
  text-transform: uppercase;
}

.caption-data h1 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.caption-data h3 {
  line-height: 39px;
  font-size: 20px;
}

button.cta-button.btn-light,
button.cta-button.btn-dark,
.contact-form button.cta-button,
button.cta-button.btn-default {
  background: transparent;
}

button.cta-button {
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #fff;
  padding: 15px 32px;
  border-radius: 0;
  font-family: 'Raleway';
  font-weight: 600;
  transition: background 0.3s, border-color 0.3s;
  margin-top: 20px;
}

button.cta-button:hover {
  background: #fff;
  color: #000;
}

/* Misc
----------------------------------------------------------------------------- */
.no-view {
  opacity: 0;
  filter: alpha(opacity=0);
}

.object-visible,
.touch .no-view {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.team__item {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 2px 5px;
  border: 1px solid #E0E0E0;
}

.team-item__img {
  margin-bottom: 20px;
  overflow: hidden;
}

.team-item__img>img {
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  -o-transition: -o-transform 0.7s;
  transition: transform 0.7s;
}

.team-item-contact__link {
  display: block;
  float: left;
  width: 50%;
  margin-top: 4.6px;
  margin-bottom: 4.6px;
  border-radius: 3px 0 0 3px;
  text-align: center;
  line-height: 36.8px;
  background-color: #eee;
  color: #565656;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.team-item-contact__link:hover,
.team-item-contact__link:focus {
  background: #121212;
  color: white;
}

.team-item-contact__link_facebook {
  border-left: 1px solid white;
  border-radius: 0 3px 3px 0;
}

.team-item-contact__link_facebook:hover,
.team-item-contact__link_facebook:focus {
  background: #3b5998;
}

.team-item__name {
  font-weight: 700;
  text-align: center;
}

.team-item__position {
  margin-bottom: 10px;
  color: #9a9a9a;
  text-align: center;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {

  .object-visible,
  .touch .no-view {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
}

.space {
  padding: 20px 0;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pclear {
  padding-bottom: 0;
}

.secPadding {
  padding: 70px 0;
}

.price-table .panel-heading h3 {
  font-size: 43px;
  color: #FFC400;
}

.list-group-item {
  padding: 15px 15px;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
  color: #fff;
}

@media (max-width: 798px) {
  .banner-caption h1 {
    font-size: 20px !important;
    color: #FFC400;
  }

  .caption-data {
    width: 100%
  }

  .caption-data h3 {
    font-size: 12px;
    line-height: 24px;
  }
}

.banner-caption h1 {
  font-size: 45px;
  color: #FFC400;
}

.footer h1 {
  color: #fff;
}

.footer p {
  font-size: 0.75em;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-word;
  word-break: break-all;
  display: flex;
}

.footer_agile_w3ls {
  background: #010713;
  padding: 4em 0;
}

.footer_agile_w3ls h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}

.footer_agile_w3ls li>a {
  padding-left: 20px;
}

.footer_agile_w3ls li,
.footer_agile_w3ls li>a {
  color: #949494;
  font-size: 0.8em;
  line-height: 2.4em;
  text-transform: capitalize;
}

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

.agileits_w3layouts_logo.logo2 h2 {
  margin: 1.5em 0 0.7em;
}

.agileits_w3layouts_logo.logo2 h2 a {
  font-size: 1.4em;
  color: #fff;
  font-weight: 700;
}

.agileits_w3layouts_logo.logo2 h2 span {
  font-size: .3em;
  letter-spacing: 8px;
}

.footer ul {
  list-style: none;
  padding: 0
}

.footer.section {
  background: #2F2F2F;
  color: #949494;
}

.subfooter p {
  margin-bottom: 0;
  color: #fff;
  padding-top: 4px;
  text-align: center;
}

.hero-caption {
  text-align: center;
  padding: 40px 0;
  background: #ffc400;
}

.hero-caption h2 {
  text-align: center;
}

.hero-caption p {}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 157px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-default {
  color: #2F2F2F;
  background: #FFC40A;
  border: 0;
  padding: 17px 34px;
}

.btn-default:hover {
  color: #2F2F2F;
  background-color: #FFC40A;
  border: 0;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

.panel-default>.panel-heading {
  padding: 0;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  background: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #f0f0f0;
  border-top: none;
  background-color: #fafafa
}

.panel-heading a {
  font-weight: 400;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #FFC400;
  color: #000000;
  position: relative;
  text-decoration: none;
  border: #ECECEC 1px solid;
}

.panel-heading a.collapsed {
  color: #333333;
  background-color: #D0D0D0;
}

.panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f147";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f196";
}

.panel-heading a:hover {
  text-decoration: none;
  background-color: #FFC400;
  color: #2F2F2F;
}

.panel-title a i {
  padding-right: 10px;
  font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover {
  background-color: #FFC400;
  border-color: #FFC400;
  color: #2F2F2F;
}

.nav-pills>li>a {
  border-radius: 0;
  padding: 8px 20px;
  border: 1px solid #cacaca;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.dropdown-menu a {
  font-weight: normal;
  color: #808080;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.dropdown-menu a:hover {
  background: #FFC400 !important;
  color: #fff;
  padding-left: 25px;
}

/* Forms
---------------------------------- */
.form-control {
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.form-control-feedback {
  color: #ffc400;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 15px;
}

textarea {
  resize: vertical;
}

.price-table .panel-heading {
  padding: 44px 0;
  /* font-size: 45px; */
  background: #fff;
  border: 1px solid #fff;
}

/* Modals
---------------------------------- */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.modal-header {
  background-color: #626262;
  color: #ffffff;
}

.modal-header h4 {
  color: #ffffff;
}

.modal-header .close {
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

@media (max-width: 1782px) {
  .social-links li {
    width: 15% !important
  }
}

@media (max-width: 998px) {
  .footer.section {
    display: none;
  }
}

@media (max-width: 1288px) {
  .social-links li {
    width: 14.85% !important !important
  }
}

@media (min-width:1200px) {
  .modal-lg {
    width: 1140px;
  }
}

@media (max-width: 1440px) {
  .footer-agileits {
    margin-left: 2rem !important;
  }

  .footer-wthree {
    margin-left: 5rem !important
  }

  .footer-agileits-w3layouts {
    margin-left: 2rem !important
  }

  .social-links li {
    width: 14.5% !important
  }
}

@media (max-width: 780px) {
  .footer {
    display: none;
  }

  .about-right p {
    padding: 0 20px !important;
  }

  .about-center div:nth-child(1) {
    padding: 0 !important
  }

  .secPadding {
    padding: 4rem 0 !important
  }

  #logo {
    max-width: 46%
  }

  .main-navigation .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 10px 0 10px 0.6rem;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
  }
}

/* Media
---------------------------------- */
.media .fa {
  font-size: 24px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
  margin-bottom: 0;
}

.main-navigation .navbar-default {
  background-color: transparent;
  border: none;
}

.main-navigation .navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 10px 0 10px 1.6rem;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.main-navigation .navbar-default .navbar-nav>li.active>a {
  background-color: transparent;
  color: #ffc400;
}

.main-navigation .navbar-default .navbar-nav>li>a:hover,
.main-navigation .navbar-default .navbar-nav>li.active>a:hover {
  color: #FFC400;
}

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #FFFFFF;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
  border: 1px solid #333;
}

#quote-carousel img {
  width: 250px;
  height: 100px
}

/* End carousel */
.item blockquote {
  border-left: none;
  margin: 0;
  color: #2B2B2B;
}

.item blockquote img {
  margin-bottom: 10px;
}

/**
  MEDIA QUERIES
*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }

  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }

  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width:768px) {
  .main-navigation .navbar-default .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .main-navigation .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav {
    float: left !important;
  }
}

@media (max-width:767px) {
.header.navbar-fixed-top {
    position: relative;
    margin: 0;
}
    .header {
    background: rgb(47,47,47)!important;
}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
  background-color: rgb(47, 47, 47);
  padding: 10px 0;
}

.fixed-header-on .brand {
  font-size: 24px;
}

.fixed-header-on .logo {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .fixed-header-on .navbar-default .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width:991px) {

  .fixed-header-on .logo,
  .fixed-header-on .brand,
  .fixed-header-on .site-slogan {
    display: none;
  }
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
  margin: 10px 0px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo,
.logo-section {
  float: left;
}

.brand {
  font-size: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
}

.brand a {
  color: #FFC400;
  font-weight: bold;
}

.brand a:hover {
  text-decoration: none;
}

.site-slogan {
  font-size: 12px;
}

/* block-lists
---------------------------------- */
.block-list .media-left {
  width: 60px;
}

.block-list p {
  font-size: 16px;
}

.block-list .fa {
  border: 1px solid #FFC400;
  padding: 20px;
  width: 65px;
  height: 65px;
  color: #FFC400;
  margin: 2px 5px 0;
}

/* Social Links
---------------------------------- */
.social-links {
  padding: 0;
  list-style: none;
}

.social-links li {
  margin: 10px 0px 10px 0;
  display: inline-block;
  font-size: 36px;
}

.social-links li a {
  color: #BBBBBB;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #D0D0D0;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 0;
  font-size: 22px;
  text-align: center;
  line-height: 1.6em;
  padding-left: 0;
}

.social-links li:last-child {
  margin: 10px 0
}

.social-links li {
  line-height: 1.6em;
  width: 15.5%
}

.social-links li.twitter a:hover {
  color: #121212;
}

.social-links li.skype a:hover {
  color: #00aff0;
}

.social-links li.linkedin a:hover {
  color: #0976b4;
}

.social-links li.googleplus a:hover {
  color: #dd4b39;
}

.social-links li.youtube a:hover {
  color: #b31217;
}

.social-links li.flickr a:hover {
  color: #ff0084;
}

.social-links li.facebook a:hover {
  color: #3b5998;
}

.social-links li.pinterest a:hover {
  color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
  margin: 0 0 30px 0;
}

.filters .nav-pills>li {
  margin-right: 2px;
  margin-bottom: 2px;
}

.filters .nav-pills>li+li {
  margin-left: 0px;
}

.text-center.filters .nav-pills>li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
}

.nav-pills>li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
}

.isotope-container {
  overflow: hidden;
}

.isotope-item {
  margin-bottom: 5px;
}

.isotope-item .btn-default {
  color: #FFFFFF;
  background: rgba(58, 58, 58, 0.56);
  margin-top: -36px;
  z-index: 2;
  position: relative;
  border: 0;
  display: none;
}

.isotope-item .btn-default:hover {
  color: #ffffff;
}

@media (max-width:768px) {
  .navbar-nav {
    margin: 7.5px -15px;
    /* background: #060606; */
    width: 90% !important;
  }

  .fixed-header-on .navbar-default .hq-icons>a {
    padding: 10px 0 10px 0.2rem !important
  }
}

@media (max-width:480px) {
  .filters .nav-pills>li {
    width: 100%;
    display: block;
  }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(255, 196, 0, 0.66);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.overlay:hover {
  text-decoration: none;
}

.overlay span {
  position: absolute;
  display: block;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}

.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 26px;
  line-height: 1x;
  color: #2F2F2F;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
  font-weight: normal;
}

.image-box {
  margin-bottom: 30px;
}

.image-box:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.image-box:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.col-md-12 img {
  margin: 0 auto;
}

.item img {
  max-width: inherit !important
}

.dropdown .dropdown:hover .collapse {
  display: block !important;
  visibility: visible;
}

.dropdown .dropdown .collapse {
  background: #e7e7e7;
}

.dropdown .dropdown .collapse a {
  color: #777;
  font-size: 12px;
}

.dropdown .dropdown .collapse a:hover {
  text-decoration: none;
}

.hq-icon {
  z-index: 9999;
  margin-top: -40px;
  right: 0 !important;
  float: right !important;
}

.hq-icon a {
  float: left;
  margin-right: 20px;
  padding: 0 !important
}

.hq-nav2 {
  width: 100%
}

.hq-nav2 li {
  width: 20% !important;
  text-align: center;
}

.hq-nav2 li a {
  display: inline;
  width: 100%;
  padding: 10px 2px;
  border-bottom: 2px solid;
}

.hq-nav2 li a:hover {
  background: none !important;
}

@media (max-width:768px) {
  .hq-nav2 li {
    width: 100% !important;
    padding: 10px 0;
  }

  .hq-nav2 li a {
    border-bottom: 0px solid;
  }

  .hq-icon {
    position: absolute;
    top: 70px;
    right: 65px;
  }
}

.image-box img {
  width: 100%;
  border: 2px solid #d7d7d7
}

.image-box span {
  line-height: 54px;
}

.section5 {
  padding: 60px 0;
  background: #ffc40a;
}

/* 外部层 */
#owl-demo5 {
  position: relative;
  padding: 0 60px;
  margin: 0px
}

#owl-demo5 .owl-stage-outer {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#owl-demo5 * {
  box-sizing: border-box;
}

/* 导航层 */
#owl-demo5 .owl-item {
  float: left;
}

#owl-demo5 .owl-controls {
  margin-top: 0px;
  text-align: center;
}

/* 左右按钮 */
#owl-demo5 .owl-controls .owl-nav {}

#owl-demo5 .owl-controls .owl-nav [class*=owl-] {
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -30px;
  : text-decoration: none;
  text-indent: -9999px;
  cursor: pointer;
}

#owl-demo5 .owl-controls .owl-nav .owl-prev {
  left: 0;
  background: url("../image/jiantou2.png") no-repeat -38px 3px;
  transition: 300ms;
}

#owl-demo5 .owl-controls .owl-nav .owl-next {
  right: 0;
  background: url("../image/jiantou2.png") no-repeat -86px 3px;
  transition: 300ms;
}

#owl-demo5 .owl-controls .owl-nav .owl-prev:hover {
  background: url("../image/jiantou2.png") no-repeat -38px -59px;
}

#owl-demo5 .owl-controls .owl-nav .owl-next:hover {
  background: url("../image/jiantou2.png") no-repeat -86px -59px;
  ;
}

.s5-item {}

.s5-item a {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none
}

.s5-img {
  position: relative;
  float: left;
  width: 270px;
  margin-right: 80px;
  height: 320px;
  float: left;
  overflow: hidden
}

.s5-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.s5-date {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #ffc70e;
  padding: 0 30px
}

.s5-date-y {
  line-height: 1.2;
  color: #fff;
  display: block;
  font-size: 36px;
  padding: 6px 0 0 0;
  width: 110px;
  text-align: left;
  border-bottom: 1px solid #fff
}

.s5-date-md {
  line-height: 1.8;
  color: #fff;
  font-size: 13px;
  float: none;
  display: block;
  margin-bottom: 10px
}

.s5-text {
  padding-top: 20px;
  overflow: hidden;
  margin-right: 50px;
  position: relative;
  left: 0;
  transition: .6s;
  padding-right: 80px;
}

.s5-text h4 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #222;
  color: #222;
  font-size: 1.5vw;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.s5-item:hover .s5-text {
  left: 20px
}

.s5-item:hover .s5-text h4 {}

.s5-text p {
  color: #222;
  line-height: 30px;
  font-size: 1vw;
  word-wrap: break-word;
  word-break: break-all;
}

.s5-text .more {
  height: 42px;
  width: 160px;
  background: #fff;
  color: #222;
  margin-top: 40px;
  line-height: 42px;
  text-align: center
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .s5-img {
    float: none;
    width: 100%;
    margin-right: 0px;
    height: auto;
    overflow: hidden;
  }

  .s5-text {
    margin-right: 0px;
  }

  .s5-text .more {
    margin-top: 30px;
  }

  .s5-item:hover .s5-text {
    left: 0px
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .s5-img {
    float: none;
    width: 100%;
    margin-right: 0px;
    height: auto;
    overflow: hidden;
  }

  .s5-date {
    display: none;
  }

  #owl-demo5 {
    position: relative;
    padding: 0 0px;
    margin: 0px
  }

  .s5-text {
    margin-right: 0px;
    padding-right: 0;
    padding: 0 40px;
  }

  .s5-text .more {
    margin-top: 30px;
  }

  .s5-item:hover .s5-text {
    left: 0px
  }
}

nav li:hover>.dropdown-menu {
  display: block
}

/*关于我们*/
.about-box {
  padding-bottom: 10px;
}

.about-center {
  max-width: 1200px;
  margin: 0 auto;
}

.reuse1 {
  position: relative;
  height: 44px;
  margin-bottom: 50px;
}

.reuse1 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  display: none;
}

.about-left {
  width: 50%;
  float: left;
}

.about-left img {
  width: 100%;
}

.about-right {
  width: 50%;
  float: right;
}

.about-right h2 {
  text-align: center;
  font-size: 39px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 50px;
}

.about-right p {
  line-height: 40px;
  font-size: 16px;
  padding: 0 40px;
}

.more9 {
  width: 112px;
  height: 37px;
  display: block;
  background: #666666;
  color: #fff !important;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  float: right;
  margin-top: 20px;
}

.wid1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.num-list {
  text-align: justify;
  padding-inline-start: 0 !important;
  padding-top: 50px;
}

.num-list li {
  float: left;
  width: 25%;
  vertical-align: top;
  text-align: center;
  list-style: none;
}

.num-list li+li {
  border-left: 1px #eeeeee solid
}

/*
.num-list:after {
    display: inline-block !important;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
} */
.num-list li div span {
  font-size: 60px;
  color: #666666;
}

.num-list li p {
  font-size: 18px;
}

.index-more {
  margin: 20px 0;
  text-align: center
}

.index-more a {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dfdfdf;
  width: 300px;
  max-width: 100%;
  color: #848484;
  text-transform: uppercase;
  text-decoration: none
}

.index-more a::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  background: #ffc40a;
  z-index: -1;
  transition: .6s
}

.index-more a:hover {
  color: #FFF
}

.index-more a:hover:after {
  width: 100%
}

@media (max-width:960px) {
  .about-left {
    width: 100%;
  }

  .about-right {
    width: 100%;
  }

  .about-center {
    width: 98%;
  }

  .wid1200 {
    display: none;
  }

  .reuse1 {
    margin-bottom: 20px;
  }

  .about-right h2 {
    margin-bottom: 20px;
  }

  .more9 {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

.image-box img {
  transition: all 1s;
}

.image-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.image-box img:before {
  zindex: 2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  transition: .3s
}

.image-box:hover .image-box:before {
  top: 0
}

.image-box span {
  padding: 20px 30px 10px 10px;
  transition: 600ms;
}

.image-box:hover span {
  padding: 20px 20px 10px 20px;
}

/*英文切换*/
.top_bread {
  float: right;
  padding-top: 28px;
  display: inline;
  zoom: 1;
  top: 25px;
  z-index: 9999;
  right: 27px;
  position: fixed;
  right: 20%
}

.lang {
  float: left;
  display: inline-block;
  padding: 0px 5px;
  _display: inline;
  position: relative;
  vertical-align: top;
  height: 36px;
}

.lang_con {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}

.lang_con i {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url("../image/cn.png") no-repeat -999px -999px;
}

.lang_lang .lang_con i {
  background-position: 0px 0px;
}

.lang_sin .lang_con i {
  background-position: 0px -23px;
  margin-right: 2px;
}

.slect {
  position: absolute;
  display: none;
  top: 36px;
  left: -22px;
  background-color: #fff;
  width: 150px;
  height: auto;
  border: 1px solid #a1a1a1;
  z-index: 99;
}

.up_icon {
  display: block;
  width: 20px;
  height: 12px;
  position: absolute;
  top: -11px;
  left: 50px;
  background: url("http://www.chinalima.cn/Template/default/Res/images/icon.png.html") no-repeat 0 -115px;
}

.slect ul {
  padding: 15px 25px;
}

.slect li {
  line-height: 25px;
  text-align: left;
}

.slect li a {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
}

.slect li a:hover {
  color: #0078d7
}

.slect li a i {
  display: inline-block;
  padding: 6px 8px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("http://www.chinalima.cn/Template/default/Res/images/lan_icon.png.html");
  background-repeat: no-repeat;
}

.flag01 {
  background-position: 0 0;
}

.flag02 {
  background-position: 0 -25px;
}

.flag03 {
  background-position: 0 -50px;
}

.flag04 {
  background-position: 0 -75px;
}

.flag05 {
  background-position: 0 -100px;
}

.flag06 {
  background-position: 0 -125px;
}

.flag07 {
  background-position: 0 -150px;
}

.flag08 {
  background-position: 0 -175px;
}

.flag09 {
  background-position: 0 -200px;
}

.lang_sin .slect {
  width: 220px;
  left: -120px;
}

.lang_sin .up_icon {
  left: 150px;
}

.lang_sin .slect ul {
  padding: 15px;
}

.lang_sin .slect ul input[type='checkbox'] {
  vertical-align: middle;
}

.lang_sin .slect ul input[type='text'],
.lang_sin .slect ul input[type='password'] {
  padding: 2px 5px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  vertical-align: top;
}

.r_ty {
  text-align: right;
  font-size: 12px;
}

.login_btn {
  font-size: 24px;
  margin-top: 5px;
  color: #0078d7;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}

/* .search_icon{ float:left; display:inline; width:30px; height:30px; background:url("http://www.chinalima.cn/Template/default/Res/images/icon.png.html") no-repeat 0px -45px; margin-left:10px; margin-top:-7px; cursor:pointer;} */
.search_bar {
  width: 100%;
  height: 68px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 2%;
  display: none;
  padding: 0 20px;
}

.search_bar form {
  width: 750px;
  margin-top: 23px;
}

.s_text {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  width: 280px;
  color: #333;
  background: url("../image/icon.png") no-repeat 0px -45px;
  padding: 0px 15px 0px 45px;
  border: none;
  outline: none;
  background-color: transparent;
  outline: none;
  vertical-align: top;
  transform: translateX(50px);
  transition: all ease 0.5s;
  opacity: 0;
}

.s_mit {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 23px;
  left: 0px;
  background-color: transparent;
  display: none;
  font-size: 0px;
  border: none;
  outline: none;
  cursor: pointer;
}

.search_closed {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 23px;
  right: 10px;
  background: url("../image/icon.png") no-repeat 6px -75px;
  font-size: 0px;
  cursor: pointer;
}

.search_key {
  position: absolute;
  top: 68px;
  left: 30px;
  background-color: #FFF;
  width: 350px;
  border: 1px solid #a1a1a1;
  border-top: none;
}

.search_key ul {
  padding: 15px;
}

.search_key ul li {
  line-height: 24px;
  font-size: 14px;
  color: #6e6e6e;
  transform: translateX(50px);
  opacity: 0;
}

.search_key ul li:nth-child(1) {
  transition: all 0.5s;
}

.search_key ul li:nth-child(2) {
  transition: all 0.5s 0.1s;
}

.search_key ul li:nth-child(3) {
  transition: all 0.5s 0.2s;
}

.search_key ul li:nth-child(4) {
  transition: all 0.5s 0.3s;
}

.search_key ul li:nth-child(5) {
  transition: all 0.5s 0.4s;
}

.search_key ul li a {
  color: #6e6e6e;
  font-size: 16px;
  padding-left: 10px;
}

.search_key ul li a:hover {
  color: #0078d7;
}

.search_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: -1;
}

.sbar_show .s_text,
.sbar_show ul li {
  transform: translateX(0);
  opacity: 1;
}

.main-navigation .navbar-default .navbar-nav .hq-icons a {
  padding-left: 10px !important;
  padding-left: 2rem !important
}

/*右侧漂浮替换样式*/
.im {
  position: fixed;
  right: 2px;
  top: auto;
  bottom: 40px;
  z-index: 11
}

.im-l {
  color: #fff;
  width: 32px;
  height: 60px;
  cursor: pointer;
  background-color: #fed700;
  box-shadow: 0 0 8px #eaf0f6;
  border-radius: 4px 0 0 4px;
  display: block;
  text-align: center;
  line-height: 60px;
  float: left
}

.im-l i {
  font-size: 20px
}

#select {
  display: none
}

.im .box {
  float: right;
  width: 60px;
  background-color: #fed700;
  border-radius: 0 4px 4px 4px;
  display: none
}

.im .box ul {
  background-color: #fff;
  list-style-type: none;
  margin: 5px;
  padding: 0
}

.im .box ul li {
  height: 50px;
  width: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 50px
}

.im .box ul li a {
  text-decoration: none;
  display: block
}

.im .box ul li i {
  font-size: 24px;
  color: #f39d22
}

.im .box ul li i.img-skype {
  color: #00aff0
}

.im .box ul li i.img-whatsapp {
  color: #00d51b
}

.im .box ul li i.img-user {
  color: #F66
}

.im .box ul li i.img-skype,
.im .box ul li i.img-envelope {
  font-size: 28px
}

/* .im .box ul li a:hover i {
  color: #343537
} */

#select:checked+.box {
  display: block
}

#cus_ser1 .msn {
  background-image: url(../image/c.jpg);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px
}

.im .skype {
  background-image: url(../image/c.jpg);
  background-repeat: no-repeat;
  background-position: -47px 0;
  height: 50px;
  width: 47px
}

.im .mail {
  background-image: url(../image/c.jpg);
  background-repeat: no-repeat;
  background-position: -94px 0;
  height: 50px;
  width: 47px
}

.im .kefu_01 {
  background-image: url(http://www.chinalima.cn/Template/default/Res/images/kefu_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 50px;
  overflow: hidden;
  background-color: #FFF
}

.im .whatsapp {
  background-image: url(http://www.chinalima.cn/Template/default/Res/images/kefu_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 50px;
  overflow: hidden;
  background-color: #FFF
}

@media screen and (min-width:768px) {
  .im {
    width: 92px;
    position: fixed;
    right: -60px;
    top: 250px;
    transition: right .5s;
    bottom: auto;
    z-index: 11
  }

  .im:hover {
    right: 0
  }

  .im .box {
    position: absolute;
    display: block;
    width: 60px;
    right: 0;
    top: 0
  }

}

@media screen and (max-width:768px) {
  .im {
    width: 92px;
    position: fixed;
    right: -60px;
    top: 250px;
    transition: right .5s;
    bottom: auto;
    z-index: 11
  }

  .im:hover {
    right: 0
  }

  .im .box {
    position: absolute;
    display: block;
    width: 60px;
    right: 0;
    top: 0
  }

  .isotope-container {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }

  .isotope-item {
    margin-bottom: 5px;
    width: 45%;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }

}
