.tabs-container {/*background-color:#f7f7f7; padding:10px; */background: #fff;overflow: hidden;}
.tab-content h4, .accordion-content h4 {
	margin-bottom: 5px;
}
.tab-content p, .accordion-content p {
	margin-bottom: 10px;
}
.tab_bg {
	background: #fff;
	background: url(../images/item_bg.jpg) bottom center repeat-x;
}
.tab_bg.tab_gray {
	background: #fff;
	background: url(../images/item_bg2.jpg) bottom center repeat-x;
}
.tabs-list {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	flex-direction: row;
	padding: 0px;
}
.tabs-list li {
	display: inline-block;
	margin-right: 0px;
	height: 115px;
	overflow: hidden;
}
.tabs-list li a {
	display: block;
	line-height: 35px;
	padding: 10px 0px 35px;
	color: #808080;
	text-decoration: none;
	font-size: 14px;
	height: 70px;
	overflow: hidden;
}
	
.tabs-list li a  i{
	font-size: 30px;
	vertical-align: middle;
	display: block;
}

.tabs-list li.active a { 
	color: #0580c2;
	background: url(../images/item_on.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tabs-list.tab_gray li.active a { 
	color: #0580c2;
	background: url(../images/item_on2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab-content {
	overflow: hidden;
	padding: 1em 0px 0px;
}
.tab-content.tab_gray {
	overflow: hidden;
	padding: 2em 0px 1em;
	background: #f9f9f9;
}
.tab-content.lc {
	overflow: hidden;
	padding: 2em 0px 1em;
}
.tabs .accordion-handle {
	display: none;
}


.accordion-handle {
	position: relative;
	margin-bottom: 10px;
	background-color: #ebebeb;
	text-decoration: none;
	color: #808080;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.accordion-handle:hover {
	background-color: #d9d9d9;
}
.accordion-handle.active {
	background-color: #0d7eff;
	color: #fff;
}
.accordion-handle h4 {
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: normal;
}
.accordion-handle i {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icon-accordion.gif) no-repeat top center;
}
.accordion-handle.active i {
	background-position: bottom center;
}
.accordion-content {
	margin-bottom: 15px;
	display: none;
}
.tabs-container.tab_gray{
 background: #f9f9f9;
 overflow: hidden;
}
