@charset "UTF-8";
.top {
		width: 100%;
		border-bottom: 2px solid #E4E4E4;
		line-height: 30px;
		overflow: hidden;
	}

	.top_center {
		max-width: 1200px;
		margin: auto;
	}

	.top_left {
		float: left;
		font-size: 14px;
		color: #727171;
	}

	.top_left a {
		font-size: 14px;
		color: #727171;
	}

	.home {
		background: url(/skin/skin1/Images/index/ind_06.png) no-repeat left;
		padding-left: 20px;
	}

	.top_right {
		float: right;
		font-size: 14px;
		color: #727171;
		background: url(/skin/skin1/images/index/ind_03.png) no-repeat left;
		padding-left: 17px;
		margin-right: 17px;
	}

	/* ---------------------------------------------- */
	.header_center {
		max-width: 1200px;
		margin: auto;
	}

	.logo {
		clear: left;
		margin: 40px 10px 0px 10px;
	}

	.header_nav {
		width: 40px;
		height: 30px;
		float: right;
		margin-right: 2%;
		margin-top: 6%;
		position: relative;
		border-radius: 15%;
		-moz-border-radius: 15%;
		-webkit-border-radius: 15%;
	}

	.nav {
		width: 75%;
		float: right;
	}

	.nav ul li {
		width: 14%;
		float: left;
	}

	.nav ul li a {
		display: block;
		line-height: 85px;
		text-align: center;
		font-size: 1em;
		color: #3E3A39;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.nav ul li a:hover,
	.first {
		background: #03A9F4 !important;
		color: #fff !important;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	/* ----------------------------------------------- */
	.banner {
		clear: both;
		width: 100%;
		height: 540px;
		margin: 0 auto;
		margin-top: 0px;
		max-width: 1200px;
	}

	#full-screen-slidera {
		width: 100%;
		height: 540px;
		float: left;
		position: relative
	}

	#slidesa {
		display: block;
		width: 100%;
		height: 540px;
		list-style: none;
		padding: 0;
		margin: 0;
		position: relative
	}

	#slidesa li {
		display: block;
		width: 100%;
		height: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute
	}

	#slidesa li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px
	}

	#pagination {
		display: block;
		list-style: none;
		position: absolute;
		right: 48%;
		top: 750px;
		z-index: 9900;
		padding: 5px 15px 5px 0;
		margin: 0
	}

	#pagination li {
		display: block;
		list-style: none;
		width: 10px;
		height: 10px;
		float: left;
		margin-left: 15px;
		border-radius: 5px;
		background: #03A9F4;
	}

	#pagination li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		text-indent: -9999px;
	}

	#pagination li.current {
		background: #F5F5F5
	}