@charset "gb2312";
.home-holder {
	width: 100%;
}
/*---------------------------------------------------------*/
.home-1 {
	width: 100%;
	background-color: #fcf8ef;
	background-image: url(../img/r-bg.png);
	background-position: center;
	padding: 80px 0px;
}
.home-1-holder {
	width: 1200px;
	margin: auto;
	height: 510px;
}
.home-1-list {
	display: block;
	position: relative;
	float: left;
	width: 330px;
	height: 510px;
	border: 12px solid #D3D3D3;
	margin-left: 105px;
	padding: 50px 0px;
}
.home-1-list:first-child {
	margin-left: 0px;
}
.home-1-list:nth-child(2) {
	border: 12px solid #C00000;
}
.home-1-list:hover {
	border: 12px solid #333;
}
.home-1-list .cn-text {
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 18px;
	color: #C00000;
}
.home-1-list .en-text {
	display: block;
	width: 100%;
	height: 36px;
	font-family: 'medioroman';
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.home-1-list .parting-line {
	display: block;
	width: 40px;
	height: 30px;
	margin: auto;
	border-top: 4px solid #C00000;
}
.home-1-list .img {
	position: absolute;
	left: -60px;
	bottom: 60px;
	display: block;
	width: 280px;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
.home-2 {
	width: 100%;
	padding: 80px 0px;
}
.home-2-holder {
	width: 1200px;
	height: 600px;
	margin: auto;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
.home-3 {
	width: 100%;
	height: 900px;
	padding-top: 335px;
	background-image: url(../img/home-3-bg.jpg);
	background-position: center;
}
.home-3-text {
	width: 1200px;
	height: 175px;
	margin: auto;
	line-height: 25px;
	color: #FFF;
	text-align: center;
}
.home-3-icon {
	width: 1200px;
	height: 230px;
	padding: 60px 0px;
	margin: auto;
	text-align: center;
}
.home-3-icon a {
	display: inline-block;
	width: 180px;
	height: 110px;
	padding: 0px 50px;
}
.home-3-icon a i {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: top center;
}
.home-3-icon a span {
	display: block;
	height: 30px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
}
.home-3-btn {
	display: block;
	width: 200px;
	height: 50px;
	margin: auto;
	color: #FFF;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	border: 1px dashed #FFF;
}
.home-3-btn:hover {
	color: #FFF;
	border: 1px dashed #FFF;
}
/*---------------------------------------------------------*/
.home-4 {
	width: 100%;
	padding: 80px 0px;
}
.home-4-holder {
	width: 1200px;
	height: 420px;
	margin: auto;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
.home-title-a {
	width: 100%;
}
.home-title-a .en-title {
	width: 100%;
	height: 40px;
	font-family: 'medioroman';
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #C00000;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.home-title-a .cn-title {
	width: 100%;
	height: 70px;
	text-align: center;
	font-family: SimSun, "ËÎÌå";
	font-size: 40px;
	font-weight: bold;
	color: #C00000;
}
.home-title-a .img-title {
	width: 100%;
	height: 120px;
	text-align: center;
	background-image: url(../img/img-title-1.png);
	background-repeat: no-repeat;
	background-position: top center;
}
/*---------------------------------------------------------*/
.home-title-b {
	position: relative;
	width: 100%;
	text-align: center;
}
.home-title-b .en-title {
	display: block;
	width: 100%;
	height: 50px;
	font-family: 'medioroman';
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #C00000;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.home-title-b .cn-title {
	position: relative;
	z-index: 66;
	display: inline-block;
	height: 40px;
	padding: 0px 30px;
	border: 1px solid #C00000;
	background-color: #FFF;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #C00000;
}
.home-title-b .parting-line {
	display: block;
	position: relative;
	top: -20px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #C00000;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #333;
}
/*---------------------------------------------------------*/