body {
	color: #333;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font: 14px/1.5 "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #333; }
  a:active,
  a:hover,
  a:focus {
    color: #5fb63c; }

.c-theme-bg {
  background: #5fb63c !important; }    

.c-theme-btn.btn {
  color: #ffffff;
  background: #5fb63c;
  border-color: #5fb63c; }
  .c-theme-btn.btn.btn-no-focus:focus,
  .c-theme-btn.btn.btn-no-focus.focus {
    color: #ffffff;
    background: #5fb63c;
    border-color: #5fb63c; }

  .c-theme-btn.btn:active,
  .c-theme-btn.btn.active,
  .open > .c-theme-btn.btn.dropdown-toggle {
    background-image: none; }
  .c-theme-btn.btn.disabled,
  .c-theme-btn.btn.disabled:hover,
  .c-theme-btn.btn.disabled:not(.btn-no-focus):focus,
  .c-theme-btn.btn.disabled:not(.btn-no-focus).focus,
  .c-theme-btn.btn.disabled:active,
  .c-theme-btn.btn.disabled.active,
  .c-theme-btn.btn[disabled],
  .c-theme-btn.btn[disabled]:hover,
  .c-theme-btn.btn[disabled]:not(.btn-no-focus):focus,
  .c-theme-btn.btn[disabled]:not(.btn-no-focus).focus,
  .c-theme-btn.btn[disabled]:active,
  .c-theme-btn.btn[disabled].active,
  fieldset[disabled] .c-theme-btn.btn,
  fieldset[disabled] .c-theme-btn.btn:hover,
  fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus):focus,
  fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus).focus,
  fieldset[disabled] .c-theme-btn.btn:active,
  fieldset[disabled] .c-theme-btn.btn.active {
    background: #5fb63c;
    border-color: #5fb63c; }
  .c-theme-btn.btn .badge {
    color: #5fb63c;
    background: #ffffff; }
    
.caption {
	padding: 30px 0 !important;
}
.components {
	padding: 0;
	margin: 0;
}
/*
.components .product-wrapper {
	background-color: #fff;
	height: 190px;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}*/

/*.product-wrapper .product {
	background-color: #fff;
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	margin-top: 10px;
	background-image: url("../img/lvlizi.png") ;
	background-size: cover;
}*/
.components .l-content {
	/*padding-left: 120px;*/
}
.components .c-content-list-1 > li {
	color: #333;
	font-size: 14px;
	font-weight: 300;
}

.components-wrapper {
	background-color: #fff;
	height: 200px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

.llz-icon {
	background-image: url(../img/llz_icon.png);
	display: inline-block;
	width: 128px;
	height: 128px;
	background-size: cover;
}

.llz-icon.haopai {
	background-position: 0px 0%;
}
.llz-icon.duihua {
	background-position: 0px 100%;
}
.llz-icon.bao {
	background-position: 0px 200%;
}
.llz-icon.shi {
	background-position: 0px 300%;
}
.llz-icon.cogs {
	background-position: 0px 400%;
}
.llz-icon.monitor {
	background-position: 0px 500%;
}
.llz-icon.charge {
	background-position: 0px 600%;
}
.llz-icon.sot {
	background-position: 0px 700%;
}
.llz-icon.gan {
	background-position: 0px 800%;
}

@media only screen and (min-width: 768px) {
	.llz-icon { width: 90px; height: 90px; }
}

@media only screen and (min-width: 992px) {
	.llz-icon { width: 100px; height: 100px; }
}

.llz-icon.llz-icon-m {
	width: 64px;
	height: 64px;
}

.components-wrapper .l-title {
	font-size: 17px;
	font-weight: 600;
	margin-top: 10px;
}

.components-wrapper .l-details {
	display: block;
	padding-top: 70px;
	font-size: 17px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.llz-icon { width: 70px; height: 70px; }
	.components-wrapper { height: 150px; }
	.components-wrapper .l-details { padding-top: 45px; }
}

 .c-margin-r-20 {
 	margin-right: 20px;
 }
 
 .l-feature {
 	cursor: default;
 	padding: 20px 0;
 	margin-bottom: 20px;
 	height: 170px;
 }
 
 .l-feature p {
 	font-size: 17px;
 	font-weight: 300;
 	padding-left: 95px;
 }
 
 .l-line-icon-wrapper {
 	width: 70px;
 	height: 70px;
 	float: left;
 	margin-right: 25px;
 	padding: 15px;
 }
 
 .l-feature .l-line-icon {
 	background-image: url(../img/dark1.png);
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: cover;	
 }
 .l-line-icon.l-icon-check {
 	background-position: 0px 700%;
 }
 .l-line-icon.l-icon-bell {
 	background-position: 0px 1100%;
 }
 
 .l-line-icon.l-icon-light {
 	background-position: 0px 1200%;
 }
 
 .l-line-icon.l-icon-clock {
 	background-position: 0px 1300%;
 }
 
 .l-line-icon.l-icon-manage {
 	background-position: 0px 1500%;
 }
 
 .l-line-icon.l-icon-cost {
 	background-position: 0px 2000%;
 }

.c-content-title-1 > p {
  font-size: 17px;
  font-weight: 400;
  margin: 30px 0;
  color: #333;
}

.c-content-list-1 > li {
	color: #333;
}
  
.c-content-feature-2 .fa {
	font-size: 40px;
}

.c-content-feature-2.c-option-2 .c-icon-wrapper {
      background: none;
      padding: 15px;
      border: none; 
}
.c-content-feature-2.c-option-2 .c-icon-wrapper > .c-content-line-icon {
	width: 60px;
	height: 60px;
}

.c-layout-header .c-navbar .c-mega-menu.c-fonts-bold > .nav.navbar-nav > li > .c-link {
	color: #fff;
    font-weight: 400; 
}
      
.c-layout-footer-6 .c-line { margin: 5px auto; }
.c-layout-footer-6 .c-postfooter { padding-top: 0px; font-size: 12px; }

.c-page-on-scroll .c-layout-header.c-layout-header-2, 
.c-layout-header.c-layout-header-2 {
	background: #000;
	border-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.c-page-on-scroll .c-layout-header.c-layout-header-2, 
	.c-layout-header.c-layout-header-2 {
		background: rgba(0, 0, 0, 0.8);
		border-bottom: 0;
	}
	.c-layout-header.c-layout-header-2 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
		color: #fff !important;
	}
	.c-layout-header.c-layout-header-2 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon:hover,
	.c-layout-header.c-layout-header-2 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon:focus,
	.c-layout-header.c-layout-header-2 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link:hover,
	.c-layout-header.c-layout-header-2 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link:focus {
		color: rgba(255, 255, 255, 0.65) !important;
	}
	.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
		letter-spacing: 1px;
		font-style: normal;
		transition: all 0.2s;
		padding: 16px 15px 16px 15px;
		min-height: 50px;
		font-size: 18px;
	}
	.c-layout-header .c-brand {
		margin: 9px 0 9px 0;
	}
}

@media (max-width: 991px) {
	.c-layout-header.c-layout-header-dark-mobile.c-header-transparent-dark.c-mega-menu-shown,
	.c-layout-header.c-layout-header-dark-mobile.c-header-transparent-dark,
	.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile {
    		background: rgba(0, 0, 0, 0.8); 
    	}
    	
    	.c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler {
       background: none;
    } 
}