/*首页产品中心选项卡*/

.tabs-kind {
	text-align: center;
	font-size: 25px;
	border: none;
}

.tabs-kind>li {
	width: 25%;
}

.tabs-kind>li>a {
	padding: 50px 0;
	color: #232323;
	background-color: rgba(255, 255, 255, .75);
	border-radius: 0px;
}

.tabs-kind>li.active>a,
.tabs-kind>li.active>a:focus,
.tabs-kind>li.active>a:hover {
	color: #9AC61E;
	cursor: default;
	border: none;
	border-bottom: 3px solid #9AC61E;
	background-color: rgba(255, 255, 255, .75);
}

.tabs-kind>li:first-child>a {
	border-top-left-radius: 15px;
}

.tabs-kind>li:last-child>a {
	border-top-right-radius: 15px;
}

/*容器-公司简介*/

.panel-company {
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 15px;
	overflow: hidden;
}


/*容器-新闻*/

.panel-news {
	height: 300px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}

.panel-news p {
	padding-right: 100px;
	overflow: hidden;
	height: 40px;
	position: relative;
	border-bottom: 1px dashed #DDDDDD;
	line-height: 40px;
}

.panel-news p .date {
	position: absolute;
	right: 0px;
	top: 0px;
}