@charset "UTF-8";

/* 
 * Project Name:迈格
 * 
 */
 

.iconfont {
	font-family:"思源黑体";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}



body {
	font: 14px/1.8 '思源黑体';
	margin: 0 auto;
	color: #333;
	/* overflow-x: hidden; */
}

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

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}
 
a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

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

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

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

.fixedImg {
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

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

.eT2 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.eT3 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/w0.png) no-repeat;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #0E3C7B;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.pageC table {
	width: 100% !important;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation: scaleUpDown 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 字体大小 start */
.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}

.f34 {
	font-size: 34px;
}

.f36 {
	font-size: 36px;
}

.f40 {
	font-size: 40px;
}

.f46 {
	font-size: 46px;
}

.f48 {
	font-size: 48px;
}

.f50 {
	font-size: 50px;
}

.f60 {
	font-size: 60px;
}

.f62 {
	font-size: 62px;
}

.f64 {
	font-size: 64px;
}

/* 字体大小 end */

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black_80.png) repeat;
	background: none rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/*.pswp--animated-in {
	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}*/
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}

	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%;
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e871";
}

.pswp__button--arrow--right:before {
	content: "\e86e";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;
}

.pswp__caption__center .xzy-zan {
	float: right;
	display: block;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

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

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

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

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

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

	/* 字体大小 start */
	.f15 {
		font-size: 14px;
	}

	.f16 {
		font-size: 14px;
	}

	.f18 {
		font-size: 16px;
	}

	.f19 {
		font-size: 16px;
	}

	.f20 {
		font-size: 18px;
	}

	.f22 {
		font-size: 20px;
	}

	.f24 {
		font-size: 22px;
	}

	.f26 {
		font-size: 24px;
	}

	.f28 {
		font-size: 26px;
	}

	.f30 {
		font-size: 28px;
	}

	.f32 {
		font-size: 30px;
	}

	.f34 {
		font-size: 32px;
	}

	.f36 {
		font-size: 34px;
	}

	.f40 {
		font-size: 36px;
	}

	.f46 {
		font-size: 42px;
	}

	.f48 {
		font-size: 44px;
	}

	.f50 {
		font-size: 46px;
	}

	.f60 {
		font-size: 54px;
	}

	.f62 {
		font-size: 56px;
	}

	.f64 {
		font-size: 58px;
	}

	/* 字体大小 end */
}

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

	/* 字体大小 start */
	.f18 {
		font-size: 14px;
	}

	.f19 {
		font-size: 15px;
	}

	.f20 {
		font-size: 16px;
	}

	.f22 {
		font-size: 18px;
	}

	.f24 {
		font-size: 18px;
	}

	.f26 {
		font-size: 20px;
	}

	.f28 {
		font-size: 22px;
	}

	.f30 {
		font-size: 24px;
	}

	.f32 {
		font-size: 26px;
	}

	.f34 {
		font-size: 28px;
	}

	.f36 {
		font-size: 30px;
	}

	.f40 {
		font-size: 32px;
	}

	.f46 {
		font-size: 36px;
	}

	.f48 {
		font-size: 38px;
	}

	.f50 {
		font-size: 40px;
	}

	.f60 {
		font-size: 48px;
	}

	.f62 {
		font-size: 50px;
	}

	.f64 {
		font-size: 52px;
	}

	/* 字体大小 end */
}

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

	/* 字体大小 start */
	.f19 {
		font-size: 14px;
	}

	.f22 {
		font-size: 16px;
	}

	.f24 {
		font-size: 16px;
	}

	.f26 {
		font-size: 18px;
	}

	.f28 {
		font-size: 18px;
	}

	.f30 {
		font-size: 20px;
	}

	.f32 {
		font-size: 22px;
	}

	.f34 {
		font-size: 24px;
	}

	.f36 {
		font-size: 26px;
	}

	.f40 {
		font-size: 26px;
	}

	.f46 {
		font-size: 32px;
	}

	.f48 {
		font-size: 34px;
	}

	.f50 {
		font-size: 30px;
	}

	.f60 {
		font-size: 40px;
	}

	.f62 {
		font-size: 40px;
	}

	.f64 {
		font-size: 42px;
	}

	/* 字体大小 end */
}

.w1460 {
	width: 1460px;
	margin: 0 auto;
}

.w1310 {
	width: 1310px;
	margin: 0 auto;
}

.mtop {
	height: 100px;
}

.transW {
	perspective: 500px;
}

/* 头部  */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.45s ease-in;
	height: 100px;
	line-height: 100px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.head-wrap {
	padding: 0 4%;
}

.head-logo {
	position: absolute;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.head-logo a {
	display: block;
}

.head-logo img {
	display: block;
}

.header .nav {
	width: 100%;
	text-align: center;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
	padding: 0 35px;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #333333;
	font-size: 18px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 3;
}

.header .yj-bot .yj-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #002664;
	transition: 0.45s;
}

.header .yj-bot li.active .yj-link {
	color: #002664;
	font-weight: bold;
}

.header .yj-bot li.active .yj-link::before {
	width: 100%;
}

.header .nav li:nth-child(4):hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.ej-list {
	/* display: none; */
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 180px;
	margin-left: -90px;
	top: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0);
	transform-origin: top;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	transition: 0.45s ease-out;
	line-height: 1.5;
}

.el-link {
	position: relative;
	display: block;
	color: #6B6B6B;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 10px 0;
}

.el-link:not(:first-child) {
	border-top: 1px solid #eee;
}

.el-link:hover {
	color: #002664;
}

.hwr {
	position: absolute;
	right: 4%;
	top: 0;
}

.hrsearch {
	color: #666666;
	font-size: 17px;
	padding: 0 25px;
	cursor: pointer;
}

.hrsearch:hover,
.szbtn:hover {
	color: #002664;
}

.search-zk {
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	background: #fff;
	height: 0;
	overflow: hidden;
	transition: 0.5s;
	z-index: 8888;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	box-sizing: border-box;
}

.search-zk.active {
	height: 220px;
}

.szbot {
	border-top: 1px solid #eee;
	padding: 80px 0;
}

.szhidden {
	position: relative;
	width: 800px;
	margin: auto;
}

.szwbk {
	padding: 20px 0 20px 12px;
	margin: 0;
	border: 0;
	border-bottom: 2px solid #707070;
	box-sizing: border-box;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 1;
	font-weight: lighter;
	background: none;
}

.szbtn {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	margin: 0;
	border: 0;
	height: 63px;
	line-height: 63px;
	padding: 0 6px;
	cursor: pointer;
	background: none;
	outline: none;
	font-size: 23px;
	color: #333;
}

.hrsearch,
.hrlanguage,
.hlicon,
.hlxz {
	display: inline-block;
	vertical-align: top;
	line-height: 100px;
}

.hrlanguage {
	position: relative;
	padding-left: 20px;
}

.hrlanguage::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 13px;
	background: rgba(51, 51, 51, .3);
}

.hlicon {
	color: #666666;
	font-size: 18px;
}

.hlxz {
	width: 85px;
	height: 100px;
	line-height: 100px;
	/* font-family: "Gilroy-Regular.woff"; */
	color: #666666;
	font-size: 16px;
	background: transparent;
	border: none;
	margin-left: 10px;
	cursor: pointer;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1300;
	transition: 0.35s;
	background: #002664;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px 0 0 17.5px;
	width: 11px;
	height: 2px;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	left: 0;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	height: 2px;
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active {
	top: 0;
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	border-bottom: 1px solid #DBDBDB;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(180deg);
	margin-top: 0;
}

.menuMoblie .cur .nav-link {
	color: #FFF;
	background: #002664;
}

.menuBox a:active,
.menuBox a:hover {
	color: #002664;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menuMoblie {
	margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 14px 8%;
	color: #5E5D5D;
}

.menuMoblie .nav-link i {
	display: block;
	float: right;
	color: #5E5D5D;
	font-size: 12px;
	margin-top: 3px;
	font-weight: bold;
	transition: 0.35s;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
}


.menuMoblie .subnav {
	padding: 15px 8%;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	padding: 10px 35px;
}

.menuMoblie .subnav .item:not(:first-child) {
	border-top: 1px solid #eee;
}

.menuMoblie .subnav .item:active .siej,
.menuMoblie .subnav .item:hover .siej {
	color: #158FCF !important;
}

.menuMoblie .subnav .siej {
	position: relative;
	display: block;
	line-height: 1.4;
	font-size: 15px;
	color: #303C42;
	padding: 15px 40px;
}

.menuMoblie .subnav .item:not(:first-child) .siej {
	border-top: 1px solid #DBDBDB;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sisj {
	display: none;
	padding: 0 50px;
	border-top: 1px solid #DBDBDB;
}

.sitxt {
	display: block;
	margin: 10px 0;
	color: #999999 !important;
}

/* banner */
.banner-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner {
	position: relative;
	overflow: hidden;
}

.bwdots {
	position: absolute;
	left: 8%;
	top: 52%;
	display: inline-block;
	z-index: 104;
}

.bwdots p {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s all;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0);
}

.bwdots p::before {
	content: "";
	position: absolute;
	left: 80%;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.45s;
}

.bwdots p.active {
	border: 1px solid #fff;
	margin-right: 60px;
}

.bwdots p.active::before {
	width: 50px;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .slide-inner img {
	position: relative;
	width: 100% !important;
}

.banner .slide-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}

.pimg {
	display: block;
}

.mpimg {
	display: none !important;
}

.banner .slick-active .pimg {
	visibility: visible;
	-webkit-animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.banner .slick-current .bscover {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.bscover {opacity: 0;visibility: hidden;position: absolute;top: 50%;transform: translate(-70%, -50%);transition: 0.85s ease-out;left: 50%;z-index: 10;}
.bctxt1 {display: block;color: #fff;font-weight: lighter;line-height: 1.2;}
.bctxt2 {display: block;color: #fff;line-height: 1.2;}

.gybtn {
	position: relative;
	display: block;
	width: 210px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}

.gybtn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 100px;
	transition: 0.45s;
}

.gybtn:hover i,
.nbfirst:hover .nfbtn i {
	margin-left: 50px;
}

.bcbtn {
	margin-top: 80px;
	background: #002664;
}

.bwtotal {
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
}

.btnumber,
.btpn {
	display: inline-block;
	vertical-align: middle;
}

.bnsz {
	font-family: "Gilroy-Regular.woff";
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1;
}

.star {
	font-size: 36px;
}

.bntxt {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
}

.bnline {
	display: block;
	width: 90px;
	height: 1px;
	background: #fff;
	margin: 10px 0;
}

.btpn {
	position: relative;
}

.btpn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 13px;
	background: rgba(255, 255, 255, .45);
}

.btpn p {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	margin: 0 15px;
	cursor: pointer;
}

/* banner end */
.index-news {
	padding: 100px 0;
	overflow: hidden;
}

.intop {
	display: flex;
	align-items: center;
}

.inmore {
	margin-left: auto;
}

.inmore a {
	color: #002664;
	font-size: 16px;
}

.inmore a:hover {
	font-weight: bold;
}

.inmore a i {
	display: inline-block;
	vertical-align: middle;
	color: #002664;
	font-size: 12px;
	margin-left: 10px;
}

.gteng {
	font-family: "Gilroy-Regular.woff";
	text-transform: uppercase;
	display: block;
	color: #F30000;
}

.gttxt {
	display: block;
	color: #333333;
	line-height: 1.3;
}

.inlist {
	margin-left: -6%;
}

.inlist li {
	display: flex;
	position: relative;
	float: left;
	width: 44%;
	margin: 60px 0 0 6%;
}

.inlist li:hover .ilpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.inlist li:hover .ilbt,
.inlist li:hover .ildate {
	color: #002664;
}

.ilpic {
	width: 32%;
	overflow: hidden;
}

.ilpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ilwz {
	margin-left: auto;
	width: 61%;
}

.ilbt {
	color: #333333;
	line-height: 1.5;
	height: 60px;
}

.ildesc {
	color: #666666;
	margin-top: 15px;
	height: 58px;
}

.ildate {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
}

.ildate i {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	margin-right: 10px;
}


.index-product {background-repeat: no-repeat;background-size: cover;background-attachment: fixed;background-position: center;padding: 188px 0 110px 0;overflow: hidden;}

.ipbtn {
	margin-top: 40px;
	border: 1px solid rgba(255, 255, 255, .3);
}

.gywrite .gttxt {
	color: #fff;
}

.iplist {
	display: flex;
	margin: 200px 0 0 -1%;
}

.iplist li {
	position: relative;
	float: left;
	width: 15.666%;
	height: 140px;
	margin-left: 1%;
	padding: 20px 27px;
	background-color: #fff;
	box-sizing: border-box;
	transition: 0.55s;
	overflow: hidden;
	background-image: url(pro.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -2000%;
}

.iplist li:hover {
	background-position: 0;
}

.iplist li:hover .ipltxt {
	color: #fff;
}

.iplist li:hover .iplmore {
	display: block;
}

.iplist li:hover .ipleng {
	display: none;
}

.iplnum {
	font-family: "Gilroy-Regular.woff";
	display: block;
	color: rgba(153, 153, 153, .45);
	font-size: 24px;
	line-height: 1;
	overflow: hidden;
	font-weight: bold;
}

.iplnum font {
	display: block;
	margin-left: -7px;
}

.ipltxt {
	display: block;
	color: #333333;
	font-size: 24px;
}

.ipleng {
	display: block;
	font-family: "Gilroy-Regular.woff";
	font-style: normal;
	color: rgba(102, 102, 102, .7);
	font-size: 14px;
	line-height: 1.5;
}

.iplmore {
	display: none;
	color: #fff;
	font-size: 14px;
}

.iplmore i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 10px;
}

.index-apply {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 129px 0;
	overflow: hidden;
}

.iapbot {
	margin-left: 12%;
}

.ipbleft {
	float: left;
	width: 29%;
	margin-top: 100px;
}

.iplnumber {
	font-family: "Gilroy-Regular.woff";
	color: #CCCCCC;
	font-size: 30px;
	margin-top: 60px;
	line-height: 1;
}

.instar {
	font-size: 81px;
	color: #002664;
	font-weight: bold;
}

.iapbtn {
	background: #002664;
	margin-top: 70px;
}

.ipbright {
	position: relative;
	float: right;
	width: 65%;
	overflow: hidden;
	/* margin-right: -60px; */
}

.iprbanner {
	width: 100%;
	position: relative;
	padding-bottom: 128px !important;
	overflow: visible;
	margin-left: 0;
}

.iprbanner .slick-list {
	overflow: visible;
}

.ipritem {
	position: relative;
	margin-right: 54px;
}

.ipritem:hover .ipipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ipritem:nth-of-type(odd) {
	transform: translateY(128px);
}

.ipipic {
	position: relative;
	overflow: hidden;
}

.ipipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ipinum {
	font-family: "Gilroy-Regular.woff";
	position: absolute;
	top: 10px;
	right: 25px;
	color: rgba(255, 255, 255, .15);
	font-size: 35px;
	line-height: 1.5;
}

.ipitxt1 {
	display: block;
	color: #333333;
	font-size: 20px;
	margin-top: 30px;
}

.ipitxt2 {
	color: #666666;
	font-size: 16px;
}

.iprpn {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	width: 66px;
	height: 66px;
	line-height: 66px;
	border-radius: 50%;
	background: #002664;
	text-align: center;
	z-index: 99;
}

.iprpn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 13px;
	background: rgba(255, 255, 255, .45);
}

.iprprev,
.iprnext {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}

.iprprev {
	margin-right: 10px;
}

.iprnext {
	margin-left: 10px;
}

.index-about {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0;
	overflow: hidden;
}

.iabtn {
	border: 1px solid rgba(255, 255, 255, .3);
	margin: 50px auto 0;
}

.ialist {
	display: flex;
	margin-top: 130px;
}

.ialist li {
	position: relative;
	flex: 1;
	text-align: center;
}

.ialist li:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 80px;
	background: rgba(255, 255, 255, .36);
}

.ialnum {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 70px;
}

.ialnum i {
	display: inline-block;
	vertical-align: super;
	font-size: 26px;
	font-weight: normal;
	margin-right: 10px;
}

.ialnum font {
	display: inline-block;
}

.ialtxt {
	display: block;
	color: #fff;
	margin-top: 5px;
}

.iybanner {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 25px 0;
}

.iybanner .swiper-wrapper {
	transition-timing-function: linear !important;
}

.iyb1 {
	background: #F6F8FA;
}

.iyb2 {
	background: #fff;
}

.iybanner .swiper-slide {
	position: relative;
	cursor: pointer;
	transition: 0.45s;
	height: 100px !important;
}

.iybanner .swiper-slide img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.footer-wrap {
	position: relative;
	z-index: 1;
	padding: 0 4%;
	background: #333333;
}

.fwbot1 {
	display: flex;
	padding: 70px 0 50px 0;
	justify-content: space-between;
}

.fb1left {
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.fl1item {
	margin-right: 20px;
}

.fiyj {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.fiej {display: block;color: rgba(255, 255, 255, .59);font-size: 14px;margin-top: 10px;}

.fiway {display: block;color: rgba(255, 255, 255, .59);font-size: 14px;margin-bottom: 10px;}

.finumber {color: #fff;font-size: 24px;}

.fiadr {color: #FFFFFF;font-size: 18px;}

.fb1right {margin-left: auto;width: 15%;}
.fr1ewm {float: right;width: 140px;text-align: center;color: rgba(255, 255, 255, .6);font-size: 14px;}
.fr1ewm img {display: block;width: 140px;}

.fwbot2 {
	display: flex;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.fb2r {
	display: block;
	margin-left: auto;
}

.fb2txt {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.fb2txt a {
	color: rgba(255, 255, 255, .6);
}

.inside-banner {
	position: relative;
	width: 100%; 
}

.ibpic {
	overflow: hidden;
}

.ibpic img {
	display: block;
	width: 100%;
}

.ibcv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.ictxt1 {
	display: block;
	color: #fff;
}

.ictxt2 {
	color: #fff;
}

.inside-bg {
	position: relative;
	z-index: 1;
	background: #fff;
}

.isdown {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	text-align: center;
}

.idtxt {
	display: block;
	color: #fff;
	font-size: 14px;
}

.idline {
	position: relative;
	display: block;
	width: 1px;
	height: 100px;
	background: rgba(255, 255, 255, .28);
	margin: 10px auto 0;
}

.idline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: #fff;
	animation: transY 1.5s infinite forwards;
}

@keyframes transY {
	from {
		top: 0;
	}

	to {
		top: 100%;
	}
}

.about-bot1 {
	display: flex;
	padding: 120px 0;
}

.ab1left {
	width: 40%;
}
.al1name{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #002664;
}
.ab1right {
	width: 46%;
	margin-left: auto;
}

.al1desc {
	margin-top: 30px;
	color: #666666;
}

.al1pic {
	margin-top: 60px;
}

.al1pic img {
	display: block;
	width: 100%;
}

.ar1pic {
	position: relative;
}

.ar1pic img {
	display: block;
	width: 100%;
}

.ap1play {
	position: absolute;
	right: 0;
	top: 0;
	background: #002664;
	width: 94px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	border-radius: 0 0 0 30px;
	cursor: pointer;
}

.ap1play i {
	display: block;
	color: #fff;
	font-size: 43px;
}

.ar1desc {
	color: #666666;
	margin-top: 50px;
}

.tbvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gytk.active {
	opacity: 1;
	visibility: visible;
}

.gytk {
	opacity: 0;
	visibility: hidden;
	transition: 0.35s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.abbot {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 500px;
}

.abclose i {
	display: block;
	position: absolute;
	top: 0;
	right: -55px;
	color: #fff;
	font-size: 45px;
	line-height: 1;
	cursor: pointer;
}

.about-bot2 {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 97px 0 0 0;
	overflow: hidden;
}

.about-bot2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 20%;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255));
	pointer-events: none;
}

.ab2H.active {
	position: sticky;
	top: 100px;
	overflow-y: scroll;
}

.ab2H {
	width: 100%;
	height: 100vh;
}

.ab2H::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.ab2list {
	box-sizing: border-box;
	/* margin-top: 90px;
	padding-bottom: 90px; */
	padding: 90px 0;
}

.al2row {
	display: flex;
	margin-left: -62px;
}

.ar2item {
	width: 22%;
	margin-left: 62px;
}

.ar2item:nth-of-type(odd) {
	margin-top: 277px;
}

.ai2pic {
	overflow: hidden;
}

.ai2pic img {
	display: block;
	width: 100%;
}

.ai2txt1 {
	display: block;
	color: #999999;
	margin-top: 20px;
}

.ai2txt2 {
	display: block;
	font-family: "Gilroy-Regular.woff";
	color: #002664;
	line-height: 1.3;
}

.ai2txt3 {
	color: #333333;
}

.about-bot3 {padding: 90px 0;}
.about-bot3 .txt{ margin-top:30px; font-size:14px; min-height:350px; text-align:justify; line-height:30px;}




.about-bot4 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
	overflow: hidden;
}

.about-bot4 .gteng {
	color: #fff;
}

.ab4cont {
	position: relative;
	/* display: flex; */
	margin-top: 20px;
}

.ac4left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.al4txt1 {
	display: block;
	color: #fff;
}

.al4txt2 {
	color: #fff;
}

.al4line {
	display: block;
	width: 293px;
	height: 1px;
	background: #fff;
	margin-top: 30px;
}

.al4year {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.al4year .swiper-slide-active.ay4item {
	opacity: 1;
	visibility: visible;
}

.ay4item {
	opacity: 0;
	visibility: hidden;
	position: relative;
	transition: 0.45s;
}
.ai4n{
	display: block;
	font-family: "Gilroy-Regular.woff";
	color: rgba(255, 255, 255, .5);
	font-size: 150px;
	line-height: 1.5;
}

.ac4right {
	overflow: hidden;
	margin-left: 27%;
	padding: 5% 0 5% 5%;
}

.ar4lb {
	width: 544px;
	overflow: visible;
	margin-left: 0;
}

.ar4lb .swiper-slide {
	position: relative;
	width: 100%;
	height: 544px;
	border-radius: 50%;
	background: #fff;
	transition: 300ms;
	transform: scale(0.64);
	cursor: pointer;
}

.ar4lb .swiper-slide::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	width: 105%;
	height: 105%;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	transition: 0.35s;
}

.ar4lb .swiper-slide img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 70%;
	max-height: 70%;
}

.ar4lb .swiper-slide-active,
.ar4lb .swiper-slide-duplicate-active {
	transform: scale(1);
}

.ar4lb .swiper-slide-active.swiper-slide::before,
.ar4lb .swiper-slide-duplicate-active::before {
	transform: translate(-50%, -50%) scale(1);
}

.ar4lb .swiper-button-next,
.ar4lb .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
}

.ar4lb .swiper-button-next:after,
.ar4lb .swiper-button-prev:after {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.ar4lb .swiper-button-prev,
.ar4lb .swiper-container-rtl .swiper-button-next {
	left: auto;
	right: -85px;
	top: 40%;
}

.ar4lb .swiper-button-next,
.ar4lb .swiper-container-rtl .swiper-button-prev {
	right: -85px;
	bottom: 36%;
	top: auto;
}

.about-bot5 {
	padding: 110px 0 150px 0;
}

.ab5video {
	margin-top: 60px;
	width: 100%;
	height: 690px;
	object-fit: cover;
}

.news-bot {
	padding: 60px 0 130px 0;
}

.nbtab {
	text-align: center;
}

.ntqh {
	color: #CCCCCC;
	margin: 0 40px;
	font-weight: bold;
}

.ntqh.active,
.ntqh:hover {
	color: #002664;
}

.nbfirst {
	position: relative;
	display: flex;
	margin-top: 120px;
}

.nbfirst:hover .nbfpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nbfirst:hover .nftitle {
	color: #002664;
}

.nbfpic {
	width: 45%;
	overflow: hidden;
}

.nbfpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nbfwz {
	width: 51%;
	margin-left: auto;
}

.nfbq,
.nfdate {
	display: inline-block;
	vertical-align: middle;
}

.nfbq {
	color: #fff;
	font-size: 14px;
	background: #E62129;
	padding: 0 5px;
}

.nfdate {
	font-family: "Gilroy-Regular.woff";
	color: #999999;
	font-size: 14px;
	margin-left: 17px;
	line-height: 1;
}

.nfdate i {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}

.nftitle {
	color: #333333;
	margin-top: 20px;
	line-height: 1.5;
}

.nfdesc {
	color: #666666;
	margin-top: 30px;
}

.nfbtn {
	background: #002664;
	margin-top: 60px;
}

.nbbox {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #CCCCCC;
}

.nblist {
	margin-left: -6%;
}

.nblist li {
	display: flex;
	position: relative;
	float: left;
	width: 44%;
	margin-left: 6%;
	margin-bottom: 60px;
}

.nblist li:hover .nlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nblist li:hover .nlwtxt1,
.nblist li:hover .nlwdate {
	color: #002664;
}

.nlpic {
	width: 33%;
	overflow: hidden;
}

.nlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nlwz {
	margin-left: auto;
	width: 62%;
}

.nlwtxt1 {
	color: #333333;
	line-height: 1.5;
	height: 60px;
}

.nlwtxt2 {
	color: #666666;
	margin-top: 15px;
	height: 58px;
}

.nlwdate {
	display: block;
	font-family: "Gilroy-Regular.woff";
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
}

.nlwdate i {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}

.load-more {
	color: #999999;
	font-size: 16px;
	text-align: center;
	margin-top: 100px;
}

.load-more img {
	display: block;
	width: 16px;
	margin: 10px auto 0;
}

.ndtop {
	background: #F6F8FA;
	padding: 80px 0;
}

.ndtitle {
	display: block;
	color: #333333;
	line-height: 1.5;
}

.nddate {
	display: block;
	font-family: "Gilroy-Regular.woff";
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
}

.nddate i {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}

.ndcont {
	padding: 80px 0 130px 0;
}

.ndcleft {
	float: left;
	width: 67%;
}

.ndlnr {
	color: #666666;
}

.ndlbt {
	margin-top: 110px;
	padding-top: 37px;
	border-top: 1px solid #CCCCCC;
}

.ndbtxt {
	display: block;
	color: #666666;
	margin-top: 20px;
}

.ndcright {
	float: right;
	width: 24%;
}

.ndrtitle {
	color: #333333;
}

.ndrlist {
	margin-top: 20px;
}

.ndrlist li {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #CCCCCC;
}

.ndlms {
	color: #666666;
	line-height: 1.5;
}

.ndrlist li:hover .ndlms,
.ndbtxt:hover {
	color: #002664;
}

.load-bot {
	padding: 87px 0 90px 0;
}

.lbtab {
	text-align: center;
}

.lbqh {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	padding: 0 50px;
}

.lbqh:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #999999;
}

.lbqh:hover,
.lbqh.active {
	color: #002664;
}

.lblist {
	margin-top: 50px;
	margin-left: -4%;
}

.lblist li {
	position: relative;
	float: left;
	width: 46%;
	margin: 40px 0 0 4%;
	box-sizing: border-box;
	padding: 30px 50px;
	background: #F6F8FA;
	transition: 0.3s;
}

.lblist li:hover {
	background: #002664;
}

.lblist li:hover .lbltxt1,
.lblist li:hover .ibltxt2 {
	color: #fff;
}

.lblist li:hover .ibltxt3 {
	color: rgba(255, 255, 255, .5);
}

.ibltxt3:hover {
	color: #fff !important;
}

.lbltxt1 {
	display: block;
	font-style: normal;
	color: #999999;
	font-size: 16px;
}

.ibltxt2 {
	display: block;
	color: #333333;
}

.ibllg {
	margin-top: 50px;
}

.ibltxt3 {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 16px;
	margin-right: 40px;
}

.ibltxt3 i {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 10px;
}

.iblbg {
	position: absolute;
	width: 122px;
	top: 50%;
	right: 54px;
	transform: translateY(-50%);
}

.iblbg img {
	display: block;
	width: 100%;
}

.pages-list {
	text-align: center;
	margin-top: 100px;
}

.pages-list a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	border: 1px solid #CCCCCC;
	color: #999999;
	font-size: 15px;
	height: 34px;
	line-height: 34px
}

.plpn {
	width: 81px;
}

.plnum {
	width: 34px;
}

.pages-list a:hover,
.plnum.active {
	color: #fff;
	background: #002664;
	border: 1px solid #002664;
}

.contact-bot {
	padding: 98px 0 120px 0;
}

.cbleft {
	float: left;
	width: 54%;
}

.cbltitle {
	display: block;
	color: #333333;
	line-height: 1.5;
}

.cbladr {
	color: #666666;
	margin: 30px 0;
}

.cbladr a {
	margin-left: 60px;
	color: #E62129;
	font-size: 16px;
}

.cbladr a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.cblx {
	margin-top: 20px;
}

.clt,
.clnum {
	display: inline-block;
	vertical-align: top;
}

.clt {
	width: 100px;
}

.clnum font {
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
}

.cbright {
	float: right;
	width: 37%;
}

.crlist {
	margin-left: -5%;
}

.crlist li {
	text-align: center;
	float: left;
	width: 24%;
	margin-left: 5%;
	color: #333333;
	font-size: 16px;
	margin-top: 30px;
}

.crlist li img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.pdbg {
	background: #F6F8FA;
}

.pdlist {
	margin: 70px 0 0 -3%;
}

.pdlist li {
	position: relative;
	float: left;
	width: 47%;
	background: #fff;
	display: flex;
	align-items: center;
	margin: 40px 0 0 3%;
	z-index: 3;
}

.pdlist li:hover .pdwtxt1,
.pdlist li:hover .pdwbtn {
	color: #002664;
}

.pdlist li:hover::before {
	opacity: 1;
	visibility: visible;
}

.pdlist li:hover .pdlpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.pdlist li::before {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-right: 10px solid #002664;
	border-bottom: 10px solid #002664;
	z-index: -3;
}

.pdlpic {
	width: 31%;
	overflow: hidden;
}

.pdlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.pdlwz {
	margin-left: auto;
	width: 57%;
	margin-right: 46px;
}

.pdwtxt1 {
	display: block;
	color: #333333;
	line-height: 1.5;
}

.pdwtxt2 {
	color: #666666;
	line-height: 1.5;
	margin-top: 20px;
}

.pdwbtn {
	display: block;
	color: #999999;
	margin-top: 30px;
}

.pdwbtn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 10px;
}

.pdbot1 {
	padding: 88px 0 50px 0;
}

.pb1txt {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
}

.pb1txt:hover,
.pb1txt.active {
	color: #002664;
}

.pb1xq {
	display: flex;
	align-items: center;
	margin-top: 70px;
}

.px1pic {
	width: 21%;
	margin-left: 48px;
}

.px1pic img {
	display: block;
	width: 100%;
}

.px1wz {
	width: 39%;
	margin-left: 110px;
}

.pw1title {
	display: block;
	color: #333333;
}

.pw1desc {
	color: #333333;
	margin-top: 30px;
}

.px1more {
	margin-left: auto;
	width: 100px;
	height: 100px;
	background: #002664;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.px1more img {
	display: block;
	width: 40px;
	margin: 17px auto 8px;
}

.pdmenu {
	/* position: sticky;
	top: 100px; */
	z-index: 1;
	background: #F6F8FA;
}

.pmqh {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #333333;
	margin-right: 100px;
	padding: 25px 0;
	font-weight: bold;
}

.pmqh::before {
	transition: 0.45s;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #002664;
}

.pmqh:hover::before,
.pmqh.active::before {
	width: 100%;
}

.pmqh:hover,
.pmqh.active {
	color: #002664;
}

.pdcont {
	padding: 70px 0 190px 0;
}

.pdcwz {
	float: left;
	width: 58%;
	margin-top: 40px;
}

.pdcname {
	color: #333333;
}

.pdcnr {
	margin-top: 40px;
}

.pdcnr {
	color: #333333;
	font-weight: lighter;
}

.pndd {
	position: relative;
	padding-left: 30px;
}

.pndd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 6px;
	height: 6px;
	background: #002664;
	border-radius: 50%;
}

.pdcbanner {
	float: right;
	position: relative;
	overflow: hidden;
	width: 38%;
	padding: 0 40px;
}

.pdcbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	color: #666666;
}

.pdcbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pdcbanner .slick-prev:before {
	content: "\e871";
}

.pdcbanner .slick-next:before {
	content: "\e86e";
}

.pdcbanner .slick-prev {
	left: 0;
}

.pdcbanner .slick-next {
	right: 0;
}

.pdcbanner .slick-arrow:hover {
	color: #002664;
}

.pdbitem {
	position: relative;
	float: left;
}

.pdbitem img {
	display: block;
	width: 100%;
}

.pdtk.active {
	opacity: 1;
	visibility: visible;
}

.pdtk {
	opacity: 0;
	visibility: hidden;
	transition: 0.35s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
}

.ptbot {
	position: absolute;
	width: 932px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 100px 70px 120px 70px;
	box-sizing: border-box;
	z-index: 3;
}

.ptbot::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 17px;
	width: calc(100% - 17px);
	height: calc(100% - 17px);
	border-right: 17px solid #002664;
	border-bottom: 17px solid #002664;
	z-index: -3;
}

.ptclose {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	background: #002664;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
}

.pttitle {
	display: block;
	color: #333333;
	text-align: center;
	line-height: 1.5;
}

.pttxt {
	color: #002664;
	text-align: center;
	margin-top: 15px;
}

.ptewm {
	margin-top: 70px;
	display: flex;
}

.ptewm li {
	flex: 1;
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.ptewm li img {
	display: block;
	width: 120px;
	margin: 0 auto 10px;
}

.pd2cont {
	padding: 80px 0 300px 0;
}

.pd2left {
	float: left;
}

.pc2menu {
	margin-top: 40px;
}

.pm2qh {
	color: #333333;
	margin-top: 10px;
	cursor: pointer;
}

.pm2qh:hover .pq2icon,
.pm2qh.active .pq2icon {
	border: 7px solid #002664;
}

.pq2icon {
	display: inline-block;
	vertical-align: text-top;
	margin-top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #999999;
	margin-right: 15px;
	box-sizing: border-box;
	transition: 0.15s;
}

.pd2right {
	float: right;
	width: 66%;
	margin-top: 5px;
}

.pr2list {
	display: none;
}

.pr2list li:not(:first-child) {
	margin-top: 40px;
}

.pr2list li {
	display: flex;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}

.pl2bt {
	display: block;
	color: #333333;
}

.pl2ms {
	width: 74%;
	margin-left: auto;
	color: #333333;
}

.pr3bot,
.pr4bot {
	display: none;
}

.pb3video {
	position: relative;
	margin-top: 50px;
}

.pb3video img {
	display: block;
	width: 100%;
}

.pv3icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 79px;
	height: 79px;
	text-align: center;
	line-height: 79px;
	background: rgba(0, 0, 0, .36);
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.pv3txt {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #002664;
	width: 100%;
	line-height: 88px;
	text-align: center;
	color: #fff;
}

.pb3list {
	margin-top: 20px;
}

.pb3list li {
	display: flex;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #CCCCCC;
}

.pl3left {
	width: 60%;
}

.pl3icon {
	display: inline-block;
	vertical-align: text-top;
	color: #002664;
	font-size: 21px;
	margin-right: 20px;
}

.pl3title {
	display: inline-block;
	vertical-align: text-top;
	width: 80%;
	color: #333333;
}

.pl3right {
	margin-left: auto;
}

.pr3lg {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 16px;
	margin-left: 40px;
}

.pr3lg i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	font-size: 16px;
}

.pr3lg:hover {
	color: #002664;
}

.pb3zs {
	display: flex;
	flex-wrap: wrap;
	margin-left: -7%;
}

.pb3zs li {
	float: left;
	width: 43%;
	margin: 70px 0 0 7%;
}

.pz3pic {
	position: relative;
	border: 1px solid #CCCCCC;
	height: 619px;
}

.pz3pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.pz3txt {
	text-align: center;
	color: #333333;
	margin-top: 20px;
}

.pb4list {
	margin-top: 30px;
}

.pb4list li {
	padding: 40px 0;
	border-bottom: 1px solid #CCCCCC;
}

.pb4list li a {
	display: block;
	color: #333333;
}

.pb4list li a:hover {
	color: #002664;
}

.pb4bj {
	display: flex;
	flex-wrap: wrap;
	margin-left: -7%;
}

.pb4bj li {
	position: relative;
	float: left;
	width: 43%;
	margin: 30px 0 0 7%;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
}

.pb4pic {
	position: relative;
	height: 260px;
	border-bottom: 1px solid #CCCCCC;
}

.pb4pic img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.pb4pic i {
	display: block;
	color: #002664;
	font-size: 22px;
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 1.5;
}

.pb4txt {
	text-align: center;
	color: #333333;
	padding: 30px 0 20px 0;
}

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

.apbot1 {
	position: relative;
	z-index: 1;
	margin: -100px auto 0;
	background: #fff;
	box-sizing: border-box;
	padding: 70px 285px;
	text-align: center;
}

.ab1title {
	display: block;
	color: #333333;
	line-height: 1.5;
}

.ab1desc {
	color: #666666;
	margin-top: 30px;
}

.apbot2 {
	box-sizing: border-box;
	padding: 0 0 130px 0;
	overflow: hidden;
}

.ab2banner {
	width: 100%;
	box-sizing: border-box;
	padding-right: 12% !important;
	position: relative;
	margin-top: 60px;
	padding-bottom: 80px !important;
}

.ab2banner.swiper-container-horizontal>.swiper-pagination-progressbar {
	top: auto;
	bottom: 0;
	height: 3px;
}

.ab2banner .swiper-pagination-progressbar {
	width: 88% !important;
	background: #EEF0F2;
}

.ab2banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #E62129;
}

.ab2banner .swiper-slide:hover .as2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.as2pic {
	overflow: hidden;
}

.as2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.as2wz {
	margin-top: 30px;
}

.aw2bt {
	display: block;
	color: #333333;
}

.aw2ms {
	margin-top: 20px;
}

.apbot3 {
	background: #002664;
	padding: 100px 0;
	overflow: hidden;
}

.ab3lb {
	margin-top: 80px;
	padding-bottom: 40px !important;
}
.ab3lb .swiper-button-prev,.ab3lb .swiper-container-rtl .swiper-button-next{
	left: 15%;
}
.ab3lb .swiper-button-next,.ab3lb .swiper-container-rtl .swiper-button-prev{
	right: 15%;
}
.ab3lb.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}
.ab3lb .swiper-button-next,.ab3lb .swiper-button-prev{
    top: 35%;
	color: #fff;
}
.ab3lb .swiper-button-next:after,.ab3lb .swiper-button-prev:after{
	font-size: 30px;
}

.ab3lb .swiper-slide {
	opacity: 0.15;
	transition: 0.45s;
}

.ab3lb .swiper-slide:hover .as3pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ab3lb .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	background: rgba(255, 255, 255, .3);
	border-radius: 0;
	margin: 0 2px;
}

.ab3lb .swiper-pagination-bullet-active {
	width: 60px;
	background: rgba(255, 255, 255, .5);
}

.as3pic {
	overflow: hidden;
}

.as3pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ab3lb .swiper-slide-active.swiper-slide {
	opacity: 1;
}

.ab3lb .swiper-slide-active .as3wz {
	opacity: 1;
	visibility: visible;
}

.as3wz {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	margin-top: 30px;
	text-align: center;
}

.aw3bt {
	display: block;
	color: #fff;
}

.aw3ms {
	margin-top: 20px;
	color: rgba(255, 255, 255, .6);
}

.adwleft {
	position: sticky;
	top: 100px;
	left: 0;
	float: left;
	width: 59%;
	box-sizing: border-box;
	padding: 30px 50px 30px 12%;
}

.adreturn a {
	display: block;
	color: #666666;
	font-size: 16px;
}

.adreturn a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	font-size: 13px;
}

.adcont {
	margin-top: 30px;
}

.adclable {
	display: block;
	color: #E62129;
	font-size: 20px;
}

.adtitle {
	display: block;
	color: #333333;
}

.adnr {
	color: #333333;
	margin-top: 10px;
}

.adbanner {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 50px;
}

.adbanner .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.adbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
	vertical-align: middle;
	background: rgba(0, 38, 100, .2);
	margin-right: 20px;
}

.adbanner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.adbanner .slick-dots li a:focus {
	outline: none;
}

.adbanner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #002664;
}

.abitem {
	position: relative;
	float: left;
}

.abitem img {
	display: block;
	width: 100%;
}

.adwright {
	float: right;
	width: 41%;
	background: #F6F8FA;
	box-sizing: border-box;
	padding: 40px 10% 200px 86px;
}

.adrlist li {
	margin-top: 50px;
}

.adlbt {
	display: block;
	color: #002664;
	margin-bottom: 10px;
}

.adltxt {
	color: #333333;
}

.resouce-bot {
	background: #F6F8FA;
	padding: 80px 0 148px 0;
}

.rblist {
	margin-left: -3%;
}

.rblist li {
	position: relative;
	float: left;
	width: 47%;
	margin: 40px 0 0 3%;
	background: #fff;
	box-shadow: 0 10px 20px rgba(153, 153, 153, .16);
	box-sizing: border-box;
	padding: 40px;
	z-index: 3;
	cursor: pointer;
}

.rblist li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #002664;
	z-index: -3;
	transition: 0.45s;
}

.rblist li:hover::before {
	height: 100%;
}

.rblist li:hover .rltitle,
.rblist li:hover .rltxt {
	color: #fff;
}

.rblist li:hover .rllable {
	border-top: 1px solid rgba(221, 221, 221, .3);
}

.rltitle {
	display: block;
	color: #332C2B;
}

.rllable {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #DDDDDD;
}

.rltxt {
	display: inline-block;
	vertical-align: middle;
	color: #332C2B;
	font-size: 14px;
}

.rltxt:not(:first-child) {
	margin-left: 40px;
}

.rltxt i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
}

.rsbot {
	position: absolute;
	width: 73%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rstop {
	background: #002664;
	display: flex;
	align-items: center;
	padding: 40px 50px 30px 127px;
}

.rstitle {
	display: block;
	color: #fff;
}

.rsclose {
	margin-left: auto;
	color: #fff;
	cursor: pointer;
}
.rsclose i{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 10px;
}
.rscont{
	background: #fff;
	padding: 60px 100px 60px 127px;
}
.rsemail{
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #DDDDDD;
}
.rsemail a{
	display: block;
	color: #002664;
}
.rsnr{
	height: 450px;
	overflow-y: scroll;
	padding-right: 30px;
}
.rsnr::-webkit-scrollbar {
	width: 6px;
	background: none;
}

.rsnr::-webkit-scrollbar-thumb {
	width: 6px;
	background: #002664;
	border-radius: 20px;
}

.rsnr::-webkit-scrollbar-corner {
	background: none;
}

.rsnr::-webkit-scrollbar:horizontal {
	height: 9px;
}
.srsearch{
	display: flex;
	width: 71%;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding-left: 30px;
	overflow: hidden;
}
.srswbk{
	display: block;
	border: none;
	width: 80%;
	height: 100%;
	background: transparent;
	color: #333;
	font-size: 16px;
}
.srsbtn{
	display: block;
	width: 15%;
	text-align: center;
	background: #002664;
	margin-left: auto;
	color: #fff;
	font-size: 25px;
}
.srlist{
	margin-top: 70px;
}
.srlist li{
	display: flex;
	align-items: center;
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.srlist li:hover .nlwtxt1,.srlist li:hover .srljt{
	color: #002664;
}
.srlwz{
	width: 85%;
}
.srljt{
	margin-left: auto;
	color: #999;
	font-size: 20px;
}
.srbot{
	width: 63%;
	margin: 0 auto;
}
.ab2lb{
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
}
.ab2lb li{
	position: relative;
	width: 23%;
	margin-left: 2%;
	background: #eee;
	margin-top: 20px;
	text-align: center;
	box-sizing: border-box;
}
.ab2lb li:hover{
	background: #002664;
}
.ab2lb li:hover a{
	color: #fff;
}
.ab2lb li a{
	display: block;
	padding: 30px 15px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	transition: 0.35s;
}
.load-tk{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
}
.ltbot{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 950px;
	background: #fff;
	box-sizing: border-box;
	padding: 100px 118px 77px 118px;
	z-index: 3;
}
.ltbot::before{
	content: "";
	position: absolute;
    top: 2%;
	left: 2%;
	width: 98%;
	height: 98%;
	border-right: 17px solid #002664;
	border-bottom: 17px solid #002664;
	z-index: -3;
}
.lbclose{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: #fff;
	font-size: 25px;
	background: #002664;
}
.lbtitle{
	display: block;
	text-align: center;
	color: #333333;
	font-size: 36px;
}
.lbdesc{
	color: #002664;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.lbform{
	margin-top: 55px;
}
.lfitem{
	display: flex;
	margin-top: 20px;
	margin-left: -20px;
}
.lfsrk{
	display: flex;
	align-items: center;
	width: 50%;
	margin-left: 20px;
}
.lfsrk input{
	display: block;
	width: 95%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 0 20px;
	color: #666666;
	font-size: 16px;
}
.lfxh{
	display: block;
	font-style: normal;
	color: #E62129;
	font-size: 16px;
	margin-left: auto;
}
.lfsubmit a{
	display: block;
	width: 210px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	margin: 55px auto 0;
	background: #002664;
}
.fixed-right{
	position: fixed;
	right: 25px;
	bottom: 10%;
	z-index: 99;
}
.fritem{
	display: block;
	position: relative;
	margin-top: 20px;
}
.fritem:hover img{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.fritem i{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 25px;
}
.frwx i{
    background: #00C800;
}
.frqw i{
	background:#2D9EFC;
}
.fritem img{
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px);
	transition: 0.45s;
	display: block;
	position: absolute;
	right: 120%;
	top: -20px;
	width: 80px;
	height: 80px;
	background: #fff;
}
.rscv{
	top: 30%;
}