@charset "utf-8";

* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
ul, li {
	list-style:none;
}
.wrap {
	width:1600px;
	margin:0 auto;
}
.carousel { width:100%; float:left;
	height:585px;
	overflow:hidden;
	background:#262626;
}
.imgh{ width:100%; height:585px}
.carousel .wrap {
	position:relative;
}
.slide-caption {
	position:relative; margin-left:15px;
	z-index:10;
	float:left;
	width:523px;
	height: 585px;
	padding:68px 40px 0; box-sizing:border-box;
	background-image: url(../images/vignette.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.comp-a {
	background-color: #52854c;
}
.comp-b {
	background-color: #8c8179;
}
.comp-c {
	background-color: #293352;
}
.comp-d {
	background-color: #a51c30;
}
.slide-caption h2 {
	margin-bottom:32px;
	color:#fff;
	font-size:30px;
	line-height:38px;
	font-family:'FZLTXHKM';
	font-weight:normal;
}
.slide-caption h2 p{ font-size:24px; color:#b0b0b0; text-transform:uppercase}
.slide-caption h2 a {
	color:#011c37;
	text-decoration: none;
}
.slide-caption h2 a:hover, .slide-caption h2 a:focus {
	color: #011c37;
	text-decoration: none;
}
.slide-callout {
	width: 900px;
}
.slide-callout p {
	float:left;
	max-width:750px;
	line-height:30px;
	padding:8px 30px 7px 12px;
	color:#3e3e3e;
	font-size:16px;
	font-family: "微软雅黑";
	font-weight:normal;
}
.slide-callout p:hover {
	
}
.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 {
	background-color: #52854c;
}
.comp-b .slide-callout .more {
	background-color: #8c8179;
}
.comp-c .slide-callout .more {
	background-color: #293352;
}
.comp-d .slide-callout .more {
	background-color: #a51c30;
}
.slide-callout .more a {
	display:inline-block;
	line-height:20px;
	padding:8px 10px 7px;
	background:none;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", serif;
}
.slide-callout .more a:hover, .slide-callout .more a:focus {
	background: #000;
	text-decoration: none;
	color:#fff;
}
.carousel-image {
	width:100%;
	position: absolute;
	right: 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: #8c8179;
}
.comp-c, .comp-c .slide-callout .more {
	background-color: #293352;
}
.comp-d, .comp-d .slide-callout .more {
	background-color: #fff;
}
.carousel-controls {
	position: absolute;
	z-index: 100;
	left: 50%;
	bottom: 43px;
	width: 250px;
	height: 48px;
	margin-left: -749px;
	overflow: hidden;
}
* html .carousel-controls {
	bottom: 20px;
}
.carousel-controls a {
	float:left;
	display:block;
	width:122px;
	height:48px;
	text-indent:-9999px;
	background-color:transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
.carousel-controls .next {
	background: url(../images/pr.png) no-repeat center center #011c37
}
.carousel-controls .next:hover, .carousel-controls .next:focus {
	background: url(../images/pr.png) no-repeat center center #011c37
}
.carousel-controls .previous {
	background: url(../images/pl.png) no-repeat center center #cb9e58
}
.carousel-controls .previous:hover, .carousel-controls .previous:focus {
	background: url(../images/pl.png) no-repeat center center #cb9e58
}
.carousel-controls .pause {display:none !important;
	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 { display:none;
	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 { width:100%;height:585px;
	position: absolute;
	left: -1600px;
	top: 0;
	opacity:1  !important;
}
.carousel .next-image { width:100%; height:585px;
	position: absolute;
	top: 0;
	right: -1600px;
	opacity:1  !important;
}
.carousel .prev-image img,.carousel .next-image img,.mimg img{ width:100%; height:100%; display:inline-block; object-fit:cover}
.mimg{ width:100%; height:585px; border-left:15px solid #ebebeb;border-right:15px solid #ebebeb; box-sizing:border-box}
.main-image{ width:1600px;}

@media only screen and (max-width:1600px) {
.carousel-controls{ margin-left:0px; left:60px}
.mimg{ border:none}
.wrap { width:100%}
.slide-caption{ margin-left:0}
}
@media only screen and (max-width:1205px) { 
.slide-caption,.mimg,.carousel { height:480px}
.slide-caption{ width:400px}
.slide-callout p { font:14px/28px "微软雅黑"}
.slide-caption h2{ font:25px/25px "微软雅黑";}
.slide-caption h2 p{ font-size:20px; margin-top:10px}
}

@media (max-width: 720px){
.slide-caption,.mimg,.carousel { height:380px}
.slide-caption{ width:300px; padding:40px 20px}
.slide-callout p { padding:0;font: 12px/22px "微软雅黑";}
.slide-caption h2{ margin-bottom:20px;font: 20px/20px "微软雅黑";} 
.slide-caption h2 p {font-size: 15px;}
.carousel-controls{ left:20px; width:160px}
.carousel-controls a{ width:80px; height:38px}
.slide-caption{ background:rgb(255,255,255,0.9)}
 }
@media (max-width: 720px){
.slide-caption,.mimg,.carousel { height:300px}
.carousel-controls{ bottom:0px}
}
@media (max-width: 480px){
.slide-caption {
    width: 250px;
    padding: 20px 20px;
}
}