/*****************banners******************/
.baners {
	position: relative;
	height: 458px;
	width: 100%;
	overflow: hidden;
}

/* .baner-1 {
	background: url('../images/banner1.png') no-repeat;
}

.baner-2 {
	background: url('../images/banner2.png') no-repeat;
}

.baner-3 {
	background: url('../images/banner1.png') no-repeat;
}
 */

.baner {
	display: none;
	position: absolute;
	width: 100%;
	height: 458px;
	background-repeat: no-repeat;
	background-position: center center;
}

.cs-banner .button-group {
	width: 280px;
	margin-top: 480px;
	padding-left: 0px;
	float: left;
}

.button-wrapper {
	width: 1040px;
	margin: 0 auto;
	z-index: 1;
}

.button-group {
	margin: 480px auto 0;
}

.button-group a {
	display: inline-block;
	margin-right: 20px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}

.button-group a:hover {
	color: #9b221f;
	border: #9b221f 2px solid;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

/*白色边框按钮*/
.button-group .btn-whiteborder {
	border: #e2e6e7 2px solid;
	width: 175px;
	padding: 5px 0px;
	border-radius: 18px;
}

.button-wrapper .syht {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bullet {
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.bullet li {
	float: left;
}

.bullet i {
	font-size: 16px;
	color: #1552de;
	margin: 0 10px;
	float: left;
	cursor: pointer;
}

/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('/templets/landun/style/fontawesome-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-circle-thin:before {
	content: "\f1db";
}

.fa-circle:before {
	content: "\f111";
}