@charset "UTF-8";

/* stylelint-disable at-rule-no-unknown */
html,
body {
	width: 100%;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-variant: tabular-nums;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	-webkit-font-feature-settings: 'tnum';
	font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
	outline: none !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: 0;
	cursor: help;
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
	-webkit-appearance: none;
}

ol,
ul,
dl {
	margin: 0;
	padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 500;
}

dd {
	margin-bottom: 0.5em;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1em;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-text-decoration-skip: objects;
}

a:focus {
	text-decoration: none;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a[disabled] {
	color: fade(#000, 0.25);
	cursor: not-allowed;
	pointer-events: none;
}

pre,
code,
kbd,
samp {
	font-size: 1em;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto;
}

figure {
	margin: 0 0 1em;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75em;
	padding-bottom: 0.3em;
	color: rgba(0, 0, 0, 0.45);
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0.5em;
	padding: 0;
	color: inherit;
	font-size: 1.5em;
	line-height: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

mark {
	padding: 0.2em;
	background-color: #feffe6;
}

::-moz-selection {
	color: #fff;
	background: #449ce7;
}

::selection {
	color: #fff;
	background: #449ce7;
}

a[title="站长统计"] {
	display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}

.h1 {
	font-size: 30px;
}

.h2 {
	font-size: 26px;
}

.h3 {
	font-size: 26px;
}

.f22 {
	font-size: 22px;
}

.h4 {
	font-size: 22px;
}

.h5 {
	font-size: 18px;
}

.h6 {
	font-size: 16px;
}

hr {
	margin-top: 16px;
	margin-bottom: 16px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: "0/0"a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

.text-nowrap {
	white-space: nowrap;
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.c-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.overflow-hidden {
	overflow: hidden;
}

::-webkit-scrollbar {
	background: #f4f4f4;
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	width: 8px;
	height: 8px;
	border-radius: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 8px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	box-shadow: 0 0 0 1000px white inset !important;
}

svg.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.unable-to-interact {
	cursor: not-allowed;
	pointer-events: none;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
}

#pageMain {
	overflow: hidden;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

@font-face {
	font-family: "ITCAvantGardeStd-Bk";
	src: url("../fonts/ITCAvantGardeStd-Bk.otf");
}

/*@font-face {*/
/*    font-family: "PINGFANG BOLD";*/
/*    src: url("../fonts/PINGFANG BOLD.TTF");*/
/*}*/

/*@font-face {*/
/*    font-family: "PINGFANG EXTRALIGHT";*/
/*    src: url("../fonts/pingfang extralight.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: "PINGFANG HEAVY";*/
/*    src: url("../fonts/pingfang heavy.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: "PINGFANG LIGHT";*/
/*    src: url("../fonts/pingfang light.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: "PINGFANG MEDIUM";*/
/*    src: url("../fonts/pingfang medium.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: "PINGFANG REGULAR";*/
/*    src: url("../fonts/pingfang regular.ttf");*/
/*}*/

@font-face {
	font-family: "BEBAS__";
	src: url("../fonts/bebas__.ttf");
}

@font-face {
	font-family: "DIN Condensed Bold";
	src: url("../fonts/din condensed bold.ttf");
}

@font-face {
	font-family: "DIN-BlackAlternate";
	src: url("../fonts/DIN-BlackAlternate.otf");
}

@font-face {
	font-family: "DINCond-Medium";
	src: url("../fonts/DINCond-Medium.otf");
}

@font-face {
	font-family: "DINCond-MediumAlternate";
	src: url("../fonts/DINCond-MediumAlternate.otf");
}

@font-face {
	font-family: "DINPro";
	src: url("../fonts/DINPro.otf");
}

@font-face {
	font-family: "DINPro-Bold";
	src: url("../fonts/DINPro-Bold.otf");
}

@font-face {
	font-family: "DINPro-Regular";
	src: url("../fonts/DINPro-Regular.otf");
}

@font-face {
	font-family: "PT DIN Condensed Cyrillic";
	src: url("../fonts/PT DIN Condensed Cyrillic.ttf");
}

@media only screen and (max-width: 1600px) {
	.h1 {
		font-size: 28px;
	}

	.h2 {
		font-size: 26px;
	}

	.h3 {
		font-size: 22px;
	}

	.f22 {
		font-size: 20px;
	}

	.h4 {
		font-size: 18px;
	}

	.h5 {
		font-size: 16px;
	}

	.h6 {
		font-size: 15px;
	}
}

@media only screen and (max-width: 960px) {
	.h1 {
		font-size: 24px;
	}

	.h2 {
		font-size: 22px;
	}

	.h3 {
		font-size: 20px;
	}

	.f22 {
		font-size: 18px;
	}

	.h4 {
		font-size: 16px;
	}

	.h5 {
		font-size: 15px;
	}

	.h6 {
		font-size: 14px;
	}
}

.page-nav {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 185px);
	position: absolute;
	left: 185px;
	top: 0;
	padding-right: 6%;
	box-sizing: border-box;
	z-index: 3;
}

.page-nav .page-nav-con {
	margin-left: auto;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.page-nav .item {
	padding: 60px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 44px;
	position: relative;
}

.page-nav .item:last-child {
	margin-right: 0;
}

.page-nav .link {
	display: block;
	max-width: 100px;
	text-align: center;
	color: #ffffff;
	position: relative;
	padding-bottom: 4px;
}


.page-nav .link::before,
.page-nav .link::after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #FFFFFF;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.page-nav .link::before {
	right: 50%;
}

.page-nav .link::after {
	left: 50%;
}

.page-nav .item:hover .link::before,
.page-nav .item:hover .link::after,
.page-nav .item.active .link::before,
.page-nav .item.active .link::after {
	width: 50%;
}



.page-nav.bhead .link {
	color: #000000;
}

.page-nav.bhead .link::before,
.page-nav.bhead .link::after {
	background: #000000;
}

.head-nav {
	width: 9.7%;
	position: absolute;
	top: 0;
}

.head-nav-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	border-bottom: 1px solid #A6A6A6;
}

.head-nav-l .page-logo {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #A6A6A6;
}

.head-nav-l .page-logo img {
	width: 90px;
}

.head-nav-l .head-nav-lists {
	width: 45px;
	margin: 40px auto;
	cursor: pointer;
}

.head-nav-l .head-nav-lists span {
	display: block;
	width: 45px;
	height: 3px;
	background: #182449;
	margin-bottom: 4px;
}

.head-nav-l .head-nav-lists span:last-child {
	width: 50%;
	margin-bottom: 0;
}

.hvx {
	position: absolute;
	right: 84px;
	bottom: 77px;
	cursor: pointer;
}

.hvx .hvx-hid {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%, -50%);
	transform: translateX(-50%);
	width: 105px;
	height: 104px;
	background: #ffffff;
	padding: 10px;
	display: none;
}

.head-vx {
	position: absolute;
	bottom: 54px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}

.head-vx .head-vx-hid {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%, -50%);
	transform: translateX(-50%);
	width: 105px;
	height: 104px;
	background: #ffffff;
	padding: 10px;
	display: none;
}

.n-top {
	position: fixed;
	left: 73.5px;
	bottom: 110px;
	text-align: center;
	color: #182449;
	font-size: 14px;
	font-family: "PINGFANG BOLD";
	display: inline-block;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.n-top img {
	width: 40px;
	height: 40px;
}

@media only screen and (max-width: 1480px) {
	.head-nav-l .page-logo .h-img {
		height: 100px;
	}

	.page-nav .item {
		padding: 53px 0;
	}

	.head-nav {
		width: 9.7%;
	}

	.head-nav-l .head-nav-lists {
		width: 40px;
	}

	.head-nav-l .head-nav-lists span {
		width: 40px;
	}
}

@media only screen and (max-width: 1280px) {
	.head-nav-l .page-logo .h-img {
		height: 70px;
	}

	.page-nav .item {
		padding: 38px 0;
	}
}

@media only screen and (max-width: 1043px) {
	.page-nav {
		display: none;
	}

	.head-nav {
		display: none;
	}
}

@media only screen and (min-width: 961px) {
	.hvx:hover .hvx-hid {
		display: block;
	}

	.head-vx:hover .head-vx-hid {
		display: block;
	}

	.n-top:hover {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.page-footer {
	background: #182449;
}

.page-footer .content {
	padding: 60px 0 100px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.page-footer .content .item-l {
	width: 52%;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.page-footer .content .item-l .item {
	width: 13.5%;
	padding-right: 0.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-footer .content .item-l a {
	display: block;
}

.page-footer .content .item-l .title {
	font-size: 14px;
	font-family: "PINGFANG BOLD";
	margin-bottom: 20px;
	color: #FFFFFF;
}

.page-footer .content .item-l .link {
	font-size: 12px;
	font-family: "PINGFANG LIGHT";
	color: #AFAFAF;
	margin-bottom: 6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.page-footer .content .item-r {
	width: 48%;
}

.page-footer .content .item-r .main {
	margin-left: auto;
	width: 70%;
}

.page-footer .content .item-r2 .main {
  width: 94%;
  flex-wrap: nowrap;
  align-items: flex-start;
}
/*.page-footer .content .item-r .item{*/
/*    width: 50%;*/
/*}*/

.page-footer .content .item-r .item:last-child {
	margin-left: auto;
}

.page-footer .content .item-r .tit {
	color: #FFFFFF;
	margin-bottom: 18px;
	font-family: "ITCAvantGardeStd-Bk";
}

.page-footer .content .item-r p {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 3px;
	/*font-family: "ITCAvantGardeStd-Bk";*/
}
.page-footer .content .item-r2 p {
	font-size: 12px;
  word-break: break-all;
}

.page-footer .content .item-r span {
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.copyright {
	padding: 22px 0 38px;
	border-top: 1px solid #808080;
}

.copyright p {
	margin-left: auto;
}

.copyright a {
	font-size: 12px;
	color: #808080;
}

@media only screen and (min-width: 961px) {
	.page-footer .content .item-l .link:hover {
		-webkit-transform: translateX(7px);
		-ms-transform: translateX(7px);
		transform: translateX(7px);
	}

	.page-footer .copyright a:hover {
		color: #ffffff;
	}
}

@media only screen and (max-width: 1440px) {
	.page-footer .content .item-l {
		width: 52%;
	}

	.page-footer .content .item-r {
		width: 48%;
	}

	.page-footer .content .item-r .main {
		width: 85%;
	}
}

@media only screen and (max-width: 1330px) {
	.page-footer .content .item-l {
		width: 54%;
	}

	.page-footer .content .item-r {
		width: 46%;
	}

	.page-footer .content .item-r .main {
		width: 92%;
	}
}

@media only screen and (max-width: 1280px) {
	.page-footer .content .item-l .title {
		font-size: 13px;
	}

	.page-footer .content .item-l .link {
		font-size: 12px;
	}

	.page-footer .content .item-r p {
		font-size: 12px;
	}

	.page-footer .content .item-r .tit {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1200px) {
	.page-footer .content .item-l {
		width: 100%;
	}

	.page-footer .content .item-r {
		width: 52%;
		margin-top: 20px;
	}

	.page-footer .content .item-r .main {
		width: 100%;
	}

	.page-footer .content {
		padding: 60px 0 70px;
	}
}

@media only screen and (max-width: 1043px) {
	.page-footer .content {
		display: none;
	}

	.page-footer .copyright {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 0 15px;
	}

	.page-footer .copyright .item-l {
		display: none;
	}

	.page-footer .copyright p {
		margin-left: 0;
		width: 100%;
	}

	.copyright a {
		display: block;
		text-align: center;
	}
}

.head-phone {
	display: none;
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	background: #ffffff;
	position: relative;
}

.head-phone.sc-head {
	background: #ffffff;
	-webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
}

.head-phone .width1550 {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}

.head-phone .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.head-phone .logo img {
	height: 45px;
}

.head-phone .nav-toggle-list {
	cursor: pointer;
}

.head-phone .nav-toggle-list span {
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 1px;
	border-radius: 1.5px;
	display: block;
}

.head-phone .nav-toggle-list span:first-of-type {
	top: 0;
}

.head-phone .nav-toggle-list span:nth-child(2) {
	opacity: 1;
	margin-top: 8px;
}

.head-phone .nav-toggle-list span:nth-child(3) {
	width: 15px;
	margin-top: 8px;
}

.head-phone .item-r a {
	margin-right: 10px;
}

.head-phone .item-r a:last-child {
	margin-right: 0;
}

.head-phone .phonenav {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: #ffffff;
	display: none;
}

.head-phone .phonenav a {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px dashed #d2bfaf;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1043px) {
	.head-phone {
		display: block;
	}
}

.mbnav-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display: none;
}

.mbnav-btn-list {
	width: 30px;
	height: 18px;
	position: absolute;
	top: 21px;
	right: 15px;
}

.mbnav-btn-item {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #666;
	border-radius: 1px;
	border-radius: 1.5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mbnav-btn-item:nth-of-type(1) {
	top: 0;
}

.mbnav-btn-item:nth-of-type(2) {
	top: 8px;
}

.mbnav-btn-item:nth-of-type(3) {
	width: 50%;
	top: 16px;
}

.mbnav {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	overflow: hidden;
}

.mbnav ::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: rgba(255, 255, 255, 0);
}

.mbnav .data {
	display: none;
}

.mbnav .bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.mbnav .main {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 240px;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .header {
	background-color: #182449;
}

.mbnav .tel {
	padding: 0 20px;
	line-height: 60px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-family: Gothicb, Arial, Helvetica, sans-serif;
}

.mbnav .tel .iconfont {
	display: inline-block;
	color: #ffffff;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	font-size: 22px;
	margin-right: 6px;
}

.mbnav .search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-bottom: none;
	background: #d2bfaf;
}

.mbnav .search .submit {
	border: none;
	outline: none;
	background: none;
	padding: 0;
	width: 22px;
	height: 60px;
	background-size: 20px;
	color: #fff;
	font-size: 22px;
}

.mbnav .search .input {
	width: calc(100% - 22px);
	height: 60px;
	line-height: 1.5;
	border: none;
	padding: 0 0 0 12px;
	outline: none;
	color: #fff;
	font-size: 16px;
	background: none;
}

.mbnav .search ::-moz-placeholder {
	color: #fff;
}

.mbnav .search ::-webkit-input-placeholder {
	color: #fff;
}

.mbnav .search :-ms-input-placeholder {
	color: #fff;
}

.mbnav .item {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 15px;
	border-bottom: 1px solid #f2f2f2;
	color: #777;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.mbnav .item.sub {
	padding-right: 40px;
}

.mbnav .item.sub::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	display: inline-block;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -4.5px;
}

.mbnav .slist {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 240px;
	height: 100%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.mbnav .sitem {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .sitem.active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 1;
	visibility: visible;
}

.mbnav .tit {
	font-size: 16px;
	line-height: 60px;
	padding-right: 20px;
	padding-left: 40px;
	text-align: right;
	background-size: 7px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #f2f2f2;
	position: relative;
}

.mbnav .tit::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	display: inline-block;
	border-left: 1px solid #777;
	border-top: 1px solid #777;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -4.5px;
}

@-webkit-keyframes phone-navtop-animon {
	0% {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes phone-navtop-animon {
	0% {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@-webkit-keyframes phone-navbottom-animon {
	0% {
		width: 50%;
		top: 16px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		width: 100%;
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		width: 100%;
		top: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes phone-navbottom-animon {
	0% {
		width: 50%;
		top: 16px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		width: 100%;
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		width: 100%;
		top: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@-webkit-keyframes phone-navtop-animoff {
	0% {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	50% {
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes phone-navtop-animoff {
	0% {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	50% {
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes phone-navbottom-animoff {
	0% {
		width: 100%;
		top: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	50% {
		width: 100%;
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		width: 50%;
		top: 16px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes phone-navbottom-animoff {
	0% {
		width: 100%;
		top: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	50% {
		width: 100%;
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		width: 50%;
		top: 16px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@media only screen and (max-width: 1043px) {
	.mbnav-btn {
		display: block;
	}

	body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
		-webkit-animation: phone-navtop-animon 0.4s linear forwards;
		animation: phone-navtop-animon 0.4s linear forwards;
	}

	body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
		opacity: 0;
	}

	body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
		-webkit-animation: phone-navbottom-animon 0.4s linear forwards;
		animation: phone-navbottom-animon 0.4s linear forwards;
	}

	body.mbNavOpen .mbnav {
		opacity: 1;
		visibility: visible;
	}

	body.mbNavOpen .mbnav .main {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	body.mbNavOpen .page-header {
		-webkit-transform: translateX(-240px);
		-ms-transform: translateX(-240px);
		transform: translateX(-240px);
	}

	body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
		-webkit-animation: phone-navtop-animoff 0.4s linear forwards;
		animation: phone-navtop-animoff 0.4s linear forwards;
	}

	body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
		opacity: 1;
		-webkit-transition: opacity 0.2s linear 0.2s;
		-o-transition: opacity 0.2s linear 0.2s;
		transition: opacity 0.2s linear 0.2s;
	}

	body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
		-webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
		animation: phone-navbottom-animoff 0.4s linear forwards;
	}

	body.mbNavOff .mbnav {
		opacity: 0;
		visibility: hidden;
	}

	body.mbNavOff .mbnav .main {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.page-aside {
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 11;
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.page-aside.show {
	opacity: 1;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.page-aside .item {
	display: block;
	margin-bottom: 2px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}

.page-aside .content {
	padding-right: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	transform: translateX(-60px);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.page-aside .icon {
	width: 60px;
	height: 60px;
	background: no-repeat 50%/100%;
}

.page-aside .icon.tel {
	background-image: url(../img/icon-tel-w.png);
}

.page-aside .num {
	white-space: nowrap;
	padding-right: 4px;
}

.page-aside .icon.kf {
	background-image: url(../img/icon-kf-w.png);
}

.page-aside .icon.edit {
	background-image: url(../img/icon-edit-w.png);
}

.page-aside .icon.top {
	background-image: url(../img/icon-top-w.png);
}

.hide {
	position: absolute;
	right: 138px;
	top: 0;
	width: 130px;
	height: 130px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: red;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 5;
}

@media only screen and (min-width: 961px) {
	.page-aside .item:hover .content {
		background-color: #0045a7;
	}

	.page-aside .item:hover .hide {
		opacity: 1;
	}
}

@media only screen and (max-width: 960px) {
	.page-aside {
		display: none;
	}
}

.swiper-container {
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	outline: none;
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
	display: none;
}

.swiper-container.typea .swiper-pagination {
	bottom: 5%;
}

.swiper-container.typea .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	display: inline-block;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
	opacity: .35;
	position: relative;
	outline: none;
}

.swiper-container.typea .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.swiper-container.typea .swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-container.typea .swiper-pagination-bullet-active::after {
	background: white;
	-webkit-animation: indicator-loading 6s linear forwards;
	animation: indicator-loading 6s linear forwards;
}

.swiper-container.typeb .swiper-pagination {
	bottom: 30px;
}

.swiper-container.typeb .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: white;
	opacity: 1;
	margin: 0 13px;
	border: 1px solid #FFFFFF;
}

.swiper-container.typeb .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
}

.swiper-container .svg-swiper-pagination {
	bottom: 5%;
	position: absolute;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	position: relative;
	width: 16px;
	height: 16px;
	outline: none;
	margin: 0 12px;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	margin: -6px 0 0 -6px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg {
	opacity: 1;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 0;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2 {
	-webkit-animation: svgCircleAnmi 6s linear forwards;
	animation: svgCircleAnmi 6s linear forwards;
}

.swiper-container .svg-swiper-pagination .svg {
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	display: block;
}

.swiper-container .svg-swiper-pagination .circle1 {
	stroke: #fff;
}

.swiper-container .svg-swiper-pagination .circle2 {
	stroke: #0045a7;
	stroke-dasharray: 0 339;
}

.swiper-container svg:not(:root) {
	overflow: hidden;
}

.swiper-container.swiper-button-block .swiper-button-prev,
.swiper-container.swiper-button-block .swiper-button-next {
	width: 50px;
	height: 120px;
	outline: none;
	background: rgba(0, 0, 0, 0.15);
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.swiper-container.swiper-button-block .swiper-button-prev::after,
.swiper-container.swiper-button-block .swiper-button-next::after {
	font-size: 26px;
	color: #ffffff;
	font-weight: 100;
}

.swiper-container.swiper-button-block .swiper-button-prev:hover,
.swiper-container.swiper-button-block .swiper-button-next:hover {
	background: #0045a7;
}

.swiper-container.swiper-button-block .swiper-button-prev {
	left: 0;
	-webkit-transform: translate(-100px, -50%);
	-ms-transform: translate(-100px, -50%);
	transform: translate(-100px, -50%);
}

.swiper-container.swiper-button-block .swiper-button-next {
	right: 0;
	left: auto;
	-webkit-transform: translate(100px, -50%);
	-ms-transform: translate(100px, -50%);
	transform: translate(100px, -50%);
}

.swiper-container.swiper-button-block:hover .swiper-button-prev {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.swiper-container.swiper-button-block:hover .swiper-button-next {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.swiper-container.swiper-button-hollow .swiper-button-prev,
.swiper-container.swiper-button-hollow .swiper-button-next {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f7f7f7;
	outline: none;
}

.swiper-container.swiper-button-hollow .swiper-button-prev::after,
.swiper-container.swiper-button-hollow .swiper-button-next::after {
	display: none;
}

.swiper-container.swiper-button-hollow .swiper-button-prev .btn-prve,
.swiper-container.swiper-button-hollow .swiper-button-next .btn-prve {
	height: 0px;
	width: 0px;
	border-top: 4px solid transparent;
	border-right: 6px solid #0045a7;
	border-bottom: 4px solid transparent;
}

.swiper-container.swiper-button-hollow .swiper-button-prev .btn-next,
.swiper-container.swiper-button-hollow .swiper-button-next .btn-next {
	height: 0px;
	width: 0px;
	border-top: 4px solid transparent;
	border-left: 6px solid #0045a7;
	border-bottom: 4px solid transparent;
}

.swiper-container.swiper-button-hollow .swiper-button-prev:hover,
.swiper-container.swiper-button-hollow .swiper-button-next:hover {
	background: #0045a7;
}

.swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-next,
.swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-next {
	border-left: 6px solid #ffffff;
}

.swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-prve,
.swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-prve {
	border-right: 6px solid #ffffff;
}

.swiper-container.swiper-button-arrow .swiper-button-prev,
.swiper-container.swiper-button-arrow .swiper-button-next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background: #ffffff;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: relative;
	margin-top: 0;
}

.swiper-container.swiper-button-arrow .swiper-button-prev .h-img,
.swiper-container.swiper-button-arrow .swiper-button-next .h-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.swiper-container.swiper-button-arrow .swiper-button-next {
	margin-left: auto;
}

@-webkit-keyframes indicator-loading {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes indicator-loading {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@media only screen and (max-width: 1480px) {
	.swiper-container.typea .swiper-pagination {
		bottom: 82px;
	}

	.swiper-container.typea .swiper-pagination-bullet {
		width: 60px;
		height: 2px;
	}

	.swiper-container.swiper-button-block .swiper-button-prev,
	.swiper-container.swiper-button-block .swiper-button-next {
		width: 45px;
		height: 108px;
	}

	.swiper-container.swiper-button-block .swiper-button-prev::after,
	.swiper-container.swiper-button-block .swiper-button-next::after {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1280px) {
	.swiper-container.typea .swiper-pagination {
		bottom: 40px;
	}

	.swiper-container.typea .swiper-pagination-bullet {
		width: 48px;
		height: 2px;
	}

	.swiper-container.typeb .swiper-pagination {
		bottom: 15px;
	}

	.swiper-container.typeb .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.swiper-container.swiper-button-block .swiper-button-prev,
	.swiper-container.swiper-button-block .swiper-button-next {
		width: 40px;
		height: 96px;
	}

	.swiper-container.swiper-button-block .swiper-button-prev::after,
	.swiper-container.swiper-button-block .swiper-button-next::after {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1043px) {
	.swiper-container.typea .swiper-pagination {
		bottom: 30px;
	}

	.swiper-container.typea .swiper-pagination-bullet {
		width: 40px;
	}

	.swiper-container.swiper-button-block .swiper-button-prev,
	.swiper-container.swiper-button-block .swiper-button-next {
		width: 35px;
		height: 84px;
	}

	.swiper-container.swiper-button-block .swiper-button-prev::after,
	.swiper-container.swiper-button-block .swiper-button-next::after {
		font-size: 16px;
	}
}

@media only screen and (max-width: 750px) {

	.swiper-container.swiper-button-hollow .swiper-button-prev,
	.swiper-container.swiper-button-hollow .swiper-button-next {
		width: 35px;
		height: 35px;
		display: none;
	}

	.swiper-container.typeb .swiper-pagination {
		bottom: 5px;
	}
}

@-webkit-keyframes svgCircleAnmi {
	0% {
		stroke-dasharray: 0 339;
	}

	to {
		stroke-dasharray: 339 339;
	}
}

@keyframes svgCircleAnmi {
	0% {
		stroke-dasharray: 0 339;
	}

	to {
		stroke-dasharray: 339 339;
	}
}

@-webkit-keyframes indicator-loading {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes indicator-loading {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.c-modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	-o-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.c-modal.show {
	opacity: 1;
	visibility: visible;
}

.c-modal.show .c-modal-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.c-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	cursor: pointer;
}

.c-modal-container {
	max-width: 92%;
	max-height: 92%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.88);
	-ms-transform: scale(0.88);
	transform: scale(0.88);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.c-modal-close {
	position: absolute;
	right: 24px;
	top: 12px;
	z-index: 1;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	opacity: .6;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	color: #ccc;
}

.c-modal-close:hover {
	opacity: 1;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.c-modal-main {
	position: relative;
	z-index: 0;
	display: none;
}

.c-modal-main.active {
	display: block;
}

.c-modal-main.videobox {
	width: 800px;
	padding-bottom: 56.25%;
	max-width: 100%;
}

.c-modal-main.videobox .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-modal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	-o-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.video-modal.show {
	opacity: 1;
	visibility: visible;
}

.video-modal .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
}

.video-modal .main {
	width: 92%;
	max-width: 800px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.video-modal .off {
	color: #ccc;
	font-size: 28px;
	position: absolute;
	right: 18px;
	top: 18px;
	cursor: pointer;
}

.video-modal .off:hover {
	color: #000;
}

.video-modal .video-js {
	width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

#app {
	opacity: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

#app.ready {
	opacity: 1;
}

.h-banner {
	display: none;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.banner>img {
	width: 100%;
	min-height: 100%;
}

.index-banner .video {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.index-banner .swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-position: 50%;
	background-size: cover;
	background-color: #000;
}

.index-banner .swiper-slide .p-banner {
	height: 100vh;
	width: 100%;
}

.index-banner .swiper-slide video {
	width: 100%;
	height: 100vh;
	z-index: 2;
	background-color: #000;
	object-fit: fill;
}

.width1550 {
	/*max-width: 1550px;*/
	/*width: 92%;*/
	/*margin: 0 auto;*/

	width: 80%;
	margin-left: 10%;
}

.width1080 {
	width: 1080px;
	margin: 0 auto;
}

#pageMain {
	overflow: hidden;
	padding-left: 9.7%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.page-main {
	padding-top: 100px;
}

.page-main.notop {
	padding-top: 0;
}

.page-pd {
	padding: 95px 0 35px;
}

.c-imghover {
	overflow: hidden;
}

.c-imghover .c-imghover-item {
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: -webkit-transform .4s ease-out;
	-o-transition: transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.page-dw {
	position: absolute;
	left: 0;
	top: -99px;
	z-index: -1;
}

.center {
	text-align: center;
}

.page-box {
	border-left: 1px solid #A6A6A6;
}

.pw75 {
	padding-left: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pw105 {
	padding-right: 105px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pw56 {
	padding-left: 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pw260 {
	padding-right: 15%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-t {
	font-size: 40px;
	font-family: "ITCAvantGardeStd-Bk";
	font-weight: normal;
	color: #C8C8C8;
	line-height: 1;
}

.page-ft {
	font-size: 32px;
	color: #182449;
	position: relative;
}

.page-ft::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #A6A6A6;
	position: absolute;
	top: 50%;
	left: -45px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 961px) {
	.c-imghover:hover .c-imghover-item {
		-webkit-transition: -webkit-transform 1.2s ease-out;
		transition: -webkit-transform 1.2s ease-out;
		-o-transition: transform 1.2s ease-out;
		transition: transform 1.2s ease-out;
		transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media only screen and (max-width: 1600px) {
	.page-main {
		padding-top: 80px;
	}

	.page-pd {
		padding: 80px 0 25px;
	}

	.pw75 {
		padding-left: 65px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pw260 {
		padding-right: 13%;
	}

	.page-dw {
		top: -79px;
	}
}

@media only screen and (max-width: 1480px) {
	#pageMain {
		padding-left: 9.7%;
	}
}

@media only screen and (max-width: 1366px) {
	.pw75 {
		padding-left: 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pw260 {
		padding-right: 11%;
	}

	.page-t {
		font-size: 36px;
	}

	.page-ft {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1043px) {
	#pageMain {
		padding-left: 0;
	}
}

@media only screen and (max-width: 960px) {
	.page-main {
		padding-top: 60px;
	}

	.banner {
		height: initial;
	}

	.pw260 {
		padding-right: 0;
	}

	.pw75 {
		padding-left: 0;
	}

	.invest-page02 {
		padding-bottom: 30px !important;
	}

	.pw105 {
		padding-right: 0;
	}

	.page-t {
		font-size: 28px;
	}

	.page-ft {
		font-size: 24px;
	}

	.page-ft::before {
		display: none;
	}

	.page-box {
		width: 92%;
		margin: 0 auto;
	}

	#pageMain {
		padding-left: 0;
	}

	.page-pd {
		padding: 30px 0 15px;
	}

	.page-dw {
		top: -59px;
	}

	.h-banner {
		display: block;
		width: 100%;
	}

	.p-banner {
		display: none;
		width: 100%;
	}

	.index .swiper-slide .h-banner {
		height: 100vh;
	}

	/*.index-banner .swiper-slide:nth-child(1){*/

	/*    display: none;*/
	/*}*/
	.index .banner {
		height: -webkit-calc(100vh - 60px);
		height: calc(100vh - 60px);
	}

	.index .video {
		display: none;
	}

	.index .swiper-slide {
		background: none !important;
	}
}

.banner .b_word {
	position: absolute;
	left: 4.4%;
	top: 44%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .b_word .en {
	font-family: "ITCAvantGardeStd-Bk";
	font-size: 60px;
	line-height: 75px;
	color: #fff;
}

.culture .banner .b_word .en {
	color: #000000;
}

.member .banner .b_word .en {
	color: #ffffff;
}

.banner .b_word img {
	height: 149px;
}

.banner .b_word .p {
	font-size: 32px;
	color: #FFFFFF;
	margin-top: 27PX;
	font-weight: 500;
}

.index-banner .swiper-pagination {
	color: #fff;
	width: 556px;
	position: absolute;
	left: 4.5%;
	bottom: 64px;
	font-size: 24px;
	font-family: "ITCAvantGardeStd-Bk";
}

.index-banner .swiper-scrollbar {
	width: 32.1%;
	border-radius: 0;
	position: absolute;
	left: 4.5%;
	background: #fff;
	bottom: 55px;
	height: 3px;
}

.index-banner .swiper-scrollbar-drag {
	border-radius: 0;
	background: none !important;
	-webkit-transition-duration: 0 !important;
	-o-transition-duration: 0 !important;
	transition-duration: 0 !important;
}

.index-banner .swiper-scrollbar-drag::before {
	content: '';
	width: 0%;
	height: 100%;
	background: #182449;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	-webkit-animation-name: example;
	animation-name: example;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes example {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

@keyframes example {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.index-banner .swiper-button-next {
	width: 35px;
	height: 12px;
	background: url(../img/next.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: calc(4.5% + 31.2% - 16px);
	bottom: 72px;
	top: auto;
	right: 62px;
	margin-top: 0;
}

.index-banner .swiper-button-next::after {
	display: none;
}

.index-banner .swiper-button-prev {
	width: 35px;
	height: 12px;
	background: url(../img/prev.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 4.5%;
	bottom: 72px;
	top: auto;
	margin-top: 0;
}

.index-banner .swiper-button-prev::after {
	display: none;
}

/*通用头部*/
.page-mian.pw75 {
	padding-left: 4.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-page01 .lists {
	background: #f2f2f2;
	position: relative;
	overflow: hidden;
}

.index-page01 .swiper-container {
	position: initial;
}

.index-page01 .list {
	position: relative;
	overflow: hidden;
}

.index-page01 .list>img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

.index-page01 .list .hid {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.1);*/
	position: absolute;
	left: 0;
	top: 0;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-page01 .line {
	width: 117px;
	height: 2px;
	background: #000000;
}

.index-page01 .num {
	font-size: 44px;
	font-family: "ITCAvantGardeStd-Bk";
	color: #000000;
	line-height: 1;
	margin: 6px 0 14px;
}

.index-page01 .tit {
	font-weight: bold;
	color: #000000;
}

.index-page01 p {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 1.84;
	width: 85%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: none;
}

.index-page01 .More {
	padding: 26px 16% 26px 0;
	display: inline-block;
	float: right;
}

.index-page01 .swiper-button-prev,
.index-page01 .swiper-button-next {
	top: auto;
	bottom: 21.5px;
	width: 17px;
	height: 32px;
}

.index-page01 .swiper-button-prev {
	left: 50px;
	background: url(../img/index01-p.png) no-repeat center/cover;
}

.index-page01 .swiper-button-next {
	right: 0;
	left: calc(50px + 30px + 15px);
	background: url(../img/index01-n.png) no-repeat center/cover;
}

.More {
	font-size: 14px;
	color: #333333;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.More span {
	display: inline-block;
	margin-left: 7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 47px;
	height: 5px;
	background: url(../img/index01-btn.png) no-repeat center/cover;
}

.index-page02 .lists {
	background: #F2F2F2;
	padding-bottom: 60px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.index-page02 .More {
	margin-top: 90px;
	display: block;
	max-height: 198px;
}

.index-page02 .texts {
	width: 42%;
	padding: 70px 5.5% 0 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-page02 .texts .text {
	overflow-y: auto;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 175px;
	color: #808080;
	line-height: 1.59;
	font-size: 16px;
}

.index-page02 .texts .text::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.index-page02 .texts .text::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #182449;
}

.index-page02 .texts .text::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 10px;
	background: #dddddd;
}

.index-page02 .img {
	width: 58%;
	margin-top: -118px;
	overflow: hidden;
}

.index-page02 .img img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-page03 .page-tit-l {
	width: 64.3%;
}

.index-page03 .swiper-button {
	position: absolute;
	bottom: 24px;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 56px;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-page03 .swiper-button span {
	margin: 0 16px;
	display: inline-block;
	width: 1px;
	height: 30px;
	background: #FFFFFF;
}

.index-page03 .swiper-button-prev,
.index-page03 .swiper-button-next {
	position: initial;
	margin-top: 0;
}

.index-page03 .page-tit-r {
	width: 35.7%;
	margin-left: auto;
	padding: 0 150px 0 4.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index-page03 .page-tit-r a {
	width: 106px;
	font-size: 16px;
	color: #808080;
	padding-bottom: 12px;
	text-align: right;
	position: relative;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-page03 .page-tit-r a:first-child {
	margin-right: 58px;
}

.index-page03 .page-tit-r a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 1px;
	background: #A6A6A6;
	position: absolute;
	top: 0;
	left: 0;
}

.index-page03 .page-tit-r a::after {
	content: "";
	width: 0;
	height: 2px;
	background: #182449;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-page03 .page-tit-r a:hover,
.index-page03 .page-tit-r a.active {
	color: #000000;
}

.index-page03 .page-tit-r a:hover::before,
.index-page03 .page-tit-r a.active::before {
	background: #000000;
}

.index-page03 .page-tit-r a:hover::after,
.index-page03 .page-tit-r a.active::after {
	width: 100%;
}

.index-page03 .lists {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.index-page03 .item-l {
	width: 64.3%;
	overflow: hidden;
}
.index-page03 .item-l .swiper-slide{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-page03 .item-l .swiper-slide img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%;
	height: 100%;
}

.index-page03 .item-l .hid {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 24px 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-page03 .item-l .hid p {
	font-size: 24px;
	color: #FFFFFF;
	width: 44%;
	line-height: 1.1;
	padding-left: 6.7%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 52px;
}

.index-page03 .item-r {
	width: 35.7%;
	background: #F2F2F2;
}

.index-page03 .item-r .item-r-top {
	padding: 45px 150px 40px 11.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #A6A6A6;
}

.index-page03 .item-r .item-r-top .item-r-nav{
	height: 420px;
	overflow-y: auto;
}

.index-page03 .item-r .item-r-bot {
	padding: 39px 260px 39px 11.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.index-page03 .item-r .h4 {
	color: #182449;
	margin-bottom: 35px;
}

.index-page03 .item-r .item {
	margin-bottom: 24px;
}

.index-page03 .item-r .img {
	width: 28.6%;
	overflow: hidden;
}

.index-page03 .item-r .img img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

.index-page03 .item-r .texts {
	width: 71.4%;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index-page03 .item-r .text-t {
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.15;
	font-family: "ITCAvantGardeStd-Bk";
	/*height: 36px;*/
}

.index-page03 .item-r .time {
	font-size: 14px;
	/*font-family: AvantGarde;*/
	font-family: "ITCAvantGardeStd-Bk";
	font-weight: normal;
	color: #959595;
	margin-top: 5px;
}

.index-page04 .lists {
	padding: 120px 0 305px;
}

.index-page04 .texts {
	width: 425px;
	margin-left: 8.3%;
}

.index-page04 .h3 {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	margin-top: 8px;
}

.index-page04 .h6 {
	color: #FFFFFF;

	line-height: 1.32;
}

.index-page04 .h6:first-child {
	margin-bottom: 16px;
}

.index-page04 .lines,
.index-page04 .line {
	width: 100%;
	height: 1px;
	background: #ffffff;
	margin: 20px 0;
}

.index-page05 {
	padding-bottom: 90px;
}

.index-page05 .lists {
	padding: 0 5.4% 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 15px;
}

.index-page05 .lists-box {
	padding: 0 70px 0;
	box-sizing: border-box;
	position: relative;
}

.index-page05 .lists-box::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 38px;
	background: #ffffff;
	position: absolute;
	left: 70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.index-page05 .lists-box::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 38px;
	background: #ffffff;
	position: absolute;
	right: 70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}


.index-page05 .swiper-container {
	position: initial;
}

.index-page05 .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-page05 .list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-page05 .list .h-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

/*.index-page05 .list.swiper-slide-active .h-img{*/
/*    opacity: 1;*/
/*}*/
/*.index-page05 .list.swiper-slide-active .p-img{*/
/*    opacity: 0;*/
/*}*/
.index-page05 .list.swiper-slide .h-img {
	opacity: 0;
}

.index-page05 .list.swiper-slide .p-img {
	opacity: 1;
}

.index-page05 .list.swiper-slide:hover .p-img {
	opacity: 0;
}

.index-page05 .list.swiper-slide:hover .h-img {
	opacity: 1;
}

.index-page05 .list::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 38px;
	background: #AFAFAF;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index-page05 .swiper-button-next,
.index-page05 .swiper-button-prev {
	width: 20px;
	height: 40px;
}

.index-page05 .swiper-button-next {
	right: 0;
	background: url(../img/index05-n.png) no-repeat center/cover;
}

.index-page05 .swiper-button-next::after {
	display: none;
}

.index-page05 .swiper-button-prev {
	left: 0;
	background: url(../img/index05-p.png) no-repeat center/cover;
}

.index-page05 .swiper-button-prev::after {
	display: none;
}

.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 999;
}

.z_tanchuang .tbox {
	display: table-cell;
	vertical-align: middle;
	background: #000000 url(../img/z_tanchuang.png) no-repeat center/cover;
}

/* å¼¹çª—å†…å®¹ */
.z_tanchuang .tbox .modal {
	position: relative;
	/* width: 90%; */
	padding: 0 11.8% 0 14.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* max-width: 1920px;
	max-height: 52.15%; */
	margin: 0 auto;
	height: 90%;
}

.z_tanchuang .tbox .out {
	position: absolute;
	width: 46px;
	height: 46px;
	background: url(../img/out.png) center no-repeat;
	color: #000;
	cursor: pointer;
	right: 75px;
	top: 75px;
	z-index: 99;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.z_tanchuang .tbox .out:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.z_tanchuang a {
	display: block;
	font-size: 24px;
	color: #808080;
	height: 65px;
	line-height: 65px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.z_tanchuang a::before {
	content: "";
	width: 3px;
	height: 100%;
	background: transparent;
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 1;
}

.z_tanchuang a span {
	font-size: 12px;
	color: #808080;
}

.z_tanchuang .item-l {
	width: 63.47%;
}

.z_tanchuang .item-r {
	width: 36.53%;
}

.z_tanchuang .item-r .z-tit {
	font-size: 26px;
	color: #FFFFFF;
	line-height: 1;
}

.z_tanchuang .item-r .z-desc {
	color: #FFFFFF;
	margin-top: 5px;
}

.z_tanchuang .item-r .item-r-box {
	margin-left: auto;
	max-width: 275px;
	text-align: left;
}

.z-lists {
	width: 50%;
	position: relative;
	padding: 65px 0;
}

.z-lists::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #808080;
	position: absolute;
	left: 0;
	top: 0;
}

.z-navs {
	width: 50%;
	position: relative;
	padding: 48px 0;
}

.z-navs::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #808080;
	position: absolute;
	left: 0;
	top: 0;
}

.z-navs .item-n span {
	margin-left: 20px;
}

.z-navs .item-n.active {
	color: #ffffff;
}

.z-navs .item-n.active::before {
	content: "";
	width: 3px;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	left: -1px;
	top: 0;
}

.z-navs .item-n.active span {
	color: #ffffff;
}

.z-list {
	display: none;
}

.z-list span {
	margin-left: 44px;
}

.z-list .item-ll:hover {
	color: #ffffff;
}

.z-list .item-ll:hover::before {
	content: "";
	width: 3px;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	left: -1px;
	top: 0;
}

.z-list .item-ll:hover span {
	color: #ffffff;
}

.z-list.active {
	display: block;
}

.z_tanchuang .tbox .modal2 {
	padding: 20px;
}

.z_tanchuang.one {
	-ms-transform: scaleY(0.01) scaleX(0);
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
	-ms-transform: scale(0);
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
	-ms-transform: scale(1);
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* å¼¹çª—åŠ¨ç”» */
@keyframes unfoldIn {
	0% {
		-webkit-transform: scaleY(0.005) scaleX(0);
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		-webkit-transform: scaleY(0.005) scaleX(1);
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes unfoldOut {
	0% {
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}

	50% {
		-webkit-transform: scaleY(0.005) scaleX(1);
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		-webkit-transform: scaleY(0.005) scaleX(0);
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-webkit-keyframes unfoldOut {
	0% {
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}

	50% {
		-webkit-transform: scaleY(0.005) scaleX(1);
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		-webkit-transform: scaleY(0.005) scaleX(0);
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes unfoldIn {
	0% {
		-webkit-transform: scaleY(0.005) scaleX(0);
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		-webkit-transform: scaleY(0.005) scaleX(1);
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		-webkit-transform: scaleY(1) scaleX(1);
		transform: scaleY(1) scaleX(1);
	}
}

@media only screen and (min-width: 961px) {
	.More:hover {
		color: #182449;
	}

	.More:hover span {
		-webkit-transform: translateX(7px);
		-ms-transform: translateX(7px);
		transform: translateX(7px);
		background: url(../img/index01-hbtn.png) no-repeat center/cover;
	}

	.index-page01 .list:hover>img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.index-page01 .swiper-button-prev:hover {
		background: url(../img/index01-ph.png) no-repeat center/cover;
	}

	.index-page01 .swiper-button-next:hover {
		background: url(../img/index01-nh.png) no-repeat center/cover;
	}

	.index-page02 .img:hover img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.index-page03 .item-l .swiper-slide:hover img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.index-page03 .item-l:hover .hid {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.index-page03 .item-l:hover .swiper-button {
		opacity: 1;
	}

	.index-page03 .item-r .item:hover img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.index-page03 .item-r .item:hover .text-t {
		color: #182449;
	}

	.index-page05 .swiper-button-next:hover {
		background: url(../img/index05-nh.png) no-repeat center/cover;
	}

	.index-page05 .swiper-button-prev:hover {
		background: url(../img/index05-ph.png) no-repeat center/cover;
	}
}
@media only screen and (min-width: 2000px) {
	.index-page03 .item-r .item-r-top .item-r-nav{height: 620px;}
}
@media only screen and (max-width: 1680px) {
	.banner .b_word img {
		height: 120px;
	}

	.banner .p {
		font-size: 26px;
	}

	.index-page03 .item-r .item-r-top {
		padding: 45px 80px 20px 11.5%;
	}

	.index-page03 .item-r .item {
		margin-bottom: 20px;
	}

	.index-page03 .item-r .h4 {
		margin-bottom: 30px;
	}

	.index-page03 .item-r .item-r-bot {
		padding: 30px 80px 30px 11.5%;
	}

	.page-footer .content .item-l {
		width: 54%;
	}

	.page-footer .content .item-r {
		width: 46%;
	}
}

@media only screen and (max-width: 1600px) {
	.index-page01 .num {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1480px) {
	.banner .b_word img {
		height: 100px;
	}

	.banner .b_word .p {
		font-size: 26px;
		margin-top: 20px;
	}

	.index-page01 p {
		width: 100%;
	}

	.index-page01 .list .hid {
		padding: 45px;
	}

	.index-page01 .num {
		font-size: 40px;
	}

	.index-page02 .img {
		margin-top: -106px;
	}

	.index-page02 .More {
		margin-top: 80px;
	}

	.index-page03 .item-r .item-r-top {
		padding: 30px 40px 15px 40px;
	}

	.index-page03 .item-r .item {
		margin-bottom: 15px;
	}

	.index-page03 .item-r .h4 {
		margin-bottom: 20px;
	}

	.index-page03 .item-r .item-r-bot {
		padding: 20px 40px 20px 11.5%;
	}

	.index-page03 .item-r .text-t {
		-webkit-line-clamp: 1;
		height: 18px;
	}

	.index-page03 .page-tit-r {
		width: 35.7%;
		padding: 0 40px 0 4.5%;
	}

	.index-page01 .line {
		width: 105px;
	}
	.page-t{font-size: 30px;}
	.page-ft{font-size: 18px;}
}

@media only screen and (max-width: 1366px) {
	.index-page02 .More {
		margin-top: 60px;
	}

	.index-page02 .texts {
		padding: 60px 5% 0 40px;
	}

	.index-page02 .texts .text {
		max-height: 110px;
	}

	.index-page01 .list .hid {
		padding: 40px;
	}

	.index-page01 .line {
		width: 100px;
	}
}

@media only screen and (max-width: 1280px) {
	.banner .b_word img {
		height: 80px;
	}

	.banner .b_word .p {
		font-size: 22px;
	}

	.index-page01 .num {
		font-size: 36px;
	}

	.z_tanchuang .tbox .modal {
		padding: 0 6%;
	}
}

@media only screen and (max-width: 960px) {

	.index-page01 .swiper-button-prev,
	.index-page01 .swiper-button-next {
		display: none;
	}

	.index-page01 .list .hid {
		padding: 20px;
	}

	.index-page01 .num {
		font-size: 24px;
	}

	.index-page01 .line {
		display: none;
	}

	.index-page01 p {
		width: 100%;
	}

	.index-page01 .More {
		padding: 20px 20px 20px 0;
		float: initial;
		padding-left: 20px;
	}

	.index-page02 .img {
		width: 100%;
		margin-top: 0;
	}

	.index-page02 .texts {
		width: 100%;
		padding: 20px 0 0;
	}

	.index-page02 .lists {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 20px 20px 20px 20px;
	}

	.index-page02 .More {
		margin-top: 20px;
	}

	.index-page05 .list::after {
		display: none;
	}

	.index-page05 .swiper-button-prev,
	.index-page05 .swiper-button-next {
		display: none;
	}

	.index-page05 .lists {
		margin-top: 0;
		padding: 0 0 30px;
	}

	.index-page05 .lists::before {
		display: none;
	}

	.index-page05 .lists::after {
		display: none;
	}

	.index-page05 {
		padding-bottom: 0;
	}

	.index-page05 .lists-box {
		padding: 0;
	}

	.index-page05 .lists-box::after {
		display: none;
	}

	.index-page05 .lists-box::before {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
	.banner .b_word {
		left: 4%;
	}

	.banner .b_word img {
		height: 60px;
	}

	.banner .b_word .p {
		margin-top: 10px;
		font-size: 20px;
	}

	.banner .b_word .en {
		font-size: 40px;
		line-height: 28px;
	}

	.index .banner .swiper-pagination {
		width: 90%;
		right: auto;
		left: 5%;
		bottom: 30px;
	}

	.index .banner .swiper-scrollbar {
		width: 90%;
		left: 5%;
		right: auto;
		bottom: 20px;
	}

	.index .banner .swiper-button-next {
		right: 10px;
		bottom: 40px;
		margin-top: -6px;
		left: auto;
	}

	.index .banner .swiper-button-prev {
		right: auto;
		left: 10px;
		bottom: 40px;
		margin-top: -6px;
	}

	.index-page05 .list {
		border: 1px solid #eeeeee;
	}

	.index-page05 .list img {
		height: 45px;
	}
}

.member .banner .b_word .p {
	color: #fff;
}
.member .page-box-nav{
	position: relative;
}
.member .page-box-nav a {
	width: 50%;
}

.member .page-box-nav a.active {
	background: #182449;
	color: #ffffff;
}
.member .page-box-nav .prev{
	cursor: pointer;
	position: absolute;
	left:10px;
	top:50%;
	transform: translateY(-50%);
	z-index: 4;
}
.member .page-box-nav .next{
	cursor: pointer;
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	z-index: 4;
}

.member .text {
	font-size: 16px;
	color: #808080;
}

.member .lists {
	padding: 80px 10.5% 140px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.member .lists.active {
	display: block;
}

.member .lists img {
	display: block;
	margin: 0 auto;
}

.page-box {
	position: relative;
}

.page-box-main {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 2;
	background: #ffffff;
}

.page-box-nav {
	margin-top: -74px;
	position: relative;
	z-index: 1;
}

.page-box-nav a {
	display: inline-block;
	text-align: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
	border-bottom: 1px solid #A6A6A6;
	background: #ffffff;
}

.page-box-nav a.active {
	background: #182449;
	color: #ffffff;
}

@media only screen and (min-width: 960px) {

	.page-box-nav a:hover,
	.page-box-nav a.active {
		background: #182449;
		color: #ffffff;
	}
}

.member-bot {
	display: none;
	text-align: center;
	background: #f2f2f2;
	position: relative;
	z-index: 1;
	margin-top: -140px;
	padding: 210px 20px 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-bot.active {
	display: block;
}

.member-bot .desc {
	font-size: 14px;
	color: #808080;

}

.member-bot .link {
	font-size: 14px;
	color: #182449;
	margin-top: 6px;
	display: inline-block;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.member-bot .link:hover {
	border-bottom: 1px solid #182449;
}

@media only screen and (max-width: 1480px) {
	.member .lists {
		padding: 70px 6% 100px;
	}
}

@media only screen and (max-width: 1366px) {
	.member .lists {
		padding: 60px 6% 80px;
	}

	.member-bot {
		padding: 190px 20px 70px;
	}
}

@media only screen and (max-width: 960px) {
	.member .lists {
		padding: 0 0 30px;
	}

	.member .page-box-nav {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.member .page-box-nav a {
		padding: 0px 0px 3px;
		border: none;
		width: auto;
		margin-right: 13px;
		border-bottom: 1px solid transparent;
		font-size: 16px;
	}

	.member .page-box-nav a.active {
		background: #ffffff;
		color: #182449;
		border-bottom: 1px solid #182449;
	}

	.member .text {
		font-size: 14px;
	}

	.member-bot {
		margin-top: 0;
		padding: 30px 4% 30px;
	}

	.page-box-main {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.page-box {
		border-left: none;
	}
}

.culture .banner .b_word .p {
	color: #000000;
}

.cult-page01 .lists {
	background: #f2f2f2;
	padding-bottom: 60px;
}

.cult-page01 .list {
	position: relative;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cult-page01 .list::after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 168px);
	height: 1px;
	background: #A6A6A6;
	bottom: 1px;
	right: 0;
}

.cult-page01 .swiper-container {
	position: initial;
}

.cult-page01 .texts {
	width: 41.7%;
	padding-top: 70px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cult-page01 .img {
	width: 58.3%;
	margin-top: -118px;
	position: relative;
	overflow: hidden;
}

.cult-page01 .img::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f2f2f2;
	bottom: 0px;
	right: 0;
	z-index: 1;
}

.cult-page01 .img img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cult-page01 .h4 {
	color: #000000;
}

.cult-page01 .text {
	font-size: 14px;
	color: #666666;
	line-height: 1.67;
	margin: 24px 0 25px;
	padding-right: 45%;
	/* -webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical; */
}

.cult-page01 .item {
	margin-right: 22px;
}

.cult-page01 .desc {
	font-size: 12px;
	color: #818181;
	margin-top: 3px;
	text-align: center;
}

.cult-page01 .swiper-button-prev,
.cult-page01 .swiper-button-next {
	top: auto;
	bottom: 38px;
}

.cult-page01 .swiper-button-prev {
	left: 44px;
}

.cult-page01 .swiper-button-next {
	left: 89px;
}

.cult-page01 .invest-btn {
	position: absolute;
	left: 45px;
	bottom: -20px;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.cult-page01 .swiper-button-prev {
	margin-right: 20px;
	background: url(../img/index05-p.png) no-repeat center/cover;
}

.cult-page01 .swiper-button-next,
.cult-page01 .swiper-button-prev {
	position: initial;
	width: 20px;
	height: 40px;
}

.cult-page01 .swiper-button-next {
	background: url(../img/index05-n.png) no-repeat center/cover;
}

.cult-page01 .item .item-img {
	margin: 0 auto;
}

.cult-page03 .lists {
	padding-bottom: 80px;
}

.cult-page03 .texts {
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cult-page03 .tit {
	color: #000000;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.cult-page03 .time {
	font-size: 14px;
	color: #B4B4B4;
	margin: 2px 0 25px;
}

.cult-page03 .text {
	font-size: 14px;
	color: #808080;
	line-height: 2.17;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 90px;
}

.cult-page03 .More {
	margin-top: 70px;
	display: block;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cult-page03 .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cult-page03 .list {
	margin-bottom: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cult-page03 .list .img {
	overflow: hidden;
}

.cult-page03 .list .img img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}



.cult-page03 .swiper-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
}

.cult-page03 .swiper-button-next,
.cult-page03 .swiper-button-prev {
	position: relative;
	margin-top: 0;
	bottom: auto;
}

.cult-page03 .swiper-button-next img,
.cult-page03 .swiper-button-prev img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cult-page03 .swiper-button-next .h-img,
.cult-page03 .swiper-button-prev .h-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.cult-page03 .swiper-button-next.swiper-button-disabled,
.cult-page03 .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.cult-page03 .swiper-button-next:hover .p-img,
.cult-page03 .swiper-button-prev:hover .p-img {
	opacity: 0;
}

.cult-page03 .swiper-button-next:hover .h-img,
.cult-page03 .swiper-button-prev:hover .h-img {
	opacity: 1;
}

.cult-page03 .swiper-pagination {
	position: initial;
	width: auto;
	margin: 0 40px;
	font-family: "ITCAvantGardeStd-Bk";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #AFAFAF;
}

.cult-page03 .swiper-scrollbar {
	position: initial;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
}

@media only screen and (min-width: 961px) {
	.cult-page01 .img:hover img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.cult-page01 .swiper-button-prev:hover {
		background: url(../img/index05-ph.png) no-repeat center/cover;
	}

	.cult-page01 .swiper-button-next:hover {
		background: url(../img/index05-nh.png) no-repeat center/cover;
	}

	.cult-page03 .list:hover {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	}

	.cult-page03 .list:hover .More {
		opacity: 1;
	}

	.cult-page03 .list:hover .img img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.cult-page03 .list:hover .tit {
		color: #182449;
	}
}

@media only screen and (max-width: 1480px) {
	.cult-page01 .text {
		padding-right: 20px;
	}

	.cult-page01 .item .item-img {
		width: 40px;
	}

	/* .cult-page01 .text {
		margin: 20px 0 20px;
		-webkit-line-clamp: 2;
	} */

	.cult-page01 .texts {
		padding-top: 50px;
		padding-left: 40px;
	}

	.page-box-nav a {
		padding: 10px;
	}

	.banner .b_word .en {
		font-size: 50px;
	}

	.index-banner .swiper-pagination {
		width: 330px;
	}
}

@media only screen and (max-width: 1280px) {
	.cult-page01 .texts {
		padding-top: 30px;
		padding-left: 30px;
	}

	.cult-page01 .item .item-img {
		width: 35px;
	}

	.cult-page01 .img {
		margin-top: -95px;
	}
}

@media only screen and (max-width: 960px) {
	.cult-page03 .list {
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
	}

	.cult-page01 .texts {
		width: 100%;
		padding: 25px 20px;
	}

	.cult-page01 .text {
		-webkit-line-clamp: initial;
		padding-right: 0;
	}

	.cult-page01 .img {
		margin-top: 0;
		width: 100%;
	}

	.cult-page01 .list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.cult-page01 .invest-btn {
		display: none;
	}

	.cult-page01 .list::after {
		display: none;
	}

	.cult-page01 .lists {
		padding-bottom: 0;
	}

	.index-page04 .texts {
		width: 100%;
		margin-left: 0;
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.index-page04 .lists {
		padding: 10px 0 10px;
	}

	.cult-page03 .More {
		margin-top: 20px;
		display: none;
	}

	.cult-page03 .time {
		margin: 2px 0 10px;
	}

	.cult-page03 .texts {
		padding: 20px 20px;
	}

	.cult-page03 .lists {
		padding-bottom: 30px;
	}
}

.news-page02 .lists {
	background: #f2f2f2;
	padding: 50px 0 30px 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news-page02 .swiper-button {
	position: relative;
	margin-top: 30px;
}

.news-page02 .swiper-button-prev,
.news-page02 .swiper-button-next {
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-page02 .swiper-button-prev img,
.news-page02 .swiper-button-next img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-page02 .swiper-button-prev .h-img,
.news-page02 .swiper-button-next .h-img {
	opacity: 0;
}

.news-page02 .list {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}

.news-page02 .list .texts {
	padding: 25px 35px 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news-page02 .list .tit {
	font-family: "PINGFANG MEDIUM";
	color: #000000;
	margin: 22px 0 5px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-page02 .list .img {
	overflow: hidden;
}

.news-page02 .list .img img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-page02 .list .text {
	font-size: 14px;
	color: #808080;
	line-height: 1.67;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 92px;
}

.news-page02 .list .year {
	background: url(../img/news-b4.png) no-repeat center/cover;
	display: inline-block;
	width: 91px;
	height: 41px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "ITCAvantGardeStd-Bk";
}

.news-page02 .list::after {
	content: "";
	width: 0;
	height: 3px;
	background: #182449;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-page02 .swiper-container {
	position: initial;
}

.news-page03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 0 55px;
}

.news-page03 .ewm {
	width: 125px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.news-page03 .img {
	padding: 8px 9px 13px 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #A6A6A6;
}

.news-page03 .desc {
	font-size: 12px;
	color: #182449;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-page03 .tit {
	font-family: "PINGFANG BOLD";
	color: #182449;
}

.news-page03 .text {
	color: #4D4D4D;
	font-family: "PINGFANG LIGHT";
	margin: 4px 0 16px;
}

@media only screen and (min-width: 961px) {
	.news-page02 .list:hover .img img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.news-page02 .list:hover .tit {
		color: #182449;
	}

	.news-page02 .list:hover::after {
		width: 100%;
	}

	.news-page02 .swiper-button-prev:hover,
	.news-page02 .swiper-button-next:hover {
		background: #182449;
	}

	.news-page02 .swiper-button-prev:hover .p-img,
	.news-page02 .swiper-button-next:hover .p-img {
		opacity: 0;
	}

	.news-page02 .swiper-button-prev:hover .h-img,
	.news-page02 .swiper-button-next:hover .h-img {
		opacity: 1;
	}
}

@media only screen and (max-width: 1366px) {
	.news-page03 {
		padding: 80px 0 50px;
	}
}

@media only screen and (max-width: 1280px) {
	.index-page03 .item-r .item-r-top {
		padding: 30px 30px 15px 30px;
	}

	.index-page03 .item-l .hid p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 960px) {
	.news-page02 .lists {
		padding: 0px 0 30px 0;
	}

	.news-page02 .swiper-button {
		display: none;
	}

	.news-page02 .lists {
		background: #ffffff;
	}

	.news-page02 .list {
		border: 1px solid #f2f2f2;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.news-page03 {
		padding: 0px 0 30px;
	}

	.news-page02 .list .texts {
		padding: 20px 15px;
	}

	.news-page02 .list .tit {
		margin: 0 0 8px;
	}

	.news-page02 .list .year {
		display: none;
	}

	.index-page03 .item-l {
		width: 100%;
	}

	.index-page03 .item-r {
		width: 100%;
	}

	.index-page03 .item-r .item-r-top {
		padding: 25px 20px 10px 20px;
	}

	.index-page03 .page-tit-r {
		padding: 0;
		margin-top: 15px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.index-page03 .page-tit-r a::before {
		display: none;
	}

	.index-page03 .page-tit-r a {
		width: auto;
		padding: 0 5px 10px;
	}

	.index-page03 .page-tit-r a:first-child {
		margin-right: 20px;
	}

	.index-page03 .item-r .item-r-bot {
		padding: 20px 40px 20px 20px;
	}

	.index-page03 .item-r .h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.head-phone .logo {
		width: 70%;
	}

	.index-page03 .page-tit-l {
		width: 100%;
	}

	.index-page03 .page-tit-r {
		width: 100%;
	}

	.index-page03 .page-tit-r {
		margin-top: 10px;
	}

	.index-page03 .page-tit-r a:first-child {
		margin-right: 10px;
	}
}

.culture-detail .item-l {
	width: 75.7%;
	padding-right: 10.4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.culture-detail .item-l .texts {
	font-size: 14px;
	color: #808080;
	line-height: 1.9;
	padding: 60px 0 180px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.culture-detail .item-l .title {
	border-bottom: 1px solid #A6A6A6;
	padding: 90px 0 60px;
}

.culture-detail .item-l img {
	margin: 0 auto;
	display: block;
}

.culture-detail .item-l .tit {
	font-size: 40px;
	color: #000000;
	margin-bottom: 10px;
}

.culture-detail .item-l .text {
	font-size: 14px;
	color: #818181;
}

.culture-detail .item-l .text p {
	margin-right: 35px;
}

.culture-detail .item-r {
	width: 24.3%;
	background: #f2f2f2;
}

.culture-detail .item-r .item-r-box {
	padding: 95px 65px 20px 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.culture-detail .item-r .h4 {
	margin-bottom: 35px;
	color: #182449;
	font-weight: bold;
}

.culture-detail .item-r .item {
	margin-bottom: 24px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.culture-detail .item-r .img {
	width: 31.9%;
	overflow: hidden;
}

.culture-detail .item-r .img img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

.culture-detail .item-r .texts {
	width: 68.1%;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.culture-detail .item-r-nav {
	padding-bottom: 56px;
}

.culture-detail .page-box {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.culture-detail .text-t {
	font-size: 14px;
	color: #000000;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.15;
	height: 32px;
}

.culture-detail .time {
	font-size: 14px;
	font-family: AvantGarde;
	font-weight: normal;
	color: #959595;
	margin-top: 2px;
}

.item-l-bot {
	padding: 30px 0 100px;
	border-top: 1px solid #A6A6A6;
}

.item-l-bot .page-l {
	width: calc(100% - 100px);
}

.item-l-bot .page-l .page-item {
	width: 26.6%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-l-bot .page-l span {
	font-size: 15px;
	color: #808080;
	margin-right: 15px;
}

.item-l-bot .page-l a {
	font-size: 14px;
	color: #000000;
	width: calc(100% - 48px);
	display: inline-block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.item-l-bot .page-r {
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
}

.item-l-bot .page-r a {
	font-size: 14px;
	color: #808080;
}

.item-l-bot .page-r::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 20px;
	background: url(../img/page-n.png) no-repeat center/cover;
	margin-right: 30px;
}

.item-l-bot .item-tit {
	color: #182449;
	font-weight: bold;
}

.item-l-bot .text-t {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 13px;
	color: #000000;
	line-height: 1.12;
	height: 29px;
}

.item-l-bot .time {
	font-size: 14px;
	color: #9B9B9B;
	margin-top: 3px;
}

.culture-detail .item-r-bot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #a6a6a6;
	padding-top: 20px;
}

.culture-detail .item-r-bot>span {
	width: 42px;
	font-size: 14px;
}

.culture-detail .item-r-bot a {
	width: 21px;
	height: 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 8px;
}

.culture-detail .item-r-bot a.share span {
	width: 18px;
	height: 18px;
	display: block;
}

.culture-detail .item-r-bot a.share span.weixin {
	background: url(../img/weixin.png) no-repeat center/100%;
}

.culture-detail .item-r-bot a.share span.weibo {
	background: url(../img/weibo.png) no-repeat center/100%;
}

.culture-detail .item-r-bot a.share span.qq {
	background: url(../img/qq.png) no-repeat center/100%;
}

.culture-detail .item-r-bot .share:hover .weixin {
	background: url(../img/weixin-b.png) no-repeat center/100%;
}

.culture-detail .item-r-bot .share:hover .weibo {
	background: url(../img/weibo-b.png) no-repeat center/100%;
}

.culture-detail .item-r-bot .share:hover .qq {
	background: url(../img/qq-b.png) no-repeat center/100%;
}

.bsTop {
	width: 100% !important;
}

.bsFrameDiv>div {
	height: 100% !important;
	width: 100% !important;
	display: block;
}

.bsFrameDiv>div img {
	width: 100% !important;
	height: 100% !important;
	padding: 21px;
	display: inline-block;
	margin: 0 !important;
}

@media only screen and (min-width: 961px) {
	.culture-detail .item-r .item:hover .img img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.culture-detail .item-r .item:hover .text-t {
		color: #182449;
	}
}

@media only screen and (min-width: 961px) {
	.item-l-bot .page-r:hover a {
		color: #182449;
	}

	.item-l-bot .page-l .page-item:hover a {
		color: #182449;
	}
}

@media only screen and (max-width: 1480px) {
	.culture-detail .item-l .tit {
		font-size: 36px;
	}

	.culture-detail .item-l .texts {
		padding: 60px 0 120px;
	}

	.culture-detail .item-l {
		padding-right: 8%;
	}

	.culture-detail .item-r .item-r-box {
		padding: 75px 20px 20px 20px;
	}

	.culture-detail .text-t {
		-webkit-line-clamp: 1;
		line-height: 1.15;
		height: 16px;
	}

	.culture-detail .item-r .item {
		margin-bottom: 15px;
	}

	.culture-detail .item-r-nav {
		padding-bottom: 40px;
	}

	.culture-detail .item-r .h4 {
		margin-bottom: 25px;
	}

	.item-l-bot {
		padding: 30px 0 90px;
	}
}

@media only screen and (max-width: 1366px) {
	.culture-detail .item-l .tit {
		font-size: 32px;
	}

	.culture-detail .item-l {
		padding-right: 6%;
	}

	.culture-detail .item-r .item-r-box {
		padding: 50px 20px 20px 20px;
	}

	.culture-detail .item-r .h4 {
		margin-bottom: 20px;
	}

	.culture-detail .item-r-nav {
		padding-bottom: 30px;
	}

	.culture-detail .item-l .title {
		padding: 80px 0 50px;
	}
}

@media only screen and (max-width: 960px) {
	.culture-detail .item-l .tit {
		font-size: 24px;
		text-align: center;
	}

	.culture-detail .item-l .title {
		padding: 20px 0 20px;
	}

	.culture-detail .item-l {
		width: 100%;
		padding-right: 0;
	}

	.culture-detail .item-r {
		width: 100%;
		height: auto !important;
		margin-bottom: 30px;
	}

	.culture-detail .item-l .texts {
		padding: 20px 0 25px;
	}

	.item-l-bot {
		padding: 20px 0 30px;
	}

	.item-l-bot .page-l {
		width: 100%;
	}

	.item-l-bot .page-l .page-item {
		width: 100%;
	}

	.item-l-bot .page-r {
		display: none;
	}

	.culture-detail .item-l .text {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.culture-detail .item-l .text p {
		margin-right: 15px;
	}

	.culture-detail .item-l .text p:last-child {
		margin-right: 0;
	}

	.culture-detail .item-r .item-r-box {
		padding: 25px 20px 0 20px;
	}

	.culture-detail .text-t {
		-webkit-line-clamp: 2;
		height: 32px;
	}

	.culture-detail .item-r-nav {
		padding-bottom: 10px;
	}

	.culture-detail .item-r-bot {
		display: none;
	}
}

.product .page-box-nav a {
	width: 14%;
	border-right: 1px solid #a6a6a6;
}

.product .page-box-nav a:last-child {
	border-right: 1px solid transparent;
}

.product .page-box-nav a:hover,
.product .page-box-nav a.active {
	border-right: 1px solid transparent;
}

.pro-page01 {
	background: #F2F2F2;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.pro-page01 .item-l,
.pro-page01 .item-r {
	width: 50%;
}

.pro-page01 .item-l {
	padding: 160px 70px 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pro-page01 .tit {
	font-size: 34px;
	color: #000000;
	line-height: 1.3;
}

.pro-page01 .ftit {
	font-size: 17px;
	color: #000000;
}

.pro-page01 .text {
	font-size: 17px;
	color: #808080;
	line-height: 1.18;
	margin: 50px 0 25px;
	width: 78.8%;
	border-bottom: 1px solid #A6A6A6;
	padding-bottom: 20px;
}

.pro-page01 .item {
	font-size: 17px;
	color: #818181;
	width: 82px;
	height: 29px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #a6a6a6;
	margin-right: 10px;

}

.pro-page01 .learn-more {
	font-size: 17px;
	border: 1px solid #a6a6a6;
	color: #a6a6a6;
	width: 160px;
	height: 43px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 170px;
}

.pro-page01 .learn-more::after {
	background: #182449;
	content: "";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.pro-page01 .learn-more:hover {
	color: #FFFFFF;
	border: 1px solid transparent;
}

.pro-page01 .learn-more:hover::after {
	width: 100%;
}

.pro-page02 .f-tit {
	color: #000000;
	line-height: 1.2;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.pro-page02 .model {
	font-size: 12px;
	color: #B2B2B2;
}

.pro-page02 .con .img {
	text-align: center;
	margin-bottom: 35px;
}

.pro-page02 .con .text {
	padding: 0 14%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pro-page02 .con-hide {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	padding: 78px 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pro-page02 .con-hide .model {
	color: #FFFFFF;
	margin: 8px 0 50px;
}

.pro-page02 .con-hide-texts {
	padding: 0 8%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pro-page02 .represent {
	font-size: 12px;
	color: #FFFFFF;
	width: 61px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin-bottom: 45px;
}

.pro-page02 .tit {
	font-size: 27px;
	color: #FFFFFF;
	line-height: 1.23;
}

.pro-page02 .watch-more {
	font-size: 12px;
	color: #FFFFFF;
}

.pro-page02 .list {
	width: 25%;
	position: relative;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 45px 0 32px;
}

.pro-page02 .list:nth-child(4n) .con-hide,
.pro-page02 .list:nth-child(4n-1) .con-hide {
	right: 0;
	left: auto;
}


.pro-page02 .load-more {
	padding: 28px 0 0;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #999999;
}

.pro-page02 {
	padding-bottom: 30px;
}

.pro-page02 .load-more img {
	margin-right: 18px;
}

.prodeta {
	position: fixed;
	background: black;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	bottom: 0;
	z-index: 1000;
	display: none;
}

.prodeta .img {
	width: 69%;
	margin: 10% auto 0;
	text-align: center;
}

.prodeta .prodeta-close {
	display: inline-block;
	position: absolute;
	top: 75px;
	right: 75px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.prodeta .centent {
	position: absolute;
	width: 300px;
	left: 200px;
	color: #ffffff;
	bottom: 14%;
}

.prodeta .line {
	width: 117px;
	height: 2px;
	background: #FFFFFF;
}

.prodeta .num {
	font-size: 47px;
	color: #FFFFFF;
	line-height: 1.1;
	margin: 6px 0 10px;
	font-family: "ITCAvantGardeStd-Bk";
}

.prodeta .tite {
	color: #FFFFFF;
	font-weight: bold;
}

.prodeta .desc,
.prodeta .text {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.34;
}

.prodeta .text {
	margin: 23px 0 42px;
}

.prodeta .item {
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
}

.prodeta .item p {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 3px;
}

.product-bot {
	text-align: center;
	background: #f2f2f2;
	position: relative;
	z-index: 1;
	margin-top: -160px;
	padding: 245px 4% 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product-bot .tit {
	font-weight: bold;
	color: #182449;
}

.product-bot .text {
	color: #4D4D4D;
	margin: 10px 0 73px;
}

.product-bot form {
	max-width: 400px;
	width: 92%;
	margin: 0 auto;
}

.product-bot .form-item {
	display: inline-block;
	position: relative;
	width: 100%;
}

.product-bot .form-item input {
	width: 100%;
	padding: 0 80px 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border: none;
	outline: none;
}

.product-bot .form-item input::-webkit-input-placeholder {
	font-size: 17px;
	color: #B2B2B2;
}

.product-bot .form-item input::-moz-placeholder {
	font-size: 17px;
	color: #B2B2B2;
}

.product-bot .form-item input:-ms-input-placeholder {
	font-size: 17px;
	color: #B2B2B2;
}

.product-bot .form-item input::-ms-input-placeholder {
	font-size: 17px;
	color: #B2B2B2;
}

.product-bot .form-item input::placeholder {
	font-size: 17px;
	color: #B2B2B2;
}

.product-bot .form-item .e-btn {
	border:none;
	width: 25px;
	height: 18px;
	background: url(../img/e-btn.png);
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 961px) {
	.prodeta .prodeta-close:hover {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.pro-page02 .list.on {
		width: 50%;
	}

	.pro-page02 .list.on img {
		max-width: 50%;
	}

	.pro-page02 .list.on .con-hide {
		-webkit-transform: translatex(0);
		-ms-transform: translatex(0);
		transform: translatex(0);
		width: calc(100% + 2px);
	}

}

@media only screen and (max-width: 1680px) {
	.pro-page01 .item-l {
		padding: 110px 70px 80px;
	}

	.pro-page01 .learn-more {
		margin-top: 109px;
	}

	.prodeta .num {
		font-size: 45px;
	}
}

@media only screen and (max-width: 1600px) {
	.pro-page01 .tit {
		font-size: 32px;
	}

	.prodeta .num {
		font-size: 43px;
	}
}

@media only screen and (max-width: 1480px) {
	.prodeta .centent {
		left: 150px;
	}

	.pro-page01 .text {
		width: 100%;
		margin: 40px 0 25px;
	}

	.pro-page01 .learn-more {
		margin-top: 80px;
	}

	.pro-page01 .item-l {
		padding: 90px 60px 70px;
	}

	.pro-page02 .con-hide {
		padding: 55px 0 40px;
	}

	.pro-page02 .con-hide .model {
		margin: 8px 0 40px;
	}

	.pro-page01 .tit {
		font-size: 30px;
	}

	.prodeta .num {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1366px) {
	.pro-page01 .item-l {
		padding: 80px 50px 60px;
	}

	.product-bot {
		margin-top: -160px;
		padding: 230px 4% 70px;
	}

	.product-bot .text {
		margin: 10px 0 50px;
	}

	.pro-page01 .tit {
		font-size: 28px;
	}

	.prodeta .num {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1280px) {
	.pro-page01 .item-l {
		padding: 70px 50px 50px;
	}

	.pro-page01 .learn-more {
		margin-top: 60px;
	}

	.product-bot {
		margin-top: -110px;
		padding: 180px 4% 70px;
	}

	.pro-page01 .tit {
		font-size: 26px;
	}

	.prodeta .num {
		font-size: 32px;
	}
}

@media only screen and (max-width: 960px) {
	.product .page-box-nav {
		margin-top: 30px;
		margin-bottom: 20px;
		overflow-x: auto;
		flex-wrap: nowrap;
		border-bottom: 1px solid #eeeeee;
	}

	.product .page-box-nav .box {
		width: 150%;
	}

	.product .page-box-nav::-webkit-scrollbar {
		display: none;
	}

	.product .page-box-nav::-webkit-scrollbar-thumb {
		display: none;
	}

	.product .page-box-nav a.active {
		background: #ffffff;
		color: #182449;
		border-bottom: 1px solid #182449;
	}

	.product .page-box-nav a {
		padding: 0px 0px 8px;
		border: none;
		width: auto;
		margin-right: 13px;
		border-bottom: 1px solid transparent;
		min-width: 80px;
		font-size: 16px;
	}

	.pro-page01 .item-l,
	.pro-page01 .item-r {
		width: 100%;
	}

	.pro-page01 .item-l,
	.pro-page01 .item-r img {
		width: 100%;
	}

	.pro-page01 .item-l {
		padding: 20px 15px 20px;
	}

	.pro-page01 .tit {
		font-size: 22px;
	}

	.pro-page01 .text {
		width: 100%;
		margin: 15px 0 20px;
	}

	.pro-page01 .learn-more {
		font-size: 14px;
		width: 125px;
		height: 30px;
		margin: 20px auto 0;
	}

	.pro-page02 .list {
		width: 50%;
	}

	.pro-page02 .list:nth-child(2n-1) {
		border-left: 1px solid #DCDCDC;
	}

	.pro-page02 .con-hide {
		display: none;
	}

	.product-bot {
		margin-top: -100px;
		padding: 130px 4% 30px;
	}

	.pro-page02 .load-more {
		padding: 15px 0 0;
	}

	.product-bot form {
		width: 100%;
	}

	.product-bot .text {
		margin: 10px 0 20px;
	}

	.pro-page02 .con .text {
		padding: 0 15px;
	}

	.prodeta {
		height: auto;
	}

	.prodeta .img {
		width: 92%;
		margin-top: 100px;
	}

	.prodeta .centent {
		left: 4%;
		width: 92%;
	}

	.prodeta .num {
		font-size: 28px;
	}

	.prodeta .prodeta-close {
		width: 30px;
		right: 20px;
		top: 20px;
	}

	.prodeta .line {
		display: none;
	}

	.pro-page01 .text {
		font-size: 15px;
	}

	.pro-page01 .item {
		font-size: 15px;
	}

	.prodeta .text {
		margin: 15px 0 20px;
	}

	.product-bot .form-item input::-webkit-input-placeholder {
		font-size: 15px;
	}

	.product-bot .form-item input::-moz-placeholder {
		font-size: 15px;
	}

	.product-bot .form-item input:-ms-input-placeholder {
		font-size: 15px;
	}

	.product-bot .form-item input::-ms-input-placeholder {
		font-size: 15px;
	}

	.product-bot .form-item input::placeholder {
		font-size: 15px;
	}

	.pro-page02 .f-tit {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
}

.invest-page01 .list {
	background: #F2F2F2;
	padding: 55px 0 0 56px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.invest-page01 .item-l {
	width: 54.9%;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.invest-page01 .item-l img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.invest-page01 .item-r-texts {
	padding-right: 79px;
}

.invest-page01 .item-r {
	width: 45.1%;
	position: relative;
}

.invest-page01 .item-r::after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 227px);
	height: 1px;
	background: #A6A6A6;
	left: 0;
	bottom: 45px;
}

.invest-page01 .item-r .item-r-box {
	margin-left: auto;
	padding-left: 60px;
	overflow: hidden;
}

.invest-page01 .item-r .tit {
	color: #182449;
	font-family: "PINGFANG BOLD";
	margin-top: 40px;
}

.invest-page01 .item-r .text {
	font-size: 16px;
	color: #666666;
	margin-top: 36px;
	height: 220px;
	overflow-y: auto;
	margin-bottom: 62px;
	padding-right: 15px;
}

.invest-page02 {
	padding-bottom: 95px;
}

.invest-page03 {
	display: none;
}

.invest-page01 .item-r .text::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.invest-page01 .item-r .text::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #182449;
}

.invest-page01 .item-r .text::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 10px;
	background: #dddddd;
}

.invest-page01 .swiper-button-prev,
.invest-page01 .swiper-button-next {
	width: 20px;
	height: 40px;
	position: initial;
	right: 0;
}

.invest-page01 .swiper-container {
	padding-bottom: 45px;
}

.invest-page01 .swiper-button-prev {
	background: url(../img/index05-p.png) no-repeat center/cover;
	margin-right: 35px;
}

.invest-page01 .swiper-button-next {
	background: url(../img/index05-n.png) no-repeat center/cover;
}

.invest-btn {
	width: 122px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	text-align: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	bottom: -22px;
}

.invest-page02 .lists {
	margin-top: 10px;
}

.invest-page02 .swiper-container {
	padding-top: 69px;
	height: 408px;
}

.invest-page02 .swiper-container::after {
	content: "";
	width: 100%;
	height: 9px;
	background: url(../img/invest02-b.png) no-repeat center/cover;
	position: absolute;
	top: 124px;
	left: 0;
	z-index: -1;
}

.invest-page02 .swiper-pagination {
	display: none;
}

.invest-page02 .list-con {
	width: 108px;
	height: 108px;
	border: 1px solid #f2f2f2;
	display: inline-block;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	background: #ffffff;
}

.invest-page02 .list-con p {
	font-size: 14px;
	color: #808080;
	margin-top: 6px;
}

.invest-page02 .list {
	border-radius: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.invest-page02 .list .hid-act {
	position: absolute;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 226px;
	height: 226px;
	position: absolute;
	z-index: 3;
	padding: 10px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
}

.invest-page02 .contents {
	position: absolute;
	width: 750px;
	left: 50%;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	text-align: center;
	display: none;
	bottom: 20px;
	margin-top: 25px;
}

.invest-page02 .contents span {
	margin-top: 5px;
}

.invest-page02 .contents .hdesc {
	font-size: 14px;
	color: #808080;
	line-height: 1.75;
	margin-top: 7px;
	height: 72px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.invest-page02 .htit {
	font-size: 22px;
	font-family: "PINGFANG MEDIUM";
	color: #182449;
}

.invest-page02 .swiper-slide-active .hid-act {
	opacity: 1;
}

.invest-page02 .swiper-slide-active .contents {
	display: block;
}

@media only screen and (min-width: 961px) {
	.invest-page01 .item-l:hover img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.invest-page01 .swiper-button-prev:hover {
		background: url(../img/index05-ph.png) no-repeat center/cover;
	}

	.invest-page01 .swiper-button-next:hover {
		background: url(../img/index05-nh.png) no-repeat center/cover;
	}
}

@media only screen and (max-width: 1680px) {
	.invest-page01 .item-r .text {
		height: 148px;
	}

	.width1550 {
		width: 85%;
	}

	.page-footer .content .item-r .main {
		width: 90%;
	}
}

@media only screen and (max-width: 1600px) {
	.invest-page01 .item-r .text {
		height: 148px;
		margin-bottom: 50px;
	}

	.invest-page01 .invest-btn {
		margin-left: 0;
		-webkit-box-pack: end;
		-webkit-justify-content: end;
		-ms-flex-pack: end;
		justify-content: end;
		bottom: -15px;
	}
}

@media only screen and (max-width: 1480px) {
	.invest-page01 .item-r::after {
		display: none;
	}

	.invest-page01 .invest-btn {
		bottom: 0;
	}

	.invest-page01 .item-r-texts {
		padding-right: 0;
	}

	.invest-page01 .item-r .text {
		height: 190px;
	}

	.invest-page02 .list .hid-act {
		height: 200px;
		width: 200px;
	}
}

@media only screen and (max-width: 1280px) {
	.invest-page02 .list .hid-act {
		height: 150px;
		width: 150px;
	}

	.invest-page02 .swiper-container {
		padding-top: 35px;
		height: 340px;
	}

	.invest-page02 .swiper-container::after {
		top: 89px;
	}
}

@media only screen and (max-width: 1200px) {
	.invest-page01 .item-r .text {
		height: 125px;
	}

	.invest-page01 .item-r .text {
		margin-top: 20px;
	}

	.invest-page01 .item-r .tit {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 960px) {
	.invest-page02 .swiper-pagination {
		display: block;
	}

	.invest-page02 .swiper-container::after {
		display: none;
	}

	.invest-page02 .swiper-container {
		height: 370px;
	}

	.invest-page02 .swiper-pagination-bullet-active {
		background: #182449;
	}

	.invest-page02 .list .hid-act {
		width: 108px;
		height: 108px;
	}

	.invest-page02 .contents {
		width: 100%;
	}

	.invest-page01 .list {
		padding: 15px;
	}

	.invest-page01 .item-l {
		width: 100%;
	}

	.invest-page01 .item-r {
		width: 100%;
	}

	.invest-page01 .item-r .item-r-box {
		padding-left: 0;
	}

	.invest-page01 .invest-btn {
		display: none;
	}

	.invest-page01 .swiper-container {
		padding-bottom: 0;
	}

	.invest-page01 .item-r .text {
		margin-bottom: 10px;
	}

	.invest-page01 .item-r .text {
		margin-top: 15px;
	}

	.invest-page02 .swiper-container {
		padding-top: 0;
	}

	.invest-page02 .contents {
		position: initial;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		margin-top: 128px;
	}

	.invest-page02 .contents .hdesc {
		height: 144px;
		-webkit-line-clamp: 6;
	}

	.invest-page02 .swiper-pagination-bullets {
		bottom: 0;
	}
}

.whol-page01 .video {
	width: 58.1%;
	position: relative;
	overflow: hidden;
}

.whol-page01 .video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-bottom: -6px;
}

.whol-page01 .video .video {
	width: 100%;
}

.whol-page01 .item-r {
	width: 41.9%;
	background: #f2f2f2;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: -6px;
	position: relative;
}

.whol-page01 .item-r .texts {
	border-top: 1px solid #a6a6a6;
	padding: 0 11% 0 10%;
}

.whol-page01 .item-r .text {
	font-size: 16px;
	color: #808080;
	line-height: 1.58;
	margin-bottom: 40px;
	margin-top: 58px;
	height: 280px;
	overflow-y: auto;
	padding-right: 15px;
}

.whol-page01 .item-r .text::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.whol-page01 .item-r .text::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #182449;
}

.whol-page01 .item-r .text::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 10px;
	background: #dddddd;
}

.whol-page01 .lists {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.whol-page01 .video-main {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 11.7%;
	cursor: pointer;
}

.whol-page02 .lists {
	padding-left: 75px;
	position: relative;
}

.whol-page02 .lists::after {
	content: '';
	height: 1px;
	width: 75px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #A6A6A6;
}

.whol-page02 .swiper-container::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #A6A6A6;
	left: 0;
	top: 50%;
	z-index: 0;
}

.whol-page02 .swiper-slide {
	z-index: 1;
	overflow: hidden;
	padding: 188px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.whol-page02 .swiper-slide:nth-child(2n-1) .main {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	margin-top: 28px;
  height: 50%;
}

.whol-page02 .swiper-slide:nth-child(2n-1) .main .main-box {
	padding-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.whol-page02 .swiper-slide:nth-child(2n-1) .main .time {
	margin-bottom: 13px;
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.whol-page02 .swiper-slide:nth-child(2n-1) .main .line {
	background: url(../img/line.png) no-repeat center/cover;
}

.whol-page02 .main {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -18px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.whol-page02 .main .line {
	width: 9px;
	height: 187px;
	background: #182449;
	position: absolute;
	left: 0;
	background: url(../img/line-bot.png) no-repeat center/cover;
}

.whol-page02 .main .main-box {
	width: calc(100% - 9px);
	padding-left: 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 100px;
}

.whol-page02 .sport {
	position: relative;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.whol-page02 .sport span {
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #A6A6A6;
}

.whol-page02 .time {
	color: #000000;
	margin-top: 28px;
	line-height: 1;
}

.whol-page02 .text {
	font-size: 14px;
	color: #808080;
	line-height: 1.36;
	font-family: "PINGFANG REGULAR";
}

.whol-page03 .page-pd {
	padding: 95px 0 50px 75px;
}

.whol-page03 .lists {
	background: #F2F2F2;
	position: relative;
	padding-bottom: 90px;
}

.whol-page03 .item-l {
	width: 28.35%;
	padding-right: 13.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 95px;
}

.whol-page03 .item-l .h4 {
	color: #182449;
}

.whol-page03 .item-l .descs {
	font-size: 14px;
	color: #808080;
	line-height: 1.42;
	margin-top: 7px;
	/* overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical; */
}

.whol-page03 .item-r {
	width: 71.65%;
}

.whol-page03 .item-r .text {
	font-size: 14px;
	color: #000000;
	line-height: 1.25;
	height: 27px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 83%;
	margin: 17px auto;
}

.whol-page03 .item-r .text span {
	display: inline-block;
	width: calc(83% - 36px);
	padding-left: 10px;
	box-sizing: border-box;
}

.whol-page03 .item-r .text::before {
	content: "";
	width: 36px;
	height: 36px;
	background: url(../img/whol03-i.png) no-repeat center/cover;
	display: inline-block;
}

.whol-page03 .swiper-button {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 35px;
}

.whol-page03 .swiper-container {
	position: initial;
	margin-top: -145px;
}

.whol-page03 .btn {
	width: 122px;
}

.whol-page03 .swiper-button-prev,
.whol-page03 .swiper-button-next {
	width: 21px;
	height: 39px;
	position: initial;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 0;
}

.whol-page02 .swiper-button-prev,
.whol-page02 .swiper-button-next {
	display: none;
}

.whol-page02 .swiper-container:hover .swiper-button-prev,
.whol-page02 .swiper-container:hover .swiper-button-next {
	display: block;
}

.whol-page02 .swiper-button-prev,
.whol-page03 .swiper-button-prev {
	background: url(../img/btn-b1.png) no-repeat center/cover;
}

.whol-page02 .swiper-button-next,
.whol-page03 .swiper-button-next {
	background: url(../img/btn-b3.png) no-repeat center/cover;
	margin-left: 39px;
}

.whol-page03 .line {
	width: calc(100% - 122px);
	height: 1px;
	background: #A6A6A6;
}

.whol-page03 .item-r .list .img {
	overflow: hidden;
}

.whol-page03 .item-r .list .img img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

.whol-page04 .page-tit {
	padding-bottom: 0;
}

.whol-page04 .page-ft {
	line-height: 1;
	margin-top: 7px;
}

.whol-page05 .page-tit {
	padding-bottom: 230px;
	padding-left: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.whol-page05 .lists {
	background: #F2F2F2;
	padding-bottom: 140px;
	border: 1px solid transparent;
	position: relative;
}

.whol-page05 .swiper-container {
	position: initial;
}

.whol-page05 .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-webkit-flex-direction: initial;
	-ms-flex-direction: initial;
	flex-direction: initial;
}

.whol-page05 .lists-box {
	margin-top: -193px;
	z-index: 3;
}

.whol-page05 .list {
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	background: #ffffff;
	padding: 50px 42px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.whol-page05 .list.active {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	border-top: none;
	border-right: none;
}

.whol-page05 .list::after {
	content: "";
	width: 0;
	height: 3px;
	background: #182449;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.whol-page05 .h1 {
	color: #808080;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.whol-page05 .text {
	font-size: 14px;
	color: #808080;
	margin: 10px 0 28px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.whol-page05 .detail {
	font-size: 14px;
	color: #808080;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.whol-page05 .detail span {
	background: url(../img/whol05-n.png) no-repeat center/cover;
	display: inline-block;
	margin-left: 7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 47px;
	height: 5px;
}

.whol-page05 .swiper-button-next,
.whol-page05 .swiper-button-prev {
	position: initial;
	margin-top: 0;
	margin-left: 27px;
	width: 20px;
	height: 40px;
}

.whol-page05 .swiper-button-prev {
	background: url(../img/index05-p.png) no-repeat center/cover;
}

.whol-page05 .swiper-button-next {
	background: url(../img/index05-n.png) no-repeat center/cover;
}

.whol-page05 .page-btn {
	position: absolute;
	bottom: 60px;
	width: 100%;
}

.whol-page05 .page-btn-l {
	width: 148px;
}

.whol-page05 .page-btn-r {
	width: calc(100% - 148px);
	height: 1px;
	background: #a6a6a6;
}

.whol05-hid {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #ffffff;
	display: none;
}

.whol05-hid .box {
	width: 72.5%;
	margin: 0 auto;

	overflow-y: auto;
}

.whol05-hid .hide-two .box {
	height: calc(100vh - 280px);
}

.whol05-hid .hide-one {
	background: #f2f2f2;
	padding: 40px 0 20px;
	position: relative;
}

.whol05-hid .ftit {
	font-size: 42px;
	color: #000000;
}

.whol05-hid .address {
	font-size: 14px;
	color: #808080;
	line-height: 1.65;

}

.whol05-hid .time {
	font-size: 12px;
	color: #808080;
	margin: 14px 0 3px;
}

.whol05-hid .welfare {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 40px;
}

.whol05-hid .welfare p {
	padding: 2px 10px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #808080;
	margin-right: 10px;
	line-height: 1.2;
}

.whol05-hid .whol05-hid-close {
	display: inline-block;
	width: 42px;
	height: 41px;
	background: url(../img/whol05-hid-close.png) no-repeat center/cover;
	position: absolute;
	right: 60px;
	top: 60px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.whol05-hid .hide-two {
	padding: 40px 0 0 0;
}

.whol05-hid .hide-two .text {
	margin-bottom: 40px;
}

.whol05-hid .hide-two .tit {
	font-size: 14px;
	color: #666666;
}

.whol05-hid .hide-two .con {
	font-size: 14px;
	color: #666666;
	line-height: 2.43;
	margin-top: 7px;
	/*max-height: 204px;*/
	overflow-y: auto;
	display: inline-block;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.whol05-hid .hide-two .con::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.whol05-hid .hide-two .con::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #182449;
}

.whol05-hid .hide-two .con::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 10px;
	background: #dddddd;
}

.whol05-hid .hide-two .submit {
	width: 21px;
	height: 15px;
	background: url(../img/hol-submit.png) no-repeat center/cover;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.whol05-hid .hide-two .hid-form {
	max-width: 341px;
	position: relative;
}

.whol05-hid .hide-two input {
	width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border: none;
	outline: none;
	height: 42px;
	padding: 0 46px 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.whol05-hid .hide-two .texts-bot {
	margin-top: 90px;
}

.whol05-hid .hide-two .wximg {
	margin-left: 23px;
	cursor: pointer;
	position: relative;
}

.whol05-hid .hide-two .wximg-hid {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 105px;
	padding: 10px;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.whol-page06 {
	padding-bottom: 100px;
}

.whol-page06 .contact-map {
	height: 560px;
}

.whol-page06 .amap-markers {
	top: 167px !important;
}

@media only screen and (min-width: 961px) {
	.whol-page01 .video:hover>img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.whol-page02 .swiper-button-prev:hover,
	.whol-page03 .swiper-button-prev:hover {
		background: url(../img/btn-b2.png) no-repeat center/cover;
	}

	.whol-page02 .swiper-button-next:hover,
	.whol-page03 .swiper-button-next:hover {
		background: url(../img/btn-b4.png) no-repeat center/cover;
	}

	.whol-page03 .item-r .list:hover .img img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

	.whol-page03 .item-r .list:hover .text {
		color: #182449;
	}

	.whol-page05 .list:hover {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	}

	.whol-page05 .list:hover .h1 {
		color: #000000;
	}

	.whol-page05 .list:hover .text {
		color: #000000;
	}

	.whol-page05 .list:hover .detail {
		color: #333333;
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	.whol-page05 .list:hover .detail span {
		background: url(../img/whol05-nh.png) no-repeat center/cover;
	}

	.whol-page05 .list:hover:after {
		width: 100%;
	}

	.whol05-hid .whol05-hid-close:hover {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.whol05-hid .hide-two .wximg:hover .wximg-hid {
		display: block;
	}

	.whol-page05 .swiper-button-prev:hover {
		background: url(../img/index05-ph.png) no-repeat center/cover;
	}

	.whol-page05 .swiper-button-next:hover {
		background: url(../img/index05-nh.png) no-repeat center/cover;
	}
}

@media only screen and (max-width: 1600px) {
	.whol-page03 .item-l {
		width: 28.35%;
		padding-right: 10%;
		padding-top: 75px;
	}

	.whol-page03 .item-r .text {
		width: 90%;
	}
}

@media only screen and (max-width: 1480px) {
	.whol-page03 .item-r .text {
		width: 96%;
	}

	.whol-page03 .item-r .text::before {
		width: 32px;
		height: 32px;
	}

	.whol-page03 .item-r .text span {
		width: calc(83% - 32px);
	}

	.whol-page03 .swiper-container {
		margin-top: -135px;
	}

	.whol-page03 .item-l {
		padding-right: 5%;
		padding-top: 75px;
	}

	.whol05-hid .hide-two .texts-bot {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 960px) {
	.whol-page01 .video {
		width: 100%;
	}

	.whol-page01 .item-r {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 0;
	}

	.whol-page01 .item-r .texts {
		border-top: none;
		padding: 0 15px;
	}

	.whol-page01 .item-r .text {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 0px;
	}

	.whol-page02 .lists {
		padding-left: 0;
	}

	.whol-page02 .lists::after {
		display: none;
	}

	.whol-page02 .swiper-slide {
		padding: 96px 0;
	}

	.whol-page02 .swiper-slide::after {
		position: absolute;
		content: '';
		left: 4px;
		top: calc(50% + 1px);
		width: 2px;
		height: 2px;
		background-color: #182449;
		z-index: 10;
	}

	.whol-page02 .swiper-slide::before {
		position: absolute;
		content: '';
		left: 1px;
		top: 49%;
		width: 8px;
		height: 8px;
		background-color: #fff;
		border: 2px solid #182449;
		z-index: 9;
	}

	.whol-page02 .main .line {
		height: 85px;
	}

	.whol-page02 .sport span {
		height: 5px;
	}

	.whol-page02 .main .main-box {
		padding-top: 18px;
	}

	.whol-page02 .main {
		margin-top: 0;
	}

	.whol-page02 .swiper-slide:nth-child(2n-1) .main {
		margin-top: -18px;
	}

	.whol-page02 .time {
		margin-top: 15px;
	}

	.whol-page03 .page-pd {
		padding: 30px 0 15px 0;
	}

	.whol-page03 .item-l {
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}

	.whol-page03 .item-r {
		width: 100%;
	}

	.whol-page03 .swiper-container {
		margin-top: 20px;
	}

	.whol-page03 .lists {
		padding: 0;
		background: #ffffff;
	}

	.whol-page03 .item-l .h4 {
		font-size: 18px;
	}

	.whol-page03 .item-l .descs {
		margin-top: 12px;
		line-height: 24px;
	}

	.whol-page03 .swiper-button {
		display: none;
	}

	.whol-page03 .item-r .text::before {
		width: 28px;
		height: 28px;
	}

	.whol-page03 .item-r .text span {
		width: calc(100% - 28px);
		padding-left: 10px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 10px;
	}

	.whol-page03 .item-r .text {
		height: auto;
	}

	.whol-page05 .page-tit {
		padding-bottom: 15px;
		padding-left: 0;
	}

	.whol-page05 .page-btn {
		display: none;
	}

	.whol-page05 .lists {
		padding-bottom: 0;
		padding: 0;
	}

	.whol-page05 .lists-box {
		margin-top: 0;
	}

	.whol-page04 .page-tit {
		padding: 30px 0 15px;
	}

	.whol-page05 .list {
		padding: 20px 15px;
	}

	.whol05-hid .ftit {
		font-size: 24px;
	}

	.whol-page06 {
		padding-bottom: 30px;
	}

	.whol-page06 .contact-map {
		height: 350px;
	}

	.whol-page04 {
		display: none;
	}

	.whol05-hid .whol05-hid-close {
		width: 30px;
		height: 30px;
		right: 20px;
		top: 20px;
	}

	.whol05-hid .hide-one {
		padding: 30px 0 20px;
	}

	.whol-page05 .text {
		margin: 5px 0 15px;
	}

	.whol05-hid .welfare {
		margin-top: 20px;
	}

	.whol05-hid .hide-two {
		padding: 30px 0 30px;
	}

	.whol05-hid .box {
		width: 92%;
	}

	.whol05-hid .hide-two .text {
		margin-bottom: 10px;
	}

	.whol05-hid .hide-two .con {
		line-height: 2;
		/*max-height: 204px;*/
		padding-right: 0;
	}

	.whol05-hid .hide-two .texts-bot {
		margin-top: 20px;
	}

	.whol05-hid .hide-two .wximg {
		display: none;
	}

	.whol05-hid .hide-two .hid-form {
		width: 100%;
	}

	.amap-icon img {
		width: 50px !important;
		height: auto !important;
	}

	.whol-page05 .h1 {
		font-size: 22px;
	}

	.member .banner .b_word .en,
	.banner .b_word .en {
		font-size: 20px;
	}

	.whol-page02 .swiper-container:hover .swiper-button-prev,
	.whol-page02 .swiper-container:hover .swiper-button-next {
		display: none;
	}

	.whol-page03 .item-r .text {
		flex-direction: column;
	}
}

@media only screen and (min-width: 2000px) {
	.page-footer .width1550 {
		max-width: 80%;
		width: 90%;
		margin: 0 0 0 10%;
	}

}

/* 新加 */
.job1 {
	padding-right: 75px;
}

.job1 .lists {
	border: 1px solid #c9c9c9;
	width: 100%;
}

.job1 .lists ul {}

.job1 .lists ul li {
	float: left;
	display: block;
	width: 20%;
	overflow: hidden;
}

.job1 .lists ul li img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.job1 .lists ul li:hover img {
	transform: scale(1.05);
}


.job2-1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 60px;
	top: -100px;
}

.job2-1 .left {

	background-color: #f3f3f3;
	z-index: 4;
	background-image: url(../img/job2-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 120px;
}

.job2-1 .btn {
	position: absolute;
	z-index: 5;
	right: 160px;
	top: 0;
	width: 180px;
	height: 40px;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
	background-color: #fff;
}

.job2-1 .btn a {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	height: 38px;
	box-sizing: border-box;
	transition: all .3s;
}

.job2-1 .btn a::after {
	content: '';
	display: block;
	width: 1px;
	height: 39px;
	background-color: #b3b3b3;
	position: absolute;
	right: 0;
	top: 0;
}

.job2-1 .btn a:last-child::after {
	display: none;
}

.job2-1 .btn a::before {
	content: '';
	display: block;
	width: 10px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -10.5px;
	left: 50%;
	margin-left: -5px;
	transition: all .3s;
}

.job2-1 .btn a.prev::before {
	background-image: url(../img/job-prev.png);
}

.job2-1 .btn a.next::before {
	background-image: url(../img/job-next.png);
}

.job2-1 .btn a:hover {
	background-color: #182449;
}

.job2-1 .btn a.prev:hover::before {
	background-image: url(../img/job-prev1.png);

}
.job2-1 .btn a.next:hover::before {
	background-image: url(../img/job-next1.png);

}

.job2-1 .left .job-main1 {
	width: 36%;
}

.job2-1 .left .swiper-slide {
	padding: 150px 60px;
	box-sizing: border-box;
}

.job2-1 .left .swiper-slide .tit {
	color: #000;
	font-size: 46px;
	margin-bottom: 24px;
}

.job2-1 .left .swiper-slide .time {
	color: #000;
	font-size: 12px;
	font-family: "ITCAvantGardeStd-Bk";
	margin-bottom: 10px;
}

.job2-1 .left .swiper-slide .ms {
	color: #000;
	font-size: 16px;
	margin-bottom: 40px;
}

.job2-1 .left .swiper-slide .tip {
	padding-right: 210px;
}

.job2-1 .left .swiper-slide .tip a {
	display: inline-block;
	background-color: #808080;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.job2-1 .left .swiper-slide .texts-bot {
	margin-top: 90px;
}

.job2-1 .left .swiper-slide .wximg {
	margin-left: 23px;
	cursor: pointer;
	position: relative;
}

.job2-1 .left .swiper-slide .wximg-hid {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 105px;
	padding: 10px;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	z-index: 7;
}

.job2-1 .left .swiper-slide .submit {
	border:none;
	width: 21px;
	height: 15px;
	background: url(../img/hol-submit.png) no-repeat center/cover;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.job2-1 .left .swiper-slide .hid-form {
	max-width: 341px;
	position: relative;
}

.job2-1 .left .swiper-slide input {
	width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border: none;
	outline: none;
	height: 42px;
	padding: 0 46px 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.job2-1 .left .swiper-slide .job-main {
	width: 62%;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 24%;
	top: 0;
	z-index: 4;
	padding-top: 150px;
}

.job2-1 .left .swiper-slide .job-main .ny {
	padding: 50px 100px;
	border-top: 1px solid rgba(128, 128, 128, 0.9);
}

.job2-1 .left .swiper-slide .job-main .ny dl {
	margin-bottom: 50px;
	font-family: "ITCAvantGardeStd-Bk";
}

.job2-1 .left .swiper-slide .job-main .ny dl dt {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 18px;
}

.job2-1 .left .swiper-slide .job-main .ny dl dd {
	text-indent: 2em;
	color: #000;
	font-size: 14px;
	line-height: 34px;
}

.job2-1 .left .swiper-slide a.detail {
	display: block;
	font-size: 14px;
	color: #808080;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	right: 100px;
	bottom: 50px;
}

.job2-1 .left .swiper-slide .detail span {
	background: url(../img/whol05-n.png) no-repeat center/cover;
	display: inline-block;
	margin-left: 7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 47px;
	height: 5px;
}


.job2-1 .right {
	width: 64%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.job2-1 .right img {
	width: 100%;
}

.job2-2{
	position: relative;
	top:-80px;
}

.job2-2 .list {
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	background: #ffffff;
	padding: 50px 42px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.job2-2 .list.active {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	border-top: none;
	border-right: none;
}

.job2-2 .list::after {
	content: "";
	width: 0;
	height: 3px;
	background: #182449;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.job2-2 .h1 {
	color: #808080;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.job2-2 .text {
	font-size: 14px;
	color: #808080;
	margin: 10px 0 28px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.job2-2 .detail {
	font-size: 14px;
	color: #808080;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.job2-2 .detail span {
	background: url(../img/whol05-n.png) no-repeat center/cover;
	display: inline-block;
	margin-left: 7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 47px;
	height: 5px;
}

/* 弹出 */
.tc{
	width: 100vw;
	height:100vh;
	z-index:999;
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.9);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.tc.on{
	opacity: 1;
	visibility: visible;
}
.tc .ny{
	width: 690px;
	height:327px;
	background-color: #FFFFFF;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	display: block;
}
.tc .ny::before{
	content: '';
	width: 96px;
	height:100%;
	background-color: #182449;
	position: absolute;
	left:0;
	top:0;
}
.tc .ny .left{
	width:96px;
	text-align: center;
	padding-top:23px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.tc .ny .right{
	width: calc(100% - 96px);
	box-sizing: border-box;
	float: right;
	padding:60px 40px;
}
.tc .ny .right p.p1{
	color:#4d4d4d;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 16px;
}
.tc .ny .right p.p2{
	font-size:43px;
	color:#182449;
	font-family: "ITCAvantGardeStd-Bk";
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 43px;
}
.tc .ny .right p.p3{
	color:#4d4d4d;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 16px;
}
.tc .ny .right p.p4{
	margin-bottom: 30px;
}
.tc .ny .right p.p4 input{
	width: 306px;
	height:50px;
	border:1px solid #b3b3b3;
	padding:0 10px;
	box-sizing: border-box;
}
.tc .ny .right p.p4 button{
	width:124px;
	text-align: center;
	background-color: #182449;
	font-size:14px;
	color:#fff;
	height:50px;
	line-height: 50px;
	border:none;
}
.tc .ny .right p.p5{
	position: relative;
	padding-top:13px;
	padding-left:23px;
	border-top:1px solid #b3b3b3;
	color:#4d4d4d;
	font-size: 16px;
}
.tc .ny .right p.p5::before{
	content: '';
	display: block;
	width: 14px;
	height:18px;
	background-image: url(../img/tc-ico.png);
	position: absolute;
	left:0;
	top:50%;
	margin-top:-2px;
}
.tc .ny a.close{
	display: block;
	width:31px;
	height:31px;
	background-image: url(../img/tc-close.png);
	position: absolute;
	right:24px;
	top:24px;
	transition: all .3s;
}

@media only screen and (min-width: 961px) {
	.job2-1 .left .swiper-slide .wximg:hover .wximg-hid {
		display: block;
	}
	.job2-2 .list:hover {
		-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
		box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
	}
	.job2-2 .list:hover:after {
		width: 100%;
	}
	.tc .ny a.close:hover{
		transform: rotate(90deg);
	}

}

@media only screen and (max-width: 1600px) {
	.job1 {
		padding-right: 65px;
	}

}

@media only screen and (max-width: 1480px) {
	.job2-1{top:-80px;}
	.job2-1 .left .swiper-slide{
		padding:80px 30px;
	}
	.job2-1 .left .swiper-slide .job-main{
		padding-top:60px;
	}
	.job2-1 .left .swiper-slide .job-main .ny{
		padding:25px 50px;
	}
}

@media only screen and (max-width: 1366px) {
	.job1 {
		padding-right: 60px;
	}
}
@media only screen and (max-width: 1280px) {
	.job2-1 .left .swiper-slide .job-main{
		left:30%;
	}
	.job2-1 .left{
		background-position: 400px center;
	}
}

@media only screen and (max-width: 1043px) {}

@media only screen and (max-width: 960px) {
	.job1 {
		padding-right: 0px;
	}

	.job1 .lists ul li {
		width: 50%;
	}
	.job2-1{
		top:0;
		padding-top:0;
	}
	.job2-1 .btn{
		display: none;
	}
	.job2-1 .left .swiper-slide{
		padding:30px 20px;
	}
	.job2-1 .left .job-main1{
		width:100%;
	}
	.job2-1 .left .swiper-slide .job-main{
		width:100%;
		position: relative;
		left:0;
		padding:0;
		margin-top:10px;
	}
	.job2-1 .left .swiper-slide .job-main .ny{
		padding:20px;
	}
	.job2-1 .left{
		background-image: none;
		padding-bottom: 20px;
	}
	.job2-2{
		top:0;
	}
	.job2-1 .left .swiper-slide .tit{
		font-size:24px;
	}
	.job2-1 .left .swiper-slide .texts-bot{
		margin-top:30px;
	}
	.job2-1 .left .swiper-slide a.detail{
		display: none;
	}
	.tc .ny{
		width:94%;
		height:auto;

	}
	.tc .ny .left{
		display: none;
	}
	.tc .ny::before{
		display: none;
	}
	.tc .ny .right{
		width:100%;
		padding:20px 4%;
	}
	.tc .ny .right p.p2{
		font-size:20px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.tc .ny .right p.p1,.tc .ny .right p.p3{
		font-size:12px;
	}
	.tc .ny .right p.p4 input{
		width: calc(100% - 124px);
	}
	.tc .ny a.close{
		width:20px;
		height:20px;
		background-size:100%;
	}
}
