@charset "gb2312";
.home-holder {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------*/
.home-product {
	width: 100%;
	padding: 30px 0px 0px 0px;
}
.home-product-holder {
	width: 100%;
	padding: 15px;
}
.home-product-list {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 5px solid #FFF;
}
.home-product-list .title {
	position: absolute;
	width: 240px;
	height: 100px;
	padding: 10px;
	border-radius: 10px;
	background-color: #00516d;
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /*MOZ , FF*/
	background: rgba(0,81,109,0.70)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-product-list .title li {
	border: 1px solid #47A7C8;
	border-radius: 6px;
	line-height: 78px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*-----------------------------------------------------------------------------------------*/
.home-about {
	width: 100%;
}
.home-about-holder {
	margin: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.home-about-text {
	width: 100%;
	padding: 15px;
	text-align: justify;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	background-color: #00516d;
}
.home-about-img img {
	display: block;
	width: 100%;
}
/*-----------------------------------------------------------------------------------------*/
.home-news {
	width: 100%;
}
.home-news-holder {
	padding: 15px;
}
.home-news-list {
	display: block;
	width: 100%;
	height: 140px;
	background-color: #FFF;
	border: 10px solid #FFF;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.home-news-list .img {
	display: block;
	float: left;
	width: 140px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-news-list .title {
	display: block;
	margin-left: 150px;
	margin-bottom: 7px;
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
	text-align: justify;
	color: #2a2a2a;
}
.home-news-list .title i {
	color: #c30000;
	padding-right: 5px;
	font-style: normal;
}
.home-news-list .text {
	display: block;
	margin-left: 150px;
	height: 63px;
	line-height: 21px;
	font-size: 12px;
	overflow: hidden;
	text-align: justify;
	color: #989898;
}
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.home-title-a {
	width: 100%;
	height: 61px;
	border-bottom: 1px solid #00516d;
}
.home-title-a .cn-title {
	display: block;
	width: 100%;
	line-height: 25px;
	text-align: center;
	color: #00516d;
	font-size: 18px;
	font-weight: bold;
}
.home-title-a .en-title {
	display: block;
	width: 100%;
	line-height: 25px;
	text-align: center;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
}