@charset "utf-8";

html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
	display: block;
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	border: 1px solid black;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: 400;
}

dl,
ol,
ul {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	outline: none;
	blr: expression(this.onFocus=this.blur())
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

textarea {
	resize: none;
	outline: none;
	font-family: Arial, Microsoft YaHei;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

button,
input,
select {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

#web-ietip {
	width: 526px;
	height: 90px;
	padding: 83px 0 0 84px;
	overflow: hidden;
	background: url(../images/browser.png) no-repeat center center;
	margin: 200px auto 0;
}

#web-ietip a {
	display: block;
	width: 65px;
	height: 80px;
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.eps2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

body {
	font-size: 14px;
	color: #000;
	font-family: Arial, "Microsoft YaHei";
	background-color: #f7f8fc;
}

body * {
	box-sizing: border-box;
	line-height: 1;
}

@media(min-width: 1381px) {
	html {
		font-size: 100px
	}
}

@media(max-width: 1380px) and (min-width: 901px) {
	html {
		font-size: calc(100vw / 1380 * 100);
	}
}

@media(max-width: 900px) {
	html {
		font-size: calc(900px / 1380 * 100);
	}
}

.yxzx p {
	line-height: 28px;
}

.header {
	width: 100%;
	background-color: #fff;
}

.h-a {
	width: 12.8rem;
	height: 1rem;
	margin: 0 auto;
	overflow: hidden;
}

.h-a .bilingual {
	width: .5rem;
	height: .25rem;
	line-height: .25rem;
	display: inline-block;
	border-radius: .25rem;
	text-align: center;
	border: .01rem solid #1b3065;
	margin-top: .6rem;
}

@media(max-width:500px) {
	.h-a .bilingual {
		width: .6rem;
		height: .35rem;
		line-height: .35rem;
		margin-top: .15rem;
	}
}

.h-a .active {
	background-color: #1b3065;
	color: #fff;
}

.h-b {
	display: block;
	float: left;
	width: 3.67rem;
	margin-top: .17rem;
}

.h-c {
	vertical-align: top;
	width: 100%;
}

.h-d {
	float: right;
	width: 2.78rem;
	margin-top: .28rem;
}

.h-e {
	width: 100%;
}

.h-f {
	width: 12.8rem;
	margin: 0 auto;
	font-size: 0;
}

.h-g {
	display: inline-block;
	vertical-align: top;
	width: 14.28%;
	transition: background-color .3s;
	position: relative;
}

.h-g.active {
	background-color: rgba(0, 0, 0, 0.2);
}

.h-g:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.h-h {
	display: block;
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	font-size: calc(12px - 0.12rem + 0.17rem);
	color: #fff;
	text-align: center;
}

.h-sub {
	display: none;
	width: 100%;
	background-color: #1b3065;
	position: absolute;
	left: 0;
	top: .5rem;
	z-index: 1000;
}

.h-sub>li>a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transition: background-color .3s;
}

.h-sub>li>a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

@media(max-width: 900px) {
	body {
		padding-top: 40px;
	}

	.header {
		height: 40px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	}

	.h-a {
		width: 100%;
		padding-left: 10px;
		padding-right: 50px;
		position: relative;
	}

	.h-b {
		width: 120px;
		margin-top: 10px;
	}

	.h-d {
		width: 100px;
		margin-top: 13px;
	}

	.h-e {
		width: 260px;
		height: 100vh;
		overflow: auto;
		;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 10000;
		background-color: #fff;
		transform: translate(100%, 0);
		transition: transform .3s;
		background-image: none;
	}

	.h-f {
		width: 100%;
	}

	.h-g {
		width: 100%;
	}

	.h-g.active {
		background-color: transparent;
	}

	.h-g:hover {
		background-color: transparent;
	}

	.h-g.active .h-h {
		color: #1b3065;
	}

	.h-g.has-nav:after {
		content: "+";
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 20px;
		color: #333;
	}

	.h-g.has-nav.show:after {
		content: "-";
	}

	.h-h {
		display: inline-block;
		width: auto;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		text-align: left;
		color: #666;
	}

	.h-opa {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 10;
		cursor: pointer;
	}

	.header.menu-state .h-e {
		transform: translate(0, 0);
	}

	.header.menu-state .h-opa {
		display: block;
	}

	.h-menu {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		background-image: url(../images/25.png);
		background-size: 26px 26px;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.h-sub {
		position: relative;
		top: 0;
		background-color: #fff;
	}

	.h-sub>li>a {
		text-align: left;
		padding-left: 40px;
		font-size: 14px;
		color: #666;
	}

	.h-sub>li>a:hover {
		background-color: transparent;
	}
}

.footer {
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 10;
}

.f-a {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	padding-top: .7rem;
	padding-bottom: .8rem;
}

.f-b {
	width: 12.8rem;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}

.f-c {
	float: left;
	width: 1.5rem;
}

.f-d {
	display: block;
	font-size: calc(12px - 0.12rem + 0.18rem);
	color: #fff;
	margin-bottom: .3rem;
}

.f-e {
	width: 100%;
}

.f-f {
	display: block;
	width: 100%;
	font-size: calc(12px - 0.12rem + 0.15rem);
	color: #fff;
	margin-bottom: .15rem;
}

.f-f:last-child {
	margin-bottom: 0;
}

.f-g {
	float: right;
	font-size: 0;
}

.f-h {
	display: inline-block;
	vertical-align: top;
	width: 1.21rem;
	text-align: center;
}

.f-h1 {
	margin-right: .35rem
}

.f-i {
	width: 100%;
	margin-bottom: .15rem;
}

.f-j {
	font-size: calc(12px - 0.12rem + 0.15rem);
	color: #fff;
}

.f-k {
	width: 100%;
}

.f-l {
	width: 12.8rem;
	margin: 0 auto;
	padding: .2rem 0;
}

.f-l:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.f-m {
	float: left;
	line-height: .4rem;
	font-size: calc(12px - 0.12rem + 0.15rem);
	color: #fff;
}

.f-m a {
	color: #fff;
}

.f-author {
	padding-left: .4rem;
}

.f-n {
	float: right;
	position: relative;
}

.f-o {
	width: 15.66em;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	/* background-image: url(../images/27.png); */
	border: 1px solid #fff;
	background-size: 100% 100%;
	font-size: calc(12px - 0.12rem + 0.15rem);
	color: #fff;
	cursor: pointer;
}

.f-o:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-left: .2rem;
}

.f-o.show:after {
	border-bottom: none;
	border-top: 5px solid #fff;
}

.f-p {
	display: none;
	position: absolute;
	left: 0;
	bottom: .4rem;
	background-color: #fff;
	width: 100%;
}

.f-q {
	width: 100%;
	display: block;
	line-height: .4rem;
	font-size: calc(12px - 0.12rem + 0.15rem);
	color: #666;
	text-align: center;
}

@media(max-width: 1000px) {
	.f-a {
		padding: 20px 10px;
	}

	.f-b {
		max-width: 500px;
		width: 100%;
	}

	.f-c {
		display: block;
		width: 100%;
		float: none;
	}

	.f-e {
		font-size: 0;
	}

	.f-f {
		display: inline-block;
		vertical-align: top;
		width: auto;
		margin-right: 15px;
		font-size: 12px;
		line-height: 16px;
	}

	.f-g {
		float: none;
		width: 100%;
		padding-top: 2px;
	}

	.f-d {
		font-size: 13px;
		margin-bottom: 5px;
		display: inline-block;
	}

	.f-h {
		width: 80px;
	}

	.f-i {
		margin-bottom: 8px;
	}

	.f-j {
		font-size: 12px;
	}

	.f-l {
		max-width: 500px;
		width: 100%;
		padding: 10px 0;
	}

	.f-m {
		float: none;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
		text-align: center;
	}

	.f-n {
		float: none;
		width: 176px;
		margin: 0 auto;
	}

	.f-o {
		width: 176px;
		height: 30px;
		line-height: 30px;
	}

	.f-p {
		bottom: 30px;
	}

	.f-author {
		display: block;
		text-align: center;
		padding-left: 0;
	}
}

.a-a {
	width: 100%;
}

.a-b {
	display: block;
	width: 100%;
	padding-top: 33.854%;
	background-size: cover;
	background-position: center center;
}

.a-b2 {
	display: none;
}

.a-a .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #bbb;
	opacity: 1;
}

.a-a .swiper-pagination-bullet-active {
	background-color: #1b3065;
}

.a-a.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.a-a.swiper-container-horizontal>.swiper-pagination-bullets,
.a-a .swiper-pagination-custom,
.a-a .swiper-pagination-fraction {
	bottom: .2rem;
	font-size: 0;
}

@media(max-width: 750px) {
	.a-b {
		padding-top: 66.6666%;
	}

	.a-b1 {
		display: none;
	}

	.a-b2 {
		display: block;
	}

	.a-a .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.a-a.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
}

.b-a {
	width: 100%;
	background-color: #f7f8fc;
	padding-top: .8rem;
	padding-bottom: .7rem;
	position: relative;
	background-color: #f7f8fc;
}

.b-a:before {
	content: "";
	display: block;
	width: 2.46rem;
	height: 5.42rem;
	/* background-image: url(../images/35.jpg); */
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.b-a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-size: auto auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.b-b {
	width: 12.8rem;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.b-c {
	width: 3.34rem;
	margin: 0 auto;
}

.b-d {
	width: 100%;
	vertical-align: top;
}

.b-e {
	width: 13.26rem;
	margin-left: -0.23rem;
	font-size: 0;
	padding-bottom: .44rem;
	padding-top: .64rem
}

.b-f {
	display: block;
	width: 3.96rem;
	margin: 0 auto;
	box-shadow: 0 0 .23rem rgba(0, 0, 0, 0.2);
}

.b-f:nth-child(3n) {
	margin-right: 0;
}

.b-g {
	width: 100%;
}

.b-h {
	width: 100%;
}

.b-i {
	width: 100%;
	height: 2.47rem;
	padding-top: .47rem;
	padding-left: .45rem;
	padding-right: .45rem;
	background-image: url(../images/21.png);
	background-size: 100% 100%;
}

.b-j {
	text-align: center;
	font-size: 0.32rem;
	color: #1b3065;
	padding-bottom: .22rem;
	width: 100%;
	position: relative;
}

.b-j:after {
	content: "";
	display: block;
	width: .07rem;
	height: .07rem;
	background-color: #1b3065;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -0.035rem;
	bottom: 0;
}

.b-k {
	margin-top: .05rem;
	width: 100%;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #666;
	line-height: 1.625;
	text-align: center;
	height: 6.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.b-l {
	font-size: calc(12px - 0.12rem + 0.18rem);
	color: #fff;
	line-height: 1.666;
	text-align: center;
	margin-bottom: .33rem;
}

.b-m {
	width: 100%;
	text-align: center;
}

.b-n {
	display: inline-block;
	vertical-align: top;
	width: 10em;
	height: 2.5em;
	line-height: 2.5em;
	background-image: url(../images/28.png);
	background-size: 100% 100%;
	cursor: pointer;
	text-align: center;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #fff;
}

.b-o {
	width: 4.42rem;
}

.b-o:nth-child(1) {
	transition-delay: 0.2s;
}

.b-o:nth-child(2) {
	transition-delay: 0.4s;
}

.b-o:nth-child(3) {
	transition-delay: 0.6s;
}

@media(max-width: 1100px) {
	.b-l br {
		display: none;
	}

	.b-i {
		padding-top: .27rem;
		padding-left: .18rem;
		padding-right: .18rem;
	}

	.b-k {
		font-size: 13px;
	}
}

@media(max-width: 900px) {
	.b-b {
		width: 100%;
	}

	.b-e {
		margin-left: 0;
		width: 100%;
	}

	.b-l {
		padding: 0 10px;
	}
}

.c-a {
	width: 100%;
	padding-bottom: 1.8rem;
	position: relative;
	z-index: 1;
}

.c-a:after {
	content: "";
	display: block;
	width: 3.84rem;
	height: 4.96rem;
	/* background-image: url(../images/34.png); */
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: .3rem;
	z-index: 1;
}

.c-b {
	width: 13.26rem;
	margin: 0 auto;
	padding-bottom: .6rem;
	padding-top: .8rem;
	position: relative;
	z-index: 2;
}

.c-item {
	width: 100%;
}

.c-inner {
	width: 12.8rem;
	margin: 0 auto;
	font-size: 0;
	box-shadow: 0 0 .23rem rgba(0, 0, 0, 0.2);
}

.c-d {
	float: left;
	width: 71.875%;
	height: 5.22rem;
	position: relative;
}

.c-d:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.c-e {
	width: 100%;
	height: 100%;
}

.c-play {
	display: block;
	width: .9rem;
	height: .9rem;
	background-image: url(../images/19.png);
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -0.45rem;
	top: 50%;
	margin-top: -0.45rem;
	z-index: 2;
	cursor: pointer;
}

.c-title {
	font-size: .26rem;
	color: #fff;
	line-height: 1.38;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: .2rem .25rem;
	z-index: 3;
}

.c-d.hide:after {
	display: none;
}

.c-d.hide .c-play {
	display: none;
}

.c-d.hide .c-title {
	display: none;
}

.c-f {
	display: inline-block;
	vertical-align: top;
	padding: .34rem .4rem;
	width: 28.125%;
	height: 5.22rem;
	background-image: url(../images/29.png);
	background-size: 100% 100%;
}

.c-g {
	font-size: .2rem;
	color: #333;
	line-height: .658rem;
	width: 100%;
	height: 4.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.c-b .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	background-color: #1b3065;
	opacity: 1;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}

.c-b .swiper-pagination-bullet-active {
	background-color: #1b3065;
}

.c-b.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.c-b.swiper-container-horizontal>.swiper-pagination-bullets,
.c-b .swiper-pagination-custom,
.c-b .swiper-pagination-fraction {
	bottom: 0;
	font-size: 0;
}

@media(max-width: 900px) {
	.c-b {
		max-width: 600px;
		margin: 0 auto;
		width: 100%;
	}

	.c-d {
		width: 100%;
		height: auto;
		float: none;
	}

	.c-e {
		height: auto;
	}

	.c-f {
		display: none;
	}

	.c-inner {
		width: 100%;
	}
}

.d-a {
	width: 100%;
	padding-top: .7rem;
	padding-bottom: .82rem;
	/* margin-top: -1.1rem; */
	position: relative;
	z-index: 2;
	/* background-size: auto 100%;
	background-position: center top;
	background-repeat: no-repeat; */
}

.d-b {
	width: 12.8rem;
	margin: 0 auto;
}

.d-c {
	width: 100%;
	text-align: center;
}

.d-d {
	width: 3.34rem;
	vertical-align: top;
}

.d-e {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	padding-top: .6rem;
}

.d-f {
	display: block;
	float: left;
	width: 6.18rem;
	margin-bottom: .35rem;
	font-size: 0;
}

.d-f:nth-child(2n) {
	float: right;
	transition-delay: 0.4s;
}

.d-g {
	display: inline-block;
	vertical-align: top;
	width: 38.83%;
	height: 1.6rem;
	border: 1px solid #fff;
}

.d-h {
	width: 100%;
	height: 100%;
}

.d-i {
	display: inline-block;
	vertical-align: top;
	width: 61.17%;
	height: 1.6rem;
	padding: .26rem;
	background-image: url(../images/31.png);
	background-size: 100% 100%;
}

.d-j {
	font-size: .2rem;
	color: #000;
	line-height: 1.3;
	height: .78rem;
	margin-bottom: .15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.d-k {
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

.d-k:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	background-image: url(../images/32.png);
	margin-right: 9px;
}

@media(max-width: 900px) {
	.d-b {
		width: 100%;
		max-width: 403px;
		margin: 0 auto;
	}

	.d-f {
		float: none;
		width: 100%;
	}

	.d-f:nth-child(2n) {
		float: none;
	}

	.d-j br {
		display: none;
	}
}

@media(max-width: 500px) {
	.d-b {
		width: 300px;
	}

	.d-g {
		height: 77px;
	}

	.d-i {
		height: 77px;
		padding: .12rem;
	}

	.d-j {
		font-size: 12px;
		line-height: 16px;
		height: 48px;
		margin-bottom: 1px;
	}

	.d-k {
		line-height: 12px;
	}

	.d-k:before {
		margin-right: 3px;
		width: 12px;
		height: 12px;
		background-size: 100% 100%;
	}
}

.e-a {
	width: 100%;
	padding-top: .75rem;
	padding-bottom: .55rem;
	position: relative;
	overflow: hidden;
}

.e-a:before {
	content: "";
	display: block;
	width: 3.92rem;
	height: 2.55rem;
	/* background-image: url(../images/37.jpg); */
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.e-a:after {
	content: "";
	display: block;
	width: 3.82rem;
	height: 5.09rem;
	/* background-image: url(../images/36.jpg); */
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.e-b {
	width: 12.8rem;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.e-c {
	width: 100%;
	text-align: center;
}

.e-d {
	width: 3.34rem;
	vertical-align: top;
}

.e-e {
	width: 100%;
	padding-top: .65rem;
}

.e-e:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.e-left {
	width: 3.96rem;
	float: left;
	box-shadow: 0 0 .23rem rgba(0, 0, 0, 0.2);
}

.e-left.sp {
	box-shadow: none;
	background-color: #f9f9fd;
}

.e-g {
	width: 100%;
}

.e-h {
	width: 100%;
}

.e-i {
	width: 100%;
	height: 3.7rem;
	background-image: url(../images/40.png);
	background-size: 100% 100%;
	padding: .36rem .4rem;
}

.e-j {
	width: 100%;
	margin-bottom: .13rem;
}

.e-k {
	width: 1.35rem;
	vertical-align: top;
}

.e-l {
	font-size: .16rem;
	color: #666;
	line-height: 1.875;
	margin-bottom: .12rem;
}

.e-green {
	color: #1b3065;
}

.e-m {
	width: 1.61rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	font-size: .16rem;
	color: #1b3065;
	display: block;
	background-image: url(../images/41.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.e-right {
	float: right;
	width: 7.91rem;
}

.e-map {
	width: 100%;
}

@media(max-width: 900px) {
	.e-a:after {
		display: none;
	}

	.e-b {
		width: 100%;
		padding: 0 10px;
	}

	.e-left {
		float: none;
		margin: 0 auto 20px;
		max-width: 258px;
	}

	.e-right {
		float: none;
		margin: 0 auto;
		max-width: 516px;
		width: 100%;
	}

	.e-l {
		font-size: 12px;
	}

	.e-m {
		font-size: 12px;
	}

	.e-i {
		padding: 20px 18px;
		height: auto;
	}
}

.g-a {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	z-index: 100;
}

.g-b {
	width: 12.8rem;
	margin: 0 auto;
	overflow: hidden;
}

.g-c {
	font-size: 0;
	float: left;
}

.g-d:before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: .19rem;
	height: .17rem;
	background-image: url(../images/53.png);
	background-size: 100% 100%;
	margin-right: .08rem;
}

.g-c>a {
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #666;
	line-height: .73rem;
	height: .73rem;
}

.g-c>a:after {
	content: ">";
	padding: 0 .1rem;
}

.g-c>a:last-child {
	color: #1b3065;
}

.g-c>a:last-child:after {
	display: none;
}

.g-e {
	float: right;
	font-size: 0;
}

.g-f {
	display: inline-block;
	vertical-align: top;
	font-size: calc(12px - 0.12rem + 0.18rem);
	color: #666;
	line-height: .73rem;
	height: .73rem;
	margin-left: .8rem;
	border-bottom: 2px solid transparent;
}

.g-f:hover {
	color: #1b3065;
}

.g-f.active {
	color: #1b3065;
	border-bottom-color: #1b3065;
	padding: 0 .07rem;
}

@media(max-width: 900px) {
	.g-c>a {
		font-size: 14px;
	}

	.g-b {
		width: 100%;
	}

	.g-c {
		float: none;
		padding: 0 10px;
	}

	.g-e {
		float: none;
		width: 100%;
		text-align: center;
	}

	.g-f {
		margin: 0 .1rem;
		font-size: 14px;
	}

	.g-f:first-child {
		margin-left: 0;
	}

	.g-f:last-child {
		margin-right: 0;
	}
}

.i-a {
	width: 100%;
	padding-top: 24.48%;
	background-image: url(../images/44.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 100;
}

@media(max-width: 900px) {
	.i-a {
		padding-top: 34%;
	}
}

.j-a {
	width: 100%;
	padding-top: .58rem;
	padding-bottom: .8rem;
	position: relative;
	z-index: 2;
}

.j-a:before {
	content: "";
	display: block;
	width: 3.83rem;
	height: 4.96rem;
	/* background-image: url(../images/34.png); */
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.j-a:after {
	content: "";
	display: block;
	width: 2.46rem;
	height: 5.42rem;
	/* background-image: url(../images/35.jpg); */
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.j-b {
	width: 12.8rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.j-c {
	width: 100%;
	text-align: center;
	position: relative;
}

.j-d {
	width: 3.34rem;
	vertical-align: top;
}

.j-e {
	width: 3.1rem;
	height: .5rem;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.25rem;
}

.j-f {
	width: 83.87%;
	height: .5rem;
	background-color: #fff;
	padding: 0 .15rem;
	font-size: calc(12px - 0.12rem + 0.14rem);
	color: #666;
	vertical-align: top;
	border: none;
}

.j-g {
	width: 16.13%;
	height: .5rem;
	background-color: #1b3065;
	border: none;
	vertical-align: top;
	background-image: url(../images/55.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: .22rem .22rem;
}

.j-h {
	width: 100%;
	font-size: 0;
	padding-top: .5rem;
}

.j-search {
	cursor: pointer;
}

.j-i {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	margin-bottom: .5rem;
	box-shadow: 0 .02rem .32rem rgba(0, 0, 0, 0.06);
}

.j-i:nth-child(2n) {
	margin-right: 0;
	transition-delay: 0.4s;
}

.j-j {
	display: inline-block;
	vertical-align: top;
	width: 49.1%;
	height: 3.04rem;
}

.j-k {
	width: 100%;
	height: 100%;
}

.j-l {
	display: inline-block;
	vertical-align: top;
	width: 50.9%;
	height: 3.04rem;
	padding: .44rem .2rem 0 .47rem;
	background-size: 100% 100%;
	background-image: url(../images/51.png);
	transition: background-image .3s;
}

.j-m {
	font-size: .24rem;
	color: #1b3065;
	font-weight: bold;
	margin-bottom: .23rem;
}

.j-n {
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #595656;
	line-height: 1.75;
	padding-left: .12rem;
	position: relative;
	max-height: 7em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.j-n:before {
	content: "";
	display: block;
	width: .03rem;
	height: .03rem;
	background-color: #595656;
	position: absolute;
	left: 0;
	top: .1rem;
}

.j-o {
	display: block;
	width: 1.31rem;
	height: .4rem;
	line-height: .4rem;
	margin-top: .15rem;
	text-align: center;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #1b3065;
	/* background-image: url(../images/56.png); */
	border: 1px solid #1b3065;
	background-size: 100% 100%;
}

.j-i:hover .j-l {
	background-image: url(../images/52.png);
}

.j-i:hover .j-m {
	color: #fff;
}

.j-i:hover .j-n {
	color: #fff;
}

.j-i:hover .j-n:before {
	background-color: #fff;
}

.j-i:hover .j-o {
	color: #fff;
	/* background-image: url(../images/57.png); */
	border: 1px solid #fff;
}

@media(max-width: 900px) {
	.j-b {
		width: 100%;
	}

	.j-e {
		position: relative;
		top: 0;
		margin-top: 0;
		margin: 20px auto 0;
	}

	.j-h {
		width: 432px;
		margin: 0 auto;
	}

	.j-i {
		width: 100%;
	}

	.j-n {
		font-size: 13px;
	}

	.j-o {
		font-size: 12px;
	}
}

@media(max-width: 500px) {
	.j-h {
		width: 300px;
	}

	.j-i {
		margin-bottom: 20px;
	}

	.j-j {
		height: 170px;
	}

	.j-l {
		height: 170px;
		padding: 10px;
	}

	.j-m {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.j-n {
		font-size: 12px;
	}
}



@media(max-width: 900px) {
	.pg-a {
		text-align: center;
	}

	.pg-b {
		margin: 0 .1rem;
	}
}


.k-a {
	width: 100%;
	padding-top: .7rem;
	padding-bottom: .8rem;
	position: relative;
}

.k-a:before {
	content: "";
	display: block;
	width: 3.83rem;
	height: 4.96rem;
	/* background-image: url(../images/34.png); */
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.k-a:after {
	content: "";
	display: block;
	width: 2.46rem;
	height: 5.42rem;
	/* background-image: url(../images/35.jpg); */
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.k-b {
	width: 12.8rem;
	margin: 0 auto;
	background-color: #fff;
	padding: .4rem;
	position: relative;
	z-index: 2;
}

.k-c {
	width: 100%;
	overflow: hidden;
	margin-bottom: .4rem;
}

.k-left {
	float: left;
	width: 6.42rem;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}

.k-right {
	float: right;
	width: 5.1rem;
	padding-top: .35rem;
}

.k-g {
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #666;
	padding-bottom: .3rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .35rem;
}

.k-h {
	margin-left: .05rem;
}

.k-i {
	font-size: .45rem;
	color: #666;
	font-weight: bold;
	margin-bottom: .2rem;
}

.k-j {
	font-size: calc(12px - 0.12rem + 0.2rem);
	color: #595656;
	margin-bottom: .32rem;
}

.k-k {
	width: 100%;
	font-size: 0;
	margin-bottom: .12rem;
}

.k-l {
	display: inline-block;
	vertical-align: top;
	width: 16.8%;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #666;
	line-height: 1.5;
}

.k-m {
	display: inline-block;
	vertical-align: top;
	width: 83.2%;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #666;
	line-height: 1.5;
}

.k-n {
	display: block;
	width: 1.69rem;
	height: .48rem;
	line-height: .48rem;
	margin-top: .68rem;
	text-align: center;
	/* background-image: url(../images/61.png); */
	border: 1px solid #1b3065;
	background-size: 100% 100%;
	font-size: .16rem;
	color: #1b3065;
}

.k-o {
	width: 100%;
}

.k-p {
	width: 100%;
	height: .6rem;
	background-color: #e1f0db;
}

.k-q {
	width: 2.8rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background-color: #1b3065;
	font-size: .22rem;
	color: #fff;
	font-weight: bold;
}

.k-r {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-top: none;
	padding: .4rem;
}

.k-r * {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

@media(max-width: 900px) {
	.k-b {
		width: 100%;
		padding: 10px;
	}

	.k-left {
		float: none;
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}

	.k-right {
		float: none;
		width: 100%;
	}

	.k-r {
		padding: 20px 10px;
	}

	.k-n {
		font-size: 12px;
	}

	.k-q {
		font-size: 16px;
	}
}

.l-a {
	width: 100%;
	font-size: 0;
	text-align: center;
	padding-top: .4rem;
	margin-bottom: .8rem;
}

.l-a.sp {
	margin-bottom: .36rem;
}

.l-b {
	display: inline-block;
	vertical-align: top;
	width: 1.68rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	background-color: #fff;
	margin: 0 .15rem;
	cursor: pointer;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #666;
}

.l-b.active {
	background-color: #1b3065;
	color: #fff;
}

.l-c {
	width: 100%;
	padding-bottom: 1.1rem;
}

.l-d {
	width: 100%;
	overflow: hidden;
}

.l-e {
	float: left;
	width: 6.6rem;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #666;
	line-height: 2.15;
}

.l-f {
	float: right;
	width: 5.71rem;
}

@media(max-width: 900px) {
	.l-d {
		padding: 0 10px;
	}

	.l-e {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.l-f {
		float: none;
		max-width: 577px;
		margin: 0 auto;
		width: 100%;
	}
}

.m-a {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: .7rem;
	margin-top: -1.1rem;
	background-image: url(../images/62.png);
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.m-b {
	width: 12.8rem;
	margin: 0 auto;
	overflow: hidden;
}

.m-c {
	float: left;
	width: 5.71rem;
}

.m-e {
	float: right;
	width: 6.6rem;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #fff;
	line-height: 2.15;
}

@media(max-width: 900px) {
	.m-b {
		width: 100%;
		padding: 0 10px;
	}

	.m-e {
		float: none;
		width: 100%;
	}

	.m-c {
		float: none;
		max-width: 571px;
		margin: 0 auto;
		width: 100%;
		margin-bottom: 10px;
	}
}

.o-a {
	width: 100%;
	padding: .6rem 0;
}

.o-b {
	width: 12.8rem;
	margin: 0 auto;
	font-size: 0;
}

.o-c {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 3.5%;
	box-shadow: 0 .02rem .32rem rgba(0, 0, 0, 0.1);
}

.o-c:nth-child(3n) {
	margin-right: 0;
}

.o-d {
	width: 100%;
}

@media(max-width: 900px) {
	.o-b {
		max-width: 400px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}

	.o-c {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.o-c:last-child {
		margin-bottom: 0;
	}
}


.p-a {
	width: 100%;
	background-color: #fff;
	padding: .4rem;
	margin-top: .5rem;
}

.p-a.sp {
	margin-top: 0;
}

.p-b {
	font-size: 0.3rem;
	color: #666;
	font-weight: bold;
	padding-left: .14rem;
	border-left: .04rem solid #1b3065;
	margin-bottom: .23rem;
	line-height: 1;
}

.p-c {
	font-size: 0.3rem;
	color: #666;
	font-weight: lighter;
	line-height: 1.333;
	text-align: center;
	margin-bottom: .17rem;
}

.p-d {
	width: 100%;
}

.p-d * {
	font-size: 16px !important;
	color: #666;
	line-height: 2;
	max-width: 100%;
}

@media(max-width: 900px) {
	.p-a {
		padding: 20px 10px;
	}

	.p-b {
		width: 100%;
	}
}


.q-e {
	width: 100%;
	padding-top: .17rem;
}

.q-e:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.q-left {
	width: 3.96rem;
	float: left;
}

.q-g {
	width: 100%;
}

.q-h {
	width: 100%;
}

.q-i {
	width: 100%;
	height: 3.7rem;
	background-image: url(../images/90.png);
	background-size: 100% 100%;
	padding: .36rem .4rem;
}

.q-j {
	width: 100%;
	margin-bottom: .13rem;
}

.q-k {
	width: 1.35rem;
	vertical-align: top;
}

.q-l {
	font-size: .16rem;
	color: #666;
	line-height: 1.875;
	margin-bottom: .12rem;
}

.q-green {
	color: #1b3065;
}

.q-m {
	width: 1.61rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	font-size: .16rem;
	color: #1b3065;
	display: block;
	background-image: url(../images/41.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.q-right {
	float: right;
	width: 7.74rem;
}

.q-map {
	width: 100%;
}

@media(max-width: 900px) {
	.q-left {
		float: none;
		margin: 0 auto 20px;
		max-width: 258px;
	}

	.q-right {
		float: none;
		margin: 0 auto;
		max-width: 516px;
		width: 100%;
	}

	.q-l {
		font-size: 12px;
	}

	.q-m {
		font-size: 12px;
	}

	.q-i {
		padding: 20px 18px;
		height: auto;
	}
}

.r-a {
	width: 100%;
}

.r-b {
	width: 100%;
}

.r-b:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.r-left {
	float: left;
	width: 50%;
}

.r-right {
	float: right;
	width: 50%;
}

.r-dl {
	width: 100%;
	font-size: 0;
	margin-bottom: .2rem;
}

.r-dt {
	display: inline-block;
	vertical-align: top;
	width: 14.5%;
	line-height: .5rem;
	font-size: .16rem;
	color: #595656;
}

.r-dd {
	display: inline-block;
	vertical-align: top;
	width: 85.5%;
	position: relative;
	font-size: 0;
}

.r-input {
	width: 4.85rem;
	height: .5rem;
	border: 1px solid #ddd;
	background-color: #fbfcff;
	padding: 0 .1rem;
	font-size: .16rem;
	color: #595656;
	vertical-align: top;
}

.r-input.sp {
	width: 2.4rem;
}

.r-red {
	font-size: .2rem;
	color: #f7301b;
	position: absolute;
	right: .15rem;
	top: .1rem;
}

.r-text {
	width: 4.85rem;
	height: 1.2rem;
	border: 1px solid #ddd;
	background-color: #fbfcff;
	padding: .12rem .1rem;
	font-size: .16rem;
	color: #595656;
	line-height: .26rem;
}

.r-code {
	display: inline-block;
	vertical-align: top;
	width: 1.03rem;
	height: .5rem;
	margin-left: .1rem;
	border: 1px solid #ddd;
}

.r-img {
	width: 100%;
	height: 100%;
}

.r-click {
	display: inline-block;
	vertical-align: top;
	font-size: .14rem;
	color: #595656;
	line-height: .5rem;
	height: .5rem;
	margin-left: .2rem;
	cursor: pointer;
}

.r-box {
	width: 100%;
	text-align: center;
	font-size: 0;
	padding-top: .1rem;
}

.r-submit {
	display: inline-block;
	vertical-align: top;
	width: 2.1rem;
	height: .5rem;
	line-height: .5rem;
	background-color: #1b3065;
	font-size: .16rem;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
}

@media(max-width: 900px) {
	.r-a {
		max-width: 500px;
		margin: 0 auto;
	}

	.r-left {
		float: none;
		width: 100%;
	}

	.r-right {
		float: none;
		width: 100%;
	}

	.r-dd {
		padding-right: 20px;
	}

	.r-input {
		width: 100%;
	}

	.r-text {
		width: 100%;
	}

	.r-dt {
		width: 23%;
		font-size: 12px;
	}

	.r-dd {
		width: 77%;
	}

	.r-submit {
		font-size: 12px;
	}

	.r-input {
		font-size: 12px;
	}

	.r-click {
		font-size: 12px;
	}

	.r-text {
		font-size: 12px;
	}
}

.s-a {
	width: 100%;
	padding-top: .5rem;
}

.s-b {
	width: 100%;
	margin-bottom: .45rem;
}

.s-c {
	font-size: 0;
}

.s-d {
	width: 45.54%;
	height: 3.87rem;
	display: inline-block;
	vertical-align: top;
}

.s-e {
	width: 100%;
	height: 100%;
}

.s-g {
	width: 54.46%;
	height: 3.87rem;
	padding: .44rem;
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/105.png);
	background-size: 100% 100%;
}

.s-h {
	display: block;
	font-size: .24rem;
	color: #333;
	line-height: 1.666;
	margin-bottom: .15rem;
}

.s-h:hover {
	color: #1b3065;
}

.s-i {
	width: 100%;
	font-size: 0;
	margin-bottom: .2rem;
}

.s-j {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999;
	line-height: 15px;
}

.s-j1 {
	padding-right: .34rem;
}

.s-j:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: .15rem;
	background-size: 100% 100%;
}

.s-j1:before {
	background-image: url(../images/32.png);
	width: 15px;
	height: 15px;
	vertical-align: top;
}

.s-j2:before {
	background-image: url(../images/100.png);
	width: 19px;
	height: 12px;
}

.s-k {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: .24rem;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.s-more {
	font-size: 15px;
	color: #1b3065;
}

.s-more:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 14px;
	background-image: url(../images/104.png);
	background-size: 100% 100%;
	margin-left: .17rem;
}

.s-b .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #bbb;
	opacity: 1;
}

.s-b .swiper-pagination-bullet-active {
	background-color: #1b3065;
}

.s-b.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.s-b.swiper-container-horizontal>.swiper-pagination-bullets,
.s-b .swiper-pagination-custom,
.s-b .swiper-pagination-fraction {
	bottom: .56rem;
	font-size: 0;
	text-align: right;
	padding-right: .38rem;
}

.s-b .swiper-button-prev,
.s-b .swiper-button-next {
	width: .37rem;
	height: .37rem;
	bottom: .43rem;
	top: auto;
	margin-top: 0;
	background-color: #bebebe;
	background-size: .12rem .2rem;
}

.s-b .swiper-button-prev {
	background-image: url(../images/101.png);
	left: auto;
	right: 6.16rem;
}

.s-b .swiper-button-next {
	background-image: url(../images/102.png);
	right: 5.67rem;
}

.s-b .swiper-button-prev:hover,
.s-b .swiper-button-next:hover {
	background-color: #1b3065;
}

.s-l {
	width: 100%;
	font-size: 0;
	padding-bottom: .1rem;
}

.s-m {
	display: inline-block;
	vertical-align: top;
	width: 31.48%;
	margin-right: 2.78%;
	margin-bottom: 2.78%;
}

.s-m:nth-child(3n+2) {
	transition-delay: .4s;
}

.s-m:nth-child(3n+3) {
	transition-delay: .6s;
}

.s-m:nth-child(3n) {
	margin-right: 0;
}

.s-m:hover .s-q {
	color: #1b3065;
}

.s-n {
	width: 100%;
	height: auto;
}

.s-o {
	width: 100%;
}

.s-p {
	width: 100%;
	height: 2.18rem;
	padding: .35rem .3rem;
	background-image: url(../images/106.png);
	background-size: 100% 100%;
}

.s-box {
	width: 100%;
	margin-bottom: .14rem;
}

.s-q {
	font-size: .2rem;
	color: #333;
	line-height: .28rem;
	margin-bottom: .12rem;
}

.s-r {
	font-size: .14rem;
	color: #666;
	line-height: .24rem;
}

.s-s {
	font-size: 12px;
	color: #999;
	line-height: 15px;
}

.s-s:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	background-image: url(../images/32.png);
	background-size: 100% 100%;
	margin-right: .09rem;
}

@media(max-width: 900px) {
	.s-b {
		max-width: 455px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.s-d {
		width: 100%;
		height: auto;
	}

	.s-e {
		height: auto;
	}

	.s-g {
		width: 100%;
	}

	.s-b.swiper-container-horizontal>.swiper-pagination-bullets,
	.s-b .swiper-pagination-custom,
	.s-b .swiper-pagination-fraction {
		bottom: .3rem;
	}

	.s-b .swiper-button-prev,
	.s-b .swiper-button-next {
		bottom: .2rem;
	}

	.s-l {
		text-align: center;
	}

	.s-m {
		margin: 0 10px 20px;
		max-width: 300px;
		width: 100%;
	}

	.s-m:nth-child(3n) {
		margin-right: 10px;
	}

	.s-p {
		text-align: left;
		padding: 15px;
		height: auto;
	}

	.s-q {
		font-size: 14px;
		line-height: 20px;
	}

	.s-r {
		font-size: 12px;
		line-height: 16px;
	}
}

@media(max-width: 500px) {
	.s-a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.s-b {
		max-width: 300px;
	}

	.s-h {
		font-size: 14px;
		line-height: 20px;
	}

	.s-g {
		height: auto;
		padding: 15px 10px;
	}

	.s-j {
		font-size: 12px;
		line-height: 12px;
	}

	.s-j:before {
		margin-right: 5px;
	}

	.s-j1:before {
		width: 12px;
		height: 12px;
	}

	.s-j2:before {
		vertical-align: top;
	}

	.s-k {
		font-size: 12px;
		line-height: 20px;
		height: 60px;
		margin-bottom: 9px;
		height: auto;
		display: block;
	}

	.s-i {
		margin-bottom: 10px;
	}

	.s-more {
		font-size: 14px;
	}

	.s-b.swiper-container-horizontal>.swiper-pagination-bullets,
	.s-b .swiper-pagination-custom,
	.s-b .swiper-pagination-fraction {
		bottom: .28rem;
	}

	.s-m {
		margin-left: 0;
		margin-right: 0;
	}

	.s-m:nth-child(3n) {
		margin-right: 0;
	}

	.s-m:last-child {
		margin-bottom: 0;
	}

	.s-l {
		padding-bottom: 30px;
	}
}

.t-a {
	width: 100%;
	padding-top: .7rem;
	padding-bottom: .8rem;
}

.t-b {
	width: 12.8rem;
	margin: 0 auto;
	overflow: hidden;
}

.t-left {
	width: 8.74rem;
	float: left;
	background-color: #fff;
	padding: .25rem .3rem .4rem;
}

.t-right {
	width: 3.61rem;
	float: right;
	background-image: url(../images/115.png);
	background-size: 100% 100%;
	padding: .35rem .32rem;
}

.t-c {
	font-size: .26rem;
	color: #333;
	line-height: .36rem;
	margin-bottom: .18rem;
}

.t-d {
	width: 100%;
	padding-bottom: .18rem;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	font-size: 0;
}

.t-e {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999;
	line-height: 15px;
	padding-top: 7px;
}

.t-e:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-right: .1rem;
	background-size: 100% 100%;
}

.t-e1:before {
	width: 15px;
	height: 15px;
	background-image: url(../images/32.png);
}

.t-e2:before {
	width: 19px;
	height: 12px;
	background-image: url(../images/100.png);
	vertical-align: middle;
}

.t-e1 {
	padding-right: .34rem;
}

.t-f {
	float: right;
	font-size: 0;
}

.t-g {
	font-size: 14px;
	color: #999;
	vertical-align: top;
	display: inline-block;
	line-height: 30px;
}

.t-h {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	cursor: pointer;
}

.t-h1 {
	background-image: url(../images/107.png);
}

.t-h2 {
	background-image: url(../images/108.png);
}

.t-h3 {
	background-image: url(../images/109.png);
}

.t-h1:hover {
	background-image: url(../images/110.png);
}

.t-h2:hover {
	background-image: url(../images/111.png);
}

.t-h3:hover {
	background-image: url(../images/112.png);
}

.t-i {
	width: 100%;
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.t-i * {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

.t-j {
	padding-top: .3rem;
	border-top: 1px solid rgba(220, 220, 220, 0.6);
	position: relative;
}

.t-k {
	width: 6.56rem;
}

.t-l {
	display: block;
	font-size: .16rem;
	color: #333;
}

.t-l:nth-child(2n+1) {
	margin-bottom: .2rem;
}

.t-l:hover .t-n {
	color: #1b3065;
}

.t-o {
	display: block;
	width: 1.6rem;
	height: .54rem;
	line-height: .54rem;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #1b3065;
	position: absolute;
	right: 0;
	top: .3rem;
	cursor: pointer;
}

.t-o:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 16px;
	background-image: url(../images/114.png);
	background-size: 100% 100%;
	margin-right: 14px;
}

.t-p {
	width: 100%;
	display: block;
	font-size: .22rem;
	color: #333;
	position: relative;
	margin-bottom: .2rem;
}

.t-q {
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.t-q:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 17px;
	background-image: url(../images/116.png);
	background-size: 100% 100%;
	margin-left: 10px;
}

.t-r {
	display: block;
	width: 100%;
	padding-bottom: .15rem;
	border-bottom: 1px solid #dcdcdc;
}

.t-s {
	width: 100%;
	margin-bottom: .16rem;
}

.t-t {
	width: auto;
}

.t-u {
	font-size: .2rem;
	color: #333;
	line-height: 1.4;
}

.t-p:hover .t-q {
	color: #1b3065;
}

.t-r:hover .t-u {
	color: #1b3065;
}

.t-list {
	width: 100%;
	padding-top: .18rem;
}

.t-item {
	display: block;
	width: 100%;
	padding-left: 13px;
	position: relative;
	font-size: .16rem;
	color: #666;
	line-height: 1.5;
	margin-bottom: .1rem;
}

.t-item:last-child {
	margin-bottom: 0;
}

.t-item:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #999;
	position: absolute;
	left: 0;
	top: .11rem;
}

.t-item:hover {
	color: #1b3065;
}

@media(max-width: 900px) {
	.t-b {
		width: 100%;
	}

	.t-c {
		text-align: center;
	}

	.t-left {
		float: none;
		width: 100%;
		padding: 20px 10px;
	}

	.t-right {
		float: none;
		width: 100%;
		background-image: none;
		padding-bottom: 0;
	}

	.t-d {
		text-align: center;
	}

	.t-e {
		font-size: 12px;
	}

	.t-g {
		font-size: 12px;
	}

	.t-f {
		float: none;
		margin-top: 10px;
	}

	.t-l {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.t-l:nth-child(2n+1) {
		margin-bottom: 8px;
	}

	.t-k {
		width: 100%;
		margin-bottom: 20px;
	}

	.t-o {
		font-size: 12px;
		position: relative;
		right: 0;
		top: 0;
	}

	.t-p {
		font-size: 18px;
	}

	.t-u {
		font-size: 14px;
	}

	.t-item {
		font-size: 14px;
	}
}

.teaser {
	opacity: 0;
	transform: translate3d(0, 25%, 0);
	transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.teaser.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.lefter {
	opacity: 0;
	transform: translate3d(-35%, 35%, 0);
	transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.lefter.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.righter {
	opacity: 0;
	transform: translate3d(35%, 35%, 0);
	transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.righter.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.downer {
	opacity: 0;
	transform: translate3d(0, -35%, 0);
	transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.downer.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.lter {
	opacity: 0;
	transform: translate3d(-35%, 0, 0);
	transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.lter.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.rter {
	opacity: 0;
	transform: translate3d(35%, 0, 0);
	transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.rter.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.delay2 {
	transition-delay: 0.2s;
}

.delay4 {
	transition-delay: 0.4s;
}

.delay6 {
	transition-delay: 0.6s;
}

.delay8 {
	transition-delay: 0.8s;
}

.delay10 {
	transition-delay: 1s;
}

#maximg img {
	max-width: 100%;
	height: auto !important
}

.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}