@charset "utf-8";

* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
ul, li {
	list-style:none;
}
.wrap {
	width:1200px;
	margin:0 auto;
	
}
.carousel {
	height:348px;
	overflow:hidden;
	background:#262626;
}
.carousel .wrap {
	position:relative;
}
.slide-caption {
	position:relative;
	z-index:10;
	float:right;
	width:600px;
	min-height: 280px;
	padding:68px 40px 0;
	background-image: url(../images/vignette.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.comp-a {
	background-color: #f3f3f3;
}
.comp-b {
	background-color: #f3f3f3;
}
.comp-c {
	background-color: #f3f3f3;
}
.comp-d {
	background-color: #f3f3f3;
}
.slide-caption h2 {
	margin-bottom:32px;
	color:#fff;
	font-size:30px;
	line-height:38px;
	font-family:'FZLTXHKM';
	font-weight:normal;
}
.slide-caption h2 a {
	color:#666;
	text-decoration: none; font-size: 18px;
}

.slide-callout {
	width: 480px;
}
.slide-callout p {
	float:left;
	width:580px;
	line-height:20px;
	color:#333;
	font-size:14px;
	font-family:"微软雅黑   ";
	font-weight:normal;
}

.slide-callout p a {
	color:#363636;
	text-decoration:none;
}
.slide-callout p a:hover, .slide-callout p a:focus {
	color: #363636;
	text-decoration: none;
}
.slide-callout .more {
	padding: 0;
}
.comp-a .slide-callout .more {
	
}
.comp-b .slide-callout .more {
	background-color: #8c8179;
}
.comp-c .slide-callout .more {
	background-color: #293352;
}
.comp-d .slide-callout .more {
	 width: 120px;line-height: 30px; text-align: center;
}
.slide-callout .more a {
	display:inline-block;
	line-height:26px;
	padding:3px 20px;
	color:#666;
	text-transform:none;
	font-weight:normal;
	font-family:"微软雅黑";
	border: 1px solid #8c8179;
	margin-top: 20px;
}

.carousel-image {
	position: absolute;
	left: 0;
}
.carousel-item {
	position: relative;
}
.carousel-item-secondary {
	display: none;
}
/*-------------------------------------------
    Homepage Caraousel
-------------------------------------------*/
* html .carousel {
	height: 348px !important;
}
* html .slide-caption {
	background-image: none !important;
	height: 220px;
}
* html .carousel-item {
	height: 348px;
}
.comp-b, .comp-b .slide-callout .more {
	background-color: #f3f3f3;
}
.comp-c, .comp-c .slide-callout .more {
	background-color: #f3f3f3;
}
.comp-d, .comp-d .slide-callout .more {
	background-color: #f3f3f3;
}
.carousel-controls {
	position: absolute;
	z-index: 100;
	left: 39.7%;
	top: 150px;
	width: 1292px;
	height: 44px;
	margin-left: -449px;
	overflow: hidden;
}
* html .carousel-controls {
	bottom: 20px;
}
.carousel-controls a {
	float:left;
	display:block;
	width:44px;
	height:44px;
	text-indent:-9999px;
	background-image: url(../images/hp-last.png);
	background-color:transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
.carousel-controls .next {
	background: url(../images/hp-next.png) no-repeat;
	float: right;
}

.carousel-controls .pause {
	background-position: -33px -32px;
	border-left: 1px solid #333;
}
.carousel-controls .pause:hover, .carousel-controls .pause:focus {
	background-position: -33px 0;
	border-color: #ccc;
}
.carousel-controls .play {
	position: relative;
	bottom: auto;
	left: auto;
	background-position: -66px -32px;
	border-left: 1px solid #333;
}
.carousel-controls .play:hover, .carousel-controls .play:focus {
	background-position: -66px 0;
	border-color: #ccc;
}
.carousel .prev-image {
	position: absolute;
	right: -1030px;
	top: 0;
	opacity: 0.2;
}
.carousel .next-image {
	position: absolute;
	top: 0;
	left: -522px;
	opacity: 0.2;
}
