/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
input, button {
	border: 0 none;
	padding: 0;
	margin: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
}
/*my reset*/
html, body {
	background: #fff;
	margin: 0;
	font-size: 14px;
	padding: 0px;
	font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
a {
	text-decoration: none;
}
input, button, select, textarea {
	outline: none;
	border: 0 none;
}
textarea {
	resize: none;
}
img {
	vertical-align: middle;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*@font-face {
  font-family: '苹果简黑_3';
  src: url('../fonts/苹果简黑_3.TTC') format('truetype');
}*/
body.oh, html.oh {
	height: 100%;
	overflow: hidden;
}
.container {
	width: 93.75%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* .header .mobile-nav dl.l .y{overflow-y:scroll;height:200px;} */

.seach{position:relative;margin-top:40px;width:300px;height:30px;background:#fff;}

.seach .seachText{width:260px;color:#999999;font-size:12px;padding:0 0 0 6px;line-height:1;margin:0;border:0;height:30px;}

.seach .btn{cursor:pointer;position:absolute;top:0;right:0;width:30px;height:30px;text-align:center;line-height:30px;background:#474747;}

.seach .btn{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }

.seach .btn:hover{background:#000;}

.seach .btn img{ vertical-align:middle;}

.header {
	position: fixed;
	height: 100px;
	width: 100%;
	line-height: 100px;
	border-bottom: 1px solid #ddd;
	z-index: 8;
	background: #fff;
	text-align: center;
	font-size: 0;
}
.header .wrap {
	width: 94%;
	margin: 0 auto;
}
.header .logo {
	
	height: 100px;
	position: absolute;
	top: 0px;
	left: 90px;
	transition-duration: .6s;
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-o-transition-duration: .6s;
}
.header .logo.ss {
	width: 100px;
}
.header .nav {
	position: relative;
	width: 980px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	height: 100%;
	margin-left: 200px;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
}
.header .nav .navTop {
	position: absolute;
	top: 0px;
	display: none;
	height: 3px;
	background: #1c62b0;
}
.header .nav .navTop {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.header .nav li {
	position: relative;
	float: left;
	text-align: center;
	width: 120px;
	height: 100%;
}
.header .nav li .child {
	width: 735px;
	height: 310px;
	background: #fff;
	display: none;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-top: 1px;
}
.header .nav li .child .info {
	width: 80%;
	max-width: 580px;
	margin: 0 auto;
	padding-top: 15px;
}
.header .nav li .child .info .left {
	float: left;
	width: 35%;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}
.header .nav li .child .info .left .h {
	width: 80%;
	line-height: 30px;
	text-align: left;
	position: relative;
	float: right;
}
.header .nav li .child .info .left .h a {
	font-size: 14px;
	color: #444;
}
.header .nav li .child .info .left .s a {
	color: #1c62b0;
}
.header .nav li .child .info .left .h.s::before {
	background: #1c62b0;
}
.header .nav li .child .info .left .h::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #bfbfbf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 16px;
	left: -10px;
}
.header .nav li .child .info .left .i {
	width: 100%;
	line-height: 32px;
	text-align: left;
	position: relative;
	float: right;
}
.header .nav li .child .info .left .i a {
	font-size: 14px;
	color: #444;
}
.header .nav li .child .info .left .s a {
	color: #1c62b0;
}
.header .nav li .child .info .left .i.s::before {
	background: #1c62b0;
}
.header .nav li .child .info .left .i::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #bfbfbf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 16px;
	left: -10px;
}
.header .nav li .child .info .right {
	width: 58%;
	padding-left: 5%;
	float: left;
}
.header .nav li .child .info .right .imgs00 {
	display: none;
}
.header .nav li .big {
	width: 100%;
	height: 420px;
	position: fixed;
	left: 0;
	top: 100px;
	text-align: center;
	font-size: 0;
}
.header .nav li .big .info {
	max-width: 80%;
}
.header .nav li .big .info dl {
	width: 128px;
	height: 360px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
 *display: inline;
 *zoom: 1;
	margin-right: 60px;
	text-align: left;
}
.header .nav li .big .info dl dt {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	padding-bottom: 12px;
}
.header .nav li .big .info dl dd {
	line-height: 30px;
}
.header .nav li .big .info dl dd a {
	font-size: 12px;
	color: #666;
}
.header .nav li .big .info dl dd:hover a {
	color: #e75b00;
}
.header .nav li .title {
	color: #434343;
	font-size: 17px;
}
.header .nav li.no .title {
	border-right: 0;
}
.header .nav li:hover .title {
	color: #1c62b0;
}
.header .nav li.on .title {
	color: #1c62b0;
}
.header .mobile {
	display: none;
}
.header .customer {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 100%;
	padding-right: 20px;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
}
.header .small {
	display: none;
}
.header .customer .child {
	float: left;
	font-size: 16px;
	color: #666;
	position: relative;
	cursor: pointer;
}
.header .customer .child .show {
	width: 90px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: -10px;
	line-height: 24px;
	display: none;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 6px #cac5c6;
	-webkit-box-shadow: 1px 2px 6px #cac5c6;
}
.header .customer .child .show p {
	width: 80%;
	margin: 0 auto;
	height: 30px;
}
.header .customer .cn {
	background: url(../images/cn.png) no-repeat left center;
	padding-left: 25px;
}
.header .customer .en {
	background: url(../images/en.png) no-repeat left center;
	padding-left: 25px;
}
.header .customer .child.nor:after {
	content: "";
}
.header .customer .child:after {
	content: "|";
	color: #c0c0c0;
	padding: 0 10px;
}
.header .customer .cn::after {
	padding: 0 10px 0 10px;
}

.header .searchContent{display:none;position:absolute;bottom:-80px;right:0px;padding:25px;  background-color: #f2efef;border-bottom:1px solid #dcdadb;border-left:1px solid #dcdadb;}
.header .searchContent .seach{margin:0;}

.stance {
	height: 100px;
}
.link {
	height: 99px;
	border-top: 1px solid #e4e7ea;
	line-height: 99px;
	overflow: hidden;
}
.link ul .title {
	font-size: 22px;
	color: #444444;
}
.link ul li {
	float: left;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.link ul li:hover {
	color: #1c62b0;
}
.view .all:hover {
	background: #1c62b0;
	border: 1px solid #1c62b0;
	color: #fff;
}
.footer {
	padding-top: 56px;
	width: 100%;
	background: #1e6fc9;
	overflow: hidden;
}
.footer .head {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #2d86e9;
}
.footer .head .container:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footer .head .navs {
	float: right;
}
.footer .head .navs:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footer .head .navs ul {
	position: relative;
	width: 130px;
	float: left;
	padding-right: 40px;
}
.footer .head .navs ul.no {
	padding-right: 0px;
	width: 280px;
}
.footer .head .navs ul .title {
	line-height: 24px;
	margin-bottom: 25px;
	width: 100px;
	color: #fff;
	font-size: 16px;
}
.footer .head .navs ul li {
	padding: 0 0 10px 0;
	line-height: 18px;
	color: #fff;
	font-size: 14px;
}
.footer .head .navs ul li:hover {
	color: #fff;
}
.footer .head .navs ul li.tel {
	background: url(../images/tel2.png) no-repeat left center;
	padding: 0 0 10px 26px;
}
.footer .head .navs ul li.area {
	background: url(../images/area.png) no-repeat left center;
	padding: 0 0 10px 26px;
}
.footer .head .navs ul li.mail {
	background: url(../images/mail.png) no-repeat left center;
	padding: 0 0 10px 26px;
}
.footer .head .erweima {
	width: 137px;
	height: auto;
	text-align: center;
	float: left;
}
.footer .head .erweima p {
	font-size: 16px;
	color: #fff;
	padding-top: 8px;
}
.footer .foot {
	position: relative;
	height: 52px;
	line-height: 52px;
}
.footer .foot .container {
	height: 100%;
}
.footer .foot .copyright {
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto 0;
	font-size: 14px;
	text-align: left;
	color: #fff;
}
.footer .foot .copyright a {
	color: #fff;
}
.footer .foot .powered {
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto 0;
	font-size: 14px;
	text-align: left;
	color: #fff;
}
.footer .foot .powered a {
	color: #fff;
}
.header .mobile-nav {
	width: 180px;
	height: auto;
	background: #fff;
	position: absolute;
	top: 71px;
	right: -180px;
	padding-bottom: 20px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	display: block;
}
.header .mobile-nav dl {
	height: 40px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d1d1d1;
}
.header .mobile-nav dl dd:hover a, .header .mobile-nav dl dd.hover a {
	color: #e75b00;
}
.header .mobile-nav dl dt {
	font-size: 14px;
	color: #444;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.header .mobile-nav dl.l {
	height: auto;
	overflow: visible;
}
.header .mobile-nav dl dd {
	line-height: 40px;
}
.header .mobile-nav dl dd a {
	font-size: 12px;
	color: #666;
}
.header .mobile-nav dl .mm {
	position: relative;
}
.header .mobile-nav dl .mm .list {
	width: 120px;
	height: auto;
	background: none;
	position: absolute;
	left: -121px;
	top: 0;
	text-align: center;
	display: none;
}
.header .mobile-nav dl .mm .list .list-c {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}
.header .mobile-nav dl .mm .list .list-c:hover {
	color: #e75b00;
}
.header .mobile-nav.show {
	right: 0;
}
.header .mobile-nav {
	display: none;
}
/*list*/
.list_page {
	text-align: center;
	margin: 10px;
	display: block;
}
.list_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.list_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}
.list_page ul li {
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px;
}
.list_page ul a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
}
.page_group ul {
	border-right: solid 1px #ddd;
	border-radius: 4px;
}
.page_group ul li {
	border-right: none;
	border-radius: 0;
	float: left;
}
.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.page_group ul li:first-child {
	border-radius: 4px 0 0 4px;
}
.page_group ul li:last-child {
	border-radius: 0 4px 4px 0;
}
.page_group ul .active a {
	background: #f3f3f3;
	border-radius: 0;
}
.mainBtn {
	width: 208px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #1c62b0;
	color: #1c62b0;
	font-size: 18px;
	margin: 0 auto;
	cursor: pointer;
}
.mainBtn {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.mainBtn span {
	padding: 0 18px 0 24px;
	vertical-align: middle;
}
.mainBtn img {
	vertical-align: middle;
}
.mainBtn:hover {
	background: #1c62b0;
	color: #fff;
}
.mainTitles {
	line-height: 54px;
	text-align: center;
	font-size: 36px;
	color: #434343;
	margin-top: 50px;
}
.mainSub {
	position: relative;
	height: 2px;
	width: 37px;
	background: #1c62b0;
	margin: 16px auto 20px auto;
}
 @media (max-width: 639px) {
.header {
	height: 46px;
	line-height: 46px;
}
.header .mobile {
	float: right;
	width: 50px;
	height: 100%;
	display: block;
}
.header .mobile-nav dl dt, .header .customer .child {
	font-size: 16px;
}
.header .scroll_box {
	width: 302px;
	height: 480px;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	top: 46px;
	display: none;
}
.header .scroll_box .nav_list {
	width: 100%;
	height: 100%;
}
.header .mobile img {
	max-width: 70%;
	margin-top: 11px;
}
.header .logo.ss {
	width: 50px;
}
.header .nav {
	display: none;
}
.header .nav li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #d1d1d1;
	line-height: 50px;
}
.header .mobile-nav dl .mm .list {
	height: 277px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: none;
}
.header .mobile-nav dl .mm .list .list_box {
	overflow: hidden;
	height: auto;
}
.cate {
	overflow-y: scroll;
}
.cate::-webkit-scrollbar {
 width: 0;
}
#cate00 {
	overflow-y: scroll;
	overflow-x: hidden;
}
#cate00::-webkit-scrollbar {
 width: 0 !important;
 opacity:0;
}
.header .nav .navTop {
	display: none !important;
}
.header .nav li .title {
	font-size: 15px;
}
.stance {
	height: 46px;
}
.header .mobile-nav {
	top: 0;
}
.header .customer {
	position: static;
	float: right;
	padding-right: 0;
	width: auto;
	display: none;
}
.header .logo {
	left: 20px;
	max-width: 200px
}
.link {
	height: auto;
	padding: 10px 0;
}
.link ul li {
	padding: 0 20px;
	font-size: 16px;
}
.link ul .title {
	width: 100%;
	float: none;
	padding-bottom: 4px;
	font-size: 18px;
}
.link ul li {
	line-height: 30px;
	font-size: 12px;
	padding: 0 4px;
}
.footer {
	padding-top: 0px;
}
.footer .head {
	display: none;
}
.footer .foot {
	height: auto;
	padding: 20px 0;
	line-height: 20px;
}
.footer .foot .copyright {
	text-align: center;
	padding-top: 8px;
	position: relative;
	top: inherit;
	bottom: inherit;
	left: inherit;
	height: auto;
	line-height: 20px;
	font-size: 12px;
}
.footer .foot .copyright a {
	color: #fff;
}
.footer .foot .powered{
	display:none;
}
.header .customer.small {
	display: block;
	width: 100%;
	overflow: hidden;
}
.header .small .child {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.header .small .shop, .header .small .kehu {
	background-position: 60px center;
}
.header .small .child:after {
	content: "";
	padding: 0;
}
.header .small .cn {
	background-position: 160px center;
	height: auto;
}
.header .small .child .show {
	width: 100%;
	height: auto;
	text-align: center;
	position: static;
}
.header .mobile-nav {
	display: block;
}
.footer .footer-top .footer-logo {
	padding-bottom: 10px;
}
.header .mobile-nav dl.l .y, .header .mobile-nav dl .mm .list .list-c {
	background: #f5f5f5;
}
.mainBtn {
	width: 120px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #1c62b0;
	font-size: 12px;
}
.mainBtn span {
	padding: 0 6px 0 10px;
}
.mainBtn img {
	height: 10px;
}
.mainTitles {
	line-height: 28px;
	font-size: 26px;
}
.mainSub {
	height: 2px;
	width: 26px;
	margin: 8px auto 10px auto;
}
}
@media (min-width: 640px) and (max-width: 1023px) {
.header {
	height: 70px;
	line-height: 70px;
}
.header .mobile {
	display: block;
	float: right;
	width: 50px;
	height: 100%;
}
.header .mobile img {
	margin-top: 20px;
}
.header .nav {
	display: none;
}
.header .nav li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #d1d1d1;
	line-height: 50px;
}
.header .nav .navTop {
	display: none !important;
}
.header .nav li .title {
	font-size: 15px;
}
.stance {
	height: 70px;
}
.header .customer {
	position: static;
	float: right;
	padding-right: 0;
	width: auto;
	display: none;
}
.header .logo {
	left: 20px;
	max-width: 300px;
}
.header .customer.small {
	display: block;
	width: 100%;
}
.header .small .child {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.header .small .shop, .header .small .kehu {
	background-position: 60px center;
}
.header .small .child:after {
	content: "";
	padding: 0;
}
.header .small .cn {
	background-position: 160px center;
	height: auto;
}
.header .small .child .show {
	width: 100%;
	height: auto;
	text-align: center;
	position: static;
}
.footer {
	padding-top: 30px;
}
.footer .head .navs ul {
	position: relative;
	width: 100px;
	float: left;
	padding-right: 23px;
}
.footer .head .navs ul.no {
	display: none;
}
.footer .head .navs ul .title {
	line-height: 20px;
	margin-bottom: 15px;
	width: 100px;
	color: #fff;
	font-size: 15px;
}
.footer .head .navs ul li {
	padding: 0 0 5px 0;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
}
.footer .head .navs ul li:hover {
	color: #fff;
}
.footer .head .erweima {
	width: 120px;
	height: 120px;
}
.footer .head .erweima img {
	max-width: 100%;
}
.footer .head .erweima p {
	font-size: 12px;
}
.footer .foot {
	position: relative;
	height: 52px;
	line-height: 52px;
}
.footer .foot .copyright {
	text-align: center;
	padding-top: 18px;
	position: relative;
	top: inherit;
	bottom: inherit;
	left: inherit;
	height: auto;
	line-height: 20px;
	font-size: 12px;
}
.header .mobile-nav {
	display: block;
}
.mainBtn {
	width: 208px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #1c62b0;
	font-size: 18px;
}
.mainBtn span {
	padding: 0 18px 0 24px;
}
.mainTitles {
	line-height: 32px;
	font-size: 28px;
}
.mainSub {
	height: 2px;
	width: 37px;
	margin: 16px auto 20px auto;
}
}
@media (min-width: 1024px) and (max-width: 1560px) {
.header .nav {
	width: 750px;
}
.header .logo {
	left: 30px;
	max-width: 400px;
}
.header .customer {
	padding-right: 0;
}
.header .nav li {
	width: 93px;
}
.header .nav li .title {
	font-size: 14px;
}
.header .customer {
	width: 200px;
}
.header .customer .child {
	font-size: 13px;
}
.header .customer .child:after {
	padding: 0 6px;
}
.header .customer .cn:after {
	padding-left: 10px;
}
.footer .right ul li a {
	font-size: 18px;
}
.footer .right p, .footer .copy p, .footer .footer-top .erweima p {
	font-size: 14px;
}
.header .nav li .child {
	width: 500px;
	height: 280px;
}
.header .nav li .big {
	width: 100%;
}
.header .nav li .big .info, .header .nav li .child .info {
	max-width: 90%;
	width: 90%;
	padding-top: 20px;
}
.header .nav li .child .info .left .h {
	width: 100%;
}
.header .nav li .big .info dl {
	margin-right: 20px;
}
.header .nav li .child .info .right .imgs00 img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.header .nav li .child .info .left {
	width: 47%;
}
.header .nav li .child .info .right {
	padding-left: 2%;
	width: 50%;
}
.mainBtn {
	width: 180px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #1c62b0;
	font-size: 14px;
}
.mainBtn span {
	padding: 0 18px 0 24px;
}
.mainBtn img {
	height: 14px;
}
.mainSub {
	height: 2px;
	width: 37px;
	margin: 10px auto 16px auto;
}
}
@media (min-width: 1561px) and (max-width: 1920px) {
.header .nav li .child .info {
	max-width: 90%;
	width: 90%;
}
}
/*分页*/
#pages {
    text-align: center;
	clear:both;
}

#pages li {
    padding: 0 10px;
    margin: 0 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}

#pages li.active {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1e6fc9;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
}