@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-family:"Microsoft YaHei";
}
a {
	text-decoration:none;
}
table {
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	margin:0;
	padding:0;
	color:#444;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}
/* Custom CSS
 * --------------------------------------- */
body {
	font-family: arial, helvetica;
	color: #333;
	color: rgba(0, 0, 0, 0.5);
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1 {
	font-size: 6em;
}
p {
	font-size: 2em;
}
.intro p {
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section {
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#menu li.active {
	background:#666;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#menu li a {
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover {
	color: #000;
}
#menu li:hover {
	background: rgba(255, 255, 255, 0.8);
}
#menu li a, #menu li.active a {
	padding: 9px 18px;
	display:block;
}
#menu li.active a {
	color: #fff;
}
#menu {
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button {
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download {
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#download a {
	text-decoration:none;
	color:#fff;
}
#download:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #2F96B4;
	background-position: 0 -15px;
 -webkit-transition: background-position .1s linear;
 -moz-transition: background-position .1s linear;
 -ms-transition: background-position .1s linear;
 -o-transition: background-position .1s linear;
 transition: background-position .1s linear;
}
#infoMenu {
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul {
	padding: 0 40px;
}
#infoMenu li a {
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover {
	text-decoration:underline;
}
#infoMenu li {
	display:inline-block;
	position:relative;
}
#examplesList {
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul {
	padding:0;
}
#examplesList ul li {
	display:block;
	margin: 5px 0;
}
#examplesList ul li a {
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover {
	color: #f2f2f2;
}
#examplesList .column {
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3 {
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}
/* Demos Menu
 * --------------------------------------- */
 #demosMenu {
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
}
/*导航*/
#header {
	width:100%;
	height:auto;
	position:fixed;
	padding-top:20px;
	border-bottom:1px solid rgba(255, 255, 255, .2);
	font-size:14px;
 transition:all ease .3s;
	z-index:99;
}
#header .content {
	padding:0 40px;
}
#header #logo {
	width:150px;
	height:40px;
	display:block;
	float:left;
	margin-right:50px
}
#header .content {
	padding-left: 0px;
	padding-right:0px;
}
#header ul#nav {
	float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0px 40px 0px 40px;
	transition: all 0.3s ease-out 0s;
}
#header ul li.navitem {
	width:auto;
	height:50px;
	line-height:40px;
	float:left;
	position:relative;
 transition:all ease .3s
}
#header ul li.navitem a {
	padding: 10px 40px;
	color:#999;
 transition:all ease-out .3s;
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
	padding: 10px 40px;
	color: #474747;
	background: #FDD947;
}
#header ul li.navitem {
	padding:20px 0.5px;
	height: auto;
}
#header {
	padding-top:0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header #logo {
	padding: 20px 40px 20px 40px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease-out 0s;
}
#header #logo img {
	transform: scale(1, 1);
	transition: all 0.3s ease-out 0s;
}
#header ul li.navitem:hover ul.subnav {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	visibility: visible;
}
#header ul li.navitem ul.subnav {
	position:absolute;
	width:210px;
	border-top:#00C0FF 3px solid;
	top:58px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	visibility: hidden;
}
#header ul li.navitem ul.subnav li {
	border-bottom:#2e2f29 1px solid
}
#header ul li.navitem ul.subnav li a {
	padding:14px 30px;
	width:150px;
	height:20px;
	line-height:20px;
	background:rgba(0, 0, 0, .7);
	display:block;
	color:#bbb9b9;
	font-size:12px;
transition:all ease-out .2s
}
#header ul li.navitem ul.subnav li a i {
	float:right;
	margin-top:5px;
transition:all ease-out .2s;
	opacity:0
}
#header ul li.navitem ul.subnav li a:hover {
	text-indent:10px;
	background:rgba(0, 0, 0, 1);
	color:#fff
}
#header ul li.navitem ul.subnav li a:hover i {
	opacity:1
}
#header.mini ul#nav {
	padding: 0px 20px 0px 20px;
}
#header.mini {
	background: #000;
	padding-top:0px;
	height:60px;
}
#header.mini ul li.navitem {
	padding:10px 0.5px;
}
#header.mini #logo {
	padding: 10px 20px 10px 20px;
}
#header.mini #logo img {
	transform: scale(0.8, 0.8);
}
#header.mini.other-page {
	position:static
}
/*第一页*/
#section0 {
}
#section0 .intro h1 {
	color:#FDD947;
	text-transform:Uppercase;
	font-family:Arial;
	font-size:76px;
	margin-bottom:12px;
	font-weight:bold
}
#section0 .intro h2 {
	height:4px;
	background:#ffffff;
	width:40px;
	margin:24px auto
}
#section0 .intro p {
	color:#ffffff;
	font-size: 30px;
}
#slide1 {
	background:url(../images/index-page-bg.jpg) no-repeat center;
	background-size:cover;
}
#slide2 {
	background:url(../images/index-page-bg1.jpg) no-repeat center;
	background-size:cover;
}
#slide1 .intro {
}
.intro {
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
}
.active .intro {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.7s;
}
/*重置幻灯片效果*/
.fp-controlArrow.fp-prev {
	left:45px;
	border-width:0;
	background-color:rgba(0, 0, 0, 0.4);
	width:40px;
	height:40px;
	line-height:40px;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.fp-controlArrow.fp-prev:before {
	content: "<";
	color:#ffffff;
	font-family:"SimSun";
	font-weight:bold;
	filter:alpha(opacity=80);
}
.fp-controlArrow.fp-next {
	right:45px;
	border-width:0;
	width:40px;
	height:40px;
	line-height:40px;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.fp-controlArrow.fp-next:before {
	content: ">";
	color:#ffffff;
	font-family:"SimSun";
	font-weight:bold;
	filter:alpha(opacity=80);
}
.fp-controlArrow.fp-prev:hover, .fp-controlArrow.fp-next:hover {
	background-color:rgba(0, 0, 0, 0.8);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.fp-slidesContainer .intro h1 {
	margin-top:0;
	transition: all 0.2s linear;
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.fp-slidesContainer .active .intro h1 {
	margin-top:-60px;
	transition-delay: 0.7s;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
}
.fp-slidesContainer .intro p {
	transition: all 0.2s linear;
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	margin-top:0;
}
.fp-slidesContainer .active .intro p {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition-delay: 0.7s;
	opacity: 1;
	margin-top:-10px;
	;
}
/*我们的业务*/
#section2 strong {
	position: absolute;
	left: 50%;
	top: 17%;
	z-index: 10;
	width: 512px;
	height: 45px;
	margin-left: -256px;
	font-size: 24px;
	font-weight: 500;
	color: #FDD947;
	opacity: 0;
	-webkit-transform:scale(0.5, 0.5);
	transform:scale(0.5, 0.5);
	transition: all 1s;
	z-index:9999999
}
#section2.active strong {
	opacity: 1;
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1);
}
#section2 h3 {
	position: absolute;
	left: 50%;
	top: 17%;
	z-index: 10;
	width: 512px;
	height: 45px;
	margin-left: -256px;
	margin-top: 50px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transform:scale(0.5, 0.5);
	transform:scale(0.5, 0.5);
	transition: all 1s;
	z-index:9999999;
	color:#ffffff;
	font-size:36px;
}
#section2.active h3 {
	opacity: 1;
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1);
	text-indent:0
}
#section2 {
	background:url(../images/section1.jpg) no-repeat center;
	background-size:cover
}
#section2 h4 {
	font-size:22px;
	color:#FDD947;
	margin-bottom:12px
}
#section2 p {
	font-size:14px;
	color:#ffffff;
	line-height:24px;
}
.bg51, .bg52, .bg53, .bg54 {
	position: absolute;
	z-index: 1;
	width: 208px;
	left: 50%;
	bottom: 20%;
	padding-top: 210px;
	color: #fff;
	text-align:left;
}
.section5 h4 {
	margin-bottom: 12px;
	font-size: 23px;
	font-weight: 500;
}
.section5 p {
	font-size: 14px;
}
.bg51 {
	margin-left: -851px;
	background: url(../images/bg51.png) 50% 0 no-repeat;
	opacity: 0;
	transition: all 1s;
}
.bg52 {
	margin-left: -403px;
	background: url(../images/bg52.png) 50% 0 no-repeat;
	opacity: 0;
	transition: all 1s;
}
.bg53 {
	margin-left: 195px;
	background: url(../images/bg53.png) 50% 0 no-repeat;
	opacity: 0;
	transition: all 1s;
}
.bg54 {
	margin-left: 645px;
	background: url(../images/bg54.png) 50% 0 no-repeat;
	opacity: 0;
	transition: all 1s;
}
.active .bg51 {
	margin-left: -551px;
	opacity: 1;
	transition-delay: 0.7s;
}
.active .bg52 {
	margin-left: -253px;
	opacity: 1;
	transition-delay: 0.7s;
}
.active .bg53 {
	margin-left: 45px;
	opacity: 1;
	transition-delay: 0.7s;
}
.active .bg54 {
	margin-left: 345px;
	opacity: 1;
	transition-delay: 0.7s;
}
/*关于我们*/
.module-slider {
	height:100%;
}
.slider-left {
	height:100%;
	float:left;
	width:50%;
}
#section1 .slider-left {
	background-image:url(../images/e93636c83.jpg);
	background-position: center;
	background-size:cover;
	transition:all 1.6s ease;
	transition-delay: 0.2s;
	margin-top:300px;
}
#section1.active .slider-left {
	margin-top:0
}
.slider-right {
	height:100%;
	float:right;
	width:50%;
}
.slider-header {
	text-align:center;
	color:#444;
	padding-top:24%;
	transition:all 1s ease;
	transition-delay: 0.6s;
	margin-top:160px;
}
.active .slider-header {
	margin-top:0
}
.slider-header .title {
	font-size:32px;
	font-family: Arial;
	margin:0 0 2px 0;
	font-family:Microsoft YaHei;
}
.slider-header .subtitle {
	font-size:16px;
	margin:0 0 40px 0;
}
.section .content {
	margin:0 16% 40px;
	line-height:24px;
	text-align:left;
	color:##8f8e8e;
	transition:all 0.8s ease;
	transition-delay: 0.6s;
	margin-top:80px
}
.section .content b {
	color:#FDD947
}
.active .section .content {
	margin-top:0
}
.section .content p {
	margin-bottom:12px;
	font-size:14px;
}
.slider-right a.more {
	color: #FDD947;
	border-color: #262626;
	width: 24%;
	height:50px;
	line-height:50px;
	margin:0 auto;
	border-radius: 0px;
	background-color: #262626;
	text-align: center;
	text-indent: 0px;
	display:block;
	vertical-align:middle;
	transition:all 0.8s ease;
	transition-delay: 1s;
	margin-top:30px;
	opacity: 0;
}
.active .slider-right a.more {
	margin-top:0;
	opacity: 1;
}
.slider-right a.more:after {
	font-family:"SimSun";
	content:"";
	margin:0;
	color:#808080;
	transition:all 0.4s ease;
}
.slider-right a.more:hover::after {
 content:">";
 margin-left:12px;
}
/*联系我们*/
#section4 {
	background:url(../images/map.jpg) no-repeat center;
	background-size:cover;
}
#section4 .slider-left p {
	text-align:left;
	color:#ffffff;
}
#section4 .slider-header {
	padding-left:22%
}
#section4 .content {
	margin-left:22%
}
/*产品分页*/
#category {
	text-align:center;
	padding-bottom:20px
}
#category a {
	line-height:16px;
	height:16px;
	margin-right:2px;
	display:inline-block;
	padding: 8px 30px;
	margin-right: 10px;
	transition: all 0.3s ease-out 0s;
	color: #999;
	border: 1px solid #EDEDED;
}
#category a.active, #category a:hover {
	background:#FDD947;
	color: #474747;
	border: 1px solid #FDD947;
}
/*产品中心*/
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-tr ansform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUpBig {
	-webkit-animation-name:fadeInUpBig;
	animation-name:fadeInUpBig
}
#projectlist .projectitem {
	width:25%;
	height:auto;
	float:left;
	position:relative;
}
.active #projectlist .projectitem {
	-webkit-animation:fadeInUp 3s linear;
	animation:fadeInUp 0.7s linear;
}
#projectlist .projectitem a {
	display:block;
	overflow:hidden
}
#projectlist .projectitem a img {
	width:100%;
	height:auto;
 transition:all ease-out .3s
}
#projectlist .projectitem a:hover img {
	transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-webkit-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
}
#projectlist .projectitem .project_info {
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0);
	position:absolute;
	left:0;
	top:0;
 transition:all ease-out .3s;
}
#projectlist .projectitem a:hover .project_info {
	background:rgba(0, 0, 0, .7)
}
#projectlist .projectitem .project_info p {
	text-align:center;
	color:#fff;
	padding:0 20px
}
#projectlist .projectitem .project_info div {
	position:relative;
	top:50%;
	margin-top:-15px
}
#projectlist .projectitem .project_info p.title {
	margin-top:10px;
	color:rgba(0, 0, 0, 0);
	font-size:14px;
transition:all ease-out .3s;
}
#projectlist .projectitem a:hover .project_info p.title {
	margin-top:0px;
	color:#fff;
}
#projectlist .projectitem .project_info p.subtitle {
	margin-top:16px;
	color:rgba(0, 0, 0, 0);
	font-size:12px;
transition:all ease-out .3s;
}
#projectlist .projectitem a:hover .project_info p.subtitle {
	margin-top:0px;
	color:#b7b7b7;
	font-size:12px
}
.projectmore {
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:20px;
	color:#fff;
	display:block;
	background:#343434;
 transition:all ease-out .3s;
	text-indent: 0px;
	position:relative;
	z-index:1
}
.projectmore:hover {
	width:100%;
	text-align:center;
	font-size:20px;
	color:#fff;
	display:block;
}
#projectlist .projectitem {
	margin-right: 1%;
	margin-bottom:100px;
	width: 24%;
}
#projectlist .projectitem .project_info p.title {
	color:#4E4E4E;
	padding: 10px 0px;
}
#projectlist .projectitem a:hover .project_info p.title {
	color: #FFF;
	margin-top: -36px;
}
#projectlist .wrapper {
	margin-left: 1%;
	margin-right: auto;
}
#projectlist .projectitem .project_info div {
	position: absolute;
	height: 100px;
	width: 100%;
	bottom: -100px;
	margin-top: 0;
	top: auto;
}
#projectlist .projectitem a:hover .project_info p.subtitle {
	margin-top: 4px;
}
#mproject .content .header {
	padding-top: 120px;
	padding-bottom: 80px;
}
.section-header {
	text-align:center;
	color:#444;
	padding-top:2%;
}
.section-header .title {
	font-size:32px;
	font-family: Arial;
	margin:0 0 2px 0;
	font-family:Microsoft YaHei;
}
.section-header .subtitle {
	font-size:16px;
	margin:0 0 30px 0;
}
a.projectmore {
	color: #FDD947;
	border-color: #262626;
	width: 100%;
	height:70px;
	line-height:70px;
	border-radius: 0px;
	font-size:16px;
	background-color: #262626;
	text-align: center;
	text-indent: 0px;
	display:block;
	vertical-align:middle;
	transition:all 0.8s ease;
	transition-delay: 1s;
	position:absolute;
	left:0;
	bottom:0;
}
a.projectmore:after {
	font-family:"SimSun";
	content:"";
	margin:0;
	color:#808080;
	transition:all 0.4s ease;
}
a.projectmore:hover::after {
 content:">";
 margin-left:12px;
}
/*首页联系*/
#section4 .slider-right {
	position:relative;
}
#contactform {
	width: 60%;
	padding: 5% 20% 0;
	background-color:#ffffff;
	height: 70%;
	position: absolute;
	right:-50%;
	top:20%;
	transition:1s ease;
	transition-delay:0.4s;
}
.active #contactform {
	right:0;
}
#contactform p .inputsub {
	background-color:#424242;
	margin-top:10px;
	padding:8px 0;
	color:#FDD947
}
#contactform .inputtxt.active {
	border-color:#424242
}
#mcontact .header p.title {
	color:#fff;
}
#mcontact .header p {
	text-align: left;
	padding-left:20%;
}
#contactinfo h3 {
	color:#FDD947;
}
#contactform p .inputtxt {
	width:340px;
	height:20px;
	line-height:20px;
	padding:10px;
	color:#bcbcbc;
	background-color:#ffffff;
	margin-bottom:10px;
	border:0;
	border-bottom:1px solid #dddddd;
}
#contactform p textarea.inputtxt {
	height:100px;
	resize:none;
	overflow:hidden;
}
#contactform p .inputsub {
	width:360px;
	background-color:#424242;
	color:#FDD947;
	font-size:16px;
	border:0;
	padding:10px 0;
}
/*分页*/
#pages {
	padding:40px 0;
	height:36px;
	text-align:center;
	clear:both
}
#pages a {
	width:36px;
	height:36px;
	background:f8f8f8;
	display:inline-block;
	color:#a9a9a9;
	line-height:36px;
	text-align:center;
	font-family:Arial;
	margin-right:5px;
	transition:background-color 0.2s ease-out;
}
#pages span {
	margin-right:5px
}
#pages a i {
	font-size:24px;
	top:2px;
	position:relative;
}
#pages a.active, #pages a:hover {
	background:#FDD947;
	color:#fff;
}
.nobanner .npagePage {
	padding-top:80px
}
/*footer*/
#footer { 
	border-top:1px solid #ddd
}
#footer p {
	text-align:center;
  padding: 20px 60px;
  font-size: 12px;
  color: #8e8e8e;
  height: 20px;
  line-height: 20px;
}
/*弹出框*/
/* gallery */
.zoomed > .gallery{-webkit-filter:blur(3px);filter:blur(3px);}
.gallery{width:800px;margin:20px auto;}
.gallery li{float:left;margin:10px; width:80px; height:80px;}
.gallery li:nth-child(6n){padding-right:0;}
.gallery li a,.gallery li img{float:left;}
#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url('../images/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../images/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../images/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	background: url('../images/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}