@charset "gb2312";
.home-holder {
	width: 100%;
}

/*------------------------------------------------------------------*/
.home-a {
	width: 100%;
}
.home-a-holder {
	width: 100%;
	padding-bottom: 50px;
}
/*------------------------------------------------------------------*/
.home-b {
	width: 100%;
}
.home-b-holder {
	width: 1200px;
	height: 370px;
	margin: auto;
}
.home-b-holder .img {
	float: left;
	width: 620px;
	height: 370px;
	background-image: url(../img/home-2-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home-b-holder .content {
	float: right;
	width: 580px;
	height: 370px;
	padding: 20px;
	background-color: #1c264c;
}
.home-b-holder .content .title {
	width: 100%;
	height: 50px;
}
.home-b-holder .content .title .cn-title {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	border-left: 5px solid #FFAA00;
	padding: 0px 10px;
}
.home-b-holder .content .title .en-title {
	font-size: 20px;
	color: #FFAA00;
	text-transform: uppercase;
}
.home-b-holder .content .text {
	width: 100%;
	height: 280px;
	color: #FFF;
	line-height: 20px;
	text-align: justify;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
.home-c {
	width: 100%;
	height: 1000px;
	min-width: 1200px;
	margin: auto;
}
.home-c-bg {
	float: left;
	width: 50%;
	height: 500px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.home-c-holder {
	float: left;
	width: 50%;
	height: 500px;
}
.home-c-content-a {
	float: left;
	width: 600px;
	height: 500px;
	padding: 50px 0px 50px 50px;
}
.home-c-content-b {
	float: right;
	width: 600px;
	height: 500px;
	padding: 50px 50px 50px 0px;
}
.home-c-content-title-a {
	width: 100%;
	height: 50px;
}
.home-c-content-title-a .cn-title {
	font-size: 20px;
	color: #1c264c;
	font-weight: bold;
	border-left: 5px solid #FFF;
	padding: 0px 10px;
}
.home-c-content-title-a .en-title {
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
}
.home-c-content-title-b {
	width: 100%;
	height: 50px;
}
.home-c-content-title-b .cn-title {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	border-left: 5px solid #FFD200;
	padding: 0px 10px;
}
.home-c-content-title-b .en-title {
	font-size: 20px;
	color: #FFD200;
	text-transform: uppercase;
}
.home-c-content-list {
	width: 550px;
	height: 350px;
	overflow: hidden;
}
.home-c-content-list a {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	height: 160px;
	margin: 0px 30px 30px 0px;
	background-color: #FFF;
	overflow: hidden;
}
.home-c-content-list a:nth-child(2n) {
	margin: 0px 0px 30px 0px;
}
.home-c-content-list a i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-c-content-list a span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 42px;
	padding: 0px 15px;
	line-height: 42px;
	color: #FFF;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	background-color: #000;
	filter: alpha(opacity=60); /*IE*/
	-moz-opacity: 0.6; /*MOZ , FF*/
	background: rgba(0,0,0,0.6)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.home-d {
	width: 100%;
}
.home-d-holder {
	width: 1200px;
	padding-bottom: 50px;
	margin: auto;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.home-title-a {
	width: 100%;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center;
}
/*------------------------------------------------------------------*/
.home-title-b {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}