@charset "gb2312";
.home-holder {
	width: 100%;
}
.home-a {
	width: 1200px;
	margin: auto;
}
.home-a-holder {
	width: 1200px;
	height: 460px;
	margin: auto;
}
.home-a-holder>a {
	display: block;
	float: left;
	width: 224px;
	height: 400px;
	margin-right: 20px;
	background-color: #F5F5F5;
}
.home-a-holder>a:nth-child(5n) {
	margin-right: 0px;
}
.home-a-holder>a .img {
	display: block;
	width: 224px;
	height: 364px;
	overflow: hidden;
}
.home-a-holder>a .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-a-holder>a .title {
	display: block;
	width: 224px;
	height: 36px;
	padding: 0px 15px;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	background-color: #00516d;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*------------------------------------------------------------------*/
.home-b {
	width: 100%;
	margin: auto;
	background-color: #eeeeee;
}
.home-b-holder {
	width: 1200px;
	height: 540px;
	margin: auto;
}
.home-b-holder .img {
	float: left;
	width: 468px;
	height: 480px;
	background-image: url(../img/home-b-img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-b-holder .text {
	float: right;
	width: 732px;
	height: 480px;
	padding: 20px;
	background-color: #00516d;
	color: #FFF!important;
	line-height: 22px;
	text-align: justify;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
.home-c {
	width: 1200px;
	margin: 60px auto;
	overflow: auto;
}
.home-c-title {
	width: 100%;
	height: 40px;
}
.home-c-title .cn-title {
	padding: 0px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-left: 4px solid #00516d;
}
.home-c-title .en-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #00516d;
}
.home-c-title .more {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background-color: #00516d;
	background-image: url(../img/more-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}
.home-c-news {
	float: left;
	width: 448px;
}
.home-c-case {
	float: right;
	width: 712px;
}
.home-c-img {
	width: 100%;
	height: 468px;
	overflow: hidden;
}
.home-c-img a {
	position: relative;
	display: block;
	float: left;
	width: 224px;
	height: 224px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	overflow: hidden;
}
.home-c-img a:nth-child(3n) {
	margin-right: 0px;
}
.home-c-img a i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-c-img a span {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 36px;
	padding: 0px 15px;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	background-color: #00516d;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-c-list {
	width: 100%;
	height: 468px;
}
.home-c-list a {
	display: block;
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #F0F0F0;
}
.home-c-list a .title {
	display: block;
	width: 100%;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	color: #000;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-c-list a .time {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 12px;
	color: #999;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.home-title {
	width: 1200px;
	height: 130px;
	margin: auto;
	padding: 50px 0px;
}
.home-title .cn-title {
	display: block;
	float: left;
	line-height: 30px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.home-title .cn-title i {
	font-style: normal;
	color: #00516d;
	font-weight: bold;
}
.home-title .en-title {
	display: block;
	float: left;
	padding: 0px 10px;
	line-height: 36px;
	font-size: 24px;
	color: #666;
	text-transform: uppercase;
}
.home-title .line-title {
	display: block;
	float: left;
	width: 60px;
	height: 18px;
	border-bottom: 2px solid #00516d;
}
.home-title .word {
	display: block;
	float: right;
	padding: 0px 10px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}
.home-title .more {
	display: block;
	float: right;
	margin: 5px 0px;
	width: 26px;
	height: 26px;
	background-color: #00516d;
	background-image: url(../img/more-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}