﻿body {
	font: 14px "Microsoft Yahei";
	background-color: #fff;
	color: #444;
	line-height: 24px;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	margin: 0;
	font-family: "Microsoft Yahei";
	font-weight: 700;
	color: #1e1a19;
}
h1 {
	margin-bottom: 14px;
	font-size: 48px;
	line-height: 72px;
}
h2 {
	margin-bottom: 50px;
	font-size: 36px;
	line-height: 48px;
}
h3 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 30px;
}
h4 {
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
h1 a,  h2 a,  h3 a,  h4 a,  h5 a,  h6 a {
	text-decoration: none;
	color: #1e1a19;
	-webkit-transition: all .2s;
	transition: all .2s;
}
h1 a:hover,  h2 a:hover,  h3 a:hover,  h4 a:hover,  h5 a:hover,  h6 a:hover {
	color: #ff6b09;
	text-decoration: none;
}
p {
	margin-bottom: 20px;
}
a {
	color: #005f37;
}
a:hover,  a:focus {
	outline: 0;
	color: #005f37;
}
img {
	max-width: 100%;
}
ul,  ol {
	padding: 0;
	list-style-position: inside;
}
ul ul,  ol ol,  ul ol  ol ul {
	margin-left: 20px;
}
dl {
	margin-bottom: 20px;
}
.last {
	margin-bottom: 0;
}
#dituContent img{
  max-width: none;
}
.hr {
	margin: 30px 0;
	border-top: 1px solid #ebebeb;
}
.hr.default {
	border-color: #005f37;
}
.text-default-color {
	color: #005f37;
}
blockquote {
	margin-bottom: 30px;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	border-left: none;
}
blockquote.alt {
	position: relative;
	padding-left: 60px;
	color: #005f37;
}
blockquote.alt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f10d";
	font-family: "Microsoft Yahei";
	font-size: 20px;
	color: #005f37;
}
blockquote.alt h4 {
	color: #005f37;
}
label {
	font-weight: normal;
}
input,  select,  textarea {
	display: block;
	max-width: 100%;
	padding: 5px 10px;
	border: 1px solid #d2d2d2;
	font-weight: 400;
}
select {
	width: 100%;
}
textarea:focus,  input[type="url"]:focus,  input[type="tel"]:focus,  input[type="date"]:focus,  input[type="datetime"]:focus,  input[type="datetime-local"]:focus,  input[type="week"]:focus,  input[type="month"]:focus,  input[type="text"]:focus,  input[type="color"]:focus,  input[type="email"]:focus,  input[type="image"]:focus,  input[type="number"]:focus,  input[type="search"]:focus,  input[type="password"]:focus {
	box-shadow: none;
	outline: 0;
	border-color: #005f37;
}
input[type="reset"]:focus,  input[type="submit"]:focus,  input[type="button"]:focus {
	box-shadow: none;
	outline: 0;
}
.mt-50{ margin-top:50px;}
.f-l{ float:left}
.f-r{ float:right}
.border{ border:1px solid #eee; padding:5px}


/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
.headline {
	position: relative;
	margin-bottom: 60px;
}
.headline h2 {
	text-align: center;
	text-transform: uppercase;
	color: #005f37;
}
.headline:before {
	position: absolute;
	width: 13px;
	height: 3px;
	box-sizing: border-box;
	background: #005f37;
	content: "";
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -20px
}
/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
.bullet-list {
	list-style: outside none none;
	margin-bottom: 20px;
}
.bullet-list li {
	margin-bottom: 15px;
}
.bullet-list li:last-child {
	margin-bottom: 0;
}
.bullet-list li:before {
	position: relative;
	font-family: 'FontAwesome';
	font-size: 13px;
	content: "\f111";
	margin-right: 30px;
	color: #005f37;
}
/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
 	
.btn {
	position: relative;
	border: medium none;
	margin-bottom: 20px;
	padding: 15px 40px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.btn {
	color: #fff;
}
.btn-default,  .btn-default:hover,  .btn-default:focus,  .btn-default:active,  .btn-default:active:hover,  .btn-default:active:focus {
	background-color: #005f37;
	color: #ffffff;
	outline: 0 none !important;
}
.btn-default {
	overflow: hidden;
	background-color: #005f37;
}
a.btn-default {
	color: #fff;
}
.btn-default:hover {
	background-color: #1e1a19;
	color: #fff;
}
.btn-black {
	background-color: #1e1a19;
}
a.btn-black {
	color: #fff;
}
.btn-black,  .btn-black:hover,  .btn-black:focus,  .btn-black:active,  .btn-black:active:hover,  .btn-black:active:focus {
	background-color: #1e1a19;
	color: #ffffff;
	outline: 0 none !important;
}
.btn-black:hover {
	background-color: #005f37;
	color: #fff;
}
.btn-white {
	background-color: #ffffff;
	border: 1px solid #005f37;
}
a.btn-white {
	color: #005f37;
}
.btn:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.btn-white,  .btn-white:hover,  .btn-white:focus,  .btn-white:active,  .btn-white:active:hover,  .btn-white:active:focus {
	background-color: #ffffff;
	color: #005f37;
	outline: 0 none !important;
}

.service_box{ position:fixed; z-index:1000;right:-147px;top:50%;margin-top:-100px;width:146px;border:1px solid #eee; background:#fff; }
.service_box .tab_nav{ position:absolute;left:-50px;top:-1px; width:50px;}
.service_box .tab_nav > li {background:#eee;border-bottom:1px solid #dfdbd9;}
.service_box .tab_nav > li.active{ background:#ff6b09;}
.service_box .tab_nav > li:first-child{border-radius:8px 0 0;}
.service_box .tab_nav > li:last-child{ border-bottom:none; border-radius: 8px 0 0 8px;}
.service_box .tab_nav > li > a{ display:block; width:50px;padding:12px 6px 12px 10px; line-height:14px; text-align:center;color:#2c2c2c; text-decoration:none;}
.service_box .tab_nav > li.active > a{ color:#fff;}
.service_box .tab_nav .icon{ display:block; height:28px;width:28px; background:url(../images/bg_online_service_new.png) no-repeat; overflow:hidden;margin:3px 0;*margin:6px 0;}
.service_box .tab_nav .icon_1{ background-position:0 0 ;}
.service_box .tab_nav .icon_2{ background-position:-28px 0 ;}
.service_box .tab_nav .icon_3{ background-position:-56px 0 ;}
.service_box .tab_nav .active .icon_1{ background-position:0 -28px ;}
.service_box .tab_nav .active .icon_2{ background-position:-28px -28px ;}
.service_box .tab_nav .active .icon_3{ background-position:-56px -28px ;}
.service_box .tab_content{padding:20px 5px 10px; position:relative;}
.service_box .tab_plan{ display:none; text-align:center;}
.service_box .tab_plan p{color:#333;}


/***********************************************************************************
 *	头部
 ***********************************************************************************/
.top {
	padding: 10px 0;
	background: #eee
}
.top a {
	font-size: 16px;
	color: #444;
}
.top a:hover {
	color: #005f37;
}
#header {
 position:;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#header i {
	margin-right: 20px;
	color: #005f37;
	font-size: 30px;
	padding: 10px 0;
}
#header .tel { font-size:20px; font-weight:bold;
	margin-top: 50px;
}
#header .search a {
	color: #444;
	margin: 0 0px 0 5px;
	font-weight: bold
}
#header [class^="col-"] {
	position: static;
}
#header .container {
	position: relative;
}
 @media (min-width: 768px) and (max-width: 991px) {
#header {
	position: relative;
}
}
 @media (max-width: 767px) {
#header {
	position: relative;
}
}
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

#logo {
	max-width: 100%;
	padding: 42px 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
#logo img {
	float: left;
	display: inline-block;
	margin-top: -3px;
}
#logo p {
	font-size: 28px;
	float: left;
	text-align: left;
	margin: 10px 0 0 30px;
	color: #005f37;
	font-weight: bold
}
#logo span {
	font-size: 21px;
	float: left;
	letter-spacing: 1px;
	text-align: left;
	color: #666;
	font-weight:100;
	padding-top: 15px;
}
#logo b {
	font-size: 24px;
	float: left;
	letter-spacing: 1px;
	text-align: left;
	color: #005f37;
	font-style: oblique;
	font-weight: bold; margin-right:5px;
}
 @media (min-width: 768px) and (max-width: 991px) {
#logo {
	margin-top: 0;
}
}
 @media (max-width: 767px) {
#logo {
	margin-top: 0;
	padding: 30px 0;
}
}
.header #logo p {
	font-size: 28px;
	float: left;
	text-align: left;
	margin: 10px 0 0 30px;
	color: #005f37;
	font-weight: bold
}
.header #logo span {
	font-size: 18px;
	float: left;
	letter-spacing: 4.5px;
	text-align: left;
	color: #666;
	font-weight: 100;
	padding-top: 5px;
}
.header i {
	margin-right: 20px;
	color: #005f37;
	font-size: 20px;
	padding: 10px 0;
}
.header .tel {
	padding: 50px 0 20px 0;font-size:20px; font-weight:bold;
}
.header a {
	color: #444;
	margin: 0 0px 0 5px;
	font-weight: bold
}
/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
.menubg { margin-top:35px;
	background: linear-gradient(to right, #005f37, #058200);
}
nav {
	width: 1200px;
	margin: auto
}
.menu, .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu {
	float: left;
}
.menu > li {
	float: left;
}
.menu li a {
	display: block;
	color: #fff;
	font-family: "Microsoft Yahei";
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.menu li a:hover, .menu li.active > a {
	color: #fff;
}
.menu > li > a {
	position: relative;
	margin: 0 25px;
	padding: 20px 25px;
	text-transform: uppercase;
}
.menu > li:first-child > a {
	margin-left: 0;
}
.menu > li:last-child > a {
	margin-right: 0;
}
.menu li.dropdown ul {
	position: absolute;
	top: 100%;
	left: -30px;
	display: none;
	z-index: 2000;
	width: 215px;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
}
.menu li.dropdown ul ul {
	top: -1px;
	left: 100%;
}
.menu li.dropdown:hover > ul {
	display: block;
}
.menu li.dropdown ul li {
	border-bottom: 1px solid #eee;
}
.menu li.dropdown ul li a {
	text-align: center;
	font-size: 14px;
	padding: 10px 20px;
	color: #444;
}
.menu li.dropdown ul li:last-child {
	border-bottom: none;
}
.menu li.dropdown ul li a:hover{ color:#ff6b09}
.menu li.megamenu .megamenu-container {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 2000;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
}
.megamenu-container .section {
	float: left;
	width: 25%;
	padding: 20px;
}
.megamenu-container.col-2 .section {
	width: 50%;
}
.megamenu-container.col-3 .section {
	width: 33.33333333%;
}
.megamenu-container.col-4 .section {
	width: 25%;
}
.megamenu-container.col-5 .section {
	width: 20%;
}
.megamenu-container .section > ul {
	margin: -20px;
}
.megamenu-container .section > ul li a {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 20px;
}
.megamenu-container .section > ul li:last-child a {
	border-bottom: none;
}
.menu li.megamenu:hover > .megamenu-container {
	display: block;
}
.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 0;
	height: 0;
	margin-top: 28px;
	content: "";
	border: 5px solid transparent;
	border-top-color: #000;
	display: none;
}
.sf-arrows > li:hover > .sf-with-ul:after {
	border-top-color: #999;
}
.sf-arrows ul .sf-with-ul:after {
	display: block;
	margin-top: -5px;
	margin-right: 35px;
	border-color: transparent;
	border-left-color: #000;
}
.sf-arrows ul li:hover > .sf-with-ul:after {
	border-left-color: #999;
}
 @media (min-width: 768px) and (max-width: 991px) {
.menu {
	display: none;
}
}
 @media (max-width: 767px) {
.menu {
	display: none;
}
}

/***********************************************************************************
 *	搜索
 ***********************************************************************************/		
.search {
}
.search a {
}
.search a i {
	font-size: 15px;
	font-weight: 700;
	margin-right: 20px;
}
#search-form {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search-form-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	padding: 30px 0 20px;
	background: rgba(56, 56, 56, 0.97);
	text-align: center;
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#search-form-container.open-search-form {
	z-index: 9999;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#search-form {
}
#search-form #search {
	background-color: #fff;
	border-color: #fff;
	display: inline-block;
	height: 50px;
	margin: 0 auto;
	padding: 10px 45px 10px 20px;
	width: 50%;
}
#search-submit {
	background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll center center;
	display: inline-block;
	margin-bottom: 0;
	margin-left: -40px;
	padding: 8px;
	vertical-align: middle;
	border: none;
}
#search-form #s:focus {
	border-color: #c1c1c1;
}
#search-form-container a.search-form-close {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#search-form-container a.search-form-close:hover {
	background-color: #fff;
	border-color: #fff;
	color: #005f37;
}	
#header-sticky [class^="col-"] {
	position: static;
}
#header-sticky .container {
	position: relative;
}
#header-sticky {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 8000;
	background-color: #fff;
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
}

.header-sticky .menubg { 
    margin-top:0px;
	background: linear-gradient(to right, #005f37, #058200);
}
.header-sticky .menu {
	margin-top: 5px;
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
}
.header-sticky .menu > li > a {
	padding: 20px 25px;
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
}
 @media (min-width: 768px) and (max-width: 991px) {
#header-sticky {
	visibility: hidden;
}
}
 @media (max-width: 767px) {
#header-sticky {
	visibility: hidden;
}
}

	
/***********************************************************************************
 *	返回顶部
 ***********************************************************************************/
	#scroll-up {
		z-index: 8000; 
		display: none; padding-top:15px;
		position: fixed;
		bottom: 50px;
		right: 50px;
		height: 45px;
		width: 45px;
		font-size: 15px;
		line-height: 40px;
		text-decoration: none;
		text-align: center;
		cursor: pointer;
		background-color: #ecf2f8;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#scroll-up:hover {
		background-color: #005f37;
		color: #fff;
	}


/***********************************************************************************
 *	banner大图
 ***********************************************************************************/
.rev_slider_wrapper {
	background-color: #ffffff;
	overflow: visible !important;
}
.tp-leftarrow.default,  .tp-rightarrow.default {
	width: 36px;
	height: 36px;
	background: transparent no-repeat center center;
}
.tp-leftarrow.default {
	background-image: url(../images/prev.png);
}
.tp-rightarrow.default {
	background-image: url(../images/next.png);
}
.tparrows:before {
	position: absolute;
	top: 20px;
	color: #005f37;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
}
.tparrows.tp-leftarrow:before {
	content: "prev";
}
.tparrows.tp-rightarrow:before {
	content: "next";
}
.tp-bullets.default .tp-bullet {
	width: 10px;
	height: 10px;
	border: 2px solid #777;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.tp-bullets.default .tp-bullet:hover,  .tp-bullets.default .tp-bullet.selected {
	background-color: transparent;
	border-color: #005f37;
	background-color: #005f37;
}
.subtitle {
	font-family: "Microsoft Yahei";
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	color: #222;
}
.subtitle2 {
	font-family: "Microsoft Yahei";
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	color: #222;
}
.title {
	font-family: "Microsoft Yahei";
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
	color: #003992;
}
.title-large {
	font-family: "Microsoft Yahei";
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 60px;
	color: #003992;
}
.title-extra-large {
	font-family: "Microsoft Yahei";
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 112px;
	color: #003992;
}
.text {
	font-family: "Microsoft Yahei";
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #003992;
}
.tp-shapewrapper {
	border: 5px solid #003992;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.tp-leftarrow.default,  .tp-rightarrow.default {
	display: none;
}
}
 @media (max-width: 767px) {
.tp-leftarrow.default,  .tp-rightarrow.default {
	display: none;
}
.tp-bullets {
	bottom: 20px !important;
}
.rev_slider_wrapper .btn {
	padding: 5px 20px;
	font-size: 8px;
}
}



/***********************************************************************************
 *	第一内容板块 为什么选择我们？
 ***********************************************************************************/
 	
.nav-tabs {
	border-bottom: 3px solid #005f37;
}
.nav-tabs > li > a {
	padding: 12px 30px;
	margin-bottom: -2px;
	border: 3px solid #005f37;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	text-transform: uppercase;
	border-color: transparent;
	border-radius: 0;
	color: #1e1a19;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-tabs > li > a:hover,  .nav-tabs > li > a:focus {
	border-color: transparent;
	background-color: transparent;
}
.nav-tabs > li.active > a,  .nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus {
	background-color: #fff;
	border-color: #005f37 #005f37 #fff;
	border-style: solid;
	border-width: 3px;
	position: relative;
	color: #005f37;
}
.tab-content {
	padding: 50px 0;
	color: #1e1a19;
}
.tab-content .tab-pane img {
	float: left;
	margin: 0 20px 20px 0;
}
.tab-content h6 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #005f37;
}
.tab-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
.nav-tabs > li > a {
	padding: 12px 10px;
}
.tab-content .tab-pane img {
	float: none;
}
}
/* VERTICAL TABS */	

.vertical-tabs {
}
.vertical-tabs .nav-tabs {
	float: left;
	border-bottom: none;
}
.vertical-tabs .nav-tabs li {
	float: none;
	margin-left: 0;
}
.vertical-tabs .nav-tabs > li > a {
	display: inline-block;
	width: 170px;
	border: none;
	text-align: center;
	margin-bottom: 12px;
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #f2f3f8;
	text-transform: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vertical-tabs .nav-tabs > li.active > a,  .vertical-tabs .nav-tabs > li > a:hover,  .vertical-tabs .nav-tabs > li.active > a:focus {
	background-color: #005f37;
	border: none;
	color: #ffffff;
}
.vertical-tabs .nav-tabs > li > a i {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 60px;
	color: #005f37;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vertical-tabs .nav-tabs > li > a h6 {
	color: #005f37;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vertical-tabs .nav-tabs > li.active > a i,  .vertical-tabs .nav-tabs > li > a:hover i,  .vertical-tabs .nav-tabs > li.active > a:focus i,  .vertical-tabs .nav-tabs > li.active > a h6,  .vertical-tabs .nav-tabs > li > a:hover h6,  .vertical-tabs .nav-tabs > li.active > a:focus h6 {
	color: #ffffff;
}
 @media (min-width: 768px) and (max-width: 991px) {
.vertical-tabs .nav-tabs {
	float: none;
	margin-bottom: 30px;
	width: 100%;
}
.vertical-tabs .nav-tabs > li > a {
	width: 100px;
}
.vertical-tabs .nav-tabs > li > a, .vertical-tabs .nav-tabs > li:first-child > a {
	border-top: 1px solid #e1e1e1;
}
.vertical-tabs .nav-tabs > li:last-child > a {
	border-bottom: 1px solid #e1e1e1;
}
.vertical-tabs .tab-content {
	border-left: medium none;
	margin-left: 0;
	padding: 0;
}
}
 @media (max-width: 767px) {
.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li {
	float: none;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: #005f37;
}
.vertical-tabs .nav-tabs {
	float: none;
	margin-bottom: 30px;
	width: 100%;
}
.vertical-tabs .tab-content {
	border-left: medium none;
	margin-left: 0;
	padding: 0;
}
.vertical-tabs .nav-tabs li a {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

/***********************************************************************************
 *	背景板块
 ***********************************************************************************/
	
.full-section {
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	padding: 50px 0;
	background: no-repeat center center;
	background-color: #fff;
}
.full-section-overlay-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #111;
	opacity: 0.75;
}
.full-section-container {
	position: relative;
	z-index: 3;
}

.parallax {
	background-attachment: fixed !important;
}
.full-section.dark-section {
	background-color: #eee;
	color: #ffffff;
}
.youtube-player {
	display: none;
}
#local-video-section video {
	width: 100%;
}
.full-section.dark-section a,  .full-section.dark-section h1,  .full-section.dark-section h2,  .full-section.dark-section h3,  .full-section.dark-section h4,  .full-section.dark-section h5,  .full-section.dark-section h6,  .full-section.dark-section .progress-bar span,  .full-section.dark-section .counter-value,  .full-section.dark-section .price-plan ul li,  .full-section.dark-section .price-plan-heading h1 small,  .full-section.dark-section .service-box.style-1 i,  .full-section.dark-section .service-box.style-1 .service-box-content h5 a,  .full-section.dark-section .reply:before,  .full-section.dark-section .comment-metadata:before,  .full-section.dark-section .widget-recent-posts ul li .post-date,  .full-section.dark-section .widget-recent-posts ul li:before,  .full-section.dark-section .widget-recent-posts ul li a:hover,  .full-section.dark-section .widget-recent-comments ul li a:hover,  .full-section.dark-section .widget-social .social-media a,  .full-section.dark-section .counter i {
	color: inherit;
}
.full-section.dark-section input[type="text"],  .full-section.dark-section input[type="email"],  .full-section.dark-section input[type="url"],  .full-section.dark-section select,  .full-section.dark-section textarea {
	background-color: transparent;
	color: inherit;
}
.full-section.dark-section .btn-white {
	border-color: inherit;
}
.full-section.dark-section a.btn-white {
	color: #005f37;
}
.full-section.dark-section .headline:before {
	border-color: inherit;
}
.full-section.dark-section .panel-title a,  .full-section.dark-section .panel-title a:focus {
	border-bottom-color: inherit;
}
.full-section.dark-section .tab-content {
	border: 3px solid #005f37;
	border-top: inherit;
}
.full-section.dark-section .process-steps-headline:before {
	border-color: inherit;
}
.full-section.dark-section .social-media.rounded a {
	border-color: inherit;
}
#section-1 {
	margin-bottom: 0;
	padding: 140px 0 100px;
	background-color: #ffffff;
	background: url("../images/bg1.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
#section-6 {
	background: url("../images/bg5.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
#section-6{
	position: relative;
}
#section-6:before{
	position: absolute;
	width: 50%;
	bottom: 0;
	left: 0;
	top: 0;
	margin-left: 50px;
	padding: 15px;
	border: 5px solid #005f37;
	content: "";
	-webkit-transition: all .5s linear;
	transition: all 0.5s linear 0s;
}
#section-6:hover:before {
	box-shadow: 0 50px 40px 0 rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(5%);
	-moz-transform: translateX(5%);
	transform: translateX(5%);
}
#section-6:after{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#section-4 {
	margin: 0px 0 0 0;
	padding: 110px 0 40px 0;
	background: url("../images/bg3.jpg") no-repeat left center;
}
#section-3{
	padding: 70px 0px;
	margin-top: 40px;
	background: url("../images/bg2.jpg") no-repeat center center;
}
#section-3 h2 {
	margin-bottom: 0;
	font-size: 32px;
}
#section-6 i {
	font-size: 30px; margin-bottom:10px
}
#section-3 .btn {
	margin-top: 20px;
}
#section-5 {
	margin-bottom: 0;
	padding: 100px 0;
	background: url("../images/bg4.jpg") center center;
}

#section-2 {
	margin-bottom: 0px;
	padding: 50px 0 0px 0;
}
#section-6:before {
	left: 100px;
	top: 60px;
	bottom: 60px;
	width: 45%;
}
#section-6 h2 {
	font-size: 36px;
	margin: 25px 0 10px 0;
}
#section-6 p {
	font-size: 16px;
	margin-right: 25px;
}
#section-3 h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
#section-3 span {
	font-size: 56px;
	font-style: oblique;
	margin-right: 10px;
}
#section-3 i {
	margin-right: 10px;
}
#section-3 b {
	font-size: 16px;
	margin-right: 25px;
}
#section-3 h4 {
	margin: 10px 0;
}
}
 @media (max-width: 991px) {
#section-1 {
	background-image: none;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
#section-1 {
	margin-bottom: 100px;
}
#section-6:before {
	display: none;
}
#section-3 h2 {
	font-size: 24px;
}
#section-4 {
	background: #f1f1f1;
}
}
 @media (max-width: 767px) {
#section-1 {
	background-image: none;
}
#section-1:before {
	display: none;
}
#section-6:before {
	display: none;
}
#section-4 {
	background-image: none;
}
#section-3 {
	text-align: center;
}
#section-3 h2 {
	margin-bottom: 40px;
}
}



/***********************************************************************************
 *	最新产品
 ***********************************************************************************/	
 
/* # 产品分类*/
.pro-l {
	background: #fff;
	border: 1px solid #ebebeb;
}
 @media screen and (max-width: 992px) {
.pro-l {
	margin-left: 0;
}
}
.image-box {
	margin-bottom: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.image-box-thumbnail {
	position: relative; border:1px solid #eee;
	margin-bottom: 20px;
}
.image-box h4,  .image-box p {
	margin-bottom: 10px;
}
.image-box > a {
	text-decoration: none;
	color:#666;
}
.image-box-thumbnail:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 3px;
	background-color: #005f37;
	content: "";
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.image-box:hover .image-box-thumbnail:after {
	width: 100%;
}
.image-box:hover h4 {
	color: #005f37;
}

.cat-links {padding: 25px; 
}

.cat-links h2 {
    margin-bottom:0px;
    font-size: 25px; color:#005f37;
    font-weight: bold;
}
.cat-links p {
    margin-bottom: 16px;
    font-size: 22px; color:#eee
}
.cat-links ul {
    list-style: none;
}

.cat-links ul li {
    position: relative;
    padding: 15px 0 15px 24px; border-bottom:1px solid #eee;
}
.cat-links ul li a{color: #444;}
.cat-links ul li a:hover{color: #003992;}
.cat-links ul li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 8px;
    height: 100%;
    font-size: 14px;
    font-family: 'FontAwesome';
    
}

.cat-links ul li:hover::before {
    color: #003992;
}

.cat-links ul li a {
    text-decoration: none;
}
/*
# tel
--------------------------------*/
.tel2 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
	padding: 30px 0 20px;
	background: linear-gradient(to bottom, #005f37, #058200);
}
.tel2 h2 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0
}

/***********************************************************************************
 *	核心优势
 ***********************************************************************************/
 
.service-box {
	margin-bottom: 0px;
}
.service-box.style-1 i {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 48px;
	color: #005f37;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-box-content {
}
.service-box.style-1 .service-box-content h5 {
	margin-bottom: 20px; font-weight:bold; font-size:18px;
	text-transform: uppercase;
}
.service-box.style-1 .service-box-content h5 a {
	color: #1e1a19;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-box.style-1 .service-box-content h5 a:hover {
	color: #005f37;
}
.service-box.style-1:hover i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
} 
.service-box.style-2 {
	text-align: right;
}
.service-box.style-2 i {
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 30px;
	color: #1e1a19;
	background-color: #e3e3e3;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-box.style-2 .service-box-content {
}
.service-box.style-2 .service-box-content h6 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.service-box.style-2:hover i {
	color: #fff;
	background-color: #005f37;
}
/***********************************************************************************
 *	- SERVICE BOX STYLE 3
 ***********************************************************************************/	
 
.service-box.style-3 {
	text-align: center;
	margin-bottom: 12px;
	padding: 50px 45px;
	box-sizing: border-box;
	background-color: #f2f3f8;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-box.style-3 i {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 60px;
	color: #005f37;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-box.style-3 .service-box-content {
}
.service-box.style-3 .service-box-content h6 {
	margin-bottom: 0;
}
.service-box.style-3 .service-box-content h6 a {
	color: #005f37;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-box.style-3:hover {
	background-color: #005f37;
}
.service-box.style-3:hover i, .service-box.style-3:hover h6 a {
	color: #fff;
}

	
/***********************************************************************************
 *	关于勤德
 ***********************************************************************************/	
.process-steps {}
.process-steps-headline {
	position: relative;
	margin-bottom:60px;
	padding: 40px 0 40px 100px;
	-webkit-transition: all 1s;
			transition: all 1s;
}
.process-steps-headline h2 { margin-bottom: 20px; }
.process-steps-headline h5 { font-weight: 400; }
.process-steps-headline:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 260px;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
	border-left: 6px solid #000;
	-webkit-transition: all 1s;
			transition: all 1s;
}
.process-steps-headline:hover { padding-left: 130px; }
.process-steps-headline:hover:before {
	-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
			transform: translateX(30px);
}
.process-3-steps {}
.step {}
.step-details p{ font-size:16px}
.step-details h2 { 
	margin-bottom: 50px;
	font-size: 30px;
}
.process-steps:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
@media (max-width: 767px) {
	.process-steps-headline { padding: 60px 0 60px 60px; }
	.process-steps-headline:hover { padding-left: 60px; }

}
.about-me {
	margin-bottom: 100px;
	text-align: center;
}
.about-me-thumbnail {
	position: relative;
	margin-bottom: 60px;
}
.about-me-thumbnail-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 35px;
	content: "";
	background-color: #005f37;
	text-align: center;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.about-me-thumbnail-overlay a {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #fff; font-size:18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-me-thumbnail-overlay a:hover {
	text-decoration: none;
}
.about-me-thumbnail-overlay span {
	text-transform: uppercase;
}
.about-me-details {
}
.about-me-details h4 {
	font-weight: 700;
}
.about-me-details h6 {
	font-size: 13px;
	color: #005f37;
	text-transform: uppercase;
}
.about-me:hover .about-me-thumbnail-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
 @media (max-width: 767px) {
.about-me-thumbnail img {
	width: 100%;
}
}


/***********************************************************************************
 *	新闻
 ***********************************************************************************/
.con {
	margin: 50px 0
}
.con1 h3 {
	margin-bottom: 40px;
}
.con1 h3:before {
	position: absolute;
	top: 40px;
	left: 14px;
	content: "";
	width: 60px;
	border-bottom: 2px solid #005f37;
}
.con1 h4 {
	margin: 20px 0 0px 0;
}
.con1 b {
	font-size: 12px;
	display: block;
	margin: 10px 0;
}
.con1 .btn {
	padding: 10px;
}



/***********************************************************************************
 *	版权 底部
 ***********************************************************************************/
 
/*	底部联系方式  */
.widget {
	margin-bottom: 70px;
}
#footer .widget i {
	font-size: 25px;
	margin-bottom: 10px;
	background: #005f37;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	padding: 13px;
}
#footer-top .widget:first-child {
	padding-top: 80px;
}
#footer-top .widget:last-child {
	padding-bottom: 40px;
	margin-bottom: 0;
}
#footer .widget:last-child {
	margin-bottom: 0;
}
#footer-bottom .widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 70px;
}
#footer-top .widget-title,  #footer .widget-title,  #footer-bottom .widget-title {
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.widget-categories {
}
.widget-categories ul {
	list-style: outside none none;
	margin-bottom: 0;
}
.widget-categories ul li {
	margin-bottom: 5px;
}
.widget-categories ul li:before {
	position: relative;
	top: -2px;
	font-size: 10px;
	content: "\f111";
	margin-right: 10px;
	color: #005f37;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-categories ul li a {
	color: #1e1a19;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget-categories ul li:hover:before {
	opacity: 1;
}
.widget-categories ul li:hover a {
	color: #005f37;
	text-decoration: none;
}
.widget-contact {
}
.widget-contact ul {
	list-style: none;
	margin-bottom: 0;
}
.widget-contact ul li {
}
.widget-contact ul li a {
	color: #666666;
	text-decoration: none;
}

 @media (min-width: 768px) and (max-width: 991px) {
#footer-bottom .widget-social .social-media a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
}
}
 @media (max-width: 767px) {
.widget-social .social-media {
	text-align: center;
	margin-top: 40px;
}
}
#footer-top {
	background-color: #00010f;
	color: #e2e2e2;
	font-size: 13px;
}
#footer-top a {
	color: #e2e2e2;
}
 
#footer { margin-top:80px;
	padding: 40px 0 40px 0;
	background: linear-gradient(to right, #005f37, #058200);
	color: #e2e2e2;
	font-size: 13px;
}
#footer a {
	color: #e2e2e2;
}
#footer-bottom {
	position: relative;
	padding: 20px 0;
	border-top: 1px solid #000;
	background-color: #222;
	color: #e2e2e2;
	font-size: 13px;
	text-align: center;
}
#footer-bottom a {
	color: #fff;
}
.footer-upper {
	background: #222;
	padding: 60px 0;
	border-bottom: 1px solid #333;
}
.footer-widget ul {
	margin: 0;
	padding: 0;
}
.footer-widget ul li {
	list-style: none;
	color: #ccc;
}
.footer-widget ul li a {
	color: #ccc;
	line-height: 30px;
}
.footer-widget ul li a:hover {
	color: #ff6b09;
}
.footer-widget .contact {
	margin-top: 21px;
}
.footer-widget .contact li {
	font-size: 13px;
	color: #fff;
	margin-bottom: 18px;
}
.footer-widget .contact li i, .footer-widget .contact li span {
	display: table-cell;
	vertical-align: middle;
}
.footer-widget .contact li i {
	font-size: 16px;
	color: #FFFFFF;
	width: 18px;
	text-align: center;
	padding-right: 18px;
}
.footer-widget .wx {
	width: 120px;
	margin-left: 40px;
}
.footer-widget .wx p {
	width: 120px;
	text-align: center;
	line-height: 30px;
}
.footer-widget.about-widget img {
	margin-bottom: 12px;
}
.footer-widget.about-widget p {
	color: #fff;
	font-size: 13px;
	line-height: 27px;
	margin: 0;
}
.footer-widget h3.title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FEF9F9;
	margin: 0;
	margin-bottom: 24px;
}
.footer-widget h3.title:before {
	position: absolute;
	top: 50px;
	left: 14px;
	content: "";
	width: 40px;
	border-bottom: 2px solid #005f37;
}




/***********************************************************************************
 *	内页样式
 ***********************************************************************************/
/*关于我们*/ 
.about_con{ margin:50px 0}
.about_title h3 {
    text-align: center;
    text-transform: uppercase;
    color: #000; margin-bottom:20px;
}
.about_con .image-box{ margin-bottom:0}
.about_con .image-box-thumbnail {
	position: relative;
}
.about_con .image-box-thumbnail:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 3px;
	background-color: #005f37;
	content: "";
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.about{ 
    margin:0 auto;
	padding:32px 20px; 
} 

.about-widget{ background:#eee; margin-bottom:60px;
}
.about-widget ul li{ 
	float:left;
	list-style: none;
	margin-right:5px;
}
.about-widget ul li a{
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight:400;
	background:#fff; 
	padding:15px 20px; 
}
.about-widget ul li a:hover{
  color:#fff;
  background-color: #ff6b09;
  transition: 300ms all;
}
.about-widget .active a{ 
  color:#fff;
  background-color: #005f37;
}


 
.news { margin-bottom:40px}
.news h4 {
	margin: 0px 0 0px 0;
}
.news p{ 
    height:45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


#page-header { 
	position: relative; padding-top:170px;
	height:300px;
}

#page-header h3 {
	color: #fff; font-size:40px; margin-bottom:30px;
	text-transform: uppercase;
}

#page-header .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}

#page-header .breadcrumb li { display: inline-block; }

#page-header .breadcrumb li 	{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

#page-header .breadcrumb li a	{
	text-decoration: none;
	color: #fff;
}

.breadcrumb > li + li:before {
	color: #fff;
	content: "/ ";
	padding: 0 10px;
}

.breadcrumb > .active { color: #eee; }

@media (min-width: 768px) and (max-width: 991px) {

	#page-header { padding: 150px 0 100px; }
	
}

@media (max-width: 767px) {
	
	#page-header { padding: 70px 0; }
	
}


.widget {
  margin-bottom: 45px;
}
.widget ul.widget-arrow-list li {
  position: relative; list-style:none;
  padding-left: 25px; line-height:40px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
}

.widget ul.widget-arrow-list li a {
  display: inline-block;
  color: #252323;
}

.widget ul.widget-arrow-list li a:hover {
  color: #1a8ae1;
}

.widget ul.widget-arrow-list li:last-child a {
  margin-bottom: 0;
}

.widget ul.widget-arrow-list li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #b2b2b2;
}


.hr_title a {
  color: #444;
  padding: 0 30px; float:left;
  position: relative;
  text-transform: capitalize; }
.hr_title a.active, .hr_title a:hover {
  color: #ed0006; }
.hr_title a + a::before {
  content: "|";
  height: 40px;
  left: 0;
  position: absolute;
  top:;
  transform: translateY(-0%);
  width: 1px; }


ul.pro_menu {
  padding: 0;
  list-style: none;
  width: 100%;
  clear: both;
  display: table;
}
ul.pro_menu .list {
  font-size: 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 55px;
  vertical-align: sub;
  clear: both;
}
ul.pro_menu .list:after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #444;
}
ul.pro_menu .list a {
  text-decoration: none;
  color: #444;
  padding: 17px 0px 17px 20px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
ul.pro_menu .list a:hover {
  background-color: #005f37;
  transition: 300ms all;
  color: #fff;
}
ul.pro_menu .list i{ float:right; position:relative;top:-27px;right:22px;}
ul.pro_menu .list .items {
  height: 0px;
  overflow: hidden;
}
ul.pro_menu .list .items a {
   padding-left:30px; font-size:13px;
}
ul.pro_menu .list .items a:hover {
  background-color: #ff6b09;
  color: #fff;
  transition: 300ms all;
}
ul.pro_menu .list:last-child {
  border-bottom: none;
}
ul.pro_menu .active:after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #444;
}
ul.pro_menu .active > .items {
  display: block; margin-left:0px;
  background: #eee;
  padding: 0px;
  height: auto;
  color: #444;
  float: left;
  width: 100%;
}
ul.pro_menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
ul.pro_menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.pro_menu .active .list a {
  padding: 17px 0px 17px 45px;
}


/*--------------------------------
    产品详情页
--------------------------------*/
.main_business{}
.business_item{}
.business_item h2{
    font-size:26px;
    font-weight: 800; margin-bottom:10px;
}
.business_item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:12px;
    margin-right: 5px;

}
.business_item p{
    color:#333333;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#fff;
}


.slid_shap{ position: absolute;
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}
.business_slid {
}

.business_slid .business_items{
    background-color: #fff;
    margin: 0;
}

.business_slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}

.business_slid .nextprevleft{
    left:4%;top:50%
}
.business_slid .nextprevright{
    right:4%;top:50%
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #005f37;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin:0;
    list-style: none;
    text-align: center;
}
.pro_details h6{ border-bottom:1px solid #eee; line-height:40px; margin-bottom:10px; font-size:18px; font-weight:bold; color:#005f37}




/***********************************************************************************
 * 关于我们页面 图集
 ***********************************************************************************/
.portfolio-item {
	margin-bottom: 0;
	overflow: hidden;
}

.portfolio-item-thumbnail {
	position: relative;
	overflow: hidden; 
}

.portfolio-item-thumbnail img {
	width: 100%;
	display: block;
	-webkit-transition: all .3s;
			transition: all .3s;
}

.portfolio-item-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #005f37;
	opacity: 0;
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
			transform: scale(0);
	-webkit-transition: all .3s;
			transition: all .3s;
}

.portfolio-item-hover .zoom-action {
	position: absolute;
	top: 10%;
	right: 20px;
	color: #fff;
	font-size: 60px;
	text-decoration: none;
}

.portfolio-item-hover .portfolio-item-description {
	position: absolute;
	top: 60%;
	right: 20px;
	text-align: right;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.portfolio-item-description *:last-child { margin-bottom: 0; }

.portfolio-item-description h4  { text-transform: uppercase; }

.portfolio-item-hover .portfolio-item-description h4 a,
.portfolio-item-hover .portfolio-item-description h6 {
		color: #fff; 
		opacity: 0;
		-webkit-transition: all .3s;
			transition: all .3s;
	}

.portfolio-item:hover .portfolio-item-hover  {
	opacity: 1;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
}

.portfolio-item:hover .portfolio-item-description h4 a,
.portfolio-item:hover .portfolio-item-description h6 { opacity: 1; } 

.portfolio-item-thumbnail + .portfolio-item-description {
	margin: 50px 0;
	text-align: center;
}

.portfolio-item.portfolio-classic { margin-bottom: 80px; }

.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
	width: 66.6667%;
	float: left;
}

.portfolio-item.portfolio-classic .portfolio-item-thumbnail + .portfolio-item-description { margin: 30px 0; }

.portfolio-item.portfolio-classic .portfolio-item-description {
	width: 33.3333%;
	float: left;
	padding-left: 30px;
	text-align: left;
}

.portfolio-item.portfolio-classic .portfolio-item-description h6 { margin-bottom: 30px; }

.portfolio-item.portfolio-classic .portfolio-item-description .btn { margin-top: 20px; }
 
.portfolio-item.portfolio-classic:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}	

/*主营产品*/
.isotope { margin-bottom: 50px; }

.isotope.no-margin-bottom { margin-bottom: 0; }

.isotope.gutter { margin: -15px -15px 85px; }

.isotope .isotope-item {
	float: left;
	width: 25%;
}

.isotope.gutter .isotope-item { padding: 15px; } 

.isotope.col-3 .isotope-item { width: 33.3333%; }

.isotope.col-4 .isotope-item { width: 25%; }

.isotope.col-5 .isotope-item { width: 20%; }

.isotope-item.item-width-1 { width: 16.6666%; }

.isotope-item.item-width-2 { width: 33.3333%;}

.isotope-item.item-width-3 { width: 50%; }

.isotope-item.item-width-4 { width: 66.6666%; }

.isotope .portfolio-item { margin-bottom: 0; }

.isotope:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}