/*基础css*/
* {
	margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea,
p, blockquote {
	padding: 0;
}
body {
	color: #000000;
	font-size: 14px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.box {
	width: 100%;
	margin: 0 auto;
	float: left
}
h2 span, h3 span, h4 span, h5 span {
	display: block;
}
.mq {
	width: 1400px;
	margin: 0 auto
}
.tempWrap {
	height: 100% !important;
	margin: 0 auto !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.v_center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
a {
	text-decoration: none;
	color: #000000;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
li i, i {
	float: initial;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30;
}
.idx_more {
	display: inline-block;
	line-height: 40px;
	width: 154px;
	text-align: center;
	height: 40px;
	border: 1px solid #333333;
	color: #333333;
	position: relative;
}
.idx_more::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 154px;
	height: 40px;
	border: 1px solid #333333;
	transition: all .3s ease-in-out
}
.idx_more:hover::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/**:before,*/
/**:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	display: inline-block;*/
/*	z-index: -1;*/
/*}*/
html *:before,
html *:after {
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
@font-face {
	font-family: "Georgia Ref";
	src: local("../font/Georgia Ref"),
	url("../font/Georgia Ref.eot"),
	url("../font/Georgia Ref.ttf") format("truetype"),
	url("../font/Georgia Ref.woff") format("woff");
}
/*wap css 图片排列*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0 -0.55556rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
	content: " ";
	display: table;
}
[class*="block-grid-"]:after {
	clear: both;
}
[class*="block-grid-"] > li {
	display: block;
	float: left;
	height: auto;
	padding: 0 0.55556rem 1.11111rem;
}
@media only screen {
	.small-block-grid-1 > li {
		list-style: none;
		width: 100%;
	}
	.small-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-1 > li:nth-of-type(1n+1) {
		clear: both;
	}
	.small-block-grid-2 > li {
		list-style: none;
		width: 50%;
	}
	.small-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-2 > li:nth-of-type(2n+1) {
		clear: both;
	}
	.small-block-grid-3 > li {
		list-style: none;
		width: 33.33333%;
	}
	.small-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-3 > li:nth-of-type(3n+1) {
		clear: both;
	}
	.small-block-grid-4 > li {
		list-style: none;
		width: 25%;
	}
	.small-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-4 > li:nth-of-type(4n+1) {
		clear: both;
	}
	.small-block-grid-5 > li {
		list-style: none;
		width: 20%;
	}
	.small-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-5 > li:nth-of-type(5n+1) {
		clear: both;
	}
	.small-block-grid-6 > li {
		list-style: none;
		width: 16.66667%;
	}
	.small-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-6 > li:nth-of-type(6n+1) {
		clear: both;
	}
	.small-block-grid-7 > li {
		list-style: none;
		width: 14.28571%;
	}
	.small-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-7 > li:nth-of-type(7n+1) {
		clear: both;
	}
	.small-block-grid-8 > li {
		list-style: none;
		width: 12.5%;
	}
	.small-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-8 > li:nth-of-type(8n+1) {
		clear: both;
	}
	.small-block-grid-9 > li {
		list-style: none;
		width: 11.11111%;
	}
	.small-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-9 > li:nth-of-type(9n+1) {
		clear: both;
	}
	.small-block-grid-10 > li {
		list-style: none;
		width: 10%;
	}
	.small-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-10 > li:nth-of-type(10n+1) {
		clear: both;
	}
	.small-block-grid-11 > li {
		list-style: none;
		width: 9.09091%;
	}
	.small-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-11 > li:nth-of-type(11n+1) {
		clear: both;
	}
	.small-block-grid-12 > li {
		list-style: none;
		width: 8.33333%;
	}
	.small-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-12 > li:nth-of-type(12n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 35.61111em) {
	.medium-block-grid-1 > li {
		list-style: none;
		width: 100%;
	}
	.medium-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-1 > li:nth-of-type(1n+1) {
		clear: both;
	}
	.medium-block-grid-2 > li {
		list-style: none;
		width: 50%;
	}
	.medium-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-2 > li:nth-of-type(2n+1) {
		clear: both;
	}
	.medium-block-grid-3 > li {
		list-style: none;
		width: 33.33333%;
	}
	.medium-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-3 > li:nth-of-type(3n+1) {
		clear: both;
	}
	.medium-block-grid-4 > li {
		list-style: none;
		width: 25%;
	}
	.medium-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-4 > li:nth-of-type(4n+1) {
		clear: both;
	}
	.medium-block-grid-5 > li {
		list-style: none;
		width: 20%;
	}
	.medium-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-5 > li:nth-of-type(5n+1) {
		clear: both;
	}
	.medium-block-grid-6 > li {
		list-style: none;
		width: 16.66667%;
	}
	.medium-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-6 > li:nth-of-type(6n+1) {
		clear: both;
	}
	.medium-block-grid-7 > li {
		list-style: none;
		width: 14.28571%;
	}
	.medium-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-7 > li:nth-of-type(7n+1) {
		clear: both;
	}
	.medium-block-grid-8 > li {
		list-style: none;
		width: 12.5%;
	}
	.medium-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-8 > li:nth-of-type(8n+1) {
		clear: both;
	}
	.medium-block-grid-9 > li {
		list-style: none;
		width: 11.11111%;
	}
	.medium-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-9 > li:nth-of-type(9n+1) {
		clear: both;
	}
	.medium-block-grid-10 > li {
		list-style: none;
		width: 10%;
	}
	.medium-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-10 > li:nth-of-type(10n+1) {
		clear: both;
	}
	.medium-block-grid-11 > li {
		list-style: none;
		width: 9.09091%;
	}
	.medium-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-11 > li:nth-of-type(11n+1) {
		clear: both;
	}
	.medium-block-grid-12 > li {
		list-style: none;
		width: 8.33333%;
	}
	.medium-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-12 > li:nth-of-type(12n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 56.94444em) {
	.large-block-grid-1 > li {
		list-style: none;
		width: 100%;
	}
	.large-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-1 > li:nth-of-type(1n+1) {
		clear: both;
	}
	.large-block-grid-2 > li {
		list-style: none;
		width: 50%;
	}
	.large-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-2 > li:nth-of-type(2n+1) {
		clear: both;
	}
	.large-block-grid-3 > li {
		list-style: none;
		width: 33.33333%;
	}
	.large-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-3 > li:nth-of-type(3n+1) {
		clear: both;
	}
	.large-block-grid-4 > li {
		list-style: none;
		width: 25%;
	}
	.large-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-4 > li:nth-of-type(4n+1) {
		clear: both;
	}
	.large-block-grid-4 > dd {
		list-style: none;
		width: 25%;
	}
	.large-block-grid-4 > dd:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-4 > dd:nth-of-type(4n+1) {
		clear: both;
	}
	.large-block-grid-5 > li {
		list-style: none;
		width: 20%;
	}
	.large-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-5 > li:nth-of-type(5n+1) {
		clear: both;
	}
	.large-block-grid-6 > li {
		list-style: none;
		width: 16.66667%;
	}
	.large-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-6 > li:nth-of-type(6n+1) {
		clear: both;
	}
	.large-block-grid-7 > li {
		list-style: none;
		width: 14.28571%;
	}
	.large-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-7 > li:nth-of-type(7n+1) {
		clear: both;
	}
	.large-block-grid-8 > li {
		list-style: none;
		width: 12.5%;
	}
	.large-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-8 > li:nth-of-type(8n+1) {
		clear: both;
	}
	.large-block-grid-9 > li {
		list-style: none;
		width: 11.11111%;
	}
	.large-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-9 > li:nth-of-type(9n+1) {
		clear: both;
	}
	.large-block-grid-10 > li {
		list-style: none;
		width: 10%;
	}
	.large-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-10 > li:nth-of-type(10n+1) {
		clear: both;
	}
	.large-block-grid-11 > li {
		list-style: none;
		width: 9.09091%;
	}
	.large-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-11 > li:nth-of-type(11n+1) {
		clear: both;
	}
	.large-block-grid-12 > li {
		list-style: none;
		width: 8.33333%;
	}
	.large-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-12 > li:nth-of-type(12n+1) {
		clear: both;
	}
}
/* 图片边框cssImage Thumbnails */
.th {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	line-height: 0;
	width: 100%;
	transition: all 200ms ease-out;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
.th a {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 4px #ffffff;
	width: 100%;
	/* Center slide text vertically*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.th a img {
	max-width: 100%;
	max-height: 100%
}
.th:hover, .th:focus {
	box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.th.radius {
	border-radius: 3px;
}
.l_ginfo {
	text-align: center;
	padding: 10px 0;
}
.l_ginfo span {
	font-size: 16px;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 5px;
}
/*分页样式css*/
#Pages {
	font-family: Verdana;
	margin: 38px 0 15px;
	text-align: center;
	width: auto;
	line-height: 30px;
	font-size: 0;
}
#Pages a {
	border: #dddddd 1px solid;
	padding: 5px 8px;
	color: #777777;
	margin-right: 5px;
	text-decoration: none;
	font-weight: normal;
	line-height: initial;
	font-size: 12px;
}
#Pages a:hover ,#Pages .red{
	border: #a0a0a0 1px solid;
}
#Pages .red{
	background: #161616;
	color: #fff;
}
/*动画样式*/
.trans {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
/* page animation  */
.ani-view {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}
@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0)
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}
.ani-view.fade-in-down {
	opacity: 0;
	opacity: 1 \0/ IE9;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-ms-transform: translateY(0) \0/ IE9;
}
.ani-view.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}
@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100px)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}
.ani-view.fade-in-left {
	opacity: 0;
	opacity: 1 \0/ IE9;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-ms-transform: translateX(0) \0/ IE9;
}
.ani-view.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}
@-ms-keyframes fadeInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(100px)
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0)
	}
}
@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100px)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}
.ani-view.fade-in-right {
	opacity: 0;
	opacity: 1 \0/ IE9;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-ms-transform: translateX(0) \0/ IE9;
}
.ani-view.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.member {
	color: transparent !important
}
.member:hover {
	color: inherit !important
}

