@charset "UTF-8";

/* 
 * Project Name:尊龙凯时
 * 
 */
@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("/css//css/fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("/css/fonts/SourceHanSansCN-Regular.woff") format("woff"), url("/css/fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
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,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
}

/* html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #0E3C7B;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
} */

body {
	font: 14px/1.8 "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	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;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

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);
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/* 字体大小 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;
}

.f80 {
	font-size: 80px;
}

/* 字体大小 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: "\eca1";
}

.pswp__button--arrow--right:before {
	content: "\e87f";
}

.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(/css/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;
	}

	.f80 {
		font-size: 76px;
	}

	/* 字体大小 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;
	}

	.f80 {
		font-size: 72px;
	}

	/* 字体大小 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;
	}

	.f80 {
		font-size: 70px;
	}

	/* 字体大小 end */
}

.mtop {
	height: 80px;
}

/* 头部  */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.45s ease-in;
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
	background: #077CB1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.head-wrap {
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-logo {
	z-index: 10;
	margin-right: 30px;
}

.head-logo a {
	display: block;
	height: 57px;
}

.head-logo img {
	display: block;
	height: 100%;
}

.header .nav {
	display: flex;
	justify-content: space-between;
}


.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
	padding: 0 30px;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #FFFFFF;
	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: 17px;
	left: 0;
	width: 0;
	height: 3px;
	background: #FFFFFF;
	transition: 0.45s;
}

.header .yj-bot li.active .yj-link {
	color: #FFFFFF;
}

.header .yj-bot li.active .yj-link::before {
	width: 100%;
}

.header .nav li: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: 110px;
	margin-left: -55px;
	top: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0.7);
	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;
	border-radius: 0 0 10px 10px;
	padding: 16px 0;
}

.el-link {
	position: relative;
	display: block;
	color: #6B6B6B;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 8px 25px;
}

.el-link:hover {
	color: #077CB1;
}

.head-rbox{
	display: flex;
}

.hrwx {
	position: relative;
	cursor: pointer;
}

.hrwx:hover .hwewm {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hwewm {
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: 0.45s;
	display: block;
	position: absolute;
	top: 100%;
	left: -45px;
	width: 114px;
}

.hrwx i {
	color:#FFFFFF;
	font-size: 20px;
}



.hrwx,
.hroa {
	line-height: 80px;
	flex-shrink: 0;
	margin-left: 30px;
}

.hroa {
	position: relative;
}
.hroa:hover .hlxz{
	opacity: 1;
	visibility: visible;
}
.hotxt{
	cursor: pointer;
	color: #fff;
    font-size: 16px;
	padding: 8px 12px;
	border: 1px solid #FFFFFF;
}
.hlxz{
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
.hlxz a{
	display: block;
	color: #777777;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	text-align: center;
}
.hlxz a:hover{
	color: #077CB1;
}

.hroa i {
	font-size: 12px;
	color: #FFFFFF;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1300;
	transition: 0.35s;
	background: #077CB1;
}

.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: #077CB1;
}

.menuBox a:active,
.menuBox a:hover {
	color: #077CB1;
}

.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 0;
}

.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;
}

.banner .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: 20px;
	line-height: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	margin: 0 10px;
	transition: 0.45s;
}

.banner .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;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	background: #077CB1;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .slide-inner img {
	position: relative;
	width: 100%;
}

/* .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.1);
		transform: scale(1.1);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.banner .slick-current .bscover {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.banner .slick-current .bctxt1 {
	opacity: 1;
	visibility: visible;
	letter-spacing: normal;
}

.bscover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-70%, -50%);
	transition: 0.85s ease-out;
	left: 50%;
	z-index: 10;
	text-align: center;
}

.bcpic {
	text-align: center;
}

.bcpic img {
	display: inline-block;
	max-width: 100%;
}

.bctxt1 {
	display: block;
	color: #396785;
	line-height: 1.5;
	opacity: 0;
	visibility: hidden;
	letter-spacing: 8px;
	transition: 1.5s all ease-out;
}

.bctxt2 {
	display: block;
	color: #396785;
	line-height: 1.5;
}

/* banner end */
.index-about {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 8%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.ialeft {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.ialeft img{
	height: 100%;
	object-fit: cover;
}
.ialeft .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 48px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.ialeft .slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	margin: 0 10px;
	transition: 0.45s;
}

.ialeft .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;
}

.ialeft .slick-dots li a:focus {
	outline: none;
}

.ialeft .slick-dots li.slick-active {
	background: #077CB1;
}
.ilitem{
	position: relative;
	float: left;
}
.ilitem img,.ialeft img {
	display: block;
	width: 100%;
}

.iaplay {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .27);
	color: #fff;
	font-size: 20px;
}

.iaright {
	width: 46%;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.irlable {
	display: block;
	color: #077CB1;
	font-weight: bold;
	font-size: 34px !important;
	line-height: 1;
}

.irtitle {
	display: block;
	color: #333333;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 25px;
}

.irdesc {
	color: #666666;
	line-height: 2;
	margin-top: 35px;
	font-size: 18px !important;
	text-align: justify;
}

.irbtn {
	display: block;
	width: 168px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 27px;
	color: #fff;
	font-size: 15px;
	background: #077CB1;
	margin-top: 20px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.irbtn:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.irbtn:hover::before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.irbtn::before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 20%;
	height: 20px;
	width: 60%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(40, 167, 194, 0.35) 0%, rgba(40, 167, 194, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(40, 167, 194, 0.35) 0%, rgba(40, 167, 194, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.index-business {
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	max-width: 1600px;
	width: 84%;
	margin: 0 auto 80px;
}

.iblist {
	display: flex;
	flex-wrap: wrap;
}

.iblist li {
	position: relative;
	width: 33.333%;
	text-align: center;
	padding: 160px 15px 60px 15px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 3;
	overflow: hidden;
}

.iblist li::before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	box-sizing: border-box;
	background: rgba(40, 167, 194, .85);
	transition: 0.85s all;
	padding: 0;
	object-fit: cover;
	object-position: right;
	z-index: -3;
}

.iblist li:hover::before {
	opacity: 1;
	visibility: visible;
	width: 100%;
	padding-left: 100%;
}

.iblist li:hover .ibljh {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.iblist li:nth-child(2),
.iblist li:nth-child(3),
.iblist li:nth-child(5),
.iblist li:nth-child(6) {
	border-left: 1px solid rgba(255, 255, 255, .3);
}

.iblist li:nth-child(4),
.iblist li:nth-child(5),
.iblist li:nth-child(6) {
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.iblicon {
	display: block;
	color: #fff;
	line-height: 1;
	font-size: 42px;
}

.iblbt {
	display: block;
	color: #fff;
	font-weight: normal;
	margin-top: 30px;
}

.ibltxt {
	color: #fff;
	margin-top: 15px;
	line-height: 1.5;
}

.ibljh {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: 0.45s all;
	display: block;
	color: #fff;
	font-size: 36px;
	margin-top: 35px;
	font-weight: normal;
}

.index-news {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.inbot {
	width: 84%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ibleft {
	width: 50%;
}

.ibltop {
	display: flex;
	align-items: center;
}

.ibttitle {
	position: relative;
	display: block;
	color: #333333;
	padding-bottom: 20px;
	line-height: 1;
}

.ibttitle::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background: #077CB1;
}

.ibtmore {
	display: block;
	margin-left: auto;
	color: #555555;
}

.ibtmore:hover {
	color: #077CB1;
}

.iblcont {
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
	margin-top: 40px;
}

.ibclable {
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 0;
	background: #077CB1;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 20px;
	z-index: 1;
}

.ibcfirst {
	position: relative;
	overflow: hidden;
}

.ibcfirst .slick-arrow {
	position: absolute;
	z-index: 99;
	width: 27px;
	height: 27px;
	line-height: 27px;
	bottom: 40px;
	text-align: center;
	color: #fff;
	background: #28A7C2;
	border-radius: 50%;
}

.ibcfirst .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 12px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ibcfirst .slick-prev {
	opacity: 0;
	display: none !important;
}

.ibcfirst .slick-next:before {
	content: "\e87f";
}

.ibcfirst .slick-next {
	right: 38px;
}

.ibfitem {
	float: left;
	position: relative;
}

.ibfitem:hover .ibipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ibipic {
	position: relative;
	overflow: hidden;
	padding-bottom: 43%;
}

.ibipic::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .51));
	z-index: 1;
}

.ibipic img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.45s;
}

.ibiwz {
	position: absolute;
	left: 44px;
	bottom: 40px;
	width: 80%;
	z-index: 10;
}

.ibwdate {
	font-family: Arial;
	display: block;
	color: #fff;
	line-height: 1.5;
}

.ibwtxt {
	color: #fff;
	margin-top: 15px;
	line-height: 1.5;
}

.ibclist li {
	position: relative;
	padding: 25px 5%;
	border-bottom: 1px solid #DEDFDF;
}

.ibclist li:last-child{
	border-bottom: 0 none;
}

.ibclist li:hover .iblms {
	color: #077CB1;
}

.ibldate {
	display: block;
	color: #999999;
	font-family: Arial;
	line-height: 1.5;
}

.iblms {
	color: #333333;
}

.ibright {
	width: 46%;
}

.ibr-scrollbox {
	margin-top: 40px;
	margin-bottom: 56px;
	max-height: 201px;
	overflow-y: auto;
	padding-right: 15px;
	margin-right: -15px;
}
.ibr-scrollbox::-webkit-scrollbar {
	width: 3px;
	background-color: transparent;
}
.ibr-scrollbox::-webkit-scrollbar-track {
	background-color: transparent;
}
.ibr-scrollbox::-webkit-scrollbar-thumb {
	background-color: #077CB1;
}

.ibright .ibr-scrollbox:last-child{
	margin-bottom: 0;
}

.ibrlist li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 66px;
	border-bottom: 1px solid #DEDFDF;
	cursor: pointer;
}

.ibrlist li:hover .irdtxt,
.ibrlist li:hover .irldate {
	color: #077CB1;
}

.irldesc {
	position: relative;
	width: 84%;
	display: flex;
    align-items: flex-start;
}

.irdnew {
	position: relative;
	margin-top: -10px;
	background: #077CB1;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 0 7px;
	margin-left: 5px;
	flex-shrink: 0;
}

.irdnew::before {
	content: "";
	position: absolute;
	left: -5px;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #077CB1;
}

.irdtxt {
	color: #333333;
}
.irdtxt .txt{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	height: 25px;
	display: block;
}

.irldate {
	margin-left: 10px;
	font-family: Arial;
	color: #999999;
}

.ibrzp {
	/* margin-top: 70px; */
}

.footer-wrap {
	background: #077CB1;
}

.fwtab {
	padding: 0 6%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.ftqh {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 15px 0;
	z-index: 3;
	cursor: pointer;
	margin-right: 5%;
}
.ftqh：:last-child{
	margin-right: 0;
}

.ftqh.active::before {
	width: 100%;
}

.ftqh::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #FFFFFF;
	transition: 0.45s;
	z-index: -3;
}

.fwbot {
	display: flex;
	padding: 30px 6%;
	justify-content: space-between;
}

.fcbox {
	display: none;
}

.fblink {
	display: inline-block;
	color: #fff;
	margin-right: 30px;
	margin-bottom: 10px;
}

.fbdesc,
.fbdesc a {
	color: #fff;
}

.fbcr {
	margin-top: 50px;
}

.fbright {
	text-align: center;
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
}

.fbright img {
	display: block;
	width: 114px;
	margin: 0 auto 10px;
}

.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;
}

.tbvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insides-banner {
	position: relative;
	overflow: hidden;
}

.ibpic {
	overflow: hidden;
}

.ibpic img {
	display: block;
	width: 100%;
}

.ibwz {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 73%;
	transform: translate(-50%, -50%);
	padding-bottom: 10px;
}
.ibwz::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	background: #FFFFFF;
}

.iwtitle {
	display: block;
	color: #fff;
	/* text-shadow: 0 3px 3px rgba(0, 133, 161, .38); */
}

.about-bot1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 80px 5%;
}

.ib1pic {
	width: 46%;
	position: relative;
	cursor: pointer;
}

.ib1pic img {
	display: block;
	width: 100%;
}
.ib1pic .iaplay{
	transition: .3s;
}
.ib1pic:hover .iaplay{
	background-color: rgba(0, 0, 0, .51);
}

.ib1wz {
	width: 50%;
}

.gytitle {
	display: block;
	color: #000000;
	line-height: 1.5;
}

.gyeng {
	font-family: Arial;
	position: relative;
	display: block;
	line-height: 1.5;
	padding-bottom: 5px;
}

.gyeng::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #077CB1;
}

.iw1nr {
	margin-top: 40px;
	font-size: 16px;
	color: #666666;
}

.about-bot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 114px 0;
	overflow: hidden;
}

.gbct {
	text-align: center;
}

.gbct .gyeng::before {
	left: 50%;
	transform: translateX(-50%);
}

.ab2cont {
	position: relative;
	margin: 70px auto 0;
	width: 24%;
}

.mb-ab2cont {
	display: none;
}

.ab2center {
	width: 100%;
	margin: 0 auto;
}

.ab2center img {
	display: block;
	width: 100%;
}

.ac2-l,
.ac2-r {
	position: absolute;
	display: flex;
	align-items: center;
}

.ac2dw1 {
	top: 7%;
	right: 80%;
}

.ac2dw2 {
	top: 16%;
	right: 95%;
}

.ac2dw3 {
	top: 45%;
	right: 99%;
}

.ac2dw4 {
	top: 68%;
	right: 92%;
}

.ac2dw5 {
	top: 86%;
	right: 73%;
}

.ac2dw6 {
	top: 7%;
	left: 80%;
}

.ac2dw7 {
	top: 25%;
	left: 95%;
}

.ac2dw8 {
	top: 46%;
	left: 99%;
}

.ac2dw9 {
	top: 70%;
	left: 92%;
}

.ac2dw10 {
	top: 89%;
	left: 73%;
}

.ac2-l .ad2qq {
	margin-left: 25px;
}

.ac2-r .ad2qq {
	margin-right: 25px;
}

.ad2qq span {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #077CB1;
}

.ad2qq span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(0, 133, 161, .55);
	animation: bannerbuIn infinite linear 1.4s normal;
	-webkit-animation: bannerbuIn infinite linear 1.4s normal;
}

@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(3.75);
	}
}

.ad2yj {
	position: relative;
	width: 260px;
}

.ac2-l .ay2hv {
	right: 50%;
}

.ac2-l .ay2hv::before {
	right: 40px;
}

.ac2-r .ay2hv {
	left: 50%;
}

.ac2-r .ay2hv::before {
	left: 40px;
}

.ad2yj:hover .ay2hv {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ay2hv {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	transform: translateY(10px);
	position: absolute;
	bottom: 150%;
	background: #fff;
	border-radius: 12px;
	width: 347px;
	box-sizing: border-box;
	padding: 13px 20px;
	color: #077CB1;
	font-size: 16px;
	line-height: 1.5;
}

.ay2hv::before {
	content: "";
	position: absolute;
	bottom: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}

.ay2txt {
	display: block;
	color: #333333;
	font-size: 16px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(153, 153, 153, .2);
	border-radius: 22px;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	box-sizing: border-box;
}

.ay2txt:hover {
	color: #077CB1;
}

.ad2sj {
	width: 260px;
	text-align: center;
}

.as2txt {
	display: block;
	width: 100%;
	padding: 11px 3px;
	box-sizing: border-box;
	border-radius: 22px;
	border: 1px solid #999999;
	color: #333333;
	font-size: 15px;
	line-height: 1.3;
	margin: 16px 0;
	transition: 0.45s;
	cursor: pointer;
}

.as2txt:hover {
	background: #28A7C2;
	color: #fff;
	border: 1px solid #28A7C2;
}

.ad2line img {
	display: block;
}

.osbot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	border-radius: 20px;
}

.osclose {
	position: absolute;
	color: #fff;
	line-height: 1;
	font-size: 24px;
	right: -50px;
	top: 0;
	cursor: pointer;
}

.osnr {
	background: #077CB1;
	padding: 90px 188px;
	text-align: center;
	border-radius: 20px 20px 0 0;
}

.osname {
	position: relative;
	display: block;
	color: #fff;
	padding-bottom: 20px;
}

.osname::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 20px;
	height: 2px;
	background: #fff;
}

.ostxt {
	color: #fff;
	margin-top: 30px;
	font-size: 18px !important;
}

.oslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 90px 70px 90px;
	/* margin-left: -4%; */
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 20px 20px;
}

.oslist li {
	width: 16%;
	margin: 10px 2%;
	background: #F6F6F6;
	border-radius: 11px;
	border-top: 8px solid #077CB1;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	color: #077CB1;
	font-size: 16px;
	line-height: 1.3;
}

.about-bot3 {
	padding: 80px 0 100px 0;
}

.ab3list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 12px 0 0 -3%;
}

.al3item {
	position: relative;
	width: 22%;
	margin: 38px 0 0 3%;
	background: #F6F6F6;
	border-radius: 10px;
	text-align: center;
	padding: 90px 0 70px 0;
	z-index: 3;
}

.al3item::before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	box-sizing: border-box;
	background: #077CB1;
	transition: 0.85s all;
	padding: 0;
	object-fit: cover;
	object-position: right;
	border-radius: 10px;
	z-index: -3;
}

.al3item:hover::before {
	opacity: 1;
	visibility: visible;
	width: 100%;
	padding-left: 100%;
}

.al3item:hover .al3icon {
	background: #fff;
	color: #077CB1;
}

.al3item:hover .al3txt1,
.al3item:hover .al3txt2 {
	color: #fff;
}

.al3icon {
	display: block;
	width: 66px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	color: #fff;
	font-size: 31px;
	border-radius: 50%;
	margin: 0 auto;
	background: #077CB1;
	transition: 0.35s;
}

.al3txt1 {
	display: block;
	color: #333333;
	margin-top: 20px;
	line-height: 1.5;
}

.al3txt2 {
	color: #555555;
	margin-top: 20px;
}

.about-bot4 {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
}

.ab4year {
	width: 83%;
	position: relative;
	overflow: hidden;
	margin-top: 68px;
	padding: 0 45px;
}

.ab4year .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
}

.ab4year .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ab4year .slick-prev:before {
	content: "\eca1";
}

.ab4year .slick-next:before {
	content: "\e87f";
}

.ab4year .slick-prev {
	left: 0;
}

.ab4year .slick-next {
	right: 0;
}

.ab4year .slick-arrow:hover {
	color: #007CCF;
}

.ay4item {
	position: relative;
	float: left;
	cursor: pointer;
	padding: 10px 0;
}

.ab4year .slick-current.ay4item span {
	background: #077CB1;
	color: #fff;
}

.ab4year .slick-current.ay4item span::before {
	opacity: 1;
	visibility: visible;
}

.ay4item span {
	position: relative;
	display: block;
	font-family: Arial;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 84px;
	color: #666666;
	font-size: 22px;
	margin: 0 auto;
	transition: 0.45s;
}

.ay4item span::before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border: 1px solid #077CB1;
	border-radius: 50%;
	transition: 0.45s;
}

.ab4cont {
	position: relative;
	padding: 20px 0 90px 0;
	overflow: hidden;
}

.ab4cont::before {
	content: "";
	position: absolute;
	top: 0;
	left: 9.5%;
	width: 1px;
	height: 100%;
	background: #077CB1;
}

.ab4l {
	display: flex;
	margin-top: 40px;
}

.ab4date {
	display: block;
	color: #666666;
	width: 82px;
	font-size: 18px;
}

.ab4line {
	position: relative;
	display: block;
	width: 140px;
	height: 1px;
	border-top: 1px dashed #077CB1;
	margin: 16px 40px 0 30px;
}

.ab4line::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 15px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #077CB1;
	background: #fff;
	box-sizing: border-box;
}

.ab4txt {
	color: #666666;
	font-size: 18px;
	width: 70%;
}

.about-bot5 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 110px 0;
}

.ab5bot {
	padding: 0 8%;
}

.ab5banner {
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding: 0 90px;
}

.ab5banner .slick-arrow {
	position: absolute;
	z-index: 99;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #077CB1;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(153, 153, 153, .2);
}

.ab5banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ab5banner .slick-prev::before {
	content: "\eca1";
}

.ab5banner .slick-next:before {
	content: "\e87f";
}

.ab5banner .slick-prev {
	left: 0;
}

.ab5banner .slick-next {
	right: 0;
}

.ab5banner .slick-arrow:hover {
	background: #077CB1;
	color: #fff;
}

.ab5item {
	position: relative;
	float: left;
	margin: 0 40px;
	cursor: pointer;
}

.ai5h {
	position: relative;
	width: 100%;
	height: 409px;
}

.ab5item img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.news-wrap {
	padding: 120px 0 160px 0;
}

.insides-tab {
	text-align: center;
}

.itqh {
	display: inline-block;
	min-width: 150px;
	padding: 12px;
	text-align: center;
	border-radius: 32px;
	border: 1px solid #D2D2D2;
	margin: 0 7px;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	transition: 0.45s;
}

.itqh:hover,
.itqh.active {
	background: #077CB1;
	color: #fff;
	border: 1px solid #077CB1;
}

.nwlist {
	margin-top: 40px;
}

.nwlist li {
	position: relative;
	z-index: 3;
}

.nwlist li:hover::before {
	height: 100%;
}

.nwlist li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #F6F6F6;
	z-index: -3;
	transition: 0.45s;
}

.nwlist li:hover .nidate,
.nwlist li:hover .nititle {
	color: #077CB1;
}

.nwlist li:hover .nibtn {
	background: #077CB1;
	border: 1px solid #077CB1;
	color: #fff;
}

.nwlist li:hover .nipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nwlist li:hover .nlitem {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.nlitem {
	display: flex;
	align-items: center;
	padding: 80px 0;
	border-bottom: 1px solid #D2D2D2;
}

.nipic {
	width: 34%;
	border-radius: 20px;
	overflow: hidden;
}

.nipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.niwz {
	width: 60%;
	margin-left: auto;
}

.nidate {
	display: block;
	font-family: Arial;
	font-style: normal;
	color: #999999;
	font-size: 14px;
}

.nidate i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
}

.nititle {
	display: block;
	color: #332C2B;
	font-weight: normal;
	margin-top: 15px;
	line-height: 1.5;
	max-height: 78px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	white-space: initial;
}

.nidesc {
	color: #666666;
	margin-top: 30px;
}

.nibtn {
	display: block;
	width: 168px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 32px;
	border: 1px solid #DDDDDD;
	color: #999999;
	font-size: 15px;
	margin-top: 60px;
	font-weight: normal;
	transition: 0.45s;
}

.pages-list {
	margin-top: 120px;
	text-align: center;
}

.pages-list a {
	display: inline-block;
	vertical-align: middle;
}

.plpn {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #077CB1;
	font-size: 14px;
	box-shadow: 0 3px 6px rgba(153, 153, 153, .2);
	border-radius: 50%;
	margin: 0 30px;
}

.plpn:hover {
	background: #077CB1;
	color: #fff;
}

.plnum {
	font-family: Arial;
	color: #AAAAAA;
	font-size: 22px;
	margin: 0 20px;
}

.plnum:hover,
.plnum.active {
	color: #077CB1;
}

.nw3list {
	margin-top: 30px;
}

.nw3list li {
	display: flex;
	align-items: center;
	position: relative;
	padding: 60px 0;
	border-bottom: 1px solid #E6E6E6;
}

.nw3list li::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 1px;
	background: #077CB1;
	transition: 0.65s;
}

.nw3list li:hover::before {
	width: 100%;
}

.nw3list li:hover .nl3date {
	background: #077CB1;
	color: #fff;
}

.nw3list li:hover .nl3title {
	color: #077CB1;
}

.nl3date {
	background: #F6F6F6;
	border-radius: 10px;
	padding: 27px 0;
	width: 120px;
	text-align: center;
	font-family: Arial;
	color: #077CB1;
	transition: 0.45s;
}

.nl3date strong {
	display: block;
	font-size: 46px;
	line-height: 1;
	font-weight: normal;
}

.nl3date em {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
}

.nl3wz {
	margin-left: 40px;
	width: 81%;
}

.nl3title {
	display: block;
	line-height: 1.5;
	color: #333333;
	max-height: 66px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	white-space: initial;
}

.nl3desc {
	color: #666666;
	margin-top: 20px;
}

.ibsearch {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	width: 700px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	border-radius: 50px;
	border: 4px solid #fff;
	box-sizing: border-box;
	padding: 0 30px;
	overflow: hidden;
	background: rgba(255, 255, 255, .15);
}

.ibsbtn {
	display: block;
	color: #fff;
	font-size: 40px;
}

.ibswbk {
	display: block;
	margin-left: 20px;
	width: 80%;
	height: 100%;
	background: none;
	border: none;
	color: #fff;
	font-size: 22px;
}

.ibswbk::-webkit-input-placeholder {
	color: #fff;
}

.ibswbk:-moz-placeholder {
	color: #fff;
}

.ibswbk::-moz-placeholder {
	color: #fff;
}

.ibswbk:-ms-input-placeholder {
	color: #fff;
}

.search-wrap {
	padding: 40px 0 160px 0;
}

.nd-top {
	background: #F6F6F6;
	padding: 78px 0 86px 0;
}

.nbicon {
	font-size: 20px;
	margin-right: 15px;
}

.nbicon,
.nbtxt {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
}

.nbtxt {
	font-size: 14px;
}

.nttitle {
	text-align: center;
	color: #333333;
	margin-top: 95px;
	line-height: 1.5;
}

.ntxx {
	text-align: center;
	margin-top: 40px;
}

.nxtxt {
	font-family: Arial;
	display: inline-block;
	color: #999999;
	font-size: 14px;
	margin: 0 20px;
}

.nxtxt i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
}

.nd-center {
	padding: 70px 0 110px 0;
}

.ndnr {
	/* font-size: 16px; */
	color: #000;
}

.nd-bottom {
	border-top: 1px solid #E6E6E6;
	padding: 40px 0 58px 0;
}

.nbbot {
	display: flex;
}

.nblink {
	width: 48%;
	display: block;
	color: #999999;
	font-size: 16px;
}

.nbr {
	text-align: right;
	margin-left: auto;
}

.nblink:hover {
	color: #077CB1;
}

.contact-bot1 {
	padding: 147px 0 88px 0;
}

.cb1box {
	display: flex;
	margin-top: 125px;
}

.cb1item {
	flex: 1;
}

.cb1item:nth-child(1) {
	padding-right: 100px;
}

.cb1item:nth-child(2) {
	padding-left: 100px;
	border-left: 1px solid rgba(112, 112, 112, .3);
}

.ci1desc {
	color: #666666;
	margin-top: 40px;
}

.contact-bot2 {
	background: #F6F6F6;
	padding: 90px 0 170px 0;
}

.cb2box {
	display: flex;
	align-items: center;
}

.cb2way {
	width: 29%;
}

.cw2bt {
	margin-bottom: 56px;
}

.cw2H {
	margin-top: 25px;
}

.cw2tit {
	display: block;
	color: #666666;
	font-size: 16px;
}

.cw2info {
	color: #077CB1;
	font-size: 26px;
	line-height: 1.5;
	margin-top: 10px;
}

.cb2map {
	width: 46%;
	margin-left: auto;
}

.cb2map img {
	display: block;
	width: 100%;
}

.contact2-bot {
	background: #F6F6F6;
	padding: 125px 0 155px 0;
}

.c2blable {
	width: 86%;
	margin: 0 auto 110px;
}

.c2blable img {
	display: block;
	width: 100%;
}

.c2blist {
	margin: 60px 0 0 -4%;
}

.c2blist li {
	position: relative;
	float: left;
	width: 46%;
	margin: 40px 0 0 4%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 20px rgba(153, 153, 153, .2);
	box-sizing: border-box;
	padding: 40px;
	z-index: 3;
	overflow: hidden;
	cursor: pointer;
}

.c2blist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #077CB1;
	transition: 0.45s;
	z-index: -3;
	border-radius: 15px;
}

.c2blist li:hover::before {
	height: 100%;
}

.c2blist li:hover .c2ltitle,
.c2blist li:hover .c2xtxt,
.c2blist li:hover .c2xtxt i {
	color: #fff;
}

.c2blist li:hover .c2lxx {
	border-top: 1px solid rgba(221, 221, 221, .3);
}

.c2ltitle {
	display: block;
	color: #332C2B;
	line-height: 1.5;
}

.c2lxx {
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #DDDDDD;
}

.c2xtxt {
	display: inline-block;
	margin-right: 40px;
	color: #332C2B;
	font-size: 14px;
}

.c2xtxt i {
	display: inline-block;
	vertical-align: middle;
	color: #077CB1;
	font-size: 18px;
	margin-right: 10px;
}

.ct2bot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 73%;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}

.cb2top {
	display: flex;
	/* align-items: center; */
	background: #077CB1;
	padding: 55px 34px 40px 160px;
}

.ct2title {
	line-height: 1.5;
	color: #fff;
	width: 70%;
}

.ct2close {
	margin-left: auto;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.ct2close i {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 10px;
	line-height: 1;
}

.cb2cont {
	padding: 60px 160px 76px 160px;
}

.cb2nr {
	height: 400px;
	overflow-y: scroll;
	color: #000;
	font-size: 16px;
}

.cb2nr::-webkit-scrollbar {
	width: 6px;
	background: none;
}

.cb2nr::-webkit-scrollbar-thumb {
	width: 6px;
	background: #DDDDDD;
}

.cb2nr::-webkit-scrollbar-corner {
	background: none;
}

.cb2nr::-webkit-scrollbar:horizontal {
	height: 9px;
}

.cb2send {
	display: block;
	color: #077CB1;
	font-size: 22px;
	margin-top: 35px;
	padding-top: 30px;
	border-top: 1px solid #DDDDDD;
}

.partner-wrap {
	padding: 120px 0 150px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.pwlable {
	width: 61%;
	margin: 0 auto;
	text-align: center;
}

.pwlable img {
	display: inline-block;
	max-width: 100%;
}

.pwlist {
	margin: 70px 0 0 -5%;
}

.pwlist li {
	position: relative;
	float: left;
	width: 28.333%;
	height: 165px;
	margin: 40px 0 0 5%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(153, 153, 153, .16);
}

.pwlist li img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
}

.business-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 250px 0;
}

.bwbox {
	display: flex;
}

.bwmenu {
	position: relative;
	width: 18%;
	background: #077CB1;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 48px 0 0 0;
}

.bmlogo {
	width: 38%;
	margin: 0 auto;
}

.bmlogo img {
	display: block;
	width: 100%;
}

.bmline {
	margin: 25px auto 0;
	width: 69%;
	height: 1px;
	background: rgba(255, 255, 255, .44);
}

.bmlist {
	margin-top: 50px;
}

.bmlist li {
	position: relative;
	padding: 12px 10px 12px 66px;
	z-index: 3;
}

.bmlist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #28A7C2;
	transition: 0.45s;
	z-index: -3;
}

.bmlist li.active::before {
	height: 100%;
}

.bmltxt {
	position: relative;
	display: block;
	color: #fff;
	font-size: 17px;
	padding-left: 24px;
}

.bmlist li.active .bmltxt::before {
	left: -2.5px;
	width: 10px;
	height: 10px;
	background: none;
	border: 1.5px solid #fff;
}

.bmltxt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	transition: 0.45s;
}

.bmbg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.bmbg img {
	display: block;
	width: 100%;
}

.bwcont {
	width: 75%;
	margin-left: auto;
}

.bwclist {
	margin-left: -2%;
}

.bwclist li {
	float: left;
	width: 31.333%;
	margin: 0 0 40px 2%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.bwclist li:hover .bwlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.bwlpic {
	overflow: hidden;
}

.bwlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.bwltxt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 133, 161, .8);
	line-height: 46px;
	color: #fff;
	text-align: center;
}

.bwctab {
	margin-top: 60px;
	border-bottom: 1px solid #DDDDDD;
}

.bwtqh {
	display: inline-block;
	padding: 12px 40px;
	color: #333333;
	border-radius: 15px 15px 0 0;
	transition: 0.45s;
}

.bwtqh.active {
	background: #077CB1;
	color: #fff;
}

.bwclist2 {
	display: none;
	margin: 30px 0 0 -3%;
}

.bwclist2 li {
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 20px;
}

.bwclist2 li:hover .bl2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.bl2pic {
	width: 37%;
	overflow: hidden;
	border-radius: 10px;
}

.bl2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.bl2wz {
	margin-left: auto;
	width: 58%;
}

.bl2txt1 {
	display: block;
	color: #666666;
	line-height: 1.5;
}

.bl2txt2 {
	color: #666666;
	margin-top: 20px;
}<!--耗时1753308410.5843秒-->