.banner {
	background: rgb(255, 255, 255);
	margin: 5px auto;
	width: 1200px;
	overflow: hidden;
}

.banner #focus {
	width: 1180px;
	height: 400px;
}

.banner #focus {
	height: 400px;
	position: relative;
}

.banner #focus .bd {
	width: 800px;
	height: 400px;
	float: left;
}

.banner #focus .bd ul li {
	width: 100% !important;
}

.banner #focus .bd li {
	width: 850px;
	height: 400px;
	display: block;
	cursor: default;
}

.banner #focus .bd li img {
	width: 800px;
	height: 400px;
}

.banner #focus .bd li a {
	width: 800px;
	height: 400px;
	display: block;
}

.banner #focus .bg {
	background: rgb(0, 0, 0);
	left: 0px;
	top: 0px;
	width: 420px;
	height: 50px;
	display: none;
	position: absolute;
	z-index: -1;
	opacity: 0.2;
}

.banner #focus .hd {
	width: 320px;
	height: 400px;
	margin-right: 60px;
	float: right;
	position: relative;
}

.banner #focus .hd .txt {
	padding: 20px;
	height: 310px;
	overflow: hidden;
}

.banner #focus .hd .txt li {
	position: absolute;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
}

.banner #focus .hd .txt li .intro {
	width: 290px;
	color: rgb(51, 51, 51);
	line-height: 32px;
	text-indent: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
}

.banner #focus .hd .txt li .more {
	background: rgb(0, 36, 72);
	border-radius: 3px;
	width: 80px;
	height: 30px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 30px;
	margin-top: 30px;
	float: left;
	display: none;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
}

.banner #focus .hd .txt li .more:hover {
	background: rgb(255, 153, 0);
	text-decoration: none;
}

.banner #focus .hd .txt li .on {
	display: block;
}

.banner #focus .hd .txt li h3 a {
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
	display: inline-block;
}

.banner #focus .hd .num {
	width: 180px;
	height: 20px;
	right: 20px;
	bottom: 35px;
	position: absolute;
}

.banner #focus .hd .num li {
	background: rgb(228, 228, 228);
	border-radius: 7px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}

.banner #focus .hd .num .on {
	background: rgb(204, 0, 0);
	border: currentColor;
	border-image: none;
	width: 15px;
	height: 15px;
}

.banner #focus .prev {
	width: 40px;
	height: 40px;
	bottom: 176px;
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

.banner #focus .next {
	width: 40px;
	height: 40px;
	bottom: 176px;
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

.banner #focus .prev {
	background: url("/global/arrow.png") no-repeat 13px 10px rgb(204, 204, 204);
	left: 0px;
}

.banner #focus .next {
	background: url("/global/arrow.png") no-repeat -70px 10px rgb(204, 204, 204);
	right: 0px;
}

.banner #focus .prev:hover {
	background: url("/global/arrow.png") no-repeat 13px 10px rgb(204, 0, 0);
	text-decoration: none;
}

.banner #focus .next:hover {
	background: url("/global/arrow.png") no-repeat -70px 10px rgb(204, 0, 0);
	text-decoration: none;
}

.banner #focus .ckxq {
	line-height: 45px;
	font-size: 16px;
}