@charset "gb2312";
body {
	background-color: #00030a;
}
.home-holder {
	width: 100%;
}
/*------------------------------------------------------------------*/
.home-1 {
	width: 100%;
	height: 800px;
	background-image: url("../img/home-1-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.home-1-holder {
	position: relative;
	width: 1140px;
	height: 690px;
	margin: auto;
}
.home-1-product {
	position: absolute;
	width: 660px;
	height: 300px;
	top: 390px;
	left: 480px;
}
.home-1-product a {
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 300px;
	margin-left: 20px;
}
.home-1-product a .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-1-product a .title {
	position: absolute;
	top: 0px;
	left: 20px;
	display: block;
	width: 40px;
	border-top: 4px solid #006496;
	padding: 12px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background-color: #00030a;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(0,3,10,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.home-2 {
	width: 100%;
	height: 1280px;
	background-image: url("../img/home-2-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
/*------------------------------------------------------------------*/
.home-3 {
	width: 100%;
	height: 880px;
}
.home-3-title {
	width: 100%;
	height: 380px;
	background-image: url("../img/home-3-title.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.home-3-list {
	width: 1380px;
	height: 480px;
	margin: auto;
}
.home-3-list a {
	display: block;
	float: left;
	margin-left: 40px;
	width: 315px;
	height: 480px;
}
.home-3-list a:first-child {
	margin-left: 0px;
}
.home-3-list a .img {
	display: block;
	width: 315px;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-3-list a:hover .img {
	border: 5px solid #FFF;
}
.home-3-list a .title {
	display: block;
	width: 315px;
	height: 60px;
	background-image: url("../img/home-3-list-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
}
/*------------------------------------------------------------------*/
.home-4 {
	width: 100%;
	height: 1250px;
	background-image: url("../img/home-4-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.home-4-text {
	position: relative;
	width: 1380px;
	height: 1250px;
	margin: auto;
}
.home-4-text span {
	position: absolute;
	bottom: 50px;
	right: 0px;
	text-align: right;
	font-size: 18px;
	line-height: 48px;
	color: #FFF;
}
/*------------------------------------------------------------------*/
.home-5 {
	width: 100%;
	height: 700px;
}
.home-5-title {
	width: 100%;
	height: 240px;
	background-image: url("../img/home-5-title.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.home-5-list {
	width: 1380px;
	height: 380px;
	margin: auto;
}
.home-5-list a {
	position: relative;
	display: block;
	float: left;
	width: 440px;
	height: 160px;
	padding: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #006496;
}
.home-5-list a:hover {
	top: -10px;
}
.home-5-list a:nth-child(3n) {
	margin-right: 0px;
}
.home-5-list a .img {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	border: 5px solid #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-5-list a .title {
	display: block;
	margin-left: 145px;
	width: 265px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-5-list a .note {
	display: block;
	margin-left: 145px;
	width: 265px;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	font-size: 12px;
}
.home-5-list a .text {
	display: block;
	margin-left: 145px;
	width: 265px;
	height: 72px;
	line-height: 24px;
	color: #FFF;
	font-size: 14px;
	overflow: hidden;
}