.index-section{
	padding:80px 0;
}
.index-section-gray{
	background-color:#f8f8f8;
}

.index-section-title{
	position:relative;
}
.index-section-title .left{
	width:168px;
	display:inline-block;
	padding:15px 0 18px 0;
	vertical-align: bottom;
	position:relative;
}
.index-section-title .left .en,
.index-section-title .left .zh{
	position: relative;
	z-index:999;
	letter-spacing:1px;
	line-height:1;
}
.index-section-title .left .en{
	font-size:22px;
	color:#1db048;
}
.index-section-title .left .zh{
	font-size:24px;
	color:#333333;

}
.index-section-title .left .bg{
	position:absolute;
	top:0;
	bottom:0;
	left:35px;
	right:0;
	box-sizing: border-box;
	border:4px solid #e6e6e6;
	z-index:1;
}
.index-section-title .right{
	position:absolute;
	right:0;
	bottom:0;
}

.index-more-btn{
	display:inline-block;
	width:145px;
	height:45px;
	border:1px solid #1db048;
	border-radius:5px;
	font-size:14px;
	color:#1db048;
	text-align:center;
	line-height:45px;
}
.index-more-btn:hover,
.index-more-btn:focus{
	background-color:#1db048;
	color:#fff;
}
.index-more-icon-btn{
	padding:5px 15px;
	background-color:#1db048;
	font-size:30px;
	font-weight:bold;
	line-height:1;
	color:#ffffff;
	text-align:center;
}
.index-more-icon-btn:hover,
.index-more-icon-btn:focus{
	color:#fff;
}


/* 轮播图 */
.index-slider .index-slider-item img{
	width:100%;
}


/* 关于我们 */ 
.index-section-about .image img{
	width:100%;
}
.index-section-about .info{
	margin:30px 0 0 0;	
	font-size:14px;
	letter-spacing:0.5px;
	line-height:2em;
	color:#505050;
	text-align: justify;
}


/* 产品中心 */
.index-product-title{
	margin:0 0 -35px 0;
}
.index-product-list{
	width:auto !important;
	margin:0 -15px;
	padding:15px 0;
}
.index-product-item{
	display: block;
	background-color:#f6f6f6;
	color:#505050;
	margin:15px;
}
.index-product-item:hover,
.index-product-item:focus{
	color:#ffffff;
	background-color:#1db048;
}
.index-product-item img{
	display:block;
	width:100%;
	border:1px solid #f6f6f6;
	border-bottom:0;
}
.index-product-item p{
	padding:12px 15px;	
	font-size:15px;
	text-align:center;
	white-space : nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* 分类 */
.index-category-list{
	clear:both;
	overflow:hidden;
	text-align:right;
	border:none;
}
.index-category-item{
	display:inline !important;
	float:none !important;
}
.index-category-item a{
	display:inline-block !important;
	background-color:#ffffff !important;
	border:1px solid #1db048 !important;
	border-radius:20px !important;
	padding:5px 15px !important;
	font-size:14px !important;
	color:#505050 !important;
}
.index-category-list .am-active a,
.index-category-item a:hover,
.index-category-item a:focus{
	color:#fff !important;
	background-color:#1db048 !important;
}



/* 人才招聘 */
.index-recruitment{
	background-color:#f8f8f8;
	margin-right:80px;
}
.index-recruitment-title{
	border-top:3px solid #1db048;
	border-bottom:1px dotted #dedede;
	position:relative;
}
.index-recruitment-title h3{
	display:inline-block;
	font-size:18px;
	padding:8px 0 8px 15px;
}
.index-recruitment-title .more{
	position:absolute;
	top:50%;
	right:15px;
	transform:translateY(-50%);
	padding:2px 8px;
	border-radius:3px;
	background-color:#1db048;
	font-size:13px;
	color:#fff;
}
.index-recruitment-list{
	padding:13px 0 15px 0;
}
.index-recruitment-item{
	padding:9px 40px 9px 15px;
	font-size:14px;
	position:relative;
	white-space : nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-recruitment-item i{
	color:#1db048;
	margin-right:5px;
}
.index-recruitment-item a{
	color:#505050;
}
.index-recruitment-item a:hover,
.index-recruitment-item a:focus{
	color:#1db048;
}
.index-recruitment-item span{
	position:absolute;
	top:50%;
	right:15px;
	transform:translateY(-50%);
	font-weight:bold;
	color:#1db048;
}


/* 新闻中心 */
.index-news-list{
	margin:50px -15px 0 -15px !important;
}
.index-news-item{
	display:block;
	position:relative;
	margin:0 15px;
}
.index-news-item .time{
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(29,176,72,0.8);
	color:#fff;
	line-height:1;
	padding:10px;
	text-align:center;
}
.index-news-item .time .d{
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
}
.index-news-item .time .ym{
	font-size:13px;
}
.index-news-item .image img{
	width:100%;
}
.index-news-item .title h6{
	padding:1.2em 0;
	font-size:16px;
	font-weight:normal;
	color:#505050;
	white-space : nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-news-item:hover .title h6,
.index-news-item:focus .title h6{
	color:#1DB048;
}
.index-news-item .title:after{
	content:'';
	display:block;
	background:#1DB048;
	width:100px;
	height:3px;
	overflow:hidden;
}
.index-news-item .lead{
	font-size:13px;
	color:#888888;
	line-height:2.5em;
	letter-spacing:0.5px;
	text-align: justify;
	max-height:7.5em;
	margin:1.5em 0 0 0;
	overflow:hidden;
}
