@charset "gb2312";
body {
	background-color: #c7000b;
}
.home-holder {
	width: 100%;
}
/*------------------------------------------------------------------*/
.home-1 {
	width: 100%;
	height: 920px;
	background-image: url(../img/home-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-1-btn {
	width: 1200px;
	height: 270px;
	margin: auto;
}
.home-1-btn a {
	position: relative;
	top: -50px;
	z-index: 99999;
	display: block;
	float: left;
	width: 400px;
	height: 220px;
}
.home-1-btn a:hover {
	top: -70px;
}
.home-1-holder {
	width: 1200px;
	height: 650px;
	margin: auto;
}
.home-1-content {
	float: left;
	width: 640px;
	height: 650px;
}
.home-1-img {
	float: left;
	width: 560px;
	height: 650px;
	background-image: url(../img/home-1-img.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.home-1-title {
	width: 100%;
	height: 150px;
	background-image: url(../img/home-1-title.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.home-1-text {
	width: 100%;
	height: 360px;
	line-height: 24px;
	text-align: justify;
	color: #FFF;
	font-size: 14px;
	overflow: hidden;
}
.home-1-more {
	width: 100%;
	height: 140px;
}
.home-1-more a {
	display: block;
	float: left;
	height: 36px;
	padding: 0px 20px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #C7000B;
	line-height: 36px;
	color: #FFF;
}
.home-1-more a:hover {
	background-color: #27363d;
}
/*------------------------------------------------------------------*/
.home-2 {
	width: 100%;
	padding-bottom: 520px;
	background-image: url(../img/home-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
}
.home-2-title {
	width: 100%;
	height: 460px;
	background-image: url(../img/home-2-title.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-2-holder {
	width: 1200px;
	margin: auto;
}
.home-2-holder div:nth-child(4n) {
	margin-right: 0px;
}
.home-2-list {
	float: left;
	width: 282px;
	height: 240px;
	margin: 0px 24px 30px 0px;
	background-image: url(../img/home-2-title-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.home-2-list:hover {
	background-image: url(../img/home-2-title-bg-h.png);
}
.home-2-list .img {
	display: block;
	width: 252px;
	height: 200px;
	margin: auto;
	overflow: hidden;
	-webkit-box-shadow: 0px -5px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.home-2-list .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-2-list .title {
	display: block;
	width: 252px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-2-more {
	position: relative;
	float: left;
	width: 282px;
	height: 240px;
	margin: 0px 24px 30px 0px;
}
.home-2-more a {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	height: 36px;
	padding: 0px 20px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #C7000B;
	line-height: 36px;
	color: #FFF;
}
/*------------------------------------------------------------------*/
.home-3 {
	width: 100%;
	padding-bottom: 80px;
	background-color: #27363d;
}
.home-3-holder {
	width: 1200px;
	margin: auto;
}
.home-3-holder a {
	display: block;
	float: left;
	width: 585px;
	height: 290px;
	padding: 92px;
	margin: 0px 30px 30px 0px;	
	border: 8px solid #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-3-holder a:nth-child(2n) {
	margin-right: 0px;
}
.home-3-holder a span {
	display: none;
	width: 100%;
	height: 90px;
	padding: 20px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	background-color: #c7000b;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(199,0,11,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-3-holder a:hover span {
	display: block;
}
.home-3-more {
	width: 1200px;
	margin: auto;
	clear: both;
}
.home-3-more a {
	display: block;
	width: 300px;
	height: 60px;
	margin: auto;
	background-color: #C7000B;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/*------------------------------------------------------------------*/
.home-4 {
	width: 100%;
	padding: 250px 0px 100px 0px;
	background-image: url(../img/home-4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-4-holder {
	width: 1200px;
	height: 540px;
	margin: auto;
}
.home-4-img {
	float: left;
	width: 610px;
	height: 540px;
	background-image: url(../img/home-4-img.png);
	background-repeat: no-repeat;
	background-position: center;
}
.home-4-content {
	float: left;
	width: 590px;
	height: 540px;
}
.home-4-list {
	width: 100%;
	height: 84px;
	margin-bottom: 30px;
}
.home-4-title {
	width: 100%;
	height: 36px;
	line-height: 28px;
	font-size: 24px;
	color: #FFF;
}
.home-4-title span {
	color: #C7000B;
}
.home-4-text {
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}
/*------------------------------------------------------------------*/
.home-5 {
	width: 100%;
	height: 1300px;
	padding-top: 725px;
	background-image: url(../img/home-5-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-5-holder {
	position: relative;
	width: 1200px;
	height: 575px;
	margin: auto;
}
.home-5-holder span {
	display: block;
	float: left;
	width: 180px;
	height: 60px;
	margin-left: 24px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
}
.home-5-holder span:first-child {
	margin-left: 0px;
}
.home-5-holder a {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 110px;
	width: 718px;
	height: 214px;
}
/*------------------------------------------------------------------*/
.home-6 {
	width: 100%;
	padding: 100px 0px;
	background-color: #FFF;
}
.home-6-holder {
	width: 1200px;
	margin: auto;
}
.home-6-title {
	width: 100%;
	height: 114px;
	background-image: url(../img/home-6-title.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.home-6-tabs {
	width: 100%;
}
.home-6-tabs .tab-title {
	width: 100%;
	height: 116px;
	text-align: center;
}
.home-6-tabs .tab-title li {
	display: inline-block;
	height: 36px;
	padding: 0px 20px;
	margin: 0px 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #27363d;
	line-height: 36px;
	color: #FFF;
}
.home-6-tabs .tab-title .tab-selected {
	background-color: #C7000B!important;
}
.home-6-tabs .tab-content>li {
	display: none;
}
.home-6-news {
	width: 100%;
	height: 480px;
}
.home-6-news-list {
	float: left;
	width: 600px;
	height: 240px;
	background-color: #e8e8e8;
}
.home-6-news-list:nth-child(3) .home-6-news-img,.home-6-news-list:nth-child(4) .home-6-news-img {
	float: right;
}
.home-6-news-list:nth-child(3) .home-6-news-img span,.home-6-news-list:nth-child(4) .home-6-news-img span {
	left: 0px;
	transform:rotate(180deg);
-ms-transform:rotate(180deg); /* Internet Explorer */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */
}
.home-6-news-list:nth-child(3) .home-6-news-content,.home-6-news-list:nth-child(3) .home-6-news-content {
	float: left;
}
.home-6-news-img {
	position: relative;
	width: 300px;
	height: 240px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-6-news-img span {
	position: absolute;
	top: 102px;
	right: 0px;
	display: block;
	width: 18px;
	height: 36px;
}
.home-6-news-content {
	width: 300px;
	height: 240px;
	padding: 30px 25px;
	float: right;
}
.home-6-news-content .title {
	display: block;
	width: 100%;
	height: 24px;
	text-align: center;
	color: #27363d;
	font-size: 16px;
	font-weight: bold;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-6-news-content .time {
	display: block;
	width: 100%;
	height: 34px;
	text-align: center;
	color: #27363d;
	font-size: 14px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-6-news-content .text {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 20px;
	text-align: justify;
	color: #27363d;
	font-size: 12px;
	overflow: hidden;
}
.home-6-news-content .ellipsis {
	display: block;
	width: 100%;
	height: 34px;
	text-align: center;
	color: #27363d;
}
.home-6-news-content a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 24px;
	margin: auto;
	text-align: center;
	color: #27363d;
	font-size: 12px;
	border: 1px solid #27363d;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/