@charset "utf-8";
/* CSS Document */
html::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(5, 84, 143, 0);
	background-color: #FFFFFF;
}
html::-webkit-scrollbar {
	display: none;
 	width: 10px;
 	background-color: #FFFFFF;
}
html::-webkit-scrollbar-thumb {
 	background-color: #1CA24D;
 	border: 2px solid #555555;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
a {
	color: #2A2A2A;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #E19818;
	text-decoration: none;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
.clear {
	zoom: 1;
	clear: both;
}
.w1300 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
body {
	color: #2A2A2A;
	font-size: 15px;
	font-family: "Microsoft YaHei";
}
.header {
	width: 1200px;
	height: 112px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
.header .tel {
	height: 52px;
	color: #D66015;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 65px;
	background: url(../images/icon-tel.png) no-repeat left 0;
	background-size: 52px 52px;
	position: absolute;
	top: 45px;
	right: 0px;
}
.header .tel i {
	color: #D66015;
	font-size: 20px;
	font-style: normal;
}
.mainnav {
	width: 100%;
	height: 65px;
	background: #124C3B;
}
.mainnav .nav {
	width: 1200px;
	height: 65px;
	margin: 0 auto;
}
.mainnav .nav li {
	float: left;
	position: relative;
}
.mainnav .nav li a {
	width: 198px;
	height: 65px;
	line-height: 65px;
	float: left;
	display: block;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	position: relative;
}
.mainnav .nav li a:hover {
	width: 198px;
	height: 65px;
	line-height: 65px;
	float: left;
	display: block;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	position: relative;
	background: #E19818;
}
.mainnav .nav li .nav-w {
	z-index: 21;
	position: absolute;
	display: none;
	float: left;
	clear: both;
	overflow: hidden;
	top: 65px;
	left: 0;
}
.mainnav .nav .hover {
	width: 198px;
	height: 65px;
	float: left;
	display: block;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	background: #E19818;
}
.mainnav .nav .hover a {
	width: 198px;
	height: 65px;
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	position: relative;
}
.mainnav .nav li .section-nav {
	height: auto;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgab(18, 76, 59, 0.85);
}
.mainnav .nav li .section-nav ul {
	width: 198px;
	position: static;
	overflow: hidden;
}
.mainnav .nav li .section-nav ul li {
	float: left;
	display: block;
}
.mainnav .nav li .section-nav ul li a {
	width: 198px;
	height: 55px;
	line-height: 55px;
	float: left;
	display: block;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	background: #124C3B;
}
.mainnav .nav li .section-nav ul li a:hover {
	width: 198px;
	height: 55px;
	line-height: 55px;
	display: block;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	background: #E19818;
}
.fullSlide {
	width: 100%;
	height: 592px;
	position: relative;
	overflow: hidden;
	border-bottom: 10px solid #E19818;
}
.fullSlide .bd {
	width: 100%;
	height: 592px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100%!important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 592px;
	overflow: hidden;
	background-size: 100% 100% !important;
}
.fullSlide .hd {
	width: auto;
	padding: 15px;
	background: rgba(18, 77, 60, 0.85);
	border-radius: 30px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
	z-index: 1;
}
.fullSlide .hd ul {
	padding: 0 0 0 0;
	text-align: center;
}
.fullSlide .hd ul li {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	line-height: 999px;
	border-radius: 24px;
	margin: 0 10px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.65);
	zoom: 1;
}
.fullSlide .hd ul .on {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin: 0 10px;
	overflow: hidden;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.85);
	line-height: 999px;
	zoom: 1;
}
.fullSlide .prev {
	position: absolute;
	z-index: 9999;
	top: 45%;
	left: 5%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #000 url(../images/slider-arrow.png) no-repeat -118px -137px;
	cursor: pointer;
	display: none;
}
.fullSlide .next {
	position: absolute;
	z-index: 9999;
	top: 45%;
	left: 5%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #000 url(../images/slider-arrow.png) no-repeat -58px -137px;
	cursor: pointer;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 5%;
	display: none;
}
.habout {
	width: 100%;
	padding: 40px 0 30px;
	background: #FFFFFF;
}
.habout .title {
	color: #040000;
	font-size: 29px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 15px;
	position: relative;
}
.habout .title::before {
	content: '';
	width: 123px;
	height: 5px;
	background: #040000;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}
.habout .tabmenu {
	display: block;
	width: 100%;
	height: 65px;
	line-height: 60px;
	margin: 50px auto 0;
	background: #EAE9E9;
}
.habout .tabmenu ul {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.habout .tabmenu li {
	width: 150px;
	height: 65px;
	float: left;
	display: block;
	color: #322C2C;
	cursor: pointer;
	font-size: 15px;
	padding: 0 0 0 50px;
	position: relative;
}
.habout .tabmenu li.hover {
	width: 150px;
	height: 65px;
	float: left;
	display: block;
	color: #FFF;
	cursor: pointer;
	font-size: 15px;
	padding: 0 0 0 50px;
	background: #1061AE;
}
.habout .tabmenu li.hover a {
	color: #FFF;
	cursor: pointer;
}
.habout .tabmenu li.hover .down {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #1061AE;
	position: absolute;
	left: 25%;
	bottom: -20px;
}
.habout .tabmain {
	width: 100%;
	padding: 50px 0;
	background: #F6F5F5;
}
.habout .tabmain .pic {
	width: 482px;
	height: 365px;
	float: left;
}
.habout .tabmain .msg {
	float: right;
	width: 670px;
	height: 365px;
}
.habout .tabmain .msg p {
	text-indent: 2em;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 15px;
}
.habout .tabmain dl {
	width: 260px;
	float: left;
	background: #FFF;
	margin: 0 52px 25px 0;
}
.habout .tabmain dl:nth-child(4n) {
	float: right;
	margin: 0 0 25px 0;
}
.habout .tabmain dl dt {
	width: 260px;
	height: 175px;
}
.habout .tabmain dl dt img {
	width: 260px;
	height: 175px;
	object-fit: scale-down;
}
.habout .tabmain dl dd {
	width: 260px;
	height: 55px;
	line-height: 55px;
	color: #0B0B0B;
	font-size: 15px;
	text-align: center;
	background: #DEDEDE;
}
.habout .listinfo {
	width: 585px;
	float: left;
	margin-bottom: 25px;
	background: #FFFFFF;
}
.habout .listinfo:nth-child(2n) {
	float: right;
	background: #FFF;
}
.habout .listinfo dt {
	width: 79px;
	height: 79px;
	float: left;
	text-align: center;
	background: #DEDEDE;
}
.habout .listinfo dt .day {
	color: #1062AE;
	font-size: 27px;
	font-weight: bold;
}
.habout .listinfo dt .date {
	color: #1062AE;
	font-size: 15px;
}
.habout .listinfo dd {
	width: 474px;
	height: 79px;
	float: right;
	padding-right: 15px;
}
.habout .listinfo dd h2 {
	color: #373737;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
}
.habout .listinfo dd p {
	color: #868686;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}
.hservice {
	width: 100%;
	padding: 40px 0 30px;
	background: #FFFFFF;
}
.hservice .title {
	color: #040000;
	font-size: 29px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 15px;
	position: relative;
}
.hservice .title::before {
	content: '';
	width: 123px;
	height: 5px;
	background: #040000;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}
.hservice .main {
	width: 1200px;
	margin: 50px auto 0 auto;
}
.hservice .leftbar {
	width: 600px;
	float: left;
}
.hservice .leftbar h2 {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #1062AE;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.hservice .leftbar h2 a {
	color: #1062AE;
}
.hservice .leftbar .dl1 {
	width: 275px;
	height: 90px;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	background: #68B531;
}
.hservice .leftbar .dl2 {
	width: 275px;
	height: 90px;
	float: right;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	background: #68B531;
}
.hservice .leftbar .dl3 {
	width: 275px;
	height: 90px;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	background: #E19818;
}
.hservice .leftbar .dl4 {
	width: 275px;
	height: 90px;
	float: right;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	background: #E19818;
}
.hservice .leftbar .dl5 {
	width: 275px;
	height: 90px;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	background: #1062AE;
}
.hservice .leftbar .dl6 {
	width: 275px;
	height: 90px;
	float: right;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	background: #1062AE;
}
.hservice .leftbar dt {
	width: 90px;
	height: 90px;
	float: left;
}
.hservice .leftbar dd {
	width: 235px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 25px 0 0;
}
.hservice .leftbar .dd {
	padding: 25px 25px 0 0;
}
.hservice .rightbar {
	width: 500px;
	float: right;
}
.hservice .rightbar h2 {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #68B531;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.hservice .rightbar h2 a {
	color: #68B531;
}
.hservice .rightbar ul {
	margin: 0;
	padding: 0;
}
.hservice .rightbar li {
	float: left;
	width: 232px;
	height: 142px;
	margin: 0 0 30px 0;
	position: relative;
}
.hservice .rightbar li img {
	width: 232px;
	height: 142px;
}
.hservice .rightbar li:nth-child(2n) {
	float: right;
}
.hservice .rightbar li p {
	width: 152px;
	height: 62px;
	line-height: 30px;
	color: #FFF;
	font-size: 17px;
	padding: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pagebanner {
	width: 100%;
	height: 300px;
}
.postion {
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.postion::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #DDD;
	position: absolute;
	bottom: 0;
	left: 0;
}
.postion .w1200 {
	width: 1178px;
	margin: 0 auto;
	padding: 0 0 0 22px;
	background: url(../images/ui-icon-home.png) no-repeat left center;
	background-size: 18px;
}
#content {
	width: 1200px;
	margin: 35px auto;
}
#content .leftbar {
	width: 282px;
	float: left;
}
#content .leftbar .title {
	width: 282px;
	height: 82px;
	line-height: 82px;
	background: #124D3C url(../images/t5.png) no-repeat 90% center;
}
#content .leftbar .title h2 {
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 700;
	text-indent: 1em;
	text-align: left;
	box-sizing: border-box;
}
#content .leftbar .main {
	width: 282px;
}
#content .leftbar .main ul {
	margin: 0;
	padding: 0;
}
#content .leftbar .main li a {
	display: block;
	height: 55px;
	line-height: 55px;
	text-indent: 1em;
	border: 1px solid #DDD;
	border-top: none;
	box-sizing: border-box;
}
#content .leftbar .main li a:hover {
	color: #E19818;
	border-left: 3px solid #124D3C;
	box-sizing: border-box;
}
#content .leftbar .main li a.hover {
	color: #E19818;
	border-left: 3px solid #124D3C;
	box-sizing: border-box;
}
#content .leftbar .stitle {
	width: 282px;
	margin-top: 25px;
	border: 1px solid #DDD;
	border-bottom: none;
	box-sizing: border-box;
}
#content .leftbar .stitle h2 {
	width: 252px;
	height: 62px;
	line-height: 60px;
	color: #124D3C;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: left;
	margin: 0 auto;
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
}
#content .leftbar .smain {
	width: 282px;
	border: 1px solid #DDD;
	border-top: none;
	box-sizing: border-box;
}
#content .leftbar .smain ul {
	margin: 0;
	padding: 0;
}
#content .leftbar .smain li a {
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	padding: 0 0 0 12px;
	border-bottom: 1px dashed #DDD;
	position: relative;
}
#content .leftbar .smain li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #124D3C;
	position: absolute;
	top: 22px;
	left: 0px;
}
#content .leftbar .smain li a:hover:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #E19818;
	position: absolute;
	top: 22px;
	left: 0px;
}
#content .leftbar .smain li:last-child a {
	border-bottom: none;
}
#content .leftbar .cmain {
	width: 282px;
	padding: 15px 0;
	border: 1px solid #DDD;
	border-top: none;
	box-sizing: border-box;
}
#content .leftbar .cmain p {
	width: 252px;
	line-height: 28px;
	margin: 0 auto;
}
#content .rightbar {
	width: 882px;
	float: right;
	border: 1px solid #DDD;
	box-sizing: border-box;
}
#content .rightbar .title {
	width: 832px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
#content .rightbar .title:after {
	content: ' ';
	width: 43%;
	height: 1px;
	background: #DDD;
	position: absolute;
	left: 0;
	bottom: 0;
}
#content .rightbar .title:before {
	content: ' ';
	width: 43%;
	height: 1px;
	background: #DDD;
	position: absolute;
	right: 0;
	bottom: 0;
}
#content .rightbar .title h2 {
	display: block;
	width: auto;
	color: #124D3C;
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0 auto;
	position: relative;
}
#content .rightbar .title h2:after {
	content: ' ';
	width: 14%;
	height: 3px;
	background: #124D3C;
	position: absolute;
	left: 50%;
	bottom: -1px;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#content .rightbar .aboutmain {
	width: 832px;
	margin: 25px auto;
}
#content .rightbar .aboutmain img {
	max-width: 800px;
	margin-bottom: 25px;
}
#content .rightbar .aboutmain h2 {
	font-size: 17px;
	text-indent: 30px;
	line-height: 25px;
	margin-bottom: 25px;
}
#content .rightbar .aboutmain p {
	text-indent: 2em;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 25px;
}
#content .rightbar .servicemain {
	width: 832px;
	margin: 25px auto;
}
#content .rightbar .servicemain dl {
	width: 260px;
	float: left;
	margin: 0 25px 25px 0;
}
#content .rightbar .servicemain dl:nth-child(3n) {
	float: right;
	margin: 0 0 25px 0;
}
#content .rightbar .servicemain dl dt {
	width: 260px;
	height: 175px;
}
#content .rightbar .servicemain dl dt img {
	width: 260px;
	height: 175px;
	object-fit: scale-down;
}
#content .rightbar .servicemain dl dd {
	width: 240px;
	height: 50px;
	line-height: 25px;
	color: #0B0B0B;
	font-size: 15px;
	text-align: center;
	padding: 10px 10px;
	background: #F9F9F9;
}
#content .rightbar .servicemain dl .dd {
	width: 240px;
	height: 35px;
	line-height: 35px;
	color: #0B0B0B;
	font-size: 15px;
	text-align: center;
	padding: 10px 10px;
	background: #F9F9F9;
}
#content .rightbar .showmain {
	width: 832px;
	margin: 25px auto;
}
#content .rightbar .showmain dl {
	margin: 0;
	padding: 0;
}
#content .rightbar .showmain dt {
	height: 55px;
	line-height: 55px;
	color: #565656;
	font-size: 14px;
	text-align: center;
	background: #F9F9F9;
}
#content .rightbar .showmain dd {
	padding: 25px 0 0 0;
}
#content .rightbar .showmain dd p {
	line-height: 25px;
	color: #373737;
	font-size: 14px;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 15px;
}
#content .rightbar .showmain ul {
	width: 100%;
	margin-top: 25px;
	padding-top: 15px;
	border-top: 10px solid #F9F9F9;
}
#content .rightbar .showmain li {
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	text-indent: 2em;
	border-bottom: 1px dashed #D9D9D9;
}
#content .rightbar .showmain li:last-child {
	border-bottom: none;
}
#content .rightbar .newsmain {
	width: 832px;
	margin: 25px auto;
}
#content .rightbar .newsmain dl {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #D9D9D9;
}
#content .rightbar .newsmain .pic {
	width: 275px;
	height: 165px;
	float: left;
	margin-right: 30px;
}
#content .rightbar .newsmain .pic img {
	width: 275px;
	height: 165px;
	object-fit: cover;
	/*
	object-fit: scale-down;
	*/
}
#content .rightbar .newsmain dt {
	color: #342C2A;
	font-size: 16px;
	line-height: 40px;
}
#content .rightbar .newsmain dd {
	width: 86%;
	color: #757575;
	font-size: 14px;
	line-height: 22px;
	margin: 7px 0;
}
#content .rightbar .newsmain .date {
	width: 90px;
	height: 90px;
	color: #757575;
	font-size: 14px;
	text-align: center;
	background: #F5F5F5;
	position: absolute;
	top: 5px;
	right: 0px;
}
#content .rightbar .newsmain .date .day {
	color: #333;
	font-size: 32px;
	font-weight: bold;
	margin: 0 15px;
	border-bottom: 1px solid #333;
}
#content .rightbar .newsmain .date .time {
	color: #333;
	font-size: 15px;
	margin-top: 5px;
}
#content .rightbar .newsmain .look {
	color: #0B4E95;
	font-size: 14px;
	padding: 5px 20px;
	border: 1px solid #D9D9D9;
	position: absolute;
	left: 305px;
	bottom: 30px;
}
#content .rightbar .newsmain dl:hover dt {
	color: #0B4E95;
}
#content .rightbar .newsmain dl:hover dd {
	color: #0B4E95;
}
#content .rightbar .newsmain dl:hover .look {
	color: #FFF;
	font-size: 14px;
	padding: 5px 20px;
	background: #0B4E95;
	border: 1px solid #0B4E95;
	position: absolute;
	left: 305px;
	bottom: 30px;
}
#content .rightbar .newsmain dl:hover .date {
	color: #0B4E95;
}
#content .rightbar .newsmain dl:hover .date {
	width: 90px;
	height: 90px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background: #0B4E95;
	position: absolute;
	top: 5px;
	right: 0px;
}
#content .rightbar .newsmain dl:hover .date .day {
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	margin: 0 15px;
	border-bottom: 1px solid #FFF;
}
#content .rightbar .newsmain dl:hover .date .time {
	color: #FFF;
	font-size: 15px;
	margin-top: 5px;
}
.pagebanner {
	width: 100%;
	height: 260px;
}
.footer {
	width: 100%;
	height: 350px;
	background: #124D3C;
	position: relative;
}
.footer .logo {
	width: 148px;
	height: 148px;
	background: url(../images/footlogo.jpg) no-repeat center;
	position: absolute;
	top: 70px;
	left: 0px;
}
.footer .info {
	float: left;
	width: 260px;
	color: #E9DFC6;
	line-height: 27px;
	text-align: justify;
	margin: 40px 0 0 175px;
}
.footer .contact {
	float: left;
	width: 320px;
	color: #E9DFC6;
	line-height: 27px;
	text-align: justify;
	margin: 30px 0 0 60px;
	padding: 0 60px 0 60px;
	border-left: 1px solid #478776;
	border-right: 1px solid #478776;
}
.footer .contact dl {
	margin: 0;
	padding: 0;
}
.footer .contact dt {
	height: 45px;
	line-height: 45px;
	color: #E9DFC6;
	font-size: 17px;
}
.footer .contact dd {
	height: 35px;
	line-height: 35px;
	color: #E9DFC6;
	font-size: 15px;
}
.footer .contact p {
	color: #E9DFC6;
	line-height: 30px;
}
.footer .qrcode {
	float: right;
	width: 168px;
	height: 168px;
	line-height: 48px;
	color: #FFF;
	text-align: center;
	margin-top: 50px;
}
.footer .qrcode img {
	width: 168px;
	height: 168px;
}
.copyright {
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	background: #E19818;
	position: absolute;
	left: 0;
	bottom: 0;
}
.copyright a {
	color: #FFF;
}
#pages {
	width: 100%;
	display: block;
}
#pages a {
	height:30px;
	line-height:30px;
	color:#5F5F5F;
	list-style:none;
	text-align:center;
	font-weight:normal;
	margin:0 5px 0 0;
	background:#FFFFFF;
	padding:7px 10px 7px 10px;
	border:1px solid #DEDEDE;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#pages a.a1 {
	height:30px;
	line-height:30px;
	color:#5F5F5F;
	list-style:none;
	text-align:center;
	font-weight:normal;
	background:#FFFFFF;
	border:1px solid #DEDEDE;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#pages a:hover {
	height:30px;
	line-height:30px;
	color:#FFF;
	list-style:none;
	text-align:center;
	font-weight:normal;
	background:#FFFFFF;
	padding:7px 10px 7px 10px;
	border:1px solid #EB5A0A;
	background-color:#EB5A0A;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#pages span {
	height:30px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:0 5px 0 0;
	background:#FFFFFF;
	padding:7px 10px 7px 10px;
	border:1px solid #EB5A0A;
	background-color:#EB5A0A;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}