#banner {
	height: auto;
	top: 0;
	position: relative;
	margin: 0 auto;
}

.focus {
	width: 100%;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -50%;
	overflow: hidden;
}

.f426x240 li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.f426x240 li img {
	display: block;
	width: 100%;
	height: auto;
}

.rslides {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0
}

.rslides_nav {
	height: 85px;
	width: 43px;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	left: 272px;
	top: 224px;
	z-index: 999;
	display: block;
	background: url(/Home/Center/images/l.png) no-repeat;
}

.rslides_nav:hover {
	background: url(/Home/Center/images/l2.png) no-repeat;
}

.rslides_nav:active {
	background: url(/Home/Center/images/l2.png) no-repeat;
}

.rslides_nav.next {
	left: 1608px;
	background: url(/Home/Center/images/r.png) no-repeat;
}

.rslides_nav.next:active {
	background: url(/Home/Center/images/r2.png) no-repeat;
}

.rslides_nav.next:hover {
	background: url(/Home/Center/images/r2.png) no-repeat;
}

.rslides_tabs {
	width: 264px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -132px;
	bottom: 20px;
	clear: both;
	text-align: center;
	z-index: 999;
}

.rslides_tabs li {
	float: right;
	margin-right: 15px;
}

.rslides_tabs a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 56px;
	height: 4px;
	background-color: #4395E5;
}

.rslides_tabs .rslides_here a {
	background-color: #05396C;
}

.mainbox {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
}

.tits {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	display: table;
	padding-bottom: 12px;
	padding-top: 40px;
}

.tits h3 {
	float: left;
	font-size: 20px;
	color: #3467CE;
	font-weight: bold;
}

.tits .mors {
	float: right;
}

.tits .mors a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	margin-top: 2px;
}

.tits .mors a:hover {
	color: #298EEA;
}

.navblist {
	width: 100%;
	margin-top: 20px;
	font-size: 0;
}

.navblist li {
	display: inline-block;
	width: 275px;
	height: 80px;
	margin: 0 1%;
	vertical-align: top;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.navblist li a {
	z-index: 2;
	display: block;
	width: 255px;
	height: 52px;
	line-height: 52px;
	padding: 10px;
	position: relative;
	font-size: 0;
	background-color: #015AAA;
}

.navblist li a:after {
	opacity: 0;
	position: absolute;
	content: '';
	left: 1.5%;
	top: 5%;
	width: 96.5%;
	height: 88%;
	border: 1px solid #fff;
	z-index: -1;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
}

.navblist li a i {
	display: inline-block;
	vertical-align: middle;
	/* width: 50px; */
}

.navblist li a i img {
	display: block;
	width: 32px;
	height: auto;
}

.navblist li a font {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 195px;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	white-space: nowrap;
}

.navblist li a:hover {
	background-color: #298EEA;
}

.navblist li a:hover:after {
	opacity: 1;
}