@charset "UTF-8";
.line_line{
	background: #153072;padding: 150px 0;
}
.color_daohang{
	color: red !important;
}
*{
font-family: "宋体", SimSun, sans-serif !important;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.simple-form-basic,
.simple-text,
.simple-textarea,
.simple-select {
	border: 1px solid #ccc;
	padding: 4px;
	vertical-align: middle;
}

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus {
	outline: 0 none;
}

.simple-text {
	height: 18px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
	height: 18px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	height: 80px;
	width: 500px;
	vertical-align: top;
}

.simple-textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
	*margin-top: 5px;
	*margin-bottom: 5px;
	*vertical-align: top;
}

.reset-radio-checkbox {
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 13px;
	*width: 13px;
	*height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	overflow-y: scroll;
	/* 0 */
	-webkit-overflow-scrolling: touch;
	/* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
	margin: 0;
	/* 1 */
	font-size: 12px;
	/* 0 */
	line-height: 2;
	/* 0 */
	color: #333;
	/* 0 */
	background-color: #fff;
	/* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
	*display: inline;
	/* 3 */
	*zoom: 1;
	/* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hove#153072 in all browsers.
 * 0. sassCore's style.
 */
a {
	background: transparent;
	/* 1 */
	/* 0 */
	text-decoration: none;
	color: #08c;
}

a:active,
a:hover {
	outline: 0;
	/* 2 */
}

a:hover {
	color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
	border: 0;
	/* 1 */
	vertical-align: middle;
	/* 0 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
	overflow: auto;
	/* 1 */
	white-space: pre;
	/* 2 */
	white-space: pre-wrap;
	/* 2 */
	word-wrap: break-word;
	/* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* 1 */
	_font-family: 'courier new', monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	*overflow: visible;
	/* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea:focus,
input:focus {
	outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
	overflow: auto;
	/* 1 */
	resize: vertical;
	/* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
	quotes: none;
}

html,
button,
input,
select,
textarea {
	font-family: "OPPO-M", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
	margin: 0;
}

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

ul,
ol {
	list-style: none outside none;
}

h1,
h2,
h3 {
	line-height: 2;
	font-weight: normal;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15.6px;
}

h3 {
	font-size: 14.04px;
}

h4 {
	font-size: 12px;
}

h5,
h6 {
	font-size: 10.2px;
	text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

html {
	overflow: hidden;
	overflow-y: scroll;
}

button,
input,
textarea,
select {
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

img {
	display: block;
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-cb {
	zoom: 1;
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

.pof {
	position: fixed;
}

.poa-f {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ovh {
	overflow: hidden;
}

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

.dn {
	display: none;
}

.w-f {
	width: 100%;
}

.h-f {
	height: 100%;
}

.loader {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	border-right: 2px solid rgba(0, 0, 0, 0.08);
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	border-left: 2px solid rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	animation: spinner 700ms infinite linear;
}

.loader.white {
	border-top: 2px solid rgba(255, 255, 255, 0.08);
	border-right: 2px solid rgba(255, 255, 255, 0.08);
	border-bottom: 2px solid rgba(255, 255, 255, 0.08);
	border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}

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

/*æ‰‹æœºä¸Šaé“¾æŽ¥æœ‰é»‘è‰²é€æ˜Žåº•æ€Žä¹ˆåŽ»æŽ‰
ç»™aåŠ è¿™ä¸ªæ ·å¼*/
a {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
	outline: none;
}

/*ie åŽ»æŽ‰è‡ªå¸¦å…³é—­*/
input::-ms-clear {
	display: none;
}

/*ç½‘ç«™å•ä½è®¾ç½®*/
@media only screen and (min-width: 360px) {
	html {
		font-size: 26px !important;
	}
}

@media only screen and (min-width: 435px) {
	html {
		font-size: 30px !important;
	}
}

/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
	html {
		font-size: 34px !important;
	}
}

@media only screen and (min-width: 1024px) {
	html {
		font-size: 28px !important;
	}
}

@media only screen and (min-width: 1200px) {
	html {
		font-size: 30px !important;
	}
}

@media only screen and (min-width: 1440px) {
	html {
		font-size: 34px !important;
	}
}

@media only screen and (min-width: 1680px) {
	html {
		font-size: 40px !important;
	}
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #000;
}

/*==å¸¸ç”¨é¢œè‰²==*/
.col-fff {
	color: #fff;
	font-size: 15px;
}

.col-000 {
	color: #000;
}

.col-111 {
	color: #111;
}

.col-222 {
	color: #222;
}

.col-333 {
	color: #333;
}

.col-444 {
	color: #444;
}

.col-555 {
	color: #555;
}

.col-666 {
	color: #666;
}

.col-777 {
	color: #666;
}

.col-888 {
	color: #666;
}

.col-999 {
	color: #999;
}

/*==å¸¸ç”¨å­—å·==*/
.tit-12 {
	font-size: 12px;
	line-height: 2;
}

.tit-13 {
	font-size: 13px;
	line-height: 2;
}

.tit-14 {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 2;
}

.tit-15 {
	font-size: 16px;
	line-height: 2;
}

.tit-16 {
	line-height: 1.8;
	font-size: 20px;
}

.tit-17 {
	line-height: 1.8;
	font-size: 17px;
}

.tit-18 {
	line-height: 1.8;
	font-size: 18px;
}

.tit-19 {
	line-height: 1.8;
	font-size: 19px;
}

.tit-20 {
	line-height: 1.8;
	font-size: 20px;
}

.tit-21 {
	line-height: 1.8;
	font-size: 21px;
}

.tit-22 {
	line-height: 1.8;
	font-size: 22px;
}

.tit-23 {
	line-height: 1.8;
	font-size: 23px;
}

.tit-24 {
	line-height: 1.8;
	font-size: 24px;
}

.tit-25 {
	line-height: 1.8;
	font-size: 25px;
}

.tit-26 {
	line-height: 1.8;
	font-size: 26px;
}

.tit-27 {
	line-height: 1.8;
	font-size: 27px;
}

.tit-28 {
	line-height: 1.8;
	font-size: 28px;
}

.tit-29 {
	line-height: 1.8;
	font-size: 29px;
}

.tit-30 {
	line-height: 1.8;
	font-size: 30px;
}

.tit-31 {
	line-height: 1.8;
	font-size: 31px;
}

.tit-32 {
	line-height: 1.8;
	font-size: .6rem;
}

.tit-33 {
	line-height: 1.8;
	font-size: 33px;
}

.tit-34 {
	line-height: 1.8;
	font-size: 34px;
}

.tit-35 {
	line-height: 1.8;
	font-size: 35px;
}

.tit-36 {
	line-height: 1.8;
	font-size: 36px;
}

.tit-37 {
	line-height: 1.8;
	font-size: 37px;
}

.tit-38 {
	line-height: 1.8;
	font-size: 38px;
}

.tit-39 {
	line-height: 1.8;
	font-size: 39px;
}

.tit-40 {
	line-height: 1.8;
	font-size: 40px;
}

.tit-41 {
	line-height: 1.8;
	font-size: 41px;
}

.tit-42 {
	line-height: 1.8;
	font-size: 42px;
}

.tit-43 {
	line-height: 1.8;
	font-size: 43px;
}

.tit-44 {
	line-height: 1.8;
	font-size: 44px;
}

.tit-45 {
	line-height: 1.8;
	font-size: 45px;
}

.tit-46 {
	line-height: 1.8;
	font-size: 46px;
}

.tit-47 {
	line-height: 1.8;
	font-size: 47px;
}

.tit-48 {
	line-height: 1.8;
	font-size: 48px;
}

.tit-49 {
	line-height: 1.8;
	font-size: 49px;
}

.tit-50 {
	line-height: 1.8;
	font-size: 50px;
}

.tit-51 {
	line-height: 1.8;
	font-size: 51px;
}

.tit-52 {
	line-height: 1.8;
	font-size: 52px;
}

.tit-53 {
	line-height: 1.8;
	font-size: 53px;
}

.tit-54 {
	line-height: 1.8;
	font-size: 54px;
}

.tit-55 {
	line-height: 1.8;
	font-size: 55px;
}

.tit-56 {
	line-height: 1.8;
	font-size: 56px;
}

.tit-57 {
	line-height: 1.8;
	font-size: 57px;
}

.tit-58 {
	line-height: 1.8;
	font-size: 58px;
}

.tit-59 {
	line-height: 1.8;
	font-size: 59px;
}

.tit-60 {
	line-height: 1.8;
	font-size: 60px;
}

.tit-61 {
	line-height: 1.8;
	font-size: 61px;
}

.tit-62 {
	line-height: 1.8;
	font-size: .8rem;
}

.tit-63 {
	line-height: 1.8;
	font-size: 63px;
}

.tit-64 {
	line-height: 1.8;
	font-size: 64px;
}

.tit-65 {
	line-height: 1.8;
	font-size: 65px;
}

.tit-66 {
	line-height: 1.8;
	font-size: 66px;
}

.tit-67 {
	line-height: 1.8;
	font-size: 67px;
}

.tit-68 {
	line-height: 1.8;
	font-size: 68px;
}

.tit-69 {
	line-height: 1.8;
	font-size: 69px;
}

.tit-70 {
	line-height: 1.8;
	font-size: 70px;
}

.tit-71 {
	line-height: 1.8;
	font-size: 71px;
}

.tit-72 {
	line-height: 1.8;
	font-size: 72px;
}

.tit-73 {
	line-height: 1.8;
	font-size: 73px;
}

.tit-74 {
	line-height: 1.8;
	font-size: 74px;
}

.tit-75 {
	line-height: 1.8;
	font-size: 75px;
}

.tit-76 {
	line-height: 1.8;
	font-size: 76px;
}

.tit-77 {
	line-height: 1.8;
	font-size: 77px;
}

.tit-78 {
	line-height: 1.8;
	font-size: 78px;
}

.tit-79 {
	line-height: 1.8;
	font-size: 79px;
}

.tit-80 {
	line-height: 1.8;
	font-size: 80px;
}

@media (max-width: 1681px) {

	/*==å¸¸ç”¨å­—å·==*/
	.tit-12 {
		font-size: 12px;
	}

	.tit-13 {
		font-size: 13px;
	}

	.tit-14 {
		font-size: 14px !important;
	}

	.tit-15 {
		font-size: 16px !important;
	}

	.tit-16 {
		font-size: 15px;
	}

	.tit-17 {
		font-size: 16px;
	}

	.tit-18 {
		font-size: 17px;
	}

	.tit-19 {
		font-size: 18px;
	}

	.tit-20 {
		font-size: 18px;
	}

	.tit-21 {
		font-size: 19px;
	}

	.tit-22 {
		font-size: 20px;
	}

	.tit-23 {
		font-size: 21px;
	}

	.tit-24 {
		font-size: 22px;
	}

	.tit-25 {
		font-size: 23px;
	}

	.tit-26 {
		font-size: 24px;
	}

	.tit-27 {
		font-size: 25px;
	}

	.tit-28 {
		font-size: 26px;
	}

	.tit-29 {
		font-size: 27px;
	}

	.tit-30 {
		font-size: 27px;
	}

	.tit-31 {
		font-size: 28px;
	}

	.tit-32 {
		font-size: 29px;
	}

	.tit-33 {
		font-size: 30px;
	}

	.tit-34 {
		font-size: 31px;
	}

	.tit-35 {
		font-size: 32px;
	}

	.tit-36 {
		font-size: 33px;
	}

	.tit-37 {
		font-size: 34px;
	}

	.tit-38 {
		font-size: 35px;
	}

	.tit-39 {
		font-size: 36px;
	}

	.tit-40 {
		font-size: 37px;
	}

	.tit-42 {
		font-size: 38px;
	}

	.tit-43 {
		font-size: 39px;
	}

	.tit-44 {
		font-size: 40px;
	}

	.tit-45 {
		font-size: 41px;
	}

	.tit-46 {
		font-size: 42px;
	}

	.tit-47 {
		font-size: 43px;
	}

	.tit-48 {
		font-size: 44px;
	}

	.tit-50 {
		font-size: 45px;
	}

	.tit-51 {
		font-size: 46px;
	}

	.tit-52 {
		font-size: 47px;
	}

	.tit-53 {
		font-size: 48px;
	}

	.tit-54 {
		font-size: 49px;
	}

	.tit-55 {
		font-size: 50px;
	}

	.tit-56 {
		font-size: 51px;
	}

	.tit-57 {
		font-size: 52px;
	}

	.tit-58 {
		font-size: 53px;
	}

	.tit-59 {
		font-size: 54px;
	}

	.tit-60 {
		font-size: 54px;
	}

	.tit-61 {
		font-size: 55px;
	}

	.tit-62 {
		font-size: 4vh;
	}

	.tit-63 {
		font-size: 57px;
	}

	.tit-64 {
		font-size: 58px;
	}

	.tit-65 {
		font-size: 59px;
	}

	.tit-66 {
		font-size: 60px;
	}

	.tit-67 {
		font-size: 61px;
	}

	.tit-68 {
		font-size: 62px;
	}

	.tit-69 {
		font-size: 63px;
	}

	.tit-70 {
		font-size: 62px;
	}

	.tit-71 {
		font-size: 63px;
	}

	.tit-72 {
		font-size: 64px;
	}

	.tit-73 {
		font-size: 65px;
	}

	.tit-74 {
		font-size: 66px;
	}

	.tit-75 {
		font-size: 67px;
	}

	.tit-76 {
		font-size: 68px;
	}

	.tit-77 {
		font-size: 69px;
	}

	.tit-78 {
		font-size: 70px;
	}

	.tit-79 {
		font-size: 71px;
	}

	.tit-80 {
		font-size: 72px;
	}
}

@media (max-width: 1481px) {

	/*==å¸¸ç”¨å­—å·==*/
	.tit-13 {
		font-size: 12px;
	}

	.tit-14 {
		font-size: 12px;
	}

	.tit-15 {
		font-size: 13px;
	}

	.tit-16 {
		font-size: 14px;
	}

	.tit-17 {
		font-size: 15px;
	}

	.tit-18 {
		font-size: 16px;
	}

	.tit-19 {
		font-size: 17px;
	}

	.tit-20 {
		font-size: 18px;
	}

	.tit-20 {
		font-size: 16px;
	}

	.tit-21 {
		font-size: 17px;
	}

	.tit-22 {
		font-size: 18px;
	}

	.tit-23 {
		font-size: 19px;
	}

	.tit-24 {
		font-size: 20px;
	}

	.tit-25 {
		font-size: 21px;
	}

	.tit-26 {
		font-size: 22px;
	}

	.tit-27 {
		font-size: 23px;
	}

	.tit-28 {
		font-size: 24px;
	}

	.tit-29 {
		font-size: 25px;
	}

	.tit-30 {
		font-size: 26px;
	}

	.tit-31 {
		font-size: 25px;
	}

	.tit-32 {
		font-size: 26px;
	}

	.tit-33 {
		font-size: 27px;
	}

	.tit-34 {
		font-size: 28px;
	}

	.tit-35 {
		font-size: 29px;
	}

	.tit-36 {
		font-size: 30px;
	}

	.tit-37 {
		font-size: 31px;
	}

	.tit-38 {
		font-size: 32px;
	}

	.tit-39 {
		font-size: 33px;
	}

	.tit-40 {
		font-size: 34px;
	}

	.tit-41 {
		font-size: 35px;
	}

	.tit-42 {
		font-size: 36px;
	}

	.tit-43 {
		font-size: 37px;
	}

	.tit-44 {
		font-size: 38px;
	}

	.tit-45 {
		font-size: 37px;
	}

	.tit-46 {
		font-size: 38px;
	}

	.tit-47 {
		font-size: 39px;
	}

	.tit-48 {
		font-size: 40px;
	}

	.tit-49 {
		font-size: 41px;
	}

	.tit-50 {
		font-size: 42px;
	}

	.tit-51 {
		font-size: 43px;
	}

	.tit-52 {
		font-size: 44px;
	}

	.tit-53 {
		font-size: 45px;
	}

	.tit-54 {
		font-size: 46px;
	}

	.tit-55 {
		font-size: 47px;
	}

	.tit-56 {
		font-size: 48px;
	}

	.tit-57 {
		font-size: 49px;
	}

	.tit-58 {
		font-size: 50px;
	}

	.tit-59 {
		font-size: 51px;
	}

	.tit-60 {
		font-size: 52px;
	}

	.tit-61 {
		font-size: 51px;
	}

	.tit-62 {
		font-size: 4vh;
	}

	.tit-63 {
		font-size: 53px;
	}

	.tit-64 {
		font-size: 54px;
	}

	.tit-65 {
		font-size: 55px;
	}

	.tit-66 {
		font-size: 56px;
	}

	.tit-67 {
		font-size: 57px;
	}

	.tit-68 {
		font-size: 58px;
	}

	.tit-69 {
		font-size: 59px;
	}

	.tit-70 {
		font-size: 60px;
	}

	.tit-71 {
		font-size: 55px;
	}

	.tit-72 {
		font-size: 56px;
	}

	.tit-73 {
		font-size: 57px;
	}

	.tit-74 {
		font-size: 58px;
	}

	.tit-75 {
		font-size: 59px;
	}

	.tit-76 {
		font-size: 60px;
	}

	.tit-77 {
		font-size: 61px;
	}

	.tit-78 {
		font-size: 62px;
	}

	.tit-79 {
		font-size: 63px;
	}

	.tit-80 {
		font-size: 64px;
	}
}

@media (max-width: 1281px) {

	/*==å¸¸ç”¨å­—å·==*/
	.tit-13 {
		font-size: 12px;
	}

	.tit-14 {
		font-size: 12px;
	}

	.tit-15 {
		font-size: 12px;
	}

	.tit-16 {
		font-size: 13px;
	}

	.tit-17 {
		font-size: 16px;
	}

	.tit-18 {
		font-size: 15px;
	}

	.tit-19 {
		font-size: 16px;
	}

	.tit-20 {
		font-size: 17px;
	}

	.tit-22 {
		font-size: 18px;
	}

	.tit-24 {
		font-size: 19px;
	}

	.tit-25 {
		font-size: 20px;
	}

	.tit-26 {
		font-size: 21px;
	}

	.tit-27 {
		font-size: 22px;
	}

	.tit-28 {
		font-size: 23px;
	}

	.tit-29 {
		font-size: 24px;
	}

	.tit-30 {
		font-size: 25px;
	}

	.tit-31 {
		font-size: 26px;
	}

	.tit-32 {
		font-size: 27px;
	}

	.tit-33 {
		font-size: 24px;
	}

	.tit-34 {
		font-size: 25px;
	}

	.tit-35 {
		font-size: 26px;
	}

	.tit-36 {
		font-size: 27px;
	}

	.tit-37 {
		font-size: 28px;
	}

	.tit-38 {
		font-size: 29px;
	}

	.tit-39 {
		font-size: 30px;
	}

	.tit-40 {
		font-size: 31px;
	}

	.tit-41 {
		font-size: 32px;
	}

	.tit-42 {
		font-size: 33px;
	}

	.tit-43 {
		font-size: 34px;
	}

	.tit-44 {
		font-size: 35px;
	}

	.tit-45 {
		font-size: 36px;
	}

	.tit-46 {
		font-size: 37px;
	}

	.tit-47 {
		font-size: 38px;
	}

	.tit-48 {
		font-size: 39px;
	}

	.tit-49 {
		font-size: 40px;
	}

	.tit-50 {
		font-size: 38px;
	}

	.tit-51 {
		font-size: 39px;
	}

	.tit-52 {
		font-size: 40px;
	}

	.tit-53 {
		font-size: 41px;
	}

	.tit-54 {
		font-size: 42px;
	}

	.tit-55 {
		font-size: 43px;
	}

	.tit-56 {
		font-size: 44px;
	}

	.tit-57 {
		font-size: 45px;
	}

	.tit-58 {
		font-size: 46px;
	}

	.tit-59 {
		font-size: 47px;
	}

	.tit-60 {
		font-size: 48px;
	}

	.tit-61 {
		font-size: 49px;
	}

	.tit-62 {
		font-size: 4vh;
	}

	.tit-63 {
		font-size: 51px;
	}

	.tit-64 {
		font-size: 52px;
	}

	.tit-65 {
		font-size: 53px;
	}

	.tit-66 {
		font-size: 54px;
	}

	.tit-67 {
		font-size: 55px;
	}

	.tit-68 {
		font-size: 56px;
	}

	.tit-69 {
		font-size: 57px;
	}

	.tit-70 {
		font-size: 58px;
	}

	.tit-71 {
		font-size: 51px;
	}

	.tit-72 {
		font-size: 52px;
	}

	.tit-73 {
		font-size: 53px;
	}

	.tit-74 {
		font-size: 54px;
	}

	.tit-75 {
		font-size: 55px;
	}

	.tit-76 {
		font-size: 56px;
	}

	.tit-77 {
		font-size: 57px;
	}

	.tit-78 {
		font-size: 58px;
	}

	.tit-79 {
		font-size: 59px;
	}

	.tit-80 {
		font-size: 60px;
	}
}

@media (max-width: 1024px) {
	.tit-24 {
		font-size: 16px;
	}

	.tit-25 {
		font-size: 17px;
	}

	.tit-26 {
		font-size: 18px;
	}

	.tit-27 {
		font-size: 19px;
	}

	.tit-28 {
		font-size: 20px;
	}

	.tit-29 {
		font-size: 21px;
	}

	.tit-30 {
		font-size: 22px;
	}

	.tit-31 {
		font-size: 23px;
	}

	.tit-32 {
		font-size: 24px;
	}

	.tit-33 {
		font-size: 21px;
	}

	.tit-34 {
		font-size: 22px;
	}

	.tit-35 {
		font-size: 23px;
	}

	.tit-36 {
		font-size: 24px;
	}

	.tit-37 {
		font-size: 25px;
	}

	.tit-38 {
		font-size: 26px;
	}

	.tit-39 {
		font-size: 27px;
	}

	.tit-40 {
		font-size: 28px;
	}

	.tit-41 {
		font-size: 29px;
	}

	.tit-42 {
		font-size: 30px;
	}

	.tit-43 {
		font-size: 31px;
	}

	.tit-44 {
		font-size: 32px;
	}

	.tit-45 {
		font-size: 33px;
	}

	.tit-46 {
		font-size: 34px;
	}

	.tit-47 {
		font-size: 35px;
	}

	.tit-48 {
		font-size: 36px;
	}

	.tit-49 {
		font-size: 37px;
	}

	.tit-50 {
		font-size: 34px;
	}

	.tit-51 {
		font-size: 35px;
	}

	.tit-52 {
		font-size: 36px;
	}

	.tit-53 {
		font-size: 37px;
	}

	.tit-54 {
		font-size: 38px;
	}

	.tit-55 {
		font-size: 39px;
	}

	.tit-56 {
		font-size: 40px;
	}

	.tit-57 {
		font-size: 41px;
	}

	.tit-58 {
		font-size: 42px;
	}

	.tit-59 {
		font-size: 43px;
	}

	.tit-60 {
		font-size: 44px;
	}

	.tit-61 {
		font-size: 45px;
	}

	.tit-62 {
		font-size: 4vh;
	}

	.tit-63 {
		font-size: 47px;
	}

	.tit-64 {
		font-size: 48px;
	}

	.tit-65 {
		font-size: 49px;
	}

	.tit-66 {
		font-size: 50px;
	}

	.tit-67 {
		font-size: 51px;
	}

	.tit-68 {
		font-size: 52px;
	}

	.tit-69 {
		font-size: 53px;
	}

	.tit-70 {
		font-size: 54px;
	}

	.tit-71 {
		font-size: 47px;
	}

	.tit-72 {
		font-size: 48px;
	}

	.tit-73 {
		font-size: 49px;
	}

	.tit-74 {
		font-size: 50px;
	}

	.tit-75 {
		font-size: 51px;
	}

	.tit-76 {
		font-size: 52px;
	}

	.tit-77 {
		font-size: 53px;
	}

	.tit-78 {
		font-size: 54px;
	}

	.tit-79 {
		font-size: 55px;
	}

	.tit-80 {
		font-size: 56px;
	}
}

@media (max-width: 768px) {
	.tit-16 {
		font-size: 12px;
	}

	.tit-18 {
		font-size: 14px;
	}

	.tit-20 {
		font-size: 16px;
	}

	.tit-33 {
		font-size: 20px;
	}

	.tit-34 {
		font-size: 21px;
	}

	.tit-35 {
		font-size: 22px;
	}

	.tit-36 {
		font-size: 23px;
	}

	.tit-37 {
		font-size: 24px;
	}

	.tit-38 {
		font-size: 25px;
	}

	.tit-39 {
		font-size: 26px;
	}

	.tit-40 {
		font-size: 24px;
	}

	.tit-41 {
		font-size: 25px;
	}

	.tit-42 {
		font-size: 26px;
	}

	.tit-43 {
		font-size: 27px;
	}

	.tit-44 {
		font-size: 28px;
	}

	.tit-45 {
		font-size: 29px;
	}

	.tit-46 {
		font-size: 30px;
	}

	.tit-47 {
		font-size: 31px;
	}

	.tit-48 {
		font-size: 32px;
	}

	.tit-49 {
		font-size: 33px;
	}

	.tit-50 {
		font-size: 28px;
	}

	.tit-51 {
		font-size: 29px;
	}

	.tit-52 {
		font-size: 30px;
	}

	.tit-53 {
		font-size: 31px;
	}

	.tit-54 {
		font-size: 32px;
	}

	.tit-55 {
		font-size: 33px;
	}

	.tit-56 {
		font-size: 34px;
	}

	.tit-57 {
		font-size: 35px;
	}

	.tit-58 {
		font-size: 36px;
	}

	.tit-59 {
		font-size: 37px;
	}

	.tit-60 {
		font-size: 36px;
	}

	.tit-61 {
		font-size: 37px;
	}

	.tit-62 {
		font-size: 4vh;
	}

	.tit-63 {
		font-size: 39px;
	}

	.tit-64 {
		font-size: 40px;
	}

	.tit-65 {
		font-size: 41px;
	}

	.tit-66 {
		font-size: 42px;
	}

	.tit-67 {
		font-size: 43px;
	}

	.tit-68 {
		font-size: 44px;
	}

	.tit-69 {
		font-size: 45px;
	}

	.tit-70 {
		font-size: 46px;
	}

	.tit-70 {
		font-size: 42px;
	}

	.tit-71 {
		font-size: 43px;
	}

	.tit-72 {
		font-size: 44px;
	}

	.tit-73 {
		font-size: 45px;
	}

	.tit-74 {
		font-size: 46px;
	}

	.tit-75 {
		font-size: 47px;
	}

	.tit-76 {
		font-size: 48px;
	}

	.tit-77 {
		font-size: 49px;
	}

	.tit-78 {
		font-size: 50px;
	}

	.tit-79 {
		font-size: 51px;
	}

	.tit-80 {
		font-size: 52px;
	}
}

/*æ­£æ–‡å­—å·*/
.conbox-14 {
	font-size: 14 px;
	line-height: 1.8;
}

.conbox-15 {
	font-size: 15 px;
	line-height: 1.8;
}

.conbox-16 {
	font-size: 16 px;
	line-height: 1.8;
}

.conbox-17 {
	font-size: 17 px;
	line-height: 1.8;
}

.conbox-18 {
	font-size: 18 px;
	line-height: 1.8;
}

.conbox-19 {
	font-size: 19 px;
	line-height: 1.8;
}

.conbox-20 {
	font-size: 20 px;
	line-height: 1.8;
}

.conbox-21 {
	font-size: 21 px;
	line-height: 1.8;
}

.conbox-22 {
	font-size: 22 px;
	line-height: 1.8;
}

.conbox-23 {
	font-size: 23 px;
	line-height: 1.8;
}

.conbox-24 {
	font-size: 24 px;
	line-height: 1.8;
}

@media (max-width: 1481px) {
	.conbox-18 {
		font-size: 16px;
	}

	.conbox-20 {
		font-size: 18px;
	}

	.conbox-24 {
		font-size: 20px;
	}
}

@media (max-width: 1281px) {
	.conbox-14 {
		font-size: 13px;
	}

	.conbox-16 {
		font-size: 14px;
	}

	.conbox-18 {
		font-size: 15px;
	}

	.conbox-20 {
		font-size: 15px;
	}

	.conbox-24 {
		font-size: 16px;
	}
}

/*å¼¹æ€§ç›’æ ·å¼*/
.f-no {
	display: flex;
	flex-flow: row wrap;
}

.f-no-b-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.f-no-b-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.f-no-b-stretch {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.f-no-c-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.f-no-c-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

.f-no-c-stretch {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.f-no-s-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.f-no-s-end {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

.f-no-s-stretch {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.f-no-s-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

.f-no-end-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.f-no-b-end {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.f-no-col {
	display: flex;
	flex-flow: column wrap;
}

.f-no-col-b-center {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
}

.f-no-col-c-center {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.f-no-col-s-center {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}

.f-no-col-s-end {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

.f-no-col-c-start {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.f-no-col-b-start {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.f-no-col-end-start {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: flex-start;
}

/*å“åº”éšè—æ ·å¼*/
.pc-block {
	display: block;
}

.pc-block-768 {
	display: block;
}

.pc-block-767 {
	display: block;
}

.m-block {
	display: none;
}

.m-block-767 {
	display: none;
}

.m-block-768 {
	display: none;
}

@media (max-width: 1024px) {
	.pc-block {
		display: none;
	}

	.m-block {
		display: block;
	}
}

@media (max-width: 768px) {
	.pc-block-768 {
		display: none;
	}

	.m-block-768 {
		display: block;
	}
}

@media (max-width: 767px) {
	.pc-block-767 {
		display: none;
	}

	.m-block-767 {
		display: block;
	}
}

/*å¸¸ç”¨æ ·å¼ç±»å*/
.poa-middle {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.tran-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}

.text-hide {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.img-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pointer {
	cursor: pointer;
}

.bgtop {
	background-position: top;
}

.containbg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

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

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

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

.text-justif {
	text-align: justify;
}

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

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

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

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

.text-bold {
	font-weight: 400;
}

.centerh {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.centerv {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.centerblock {
	margin-left: auto;
	margin-right: auto;
}

.shadow1 {
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
	width: 100%;
	height: 100%;
}

.fullw {
	width: 100%;
}

.fullh {
	height: 100%;
}

.fullvh {
	height: 100vh;
}

.top {
	top: 0;
}

.btm {
	bottom: 0;
}

.lt {
	left: 0;
}

.rt {
	right: 0;
}

.block {
	display: block;
}

.inlineblock {
	display: inline-block;
}

.notrans {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.no-hover {
	pointer-events: none !important;
	cursor: default;
}

.trans3d0 {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.round {
	border-radius: 50%;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0;
}

.in-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*ç½‘ç«™ä¸»ä½“åŒºåŸŸå®½åº¦æ ·å¼*/
.w100 {
	width: 100%;
}

.w1720 {
	max-width: 1720px;
	width: 90%;
	margin: 0 auto;
}

.w1480 {
	width: 1480px;
	margin: 0 auto;
}

@media (max-width: 1560px) {
	.w1480 {
		width: 90%;
	}
}

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

@media (max-width: 1100px) {
	.w1080 {
		width: 90%;
	}
}

.w1070 {
	width: 1070px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.w1070 {
		width: 94%;
	}
}

/*åˆ†é¡µæ ·å¼*/
.wpage {
	text-align: center;
}

.page {
	padding: 40px 0 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	clear: both;
	display: inline-block;
}

.page a {
	text-decoration: none;
	color: #666;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 0 2px;
	background: transparent;
	border: 1px solid rgba(194, 194, 194, 0.4);
	display: block;
	float: left;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
	background: #002E8C;
	color: #fff;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
	border: 1px solid #002E8C;
}

.page span.laypage_curr {
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 0 2px;
	display: inline-block;
	background: #002E8C;
	color: #fff;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
	border: 1px solid #002E8C;
}

.page a:hover {
	text-decoration: none;
	color: #fff;
	background: #002E8C;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
	border: 1px solid #002E8C;
}

.page a[rel="prev"] {
	width: auto;
	padding: 0 .5rem;
}

.page a[rel="next"] {
	width: auto;
	padding: 0 .5rem;
}

/*åˆ†é¡µæ ·å¼end*/
@media (max-width: 767px) {
	.wrap {
		padding: 30px;
	}
}

.wrap-sm {
	padding: 30px;
}

@media (max-width: 767px) {
	.wrap-sm {
		padding: 15px;
	}
}

.wrap-xs {
	padding: 20px;
}

@media (max-width: 767px) {
	.wrap-xs {
		padding: 10px;
	}
}

.p-v-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.p-v-xs {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.p-v-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.p-v-sm {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.p-v-md {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 959px) {
	.p-v-md {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.p-v-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.p-v-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 959px) {
	.p-v-lg {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.p-v-lg {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.p-h-sm {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.p-h-sm {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

.m-v-lg {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media (max-width: 959px) {
	.m-v-lg {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.m-v-lg {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.m-b-xxs {
	margin-bottom: 5px;
}

.m-b-xs {
	margin-bottom: 10px;
}

.m-b-sm {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.m-b-sm {
		margin-bottom: 15px;
	}
}

.m-b-md {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.m-b-md {
		margin-bottom: 20px;
	}
}

.m-b-lg {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.m-b-lg {
		margin-bottom: 40px;
	}
}

.m-b-xl {
	margin-bottom: 100px;
}

@media (max-width: 959px) {
	.m-b-xl {
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.m-b-xl {
		margin-bottom: 50px;
	}
}

.m-t-xxs {
	margin-top: 5px;
}

.m-t-xs {
	margin-top: 10px;
}

.m-t-sm {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.m-t-sm {
		margin-top: 15px;
	}
}

.m-t-md {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.m-t-md {
		margin-top: 20px;
	}
}

.m-t-lg {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.m-t-lg {
		margin-top: 40px;
	}
}

.m-r-xxs {
	margin-right: 5px;
}

.m-r-xs {
	margin-right: 10px;
}

.m-r-sm {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.m-r-sm {
		margin-right: 10px;
	}
}

.m-l-xxs {
	margin-left: 5px;
}

.m-l-xs {
	margin-left: 10px;
}

.m-l-sm {
	margin-left: 20px;
}

@media (max-width: 767px) {
	.m-l-sm {
		margin-left: 10px;
	}
}

@media (max-width: 767px) and (orientation: portrait) {
	.phone-v-fullw {
		width: 100%;
	}

	.phone-v-p0 {
		padding: 0;
	}
}

/*å¸¸ç”¨css3åŠ¨ç”»æ ·å¼*/
.trans {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all 0.4s;
}

.trans2 {
	-webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all 0.8s;
}

.trans-md2 {
	-webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
	-o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
	transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loaderingåŠ¨ç”»æ ·å¼2*/
.anim-loader {
	animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
	-webkit-animation: fade_out .5s ease forwards;
	animation: fade_out 0.5s ease forwards;
}

/*æ¨¡å—åŠ è½½çš„loading-2*/
.ajax-loader {
	background: rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
	z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
	visibility: visible;
	opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
	-webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
	animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*å…¥åœºåŠ¨ç”»æ ·å¼*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
	visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
	visibility: inherit;
}

.anim_emt.start {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.anim_emt.start.scale_up {
	-webkit-animation-name: mk_scale;
	animation-name: mk_scale;
}

.anim_emt.start.fade_in {
	-webkit-animation-name: mk_fade;
	animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
	-webkit-animation-name: mk_right_to_left;
	animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
	-webkit-animation-name: mk_left_to_right;
	animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
	-webkit-animation-name: mk_top_to_bottom;
	animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
	-webkit-animation-name: mk_bottom_to_top;
	animation-name: mk_bottom_to_top;
}

.slide_anim {
	visibility: hidden;
}

.slide_anim.start {
	visibility: visible;
}

.slide_anim.b_to_t.start {
	-webkit-animation: mk_bottom_to_top 1.2s;
	animation: mk_bottom_to_top 1.2s;
}

.anim_emt.palx_img.start {
	overflow: hidden;
	-webkit-animation-name: tt_palx_wrap;
	animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
	-webkit-animation: tt_palx_img 1.2s;
	animation: tt_palx_img 1.2s;
}

@keyframes tt_palx_wrap {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes tt_palx_img {
	0% {
		-webkit-transform: translateY(-2.5rem);
		transform: translateY(-2.5rem);
	}

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

@keyframes loader {
	to {
		-webkit-transform: rotate3d(0, 0, 1, 360deg);
		transform: rotate3d(0, 0, 1, 360deg);
	}
}

@keyframes loader_dash {
	from {
		stroke-dasharray: 0 150;
		stroke-dashoffset: 0;
	}

	to {
		stroke-dasharray: 100 150;
		stroke-dashoffset: -140;
	}
}

@keyframes line_w100 {
	to {
		left: 100%;
	}
}

@keyframes rotate_360 {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fade_out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fade_in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade_out_in {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

@keyframes mk_scale {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

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

@keyframes mk_fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes mk_left_to_right {
	0% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes mk_right_to_left {
	0% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes mk_top_to_bottom {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes mk_spt {
	0% {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.js-m {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
	opacity: 1;
	transform: translate(0, 0);
}

.js-m-2-1 {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
	opacity: 1;
	transform: translate(0, 0);
}

.a-del1 {
	animation-delay: 0.1s;
}

.a-del2 {
	animation-delay: 0.2s;
}

.a-del3 {
	animation-delay: 0.3s;
}

.a-del4 {
	animation-delay: 0.4s;
}

.a-del5 {
	animation-delay: 0.5s;
}

.a-del6 {
	animation-delay: 0.6s;
}

.a-del7 {
	animation-delay: 0.7s;
}

.a-del8 {
	animation-delay: 0.8s;
}

.a-del9 {
	animation-delay: 0.9s;
}

.a-del10 {
	animation-delay: 1s;
}

.a-dur1 {
	animation-duration: 0.3s;
}

.a-dur2 {
	animation-duration: 0.4s;
}

.a-dur3 {
	animation-duration: 0.5s;
}

.a-dur4 {
	animation-duration: 0.6s;
}

.a-dur5 {
	animation-duration: 0.7s;
}

.a-dur6 {
	animation-duration: 0.8s;
}

.a-dur7 {
	animation-duration: 0.9s;
}

.a-dur8 {
	animation-duration: 1s;
}

.a-dur9 {
	animation-duration: 1.1s;
}

.a-dur10 {
	animation-duration: 1.2s;
}

.a-dur11 {
	animation-duration: 1.3s;
}

.a-dur12 {
	animation-duration: 1.4s;
}

.a-dur13 {
	animation-duration: 1.5s;
}

.a-dur14 {
	animation-duration: 1.6s;
}

.a-dur15 {
	animation-duration: 1.7s;
}

.a-dur16 {
	animation-duration: 1.8s;
}

.a-dur17 {
	animation-duration: 1.9s;
}

.a-dur18 {
	animation-duration: 2s;
}

.t-del1 {
	transition-delay: 0.1s;
}

.t-del2 {
	transition-delay: 0.2s;
}

.t-del3 {
	transition-delay: 0.3s;
}

.t-del4 {
	transition-delay: 0.4s;
}

.t-del5 {
	transition-delay: 0.5s;
}

.t-del6 {
	transition-delay: 0.6s;
}

.t-del7 {
	transition-delay: 0.7s;
}

.t-del8 {
	transition-delay: 0.8s;
}

.t-del9 {
	transition-delay: 0.9s;
}

.t-del10 {
	transition-delay: 1s;
}

/*ie10ä»¥ä¸‹æ˜¾ç¤º*/
.browsers {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff url(../../img/iebgimg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 99;
}

.line-1 {
	line-height: 1.1;
}

.line-2 {
	line-height: 1.2;
}

.line-3 {
	line-height: 1.3;
}

.line-4 {
	line-height: 1.4;
}

.line-5 {
	line-height: 1.5;
}

.line-6 {
	line-height: 1.6;
}

.line-7 {
	line-height: 1.7;
}

.line-8 {
	line-height: 1.8;
}

.line-9 {
	line-height: 1.9;
}

.line-10 {
	line-height: 2;
}

.line-11 {
	line-height: 2.1;
}

.line-12 {
	line-height: 2.2;
}

/*æ¯›çŽ»ç’ƒ*/
.some-class-zxx {
	background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.some-class-zxx {
		background: rgba(255, 255, 255, 0.75);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
}

/*æ–‡å­—å¼•ç”¨*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*åˆå§‹æ ·å¼ç»“æŸ*/
@font-face {
	font-family: "GIL-B";
	font-weight: normal;
	font-style: normal;
	src: url("fonts/GILROY-SEMIBOLD.eot");
	src: url("fonts/GILROY-SEMIBOLD.eot?#iefix") format("eot"), url("fonts/GILROY-SEMIBOLD.svg#GIL-B") format("svg"), url("fonts/GILROY-SEMIBOLD.woff") format("woff"), url("fonts/GILROY-SEMIBOLD.ttf") format("truetype");
}

@font-face {
	font-family: "OPPO";
	font-weight: normal;
	font-style: normal;
	src: url("fonts/OPPOSANS-R.eot");
	src: url("fonts/OPPOSANS-R.eot?#iefix") format("eot"), url("fonts/OPPOSANS-R.svg#OPPO") format("svg"), url("fonts/OPPOSANS-R.woff") format("woff"), url("fonts/OPPOSANS-R.ttf") format("truetype");
}

@font-face {
	font-family: "OPPO-M";
	font-weight: normal;
	font-style: normal;
	src: url("fonts/OPPOSANS-M.eot");
	src: url("fonts/OPPOSANS-M.eot?#iefix") format("eot"), url("fonts/OPPOSANS-M.svg#OPPO-M") format("svg"), url("fonts/OPPOSANS-M.woff") format("woff"), url("fonts/OPPOSANS-M.ttf") format("truetype");
}

@font-face {
	font-family: "OPPO-B";
	font-weight: normal;
	font-style: normal;
	src: url("fonts/OPPOSANS-B.eot");
	src: url("fonts/OPPOSANS-B.eot?#iefix") format("eot"), url("fonts/OPPOSANS-B.svg#OPPO-B") format("svg"), url("fonts/OPPOSANS-B.woff") format("woff"), url("fonts/OPPOSANS-B.ttf") format("truetype");
}

.enfon {
	font-family: "GIL-B", Arial;
}

.fon-n {
	font-family: "OPPO", Arial;
}

.fon-m {
	font-family: "OPPO-M", Arial;
}

.fon-b {
	font-family: "OPPO-B", Arial;
}

/*é¦–é¡µåŠ è½½loading*/
body.loading {
	overflow: hidden;
}

#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f3f0;
	overflow: hidden;
	z-index: 5000;
}

#pageloader .logo {
	width: auto;
	height: 51px;
}

.darkmode #pageloader {
	background: #252525;
}

body.init #pageloader {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
	opacity: 0;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all 0.6s;
}

body.init #pageloader .logo {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

body.init #pageloader .small {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

body.init #pageloader .loader-line {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.loader-line {
	width: 50vw;
	max-width: 300px;
	height: 2px;
	background: #A96B41;
	overflow: hidden;
}

.loader-icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.loader-icon .line {
	fill: none;
	stroke: #fff;
	stroke-width: 4px;
	stroke-linecap: round;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*é¦–é¡µåŠ è½½loading-end*/
.ibanner {
	height: 92vh;
	width: 100vw;
}

.ibanner .swiper-slide {
	overflow: hidden;
	width: 100vw;
}

.ibanner .slide-inner {
	height: 92vh;
	width: 100vw;
	position: relative;
}

.ibanner .slide-inner .indexvideo {
	position: relative;
	width: 100vw;
	height: 92vh;
	object-fit: cover;
	z-index: 1;
}
@media (max-width: 768px) {
	.ibanner,.ibanner .slide-inner,.ibanner .slide-inner .indexvideo{
		max-height: 40vh;
	}
}
.ibanner .bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.ibanner .tit3 {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
	margin-bottom: .45rem;
}

.ibanner .textbox {
	width: 960px;
	max-width: 100%;
	z-index: 2;
}

.ibanner .videobtn {
	margin: .65rem auto 0;
	transition: all .4s;
}

.ibanner .button-prev {
	left: 1rem;
}

.ibanner .button-next {
	right: 1rem;
}

.ibanner .button-prev,
.ibanner .button-next {
	width: 40px;
	height: 40px;
	z-index: 3;
	cursor: pointer;
}

@media (min-width: 1024px) {
	.ibanner .videobtn:hover {
		transform: scale3d(1.1, 1.1, 1);
	}
}

@media (max-width: 767px) {

	.ibanner .button-prev,
	.ibanner .button-next {
		width: 1rem;
		height: 1rem;
	}

	.ibanner .button-prev img,
	.ibanner .button-next img {
		max-height: 100%;
	}

	.ibanner .button-prev {
		left: 2%;
	}

	.ibanner .button-next {
		right: 2%;
	}

	.ibanner .videobtn {
		width: 1.5rem;
		height: 1.5rem;
	}
}

.ibannerul {
	position: absolute;
}

.ibannerul {
	bottom: 1rem;
	padding: 0 1.25rem;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.ibannerul .li {
	width: 23.5%;
	margin-right: 2%;
	padding: .4rem 0;
	border-top: 3px solid rgba(255, 255, 255, 0.4);
	transition: all .5s ease-in-out;
}

.ibannerul .li:nth-child(4) {
	margin-right: 0;
}

.ibannerul .li:hover,
.ibannerul .li.cur {
	border-top: 3px solid #fff;
}

.ibannerul .li br {
	display: none;
}

.warp-header4 {
	position: fixed;
	width: 100%;
	left: 0;
	height: 60px;
	z-index: 9;
	transition: height .4s;
/* 	background-color: rgba(0, 0, 0, 0.4); */
}

.warp-header4:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
	z-index: -1;
	opacity: 0;
	transition: all .4s;
}

.header4 {
	height: 60px;
	position: fixed;
	width: 100%;
	padding: 0 1rem;
	left: 0;
	z-index: 12;
	transition: all .5s;
}

.header4 .leftbox {
	position: relative;
	padding-right: .5rem;
}

.header4 .leftbox .li {
	height: 60px;
	line-height: 60px;
	margin: 0 .45rem;
	transition: all .5s;
}

.header4 .leftbox .li>a {
	position: relative;
	font-size: .55rem;
	font-weight: 400;
}

.header4 .leftbox .li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #153072;
	left: 0;
	top:60px;
	bottom: .6rem;
	z-index: 2;
	opacity: 0;
	transform: scale(0.4, 1);
	transition: all .5s;
}

.header4 .leftbox .li:hover>a:before {
	opacity: 1;
	transform: scale(1, 1);
}

.header4 .leftbox .li a {
	transition: all .5s;
}

.header4 .leftbox .li:hover>a {
	color: #fff;
}

.header4 .leftbox .sub-list {
	position: fixed;
	width: 180px;
	left: 0;
	/* margin-left: -90px; */
	top: 80px;
	padding: 10px .65rem;
	opacity: 0;
	transform: translate(0, -10px);
	transition: all .4s;
	visibility: hidden;
}

.header4 .leftbox .sub-list:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	z-index: 1;
}

.header4 .leftbox .sub-list .nli {
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	color: #333;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}

.header4 .leftbox .sub-list .nli:hover {
	color: #000;
}

.header4 .leftbox .sub-list .nli:hover:before {
	opacity: 1;
	transform: scale(1, 1);
}

.header4 .leftbox .li:hover .sub-list {
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

.header4 .rightbox {
	position: relative;
}

.header4 .rightbox .searchbtn {
	width: auto;
	height: 30px;
	cursor: pointer;
}

.header4 .rightbox .searchbtn .icon {
	width: 18px;
	height: 18px;
	fill: #fff;
}

.header4 .rightbox .line {
	width: 1px;
	height: .5rem;
	background: #fff;
	margin: 0 .5rem;
	opacity: .2;
}

.header4 .rightbox .langbox .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
	margin-right: .1rem;
}

.header4 .rightbox .langbox .icon2 {
	width: 15px;
	height: 12px;
	fill: #fff;
	margin-left: .1rem;
}

.header4 .rightbox .langbox .langspan {
	position: relative;
	z-index: 3;
}

.header4 .rightbox .langbox .langspan:hover {
	color: #fff;
}

.header4 .rightbox .langbox .langitem {
	position: absolute;
	width: 100px;
	left: -25px;
	top: 30px;
	background: #fff;
	color: #333;
	padding: 10px;
	border-radius: 5px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.header4 .rightbox .langbox .langitem a {
	color: #333;
}

.header4 .rightbox .langbox:hover .langitem {
	opacity: 1;
	visibility: visible;
}

.header4 .langbox:hover {
	color: #fff;
}

.header4 h1 {
	height: 25px;
}

.header4 h1 a {
	display: block;
}

.header4 h1 img {
	width: auto;
	height: 25px;
}

.header4 h1 .logo {
	opacity: 1;
	height: 25px;
}

.header4 h1 .img2 {
	opacity: 0;
	visibility: hidden;
}

/*.header4{
  transition: height .4s;
  .leftbox{
    .li>a{
      
    }
  }
  .rightbox{
    .langbox{
      .spicon{
        height:18px;
      }
      .icon{
        width:18px;
        height:auto;
        fill:#fff;
      }
    }
    .searchbtn{
      .icon{
        fill:#fff;
      }
    }
  }
  h1{
    img{
      transition: all .4s;
    }
    .img1{
      opacity:0;
      visibility: hidden;
    }
    .img2{
      opacity:1;
      visibility: visible;
    }
  }
}*/
.headertop {
	padding-top: 180px;
}

.warp-header4.on {
	position: relative;
	height: 60px;
	background: #fff;
	/*box-shadow: 3px 2px 59px 0px rgba(219,219,219,0.74);*/
	top: 0;
}

.warp-header4.on .header4 {
	height: 60px;
	background: #fff;
}

.warp-header4.on .leftbox .li {
	height: 60px;
	line-height: 60px;
}

.warp-header4.on .leftbox .li a {
	color: #333;
}

.warp-header4.on .header4 .leftbox .sub-list {
	top: 108px;
	left: 0;
	/* margin-left: -85px; */
	text-align: center;
}

.warp-header4.on .rightbox .langbox .langspan .icon2 {
	fill: #333;
}

.warp-header4.on .rightbox .langbox .langspan .icon {
	fill: #333;
}

.warp-header4.on .rightbox .langbox .langspan {
	color: #333;
}

.warp-header4.on .rightbox .langbox .langspan:hover {
	color: #333;
}

.warp-header4.on .rightbox .line {
	background: #000;
}

.warp-header4.on .rightbox .searchbtn .icon {
	fill: #333;
}

.warp-header4.on h1 img {
	transition: all .4s;
}

.warp-header4.on h1 .img1 {
	opacity: 0;
	visibility: hidden;
}

.warp-header4.on h1 .img2 {
	opacity: 1;
	visibility: visible;
}

.warp-header4.active {
	/*position: fixed;*/
	height: 60px;
	background: #fff;
}

.warp-header4.active .header4 {
	height: 60px;
}

.warp-header4.active .leftbox .li {
	height: 60px;
	line-height: 60px;
}

.warp-header4.active .leftbox .li a {
	color: #333;
}

.warp-header4.active .header4 .leftbox .sub-list {
	top: 80px;
}

.warp-header4.active .rightbox .langbox .langspan .icon2 {
	fill: #333;
}

.warp-header4.active .rightbox .langbox .langspan .icon {
	fill: #333;
}

.warp-header4.active .rightbox .langbox .langspan {
	color: #333;
}

.warp-header4.active .rightbox .langbox .langspan:hover {
	color: #333;
}

.warp-header4.active .rightbox .line {
	background: #000;
}

.warp-header4.active .rightbox .searchbtn .icon {
	fill: #333;
}

.warp-header4.active h1 img {
	transition: all .4s;
}

.warp-header4.active h1 .img1 {
	opacity: 0;
	visibility: hidden;
}

.warp-header4.active h1 .img2 {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1380px) {
	.header4 .leftbox .li {
		margin: 0 .75rem;
	}
}

.m-bocweb-header3 {
	position: relative;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
	background: #fff;
}

.m-bocweb-header3 .header2 {
	height: 60px;
	padding: 0 4%;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
}

.m-bocweb-header3 .header2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.m-bocweb-header3 .header2 .logo {
	display: block;
	position: relative;
	z-index: 12;
	height: 24px;
}

.m-bocweb-header3 .header2 .logo img {
	max-height: 100%;
}

.m-bocweb-header3 .header2 .logo a {
	display: block;
}

.m-bocweb-header3 .header2 .nav .tit {
	width: 100%;
	padding: .65rem 0;
	line-height: 60px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bocweb-header3 .header2 .nav .tit {
	line-height: 1.5;
}

.m-bocweb-header3 .header2 .warp-nav {
	height: calc(100vh - 60px);
	padding: 0 0 45px;
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	top: 60px;
	z-index: 9;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
}

.m-bocweb-header3 .header2 .nav {
	font-size: .65rem;
	color: #333;
	position: absolute;
	width: 100%;
	overflow-y: auto;
	height: calc(100vh - 60px - 1rem);
	/*.lilang{
        background:#063274;
        .tit{
          border-bottom:none;
        }
        .langicon{
          margin-right:.35rem;
        }
        .icon2{
          margin-left:.25rem;
          width:.5rem;
          height:.5rem;
          fill:#00559E ;
        }

        .sub-tit:after{
          display:none;
        }
      }*/
}

.m-bocweb-header3 .header2 .nav .li {
	position: relative;
	width: 100%;
}

.m-bocweb-header3 .header2 .nav .li:hover>a {
	color: #333;
}

.m-bocweb-header3 .header2 .nav .li:nth-child(odd) {
	background: #f8f8f8;
}

.m-bocweb-header3 .header2 .nav .icon {
	width: 16px;
	height: 16px;
	fill: #999;
	transition: all .4s;
}

.m-bocweb-header3 .header2 .nav .warp-btn {
	/*display:block;*/
	padding: .65rem 5%;
	line-height: 1.5;
	position: relative;
	transition: all .3s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	/*border-top:1px solid rgba(255,255,255,.2);*/
}

.m-bocweb-header3 .header2 .nav .warp-btn .btn {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 5px;
	top: 50%;
	margin-top: -10px;
	left: 0;
}

.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
	position: absolute;
	left: 0;
	top: 0;
}

.m-bocweb-header3 .header2 .nav .sec-list {
	padding: .35rem 5%;
	background: #002E8C;
}

.m-bocweb-header3 .header2 .nav .sub-tit.on {
	background: #002E8C;
	color: #fff;
}

.m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
	transform: rotate(-90deg);
	fill: #fff;
}

.m-bocweb-header3 .header2 .nav .sec-list {
	/*line-height:40px;*/
	padding: .35rem 6% 1rem;
	display: none;
	font-size: .6rem;
	/*border-bottom:1px solid #555;*/
}

.m-bocweb-header3 .header2 .nav .sec-list a {
	padding: .3rem 0;
	display: block;

}

.m-bocweb-header3 .header2 .hamburger-inner {
	margin-top: -1px;
}

.m-bocweb-header3 .header2 .hamburger-inner::before {
	top: -6px;
}

.m-bocweb-header3 .header2 .hamburger-inner::after {
	bottom: -6px;
}

.m-bocweb-header3 .header2 .hamburger {
	padding: 0;
	height: 17px;
}

.m-bocweb-header3 .header2 .hamburger-box {
	width: 18px;
	height: 17px;
}

.m-bocweb-header3 .header2 .hamburger-inner,
.m-bocweb-header3 .header2 .hamburger-inner::before,
.m-bocweb-header3 .header2 .hamburger-inner::after {
	width: 18px;
	height: 2px;
	background: #333;
}

.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner,
.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::before,
.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::after {
	background: #333;
}

.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner {
	transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::before,
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.m-bocweb-header3 .header2 .hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 6px, 0) rotate(45deg);
}

.m-bocweb-header3 .header2 .hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*.m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::before, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::after {
  background: #fff;
}*/
.m-bocweb-header3 .header2 .warp-nav1-sub {
	transform: translate(0, 0);
	transition: all .5s;
}

.m-bocweb-header3 .header2 .warp-nav1-sub.active {
	transform: translate(-100%, 0);
}

.m-bocweb-header3 .header2 .warp-nav2-sub {
	transform: translate(100%, 0);
	transition: all .5s 0s;
}

.m-bocweb-header3 .header2 .warp-nav2-sub.active {
	transform: translate(0, 0);
	transition: all .5s .2s;
}

.m-bocweb-header3 .header2 .h-right span {
	margin-left: .25rem;
}

.m-bocweb-header3 .searchbtn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: all .4s;
}

.m-bocweb-header3 .searchbtn .icon {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.m-bocweb-header3 .line {
	width: 1px;
	height: 10px;
	background: #fff;
	opacity: .2;
	margin: 0 .5rem 0 .25rem;
}

.m-bocweb-header3 .search {
	width: 90%;
	margin: 0 auto;
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.m-bocweb-header3 .search .input1 {
	padding: 0 .5rem;
	height: 40px;
	width: 100%;
	background: transparent;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.m-bocweb-header3 .search .input1::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.m-bocweb-header3 .search .input1:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.m-bocweb-header3 .search .input1::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.m-bocweb-header3 .search .input1:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.m-bocweb-header3 .search .input2 {
	width: 30px;
	height: 30px;
	background: url(../img/search.png) no-repeat center center;
	background-size: 15px 16px;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -15px;
}

.m-bocweb-header3 .langbtn {
	margin-right: .25rem;
	margin-top: 2px;
	height: 20px;
	line-height: 20px;
}

.m-bocweb-header3 .spicon {
	width: 18px;
	height: 18px;
}

.m-bocweb-header3 .spicon .icon {
	width: 18px;
	height: auto;
	fill: #fff;
}

.m-bocweb-header3 {
	/*.header2:before{
      background:#fff;
  }*/
	/*.header2{
        .hamburger-inner::before, .hamburger-inner::after{
          background:#fff !important;
        }
    }


    .header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after{
        background:#333 !important;
    }*/
}

.m-bocweb-header3 .header2 .logo .img1 {
	opacity: 0;
}

.m-bocweb-header3 .header2 .logo .img2 {
	opacity: 1;
}

.m-bocweb-header3 .langbtn {
	color: #333;
}

.m-bocweb-header3 .searchbtn .icon {
	fill: #333;
}

.m-bocweb-header3 .line {
	background: #333;
}

@media (max-width: 768px) {
	.m-bocweb-header3 .header2 {
		height: 60px;
	}

	.m-bocweb-header3 {
		height: 60px;
	}

	.m-bocweb-header3 .header2 .hamburger-box {
		width: 18px;
		height: 20px;
	}

	.m-bocweb-header3 .header2 .hamburger {
		height: 20px;
	}

	.m-bocweb-header3 .hamburger-inner::before {
		top: -6px;
	}

	.m-bocweb-header3 .hamburger-inner::after {
		bottom: -6px;
	}

	.m-bocweb-header3 .header2 .hamburger-inner,
	.m-bocweb-header3 .header2 .hamburger-inner::before,
	.m-bocweb-header3 .header2 .hamburger-inner::after {
		width: 18px;
		height: 2px;
	}

	.m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
		transform: translate3d(0, 6px, 0) rotate(45deg);
	}

	.m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
		transform: translate3d(0, -6px, 0) rotate(-45deg);
	}
}

@media (max-width: 767px) {
	.m-bocweb-header3 .header2 .warp-nav {
		padding: 0 0 45px;
	}

	.m-bocweb-header3 .header2 .nav {
		font-size: .55rem;
	}

	.m-bocweb-header3 .header2 .nav .warp-btn,
	.m-bocweb-header3 .header2 .nav .tit {
		padding: .5rem 5%;
	}

	.m-bocweb-header3 .header2 .logo {
		height: 18px;
	}

	.m-bocweb-header3 .header2 .nav .sec-list a {
		padding: .2rem 0;
		padding-left: 1.5rem;
		font-size: .55rem;
		color: #fff;
		/*border-bottom:1px solid #0e5ca5;*/
		position: relative;
	}

	.m-bocweb-header3 .header2 .nav .sec-list a:before {
		content: "";
		position: absolute;
		width: 5px;
		height: 5px;
		background: #fff;
		border-radius: 50%;
		left: .5rem;
		top: 50%;
		margin-top: -2.5px;
	}
}

/*æœç´¢å¼¹æ¡†æ ·å¼2*/
.search-btn2 svg {
	width: 45px;
	height: 45px;
}

.search-alert2 {
	position: fixed;
	z-index: 100;
	background-color: #222222;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.search-alert2 .close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 38px;
	right: 2.6%;
	cursor: pointer;
	transition: transform 0.3s ease 0s;
}

.search-alert2 .close svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}

.search-alert2 .cent-form {
	position: absolute;
	width: 94.8%;
	left: 2.6%;
	top: 50%;
	height: 2rem;
	margin-top: -63px;
	border-bottom: 1px solid #515151;
}

.search-alert2 .cent-form .tex {
	border: none;
	font-size: 1.2rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	background: none;
	padding-right: 3.5rem;
}

.search-alert2 .cent-form .sub-butn {
	border: none;
	height: 1.5rem;
	font-size: .8rem;
	line-height: 1.5rem;
	color: #555;
	text-align: right;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.5rem;
	text-align: center;
}

.search-alert2 .close:hover {
	transform: rotate(90deg);
}

@media (max-width: 767px) {
	.search-alert2 .cent-form .tex {
		font-size: .65rem;
	}

	.search-alert2 .close {
		top: 20px;
	}
}

.footer {
	background: #153072;
	padding: 1rem .5rem;
	position: relative;
	z-index: 2;
}

.footer .logo {
	height: 27px;
	margin-bottom: .7rem;
}

.footer .leftbox {
	width: 290px;
}

.footer .leftbox .addbox {
	margin-top: .4rem;
}

.footer .rightbox {
	max-width: calc(100% - 340px);
}

.footer .rightbox .h2 {
	margin-bottom: .65rem;
}

.footer .rightbox .item {
	margin-right: 2.65rem;
}

.footer .rightbox .item a {
	display: block;
	transition: all 1s ;
	transition-timing-function: linear;
}

.footer .rightbox .item a:hover {
	color: #fff;
	cursor:pointer;
	border-bottom: #153072 2px solid;
	transform: translate3d(5px, 0, 0);
}

.footer .rightbox .item:last-child {
	margin-right: 0;
}

.footer .footer-top {
	margin-bottom: 2.25rem;
}

.footer .botleft p {
	margin-right: .5rem;
}

.footer .botleft .item {
	margin: 0 .3rem;
}

.footer .botleft a {
	transition: all .5s ease-in-out;
}

.footer .botleft a:hover {
	color: #fff;
	transform: translate3d(5px, 0, 0);
}

.footer .botright .wximg {
	width: 100px;
	height: 100px;
	margin-top: .1rem;
}

@media (max-width: 1024px) {
	.footer .rightbox .item {
		margin-right: 1.2rem;
	}

	.footer .footer-top {
		margin-bottom: 3rem;
	}
}

@media (max-width: 768px) {
	.footer .rightbox {
		display: none;
	}

	.footer .footer-top {
		margin-bottom: 1.5rem;
	}

	.footer-bot .botleft {
		width: calc(100% - 120px);
	}
}

@media (max-width: 767px) {
	.footer .footer-top {
		margin-bottom: 1rem;
	}

	.footer {
		padding: 1.5rem 6% 1.25rem;
	}

	.footer-bot .botleft {
		width: 100%;
	}

	.footer-bot .m-block-767 {
		width: 100%;
	}

	.footer-bot .botright {
		width: 100%;
		margin-bottom: .5rem;
	}
}

.nbanner {
	position: relative;
	z-index: 1;
	height: 100vh;
}

.nbanner .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.nbanner .text {
	position: relative;
	z-index: 2;
	/*padding:0 6%;*/
	margin-top: -2rem;
}

.nbanner .context {
	margin-top: -2rem;
}

.nbanner .text img {
	max-height: 1.75rem;
	margin-top: .15rem;
}

.nbanner .fonshadow {
	text-shadow: 0px 2px 5px rgba(7, 11, 16, 0.59);
}

.nbanner .tit3 {

	text-align: center;
}

.nbanner2 .tit3 p {
	width: 100%;
}

.nbanner2 .tit2 {
	margin-top: 1.25rem;
}

@media (max-width: 767px) {
	.nbanner {
		height: 60vh;
	}

	.nbanner .tit2 {
		line-height: 1.2;
		margin-bottom: .3rem;
	}

	.nbanner .tit3 {
		font-size: 36px;
	}

	.nbanner2 .tit3 img {
		height: 1.2rem;
	}

	.nbanner2 .tit2 {
		margin-top: .8rem;
	}
}

.prosub-box {
	height: 2rem;
	background: #fff;
	position: relative;
	z-index: 8;
	border-top: 1px solid #ddd;
}

.nprosub-box {
	height: 2rem;
}

.nprosub-box .itemtitle {
	width: 7rem;
	height: 2rem;
	background: #153072;
	padding-left: 3.5rem;
}

.nprosub-box .selectbox {
	width: auto;
	padding: 0 1.5rem;
	height: 2rem;
	border-right: 1px solid #ddd;
}

.nprosub-box .selectbox .icon {
	width: 10px;
	height: 10px;
	fill: #999;
	margin-left: .6rem;
}

.nprosub-box .selectbox .selecttop {
	width: 100%;
	height: 2rem;
	background: transparent;
	cursor: pointer;
}

.nprosub-box .selectbox .selectitem {
	position: absolute;
	left: 0;
	top: 2rem;
	width: 100%;
	background: #e6e6e6;
	max-height: 400px;
	overflow-y: auto;
	display: none;
}

.nprosub-box .selectbox .item {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
	display: block;
	color: #333;
}

.nprosub-box .selectbox .item:hover {
	color: #fff;
	background: #081F56;
}

.nprosub-box .selectbox:hover .selecttop {
	color: #999;
}

.nprosub-box .selectbox:hover .icon {
	fill: #999;
}

.nprosub-box .botton {
	width: 120px;
	height: 40px;
	background: #153072;
	margin-right: 2.5rem;
	transition: all .5s;
}

.nprosub-box .botton:hover {
	background: #081F56;
	color: #fff;
}

@media (max-width: 768px) {
	.nprosub-box .botton {
		display: none;
	}

	.nprosub-box .selectbox {
		padding: 0 1rem;
	}

	.nprosub-box .itemtitle {
		padding-left: 1.35rem;
	}

	.nprosub-box .itemtitle {
		width: 5rem;
	}

	.nprosub-box .selectbox .icon {
		margin-left: 0.3rem;
	}
}

@media (max-width: 767px) {
	.prosub-box {
		display: none;
	}
}

.warp-subbox {
	position: relative;
	z-index: 2;
	margin-top: -1.5rem;
	height: 3rem;
}

.warp-subbox .li {
	height: 3rem;
	width: 33.3%;
	background: #153072;
	color: rgba(255, 255, 255, 0.5);
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.warp-subbox .li .icon {
	width: .75rem;
	height: .75rem;
	margin-right: .25rem;
	opacity: .5;
	transition: all .5s ease-in-out;
}

.warp-subbox .li.cur {
	color: white;
	background: #081F56;
}

.warp-subbox .li.cur .icon {
	opacity: 1;
}

.warp-subbox .li:hover {
	background: #081F56;
}

.warp-subbox .li.w25 {
	width: 25%;
}

.warp-subbox .li.w50 {
	width: 50%;
}

@media (max-width: 768px) {
	.warp-subbox {
		display: none;
	}
}

.productsinfo1 {
	padding: 3.5rem 0 3.25rem;
	position: relative;
	z-index: 1;
}

.productsinfo1 .contentbox {
	padding: 3rem 4rem 4rem;
}

.productsinfo1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.productsinfo1 .leftbox {
	width: 30%;
	position: relative;
	z-index: 3;
}

.productsinfo1 .leftbox .textleft {
	width: 50%;
}

.productsinfo1 .leftbox .textright {
	color: #153072;
	width: 45%;
}

.productsinfo1 .leftbox .li {
	padding: 1.35rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productsinfo1 .leftbox .li:nth-child(1) {
	padding-top: 0;
}

.productsinfo1 .leftbox .li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.productsinfo1 .rightbox {
	width: 65%;
	position: relative;
	z-index: 3;
}

@media (max-width: 1024px) {
	.productsinfo1 .contentbox {
		padding: 2rem 2rem 0;
	}

	.productsinfo1 .leftbox {
		width: 28%;
	}
}

@media (max-width: 768px) {
	.productsinfo1 .leftbox {
		width: 100%;
		margin-bottom: 1rem;
	}

	.productsinfo1 .rightbox {
		width: 100%;
	}

	.productsinfo1 .contentbox {
		min-height: 45rem;
	}
}

@media (max-width: 767px) {
	.productsinfo1 {
		padding: 2rem 0;
	}

	.productsinfo1 .contentbox {
		padding: 2rem 1rem 0;
	}

	.productsinfo1 .leftbox .li {
		padding: 1rem 0;
	}

	.productsinfo1 .leftbox .textleft {
		width: 32%;
	}

	.productsinfo1 .leftbox .textright {
		width: 60%;
	}

	.productsinfo1 .contentbox {
		min-height: 24rem;
	}
}

.productsinfo2 {
	padding: 3rem 0 3.75rem;
	background: #F5F5F5;
	position: relative;
	z-index: 1;
}

.productsinfo2 .tit1 {
	width: 100%;
	margin-bottom: 2.2rem;
}

.productsinfo2 .tit2 {
	color: #153072;
	margin-bottom: .7rem;
}

.productsinfo2 .contentbox {
	align-items: stretch;
}

.productsinfo2 .leftbox,
.productsinfo2 .rightbox {
	width: 20%;
	position: relative;
	z-index: 3;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.productsinfo2 .leftbox .li,
.productsinfo2 .rightbox .li {
	padding: 1.25rem 0 1rem;
	border-top: 1px solid rgba(200, 200, 200, 0.5);
}

.productsinfo2 .leftbox .icon,
.productsinfo2 .rightbox .icon {
	width: 30px;
	height: 30px;
	margin-bottom: .4rem;
}

.productsinfo2 .leftbox .tit3,
.productsinfo2 .rightbox .tit3 {
	margin-bottom: .1rem;
}

.productsinfo2 .imgbox {
	width: 53%;
	position: relative;
	overflow: hidden;
}

.productsinfo2 .imgbox .bg {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: all .8s ease-in-out;
}

.productsinfo2 .imgbox:hover .bg {
	transform: scale3d(1.1, 1.1, 1);
}

.productsinfo2 .videobtn {
	z-index: 3;
}

.productsinfo2 .videobtn .btn {
	width: 84px;
	height: 84px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.productsinfo2 .videobtn .btn:before {
	content: "";
	position: absolute;
	width: 54px;
	height: 54px;
	background: #FFF;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-top: -27px;
	margin-left: -27px;
}

.productsinfo2 .videobtn .icon {
	width: 22px;
	height: 22px;
	fill: #0560F5;
	position: relative;
	z-index: 3;
}

@media (max-width: 768px) {

	.productsinfo2 .leftbox,
	.productsinfo2 .rightbox {
		width: 100%;
	}

	.productsinfo2 .imgbox {
		width: 100%;
		height: 15rem;
		margin: 1rem 0;
	}

	.productsinfo2 .leftbox .li,
	.productsinfo2 .rightbox .li {
		padding: .7rem 0;
	}
}

@media (max-width: 767px) {
	.productsinfo2 {
		padding: 2rem 0;
	}
}

.productsinfo3 {
	height: 90vh;
}

.productsinfo3 .bg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all .8s ease-in-out;
}

.productsinfo3 .tit2 {
	padding-top: 3rem;
	position: relative;
	z-index: 2;
}

.productsinfo3 .ul {
	position: absolute;
	padding: 2rem 0 1.5rem;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
	z-index: 3;
	backdrop-filter: blur(12px);
}

.productsinfo3 .ul .li {
	width: 33.3%;
	padding: 0 3%;
}

.productsinfo3 .ul .icon {
	height: 1rem;
	margin-bottom: .7rem;
}

.productsinfo3 .ul .icon img {
	max-height: 100%;
}

.productsinfo3 .ul .tit4 {
	margin-top: .2rem;
}

@media (max-width: 767px) {
	.productsinfo3 .ul .li {
		width: 100%;
		margin-bottom: .8rem;
	}

	.productsinfo3 .ul {
		padding: 1.5rem 0 1rem;
	}

	.productsinfo3 .tit2 {
		padding-top: 2rem;
	}
}

.productsinfo4 {
	min-height: 20rem;
}

.productsinfo4 .contentbox {
	/*background: #2A466F;*/
	position: relative;
	z-index: 3;
}

.productsinfo4 .leftbox {
	padding: 5.5rem 2.25rem 4.5rem;
	width: 42%;
}

.productsinfo4 .leftbox .tit2 {
	margin-bottom: 2.65rem;
}

.productsinfo4 .leftbox .tit3 {
	/*color: #3FE54E;*/
	color: #fff;
}

.productsinfo4 .leftbox .tit5 {
	margin-top: 2.2rem;
}

.productsinfo4 .leftbox .tit4 {
	margin-top: .15rem;
}

.productsinfo4 .rightbox {
	width: 58%;
	position: relative;
}

.productsinfo4 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

@media (max-width: 768px) {
	.productsinfo4 .leftbox {
		padding: 3.5rem 1.25rem 2.5rem;

	}

	.productsinfo4 {
		min-height: 38rem;
	}

}

@media (max-width: 767px) {

	.productsinfo4 .leftbox,
	.productsinfo4 .rightbox {
		width: 100%;
	}

	.productsinfo4 .leftbox {
		padding: 2rem 1rem;
	}

	.productsinfo4 .rightbox {
		height: 12rem;
	}

	.productsinfo4 .leftbox .tit2 {
		margin-bottom: 1rem;
	}

	.productsinfo4 .leftbox .tit5 {
		margin-top: 1rem;
	}

	.productsinfo4 {
		min-height: 26rem;
	}
}

.productsinfo5 {
	padding: 4.25rem 0 3.5rem;
	position: relative;
	z-index: 1;
}

.productsinfo5 .tit2 {
	width: 45%;
	color: #153072;
}

.productsinfo5 .tit2 span {
	color: #BDCBD8;
	display: block;
}

.productsinfo5 .tabul {
	width: 45%;
}

.productsinfo5 .tabul .li {
	width: 48%;
	margin-left: 2%;
	border: 1px dashed #CACACA;
	padding: .75rem;
}

.productsinfo5 .tabul .icon {
	height: .75rem;
	margin: 0 auto .5rem;
}

.productsinfo5 .img {
	margin-top: 4.85rem;
}

.productsinfo5 .tabul .li p {
	color: #153072;
}

@media (max-width: 767px) {
	.productsinfo5 {
		padding: 2rem 0 2.5rem;
	}

	.productsinfo5 .tit2,
	.productsinfo5 .tabul {
		width: 100%;
	}

	.productsinfo5 .tabul {
		margin-top: .5rem;
	}

	.productsinfo5 .img {
		margin-top: 1.5rem;
	}

	.productsinfo5 .tit2 {
		font-size: 30px;
	}
}

.productsinfo6 {
	padding: 8rem 0 1.75rem;
}

.productsinfo6 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.productsinfo6 .contentbox {
	position: relative;
	z-index: 2;
}

.productsinfo6 .ul {
	margin-top: 5.8rem;
}

.productsinfo6 .ul .icon {
	height: 1rem;
	transition: all .6s;
}

.productsinfo6 .ul .icon img {
	max-height: 100%;
}

.productsinfo6 .ul .li {
	width: 24.5%;
	margin-right: 0.66%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1rem;

}

.productsinfo6 .ul .li:nth-child(4n) {
	margin-right: 0;
}

.productsinfo6 .ul p {
	margin-top: .5rem;
	text-align: center;
}

.productsinfo6 .ul .li:hover .icon {
	transform: translate3d(0, -10px, 0);
}

@media (max-width: 768px) {
	.productsinfo6 {
		padding: 5rem 0 1.75rem;
	}
}

@media (max-width: 767px) {
	.productsinfo6 {
		padding: 2.5rem 0 1.75rem;
	}

	.productsinfo6 .ul .li {
		width: 49%;
		margin-bottom: 0.66%;
	}
}

.productsinfo7 {
	padding: 4.8rem 0 12.5rem;
}

.productsinfo7 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.productsinfo7 .contentbox {
	position: relative;
	z-index: 2;
}

.productsinfo7 .tabul {
	margin-top: 2rem;
}

.productsinfo7 .li {
	padding: .5rem;
	width: 250px;
	border: 2px solid #153072;
	margin-right: 9px;
	transition: all .5s;
}

.productsinfo7 .tit3 {
	color: #153072;
	margin-bottom: .1rem;
	width: 100%;
	transition: all .5s;
}

.productsinfo7 .tit4 {
	color: #153072;
	transition: all .5s;
}

.productsinfo7 .li:hover {
	background: #153072;
}

.productsinfo7 .li:hover .tit3,
.productsinfo7 .li:hover .tit4 {
	color: #fff;
}

@media (max-width: 768px) {
	.productsinfo7 {
		padding: 2rem 0 12rem;
	}
}

@media (max-width: 767px) {
	.productsinfo7 .li {
		width: 5.5rem;
	}

	.productsinfo7 .tabul {
		margin-top: 1.5rem;
	}
}

.productsinfo8 {
	padding: 7.8rem 0 7.5rem;
}

.productsinfo8 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.productsinfo8 .contentbox {
	position: relative;
	z-index: 2;
}

.productsinfo8 .tit3 {
	margin-top: 2.5rem;
}

.productsinfo8 .tit4 {
	width: 12.5rem;
	max-width: 100%;
	margin-top: .2rem;
}

@media (max-width: 768px) {
	.productsinfo8 {
		padding: 3rem 0 7.5rem;
	}
}

@media (max-width: 767px) {
	.productsinfo8 .tit3 {
		margin-top: 1.2rem;
	}

	.productsinfo8 {
		padding-top: 2rem;
	}
}

.productsinfo9 {
	padding: 6.8rem 0 5.8rem;
}

.productsinfo9 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.productsinfo9 .contentbox {
	position: relative;
	z-index: 2;
	padding-left: 2.25rem;
}

.productsinfo9 .tit3 {
	margin-top: 2.5rem;
}

.productsinfo9 .tit4 {
	width: 12.5rem;
	max-width: 100%;
	margin-top: .2rem;
}

.productsinfo9 .icon {
	width: 40px;
	height: 40px;
	margin-right: .65rem;
}

.productsinfo9 .icon img {
	max-height: 100%;
}

.productsinfo9 .li {
	margin-bottom: 1.2rem;
}

.productsinfo9 .li span {
	width: calc(100% - 40px - .65rem);
}

.productsinfo9 .li:last-child {
	margin-bottom: 0;
}

.productsinfo9 .itembox {
	margin-top: 2.5rem;
}

@media (max-width: 768px) {
	.productsinfo9 {
		padding: 3rem 0 5rem;
	}

	.productsinfo9 .icon {
		width: 1rem;
		height: 1rem;
	}

	.productsinfo9 .li {
		margin-bottom: .6rem;
	}

	.productsinfo9 .itembox {
		margin-top: 1.25rem;
	}

	.productsinfo9 .contentbox {
		padding-left: 0;
	}
}

.productsinfo11 {
	padding: 8rem 0 7.5rem;
}

.productsinfo11 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.productsinfo11 .contentbox {
	position: relative;
	z-index: 2;
}

.productsinfo11 .tit3 {
	margin-top: 1.15rem;
}

.productsinfo11 .tit4 {
	margin-top: .2rem;
}

.productsinfo11 .text {
	width: 15rem;
	max-width: 100%;
}

@media (max-width: 768px) {
	.productsinfo11 {
		padding: 4rem 0 5rem;
	}
}

@media (max-width: 767px) {
	.productsinfo11 {
		padding: 5rem 0 3rem;
	}

	.productsinfo11 .tit3 {
		margin-top: .6rem;
	}
}

.productsinfo12 {
	padding: 6rem 0 5.5rem;
}

.productsinfo12 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.productsinfo12 .contentbox {
	position: relative;
	z-index: 2;
}

.productsinfo12 .tit2 {
	margin-bottom: 1rem;
	color: #153072;
}

.productsinfo12 .tit4 {
	margin-top: .2rem;
}

.productsinfo12 .li {
	margin-bottom: 1.15rem;
}

.productsinfo12 .text {
	width: 12.5rem;
	max-width: 100%;
}

@media (max-width: 768px) {
	.productsinfo12 {
		padding: 4rem 0;
	}

	.productsinfo12 .tit4 br {
		display: block;
	}
}

@media (max-width: 767px) {
	.productsinfo12 .bg {
		background-position: 20% center;
	}

	.productsinfo12 {
		padding: 2rem 0 5rem;
	}

	/*.productsinfo12 .tit3,.productsinfo12 .tit4{
      color:#fff;
  }*/
}

.productsinfo13 {
	padding: 3.5rem 0;
	background: #fff;
	z-index: 1;
}

.productsinfo13 .leftbox {
	width: 48.6%;
}

.productsinfo13 .rigthbox {
	width: 47.32%;
}

.productsinfo13 .tit2 {}

.productsinfo13 .li-item {
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productsinfo13 .su {
	color: #dbc084;
}

.productsinfo13 .tit3 {
	color: #dbc084;
}

.productsinfo13 .tit4 {}

.productsinfo13 .li-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

@media (max-width: 1024px) {
	.productsinfo13 .tit2 {
		margin-bottom: 0;
	}

	.productsinfo13 {
		padding: 2rem 0;
	}

	.productsinfo13 .leftbox {
		width: 60%;
	}

	.productsinfo13 .rigthbox {
		width: 35%;
	}

	.productsinfo13 .li-item {
		padding: 1rem 0;
	}
}

@media (max-width: 768px) {
	.productsinfo13 .leftbox {
		width: 100%;
		margin-bottom: 1rem;
	}

	.productsinfo13 .rigthbox {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.productsinfo13 .li-item {
		padding: .65rem 0;
	}
}

.productsinfo14 {
	padding: 5rem 0;
}

.productsinfo14 .tit3 {
	margin-bottom: .6rem;
}

.productsinfo14 .tit2 {
	color: #fff;
	margin-bottom: 1rem;
}

.productsinfo14 .li {
	margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
	.productsinfo14 {
		padding: 3rem 0;
	}
}

.productsinfo15 {
	background: #F5F5F5;
}

.productsinfo15 .rigthbox {
	padding: 3.65rem 2.25rem 1.5rem;
	width: 100%;
	text-align: center;
}

/* .productsinfo15 .leftbox {
  width: 50%;
  position: relative;
} */
.productsinfo15 .leftbox .bg {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.productsinfo15 .leftbox .videobtn {
	z-index: 3;
}

.productsinfo15 .leftbox .icon2 {
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 50%;
	margin-bottom: .5rem;
}

.productsinfo15 .leftbox .icon2 img {
	width: 13px;
}

.productsinfo15 .tit3 {
	margin-top: .5rem;
	font-size: 20px;
	color: #000;
}

.productsinfo15 .ul {
	margin-top: 1.5rem;
}

.productsinfo15 .li {
	width: 32%;
	margin-bottom: 1.5rem;
}

.productsinfo15 .icon {
	height: 2rem;
	margin-bottom: .75rem;
}

.productsinfo15 .icon img {
	max-height: 100%;
	margin: 0 auto;
}

.productsinfo15 .li:nth-child(2n) {
	margin-right: 0;
}

.productsinfo15 .tit3 {
	color: #808080;
}

.productsinfo15 .tit4 {
	margin-top: .4rem;
	font-size: 14px;
	color: #999;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
}

@media (max-width: 768px) {
	.productsinfo15 .rigthbox {
		padding-top: 2.5rem;
	}

	.productsinfo15 .rigthbox {
		width: 100%;
		margin-bottom: 1rem;
	}

	.productsinfo15 .leftbox {
		width: 100%;
		height: 15rem;
	}
}

@media (max-width: 767px) {
	.productsinfo15 .rigthbox {
		padding: 2rem 6% .6rem;
	}

	.productsinfo15 .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .75rem;
	}

	.productsinfo15 .leftbox {
		height: 10rem;
	}
}

.productsinfo16 {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 2.5rem 0 3vh;
}

.productsinfo16 .img {
	background: #F5F5F5;
	padding: 1.2rem;
}

.productsinfo16 .pro-container {
	margin-top: 2.5rem;
}

.productsinfo16 .tit3 {
	margin-bottom: .4rem;
	margin-top: .4rem;
	font-size: 2.5vh;
	color: #999;
}

.productsinfo16 .swiper-slide {
	cursor: pointer;
}

.productsinfo16 .btnbox {
	width: 128px;
}

.productsinfo16 .btnbox .button-prev,
.productsinfo16 .btnbox .button-next {
	width: 60px;
	height: 60px;
	background: rgba(227, 203, 150, 0.3);
	cursor: pointer;
	transition: all .5s;
}

.productsinfo16 .btnbox .icon {
	width: 15px;
	height: 15px;
	fill: #333;
	transition: all .5s;
}

.productsinfo16 .btnbox .button-prev .icon {
	transform: rotate(-180deg);
}

.productsinfo16 .btnbox .button-prev:hover,
.productsinfo16 .btnbox .button-next:hover {
	background: #e3cb96;
}

.productsinfo16 .btnbox .button-prev:hover .icon,
.productsinfo16 .btnbox .button-next:hover .icon {
	fill: #fff;
}

@media (max-width: 767px) {
	.productsinfo16 {
		padding: 2rem 0 3rem;
	}

	.productsinfo16 .btnbox {
		display: none;
	}

	.productsinfo16 .pro-container {
		margin-top: 1.2rem;
	}
}

.contact-list1 {
	position: relative;
	z-index: 1;
	margin-top: -1.5rem;
}

.contact-list1 #networkmap {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
}

.contact-list1 .network-list .warpselectbox {
	margin-bottom: .8rem;
}

.contact-list1 .network-list .selectbox {
	width: 100%;
	height: 40px;
	margin-bottom: .25rem;
}

.contact-list1 .network-list .selectbox .icon {
	width: 15px;
	height: 15px;
	fill: #999;
}

.contact-list1 .network-list .selectbox .selecttop {
	width: 100%;
	height: 40px;
	background: transparent;
	border-bottom: 1px solid #D9D9D9;
	cursor: pointer;
}

.contact-list1 .network-list .selectbox .selectitem {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	background: #e6e6e6;
	max-height: 200px;
	overflow-y: auto;
	display: none;
}

.contact-list1 .network-list .selectbox .item {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
}

.contact-list1 .network-list .selectbox .item:hover {
	color: #fff;
	background: #081F56;
}

.contact-list1 .network-list .selectbox:hover .selecttop {
	color: #999;
}

.contact-list1 .network-list .selectbox:hover .icon {
	fill: #999;
}

.contact-list1 .network-list .select1 {
	z-index: 3;
}

.contact-list1 .network-list .select2 {
	z-index: 2;
}

.contact-list1 .network-list .network-ul {
	width: calc(100% + .85rem);
	padding-right: .5rem;
	max-height: 36vh;
	overflow-y: auto;
}

.contact-list1 .network-list .tit img {
	width: 12px;
}

.contact-list1 .network-list .tit .titname {
	width: calc(100% - 35px);
	margin-left: 15px;
}

.contact-list1 .network-list .li {
	padding: .5rem 0;
	border-bottom: 1px solid #D9D9D9;
	cursor: pointer;
}

.contact-list1 .network-list .li .con {
	padding-left: 27px;
}

.contact-list1 .tit2 {
	color: #002E8C;
	margin-bottom: .86rem;
}

.contact-list1 .warpnetwork {
	position: absolute;
	width: 12.5rem;
	max-height: calc(100% - 7rem);
	background: #FFFFFF;
	padding: 1.5rem;
	z-index: 3;
	left: 2.5rem;
	top: 3.5rem;
}

@media (max-width: 768px) {
	.contact-list1 #networkmap {
		height: 12rem;
	}

	.contact-list1 .warpnetwork {
		position: relative;
		z-index: 3;
		width: 100%;
		left: auto;
		top: auto;
	}
}

@media (max-width: 767px) {
	.contact-list1 .warpnetwork {
		padding: 1.5rem 8%;
	}

	.contact-list1 {
		margin-top: 0;
	}
}

.contact-list2 {
	padding: 1.75rem 0;
	background: #fff;
	z-index: 2;
}

.contact-list2 .title {
	padding-left: 20px;
	padding-bottom: .6rem;
	position: relative;
	z-index: 1;
	color: #002E8C;
	margin-bottom: 1.25rem;
	border-bottom: 2px solid #E6E6E6;
}

.contact-list2 .title:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	left: 0;
	top: .32rem;
	background: #0C3189;
}

.contact-list2 .formbox {
	width: 100%;
}

.contact-list2 .formbox .item {
	width: 32%;
	margin-right: 2%;
	height: 70px;
	background: #F2F2F2;
	padding: .5rem;
	margin-bottom: .75rem;
}

.contact-list2 .formbox .item:nth-child(3n) {
	margin-right: 0;
}

.contact-list2 .formbox .input1 {
	width: calc(100% - 160px);
	height: 30px;
	text-indent: .25rem;
	border: none;
	background: transparent;
}

.contact-list2 .formbox .select1 {
	margin-left: 5%;
	margin-right: 3%;
}

.contact-list2 .formbox .select1,
.contact-list2 .formbox .select2 {
	width: 30%;
	height: 30px;
	border: none;
	background: transparent;
}

.contact-list2 .formbox .select3 {
	width: calc(100% - 120px);
	height: 30px;
	text-indent: .25rem;
	border: none;
	background: transparent;
}

.contact-list2 .formbox .itembox {
	width: 100%;
}

.contact-list2 .formbox .item2 {
	width: 100%;
	margin-right: 0;
	height: auto;
	padding: 0;
}

.contact-list2 .formbox .item2 .input2 {
	width: 100%;
	padding: .5rem;
	background: #F2F2F2;
	height: 8.5rem;
}

.contact-list2 .formbox .item2 .input2::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #222;
}

.contact-list2 .formbox .item2 .input2:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #222;
}

.contact-list2 .formbox .item2 .input2::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #222;
}

.contact-list2 .formbox .item2 .input2:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #222;
}

.contact-list2 .formbox .item3 {
	margin-bottom: 0;
}

.contact-list2 .formbox .item3 .input1::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #222;
}

.contact-list2 .formbox .item3 .input1:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #222;
}

.contact-list2 .formbox .item3 .input1::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #222;
}

.contact-list2 .formbox .item3 .input1:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #222;
}

.contact-list2 .formbox .item3 .captcha {
	width: 160px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.contact-list2 .formbox .itembox .input2:hover {
	background-color: #081F56;
}

.contact-list2 .formbox .input2 {
	width: 32%;
	height: 70px;
	background-color: #002E8C;
	background-image: url(../img/icon.png);
	background-position: 93% 50%;
	background-size: .75rem auto;
	background-repeat: no-repeat;
	border: none;
	padding: 0 .5rem;
	text-align: left;
	transition: background-color .5s;
}

@media (max-width: 768px) {
	.contact-list2 .formbox .item {
		width: 49%;
	}

	.contact-list2 .formbox .item:nth-child(3n) {
		margin-right: 2%;
	}

	.contact-list2 .formbox .item:nth-child(2n) {
		margin-right: 0;
	}

	.contact-list2 .formbox .item2 {
		width: 100%;
	}

	.contact-list2 .formbox .input2 {
		width: 49%;
	}
}

@media (max-width: 767px) {
	.contact-list2 .formbox .item {
		width: 100% !important;
		margin-right: 0;
	}

	.contact-list2 .formbox .item {
		height: 50px;
	}

	.contact-list2 .formbox .input1 {
		height: 24px;
	}

	.contact-list2 .formbox .item span {
		font-size: 14px;
	}

	.contact-list2 .formbox .item2 {
		height: auto;
	}

	.contact-list2 .formbox .item3 .captcha {
		height: 50px;
		width: 120px;
	}

	.contact-list2 .formbox .input2 {
		width: 100%;
		height: 50px;
		margin-top: .75rem;
	}

	.contact-list2 .formbox .select3 {
		width: calc(100% - 80px);
	}

	.contact-list2 .formbox .select1,
	.contact-list2 .formbox .select2,
	.contact-list2 .formbox .select3 {
		height: 24px;
	}
}

.products-list {
	padding: 5rem 0 4.25rem;
	margin-top: -1.5rem;
}

.products-list .tab-container {
	width: 100%;
	margin-bottom: 1rem;
	border-bottom: 1px solid #d1d1d1;
}

.products-list .tab-container .li br {
	display: none;
}

.products-list .tab-container .li {
	padding: .5rem 0;
	text-align: center;
	position: relative;
}

.products-list .tab-container .li:before {
	content: "";
	position: absolute;
	width: 2.5rem;
	left: 50%;
	margin-left: -1.25rem;
	bottom: 0;
	height: 2px;
	background: #153072;
	opacity: 0;
}

.products-list .tab-container .swiper-slide.cur .li:before {
	opacity: 1;
}

.products-list .leftnav {
	width: 106px;
	position: relative;
}

.products-list .leftnav:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	background: #DDE4EB;
	z-index: 1;
}

.products-list .leftnav .itembox {
	position: relative;
	z-index: 3;
}

.products-list .leftnav img {
	width: 100%;
}

.products-list .leftnav .img {
	position: absolute;
	width: 100%;
	top: -.15rem;
	z-index: 1;
}

.products-list .leftnav .img2 {
	position: absolute;
	width: 100%;
	bottom: -.15rem;
	z-index: 1;
}

.products-list .leftnav .li:nth-child(1) {
	height: 110px;
}

.products-list .leftnav .li:nth-last-child(3) {
	height: 110px;
}

.products-list .leftnav .li {
	width: 106px;
	height: 90px;
	border: 6px solid #dde4eb;
	background: #fff;
	border-top: none;
	padding: 0 .3rem;
	color: #153072;
	cursor: pointer;
	text-align: center;
}

.products-list .leftnav .li:nth-last-child(3) {
	border-bottom: none;
}

.products-list .leftnav .li:hover,
.products-list .leftnav .li.cur {
	background: #0D2763;
	color: #fff;
}

.products-list .warpul {
	width: calc(100% - 106px - 2.8rem);
	margin-left: 2.8rem;
}

.products-list .warpul.w100 {
	width: 100%;
	margin-left: 0;
}

.products-list .ul {
	width: 100%;
	margin-bottom: 1.2rem;
}

.products-list .ul:last-child {
	margin-bottom: 0;
}

.products-list .ul .tit2 {
	margin-bottom: .5rem;
}

.products-list .ul .li {
	width: 100%;
	padding: 6rem 3rem 5.25rem;
	display: block;
	margin-bottom: 1.25rem;
	overflow: hidden;
}

.products-list .ul .li .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all .5s;
}

.products-list .ul .li .bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	/*background: rgba(0, 0, 0, 0.3);*/
}

.products-list .ul .li:last-child {
	margin-bottom: 0;
}

.products-list .ul .text {
	position: relative;
	z-index: 2;
}

.products-list .ul .tit3 {
	margin-bottom: .5rem;
}

.products-list .ul .tit4 {
	width: 7.5rem;
	margin-bottom: 1.25rem;
}

.products-list .ul .more {
	width: 159px;
	height: 50px;
	background: #fff;
	transition: all .5s;
}

.products-list .ul .li:hover .more {
	background: #081F56;
	color: #fff;
}

.products-list .ul .li:hover .bg {
	transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 1024px) {
	.products-list {
		padding: 3rem 0;
	}

	.products-list .warpul {
		width: 100%;
		margin-left: 0;
	}

	.products-list .ul .more {
		width: 130px;
		height: 40px;
	}

	.products-list .ul .li {
		padding: 4rem 2rem;
	}
}

@media (max-width: 768px) {
	.products-list {
		padding: 2rem 0;
	}

	.products-list .ul .tit4 {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.products-list {
		padding: 1rem 0 2rem;
		margin-top: 0;
	}

	.products-list .ul .li {
		padding: 2.5rem .75rem;
	}

	.products-list .ul .tit4 {
		margin-bottom: .85rem;
	}

	.products-list .ul .more {
		width: 120px;
		height: 35px;
	}
}

.wisdom-list1 {
	padding: 4.25rem 0;
	position: relative;
	z-index: 1;
	background: #fff;
	margin-top: -1.5rem;
}

.wisdom-list1 .title {
	color: #082E8B;
	padding-bottom: .65rem;
	border-bottom: 2px solid #E6E6E6;
}

.wisdom-list1 .imgbox {
	width: 100%;
	padding: 2.5rem 2rem;
	margin-top: 1.25rem;
}

.wisdom-list1 .imgbox .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.wisdom-list1 .imgbox .tit2 {
	margin-bottom: .45rem;
}

.wisdom-list1 .imgbox .tit2,
.wisdom-list1 .imgbox .tit3 {
	position: relative;
	z-index: 3;
	width: 100%;
}

.wisdom-list1 .imgbox .img {
	position: relative;
	z-index: 3;
	margin-top: .65rem;
}

.projectx-list1 {
	position: relative;
	z-index: 1;
	background: #f5f5f5;
	padding: 3rem 0 1.75rem;
}

.projectx-list1 .title {
	color: #002E8C;
}

.projectx-list1 .title span {
	color: #BCCAD6;
}

.projectx-list1 .imgbox {
	margin-top: 1.25rem;
	background: #fff;
}

.projectx-list1 .textbox {
	padding: 1.5rem;
}

.projectx-list1 .textbox,
.projectx-list1 .img {
	width: 50%;
}

.projectx-list1 .tit2 {
	color: #002E8C;
}

.projectx-list1 .tit2 span {
	color: #BCCAD6;
}

.projectx-list1 .tit3 {
	margin-top: 1.2rem;
	max-height: 240px;
	/*min-height:240px;*/
	overflow-y: hidden;
	line-height: 30px;
	padding-right: .5rem;
}

.projectx-list1 .tit3.cur {
	max-height: 330px;
	height: auto;
	overflow-y: auto;
}

.projectx-list1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.projectx-list1 .btnbox {
	margin-top: 1.5rem;
	color: #C0C0C0;
	display: inline-flex;
	transition: all .5s;
}

.projectx-list1 .btnbox.cur .btn .icon {
	transform: rotate(-180deg);
}

.projectx-list1 .btnbox .btn {
	width: 44px;
	height: 44px;
	background: #DDDDDD;
	opacity: 0.6;
	border-radius: 50%;
	margin-bottom: .4rem;
	transition: all .5s;
}

.projectx-list1 .btnbox .btn .icon {
	width: 20px;
	height: 20px;
	fill: #333;
	transition: all .5s;
}

.projectx-list1 .btnbox:hover {
	color: #002E8C;
}

.projectx-list1 .btnbox:hover .btn {
	opacity: 1;
	background: #002E8C;
}

.projectx-list1 .btnbox:hover .btn .icon {
	fill: #fff;
}

@media (max-width: 768px) {

	.projectx-list1 .textbox,
	.projectx-list1 .img {
		width: 100%;
	}

	.projectx-list1 .img {
		width: 100%;
		height: 14rem;
	}
}

@media (max-width: 767px) {
	.projectx-list1 {
		padding: 2rem 0 1.25rem;
	}

	.projectx-list1 .imgbox {
		margin-top: .85rem;
	}

	.projectx-list1 .textbox {
		padding: 1.2rem .85rem;
	}

	.projectx-list1 .tit3 {
		margin-top: .75rem;
		max-height: none;
		min-height: none;
		overflow-y: hidden;
		line-height: 1.6;
		padding-right: 0;
	}

	.projectx-list1 .btnbox {
		display: none;
	}

	.projectx-list1 .img {
		height: 10rem;
	}
}

.projectx-list2 {
	padding: 2rem 0 2rem;
	position: relative;
	z-index: 2;
}

.projectx-list2 .tab-container {
	border-bottom: 1px solid #f5f5f5;
}

.projectx-list2 .tab-container .li {
	cursor: pointer;
	padding: .65rem 0;
	position: relative;
	color: #333;
}

.projectx-list2 .tab-container .li:before {
	content: "";
	position: absolute;
	width: 5rem;
	height: 4px;
	background: #002E8C;
	left: 50%;
	margin-left: -2.5rem;
	bottom: 0;
	opacity: 0;
	transition: all .5s;
}

.projectx-list2 .tab-container .li img {
	margin-right: .4rem;
	height: .55rem;
	filter: grayscale(100%);
}

.projectx-list2 .tab-container .swiper-slide:hover:before {
	opacity: 1;
}

.projectx-list2 .tab-container .swiper-slide.cur .li {
	color: #002E8C;
}

.projectx-list2 .tab-container .swiper-slide.cur .li:before {
	opacity: 1;
}

.projectx-list2 .tab-container .swiper-slide.cur .li img {
	filter: grayscale(0);
}

.projectx-list2 .imgbox-container {
	margin-top: .85rem;
}

.projectx-list2 .imgbox-container .li {
	padding: 1rem 2.25rem;
	height: 15.75rem;
}

.projectx-list2 .imgbox-container .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.projectx-list2 .imgbox-container .text {
	position: relative;
	z-index: 3;
	width: 100%;
}

.projectx-list2 .imgbox-container .tit2 {
	margin-bottom: .8rem;
}

.projectx-list2 .imgbox-container .tit3 {
	width: 17rem;
	max-width: 100%;
}

.projectx-list2 .contentbox2 {
	padding: 3rem 0 0;
}

.projectx-list2 .contentbox2 .tit2 {
	color: #0C3189;
}

.projectx-list2 .school-container {
	padding-bottom: 2rem;
	margin-top: 1.75rem;
}

.projectx-list2 .school-container .swiper-slide .img1,
.projectx-list2 .school-container .swiper-slide .img2 {
	position: absolute;
	height: 58px;
}

.projectx-list2 .school-container .swiper-slide .img1 {
	left: 0;
	top: 0;
}

.projectx-list2 .school-container .swiper-slide .img2 {
	right: 0;
	top: 0;
}

.projectx-list2 .school-container .swiper-slide .item {
	height: 58px;
}

.projectx-list2 .school-container .swiper-slide span {
	width: 80%;
}

.projectx-list2 .school-container .swiper-pagination {
	bottom: 0;
}

.projectx-list2 .school-container .swiper-pagination span {
	background: #000000;
	opacity: 0.2;
}

.projectx-list2 .school-container .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
	background: #002E8C;
}

@media (max-width: 768px) {
	.projectx-list2 .imgbox-container .li {
		padding: 1rem 1.25rem;
		height: 15.75rem;
	}

	.projectx-list2 .imgbox-container .text {
		margin-top: -3rem;
	}
}

@media (max-width: 767px) {
	.projectx-list2 .contentbox2 {
		padding-top: 1.5rem;
	}
}

.projectx-list3 .li {
	background: #F5F5F5;
	width: calc(25% - 1px);
	margin-right: 1px;
	padding: 1rem 1.75rem 1.75rem;
	position: relative;
}

.projectx-list3 .li:nth-child(1) {
	padding-left: 2.25rem;
}

.projectx-list3 .li:nth-child(1) .icon {
	left: 2.25rem;
}

.projectx-list3 .tit3 {
	padding-bottom: .5rem;
	position: relative;
	margin-bottom: 1rem;
}

.projectx-list3 .tit3:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: #002E8C;
	left: 0;
	bottom: 0;
}

.projectx-list3 .tit4 {
	margin-bottom: 2.5rem;
}

.projectx-list3 .icon {
	position: absolute;
	/*margin-top:1.25rem;*/
	left: 1.75rem;
	bottom: 1.75rem;
	z-index: 1;
}

@media (max-width: 768px) {
	.projectx-list3 .li {
		width: calc(50% - 1px);
		margin-right: 1px;
		margin-bottom: 1px;
		padding: 1rem 1.75rem 1.75rem !important;
	}

	.projectx-list3 .icon {
		left: 1.75rem !important;
	}

	.projectx-list3 .li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.projectx-list3 .li {
		padding: 1rem 1.25rem 1.25rem !important;
	}

	.projectx-list3 .icon {
		left: 1.25rem !important;
		bottom: 1.25rem;
	}
}

.staff-list1 {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 4.5rem 0 3rem;
}

.staff-list1 .title span {
	color: #BCCAD6;
}

.staff-list1 .title {
	color: #002E8C;
}

.staff-list1 .imgbox {
	margin-top: 1.25rem;
	background: #fff;
}

.staff-list1 .textbox {
	padding: 0 1.5rem 0 0;
}

.staff-list1 .textbox {
	width: 48%;
}

.staff-list1 .img {
	width: 46%;
	height: 11.85rem;
}

.staff-list1 .tit3 {
	max-height: 210px;
	overflow-y: hidden;
	line-height: 30px;
	padding-right: .5rem;
}

.staff-list1 .tit3.cur {
	max-height: 330px;
	overflow-y: auto;
}

.staff-list1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.staff-list1 .btnbox {
	margin-top: 1.5rem;
	color: #C0C0C0;
	display: inline-flex;
	transition: all .5s;
}

.staff-list1 .btnbox .btn {
	width: 44px;
	height: 44px;
	background: #DDDDDD;
	opacity: 0.6;
	border-radius: 50%;
	margin-bottom: .4rem;
	transition: all .5s;
}

.staff-list1 .btnbox .btn .icon {
	width: 20px;
	height: 20px;
	fill: #333;
	transition: all .5s;
}

.staff-list1 .btnbox.cur .btn .icon {
	transform: rotate(-180deg);
}

.staff-list1 .btnbox:hover {
	color: #002E8C;
}

.staff-list1 .btnbox:hover .btn {
	opacity: 1;
	background: #002E8C;
}

.staff-list1 .btnbox:hover .btn .icon {
	fill: #fff;
}

@media (max-width: 768px) {

	.staff-list1 .textbox,
	.staff-list1 .img {
		width: 100%;
	}

	.staff-list1 .img {
		width: 100%;
		height: 14rem;
	}
}

@media (max-width: 767px) {
	.staff-list1 {
		padding: 2rem 0 1.25rem;
	}

	.staff-list1 .imgbox {
		margin-top: .85rem;
	}

	.staff-list1 .textbox {
		padding: 0 0 1.5rem;
	}

	.staff-list1 .tit3 {
		margin-top: 0;
		max-height: none;
		overflow-y: hidden;
		line-height: 1.6;
		padding-right: 0;
	}

	.staff-list1 .btnbox {
		display: none;
	}

	.staff-list1 .img {
		height: 10rem;
	}
}

.staff-list2 {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 5rem 0 3.75rem;
}

.staff-list2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.staff-list2 .li {
	/*background: #fff;*/
}

.staff-list2 .text {
	width: 32%;
	padding: 1.7rem 1.5rem;
	height: 12.5rem;
	background: #fff;
}

.staff-list2 .text .swiper-pagination {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 1.5rem 1.5rem;
	text-align: left;
}

.staff-list2 .text .swiper-pagination span {
	width: 9px;
	height: 9px;
	border: 1px solid #183270;
	margin: 0 3px;
	background: transparent;
	border-radius: 0;
	display: inline-block;
	opacity: 1;
}

.staff-list2 .text .swiper-pagination span.swiper-pagination-bullet-active {
	background: #183270;
}

.staff-list2 .img-container {
	width: 68%;
}

.staff-list2 .tit2 {
	color: #183270;
	margin-bottom: .7rem;
}

.staff-list2 .tit3 {
	margin-top: .55rem;
}

@media (max-width: 768px) {
	.staff-list2 .text {
		width: 100%;
		height: auto;
		padding-bottom: 3.5rem;
	}

	.staff-list2 .img-container {
		width: 100%;
		height: 10rem;
	}

	.staff-list2 .tit3 {
		height: 100px;
		line-height: 20px;
		overflow-y: auto;
		padding-right: 10px;

	}

	.staff-list2 .tit3::-webkit-scrollbar {
		width: 2px;
		height: 3px;
	}
}

@media (max-width: 767px) {
	.staff-list2 {
		padding: 3.5rem 0;
	}

	.staff-list2 .text {
		padding: 1.2rem 1rem 3rem;
	}

	.staff-list2 .text .swiper-pagination {
		padding: 0 1rem 1rem;
	}

	.staff-list2 .img-container {
		height: 7rem;
	}
}

.personnel-list1 {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 3.6rem 0;
}

.personnel-list1 .title {
	color: #002E8C;
}

.personnel-list1 .title span {
	color: #BCCAD6;
}

.personnel-list1 .ul {
	margin-top: 2.65rem;
}

.personnel-list1 .ul .li {
	width: 30%;
	margin-right: 5%;
}

.personnel-list1 .ul .li:nth-child(3n) {
	margin-right: 0;
}

.personnel-list1 .tit3 {
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
	.personnel-list1 {
		padding: 2rem 0;
	}

	.personnel-list1 .ul {
		margin-top: 2rem;
	}
}

@media (max-width: 767px) {
	.personnel-list1 .ul .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .8rem;
	}

	.personnel-list1 .ul {
		margin-top: 1.2rem;
	}

	.personnel-list1 {
		padding-bottom: 1.5rem;
	}
}

.personnel-list2 {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0;
}

.personnel-list2 .tit {
	position: absolute;
	width: 100%;
	padding: 0 2.5rem 1rem;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.personnel-list2 .tit .icon {
	width: 50px;
	height: 50px;
	margin-right: .35rem;
}

.personnel-list2 .tit .icon svg {
	width: 50px;
	height: 50px;
	fill: #fff;
}

.personnel-list2 .tit span {
	display: inline-block;
	width: calc(100% - 50px - .35rem);
}

.personnel-list2 .tit2 {
	z-index: 3;
}

.personnel-list2 .tit2 .icon {
	width: 50px;
	height: 50px;
}

.personnel-list2 .tit2 .icon svg {
	width: 50px;
	height: 50px;
	fill: #fff;
}

.personnel-list2 .videobtn {
	cursor: pointer;
}

.personnel-list2 .imgbox2-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 1.5rem;
}

.personnel-list2 .imgbox2-container .swiper-slide {
	width: auto;
	height: 18rem;
}

.personnel-list2 .imgbox2-container .item {
	width: 29.8rem;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.personnel-list2 .imgbox2-container .item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.personnel-list2 .imgbox2-container .item .bg {
	width: 100%;
	height: 100%;
	transition: all .5s ease-in-out;
}

.personnel-list2 .imgbox2-container .item2 {
	width: 15rem;
	height: 7rem;
	height: 49%;
	position: relative;
	overflow: hidden;
}

.personnel-list2 .imgbox2-container .item2 .bg {
	width: 100%;
	height: 100%;
	transition: all .5s ease-in-out;
}

.personnel-list2 .imgbox2-container .swiper2-scrollbar {
	width: 50vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25vw;
	opacity: 1 !important;
	height: 5px;
	background: #d6d9e0;
	border-radius: 5px;
}

.personnel-list2 .imgbox2-container .swiper-scrollbar-drag {
	background: #082e8b;
}

.personnel-list2 .imgbox2-container .swiper-slide .item:hover .bg,
.personnel-list2 .imgbox2-container .swiper-slide .item2:hover .bg {
	transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 1024px) {
	.personnel-list2 .imgbox2-container .item {
		width: 22rem;
	}

	.personnel-list2 .tit {
		padding: 0 1.5rem 1rem;
	}
}

@media (max-width: 768px) {
	.personnel-list2 .imgbox2-container .swiper-slide {
		height: 14rem;
	}
}

@media (max-width: 767px) {
	.personnel-list2 .imgbox2-container .item {
		width: 12rem;
	}

	.personnel-list2 .imgbox2-container .item2 {
		width: 8rem;
	}

	.personnel-list2 .imgbox2-container .swiper-slide {
		height: 9rem;
	}

	.personnel-list2 .tit {
		padding: 0 1rem .85rem;
	}

	.personnel-list2 .tit .icon,
	.personnel-list2 .tit .icon svg {
		width: 1.2rem;
		height: 1.2rem;
	}

	.personnel-list2 .tit {
		font-size: 14px;
		line-height: 1.4;
	}

	.personnel-list2 .imgbox2-container .item2 {
		height: 48%;
	}
}

.personnel-list3 {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 2.25rem 0;
}

.personnel-list3 .title {
	color: #002E8C;
}

.personnel-list3 .title span {
	color: #BCCAD6;
}

.personnel-list3 .ul {
	margin-top: 1.7rem;
}

.personnel-list3 .li {
	width: calc(95% / 7);
	margin-right: 0.83%;
	margin-bottom: 0.83%;
	height: 7.5rem;
	background: #F5F5F5;
	padding: 1rem;
}

.personnel-list3 .li:nth-child(7n) {
	margin-right: 0;
}

.personnel-list3 .icon {
	width: 76px;
	height: 76px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 1rem auto;
}

.personnel-list3 p {
	text-align: center;
}

@media (max-width: 1024px) {
	.personnel-list3 .icon {
		width: 50px;
		height: 50px;
	}

	.personnel-list3 .li {
		padding: 1rem .5rem;
	}
}

@media (max-width: 768px) {
	.personnel-list3 .li {
		width: calc(94% / 4);
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.personnel-list3 .li:nth-child(7n) {
		margin-right: 2%;
	}

	.personnel-list3 .li:nth-child(4n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.personnel-list3 .li {
		width: calc(96% / 3);
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.personnel-list3 .li:nth-child(4n) {
		margin-right: 2%;
	}

	.personnel-list3 .li:nth-child(3n) {
		margin-right: 0;
	}

	.personnel-list3 .ul {
		margin-top: 1.2rem;
	}

	.personnel-list3 .icon img {
		height: .85rem;
	}

	.personnel-list3 .icon {
		margin: .5rem auto;
	}

	.personnel-list3 .li {
		height: 6.5rem;
	}

	.personnel-list3 p {
		font-size: 14px;
	}
}

.personnel-list4 {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 0 2rem;
}

.personnel-list4 .title {
	color: #002E8C;
}

.personnel-list4 .img-container {
	margin-top: 1.25rem;
	padding-bottom: 1.75rem;
}

.personnel-list4 .img-container .swiper-pagination {
	bottom: 0;
}

.personnel-list4 .img-container .swiper-pagination span {
	background: #C4CFDB;
	width: 12px;
	height: 12px;
	margin: 0 .35rem;
	opacity: 1;
	transition: all .5s;
}

.personnel-list4 .img-container .swiper-pagination span.swiper-pagination-bullet-active {
	background: #002E8C;
	transform: scale3d(1.1, 1.1, 1);
}

.personnel-list4 .img {
	max-height: 5.75rem;
	margin-bottom: .4rem;
}

.personnel-list4 .img img {
	max-height: 100%;
}

@media (max-width: 767px) {
	.personnel-list4 .img-container .swiper-pagination span {
		width: 6px;
		height: 6px;
		margin: 0 0.25rem;
	}
}

/*.personnel-list5{
    position: relative;
    z-index:2;
    background:#fff;
    padding:0 0 2rem;
    .title{
        color:#002E8C;
    }
}
@media (max-width:767px){

}*/
.personnel-list5 {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0 0 2.5rem;
}

.personnel-list5 .title {
	color: #002E8C;
}

.personnel-list5 .tit2 {
	z-index: 3;
}

.personnel-list5 .videobtn {
	cursor: pointer;
}

.personnel-list5 .imgbox3-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 1.5rem;
	margin-top: 1.25rem;
}

.personnel-list5 .imgbox3-container .swiper-slide {
	width: auto;
}

.personnel-list5 .imgbox3-container .item {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.personnel-list5 .imgbox3-container .item img {
	transition: all .5s;
}

.personnel-list5 .imgbox3-container .item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.personnel-list5 .imgbox3-container .item .bg {
	width: 100%;
	height: 100%;
	transition: all .5s ease-in-out;
}

.personnel-list5 .imgbox3-container .videobtn {
	width: 50px;
	height: 50px;
	z-index: 3;
}

.personnel-list5 .imgbox3-container .videobtn svg {
	width: 50px;
	height: 50px;
	fill: #fff;
}

.personnel-list5 .imgbox3-container p {
	margin-top: .6rem;
	color: #1A1A1A;
}

.personnel-list5 .imgbox3-container .swiper3-scrollbar {
	width: 50vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25vw;
	opacity: 1 !important;
	height: 5px;
	background: #d6d9e0;
	border-radius: 5px;
}

.personnel-list5 .imgbox3-container .swiper-scrollbar-drag {
	background: #082e8b;
}

.personnel-list5 .imgbox3-container .swiper-slide .item:hover img {
	transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 768px) {
	.personnel-list5 .imgbox3-container .swiper-slide {
		max-width: 60%;
	}
}

@media (max-width: 767px) {
	.personnel-list5 .imgbox3-container p {
		font-size: 14px;
		line-height: 1.2;
		padding: 0 1rem;
	}

	.personnel-list5 .imgbox3-container .videobtn svg,
	.personnel-list5 .imgbox3-container .videobtn {
		width: 1.2rem;
		height: 1.2rem;
	}
}

.join-list1 {
	padding: 2.5rem 0;
	background: #fff;
	z-index: 1;
}

.join-list1 .tit2 {
	color: #0C3189;
}

.join-list1 .frombox {
	width: 20rem;
	margin: 1rem auto 0;
	max-width: 90%;
}

.join-list1 .frombox .input {
	width: 100%;
	border-radius: 60px;
	text-indent: .8rem;
	padding-right: 180px;
	height: 60px;
	box-shadow: 0px 1px 10px 0px rgba(0, 46, 140, 0.17);
	border-radius: 30px;
}

.join-list1 .frombox .input2 {
	position: absolute;
	width: 150px;
	height: 60px;
	background: #002E8C;
	border-radius: 30px;
	right: 0;
	top: 0;
	z-index: 2;
}

.join-list1 .tipbox {
	margin-top: 1rem;
}

.join-list1 .tipbox a {
	color: #333;
	margin: 0 .2rem;
	display: inline-block;
	transition: all .4s;
}

.join-list1 .tipbox a:hover {
	color: #0F2961;
}

.join-list1 .joinbox {
	margin-top: 1.5rem;
}

.join-list1 .joinbox .titletop {
	height: 70px;
	background: #F4F5F5;
	padding: 0 1.5rem 0 2.75rem;
	margin-bottom: .35rem;
	border: 1px solid #D9DDE0;
}

.join-list1 .joinbox .titletop .sp1 {
	width: 30%;
}

.join-list1 .joinbox .titletop .sp2 {
	width: 28%;
}

.join-list1 .joinbox .titletop .sp3 {
	width: 30%;
}

.join-list1 .joinbox .titletop .sp4 {
	width: 12%;
}

.join-list1 .joinbox .li {
	margin-top: .5rem;
	border: 1px solid #D9DDE0;
}

.join-list1 .joinbox .titletop2 {
	height: 60px;
	background: #fff;
	padding: 0 1.5rem 0 2.75rem;
	cursor: pointer;
}

.join-list1 .joinbox .titletop2 div {
	transition: all .5s;
}

.join-list1 .joinbox .titletop2 .sp1 {
	width: 30%;
}

.join-list1 .joinbox .titletop2 .sp2 {
	width: 28%;
}

.join-list1 .joinbox .titletop2 .sp3 {
	width: 30%;
}

.join-list1 .joinbox .titletop2 .sp4 {
	width: 12%;
}

.join-list1 .joinbox .tit3 {
	margin-bottom: .35rem;
}

.join-list1 .joinbox .text {
	display: none;
	padding: 1rem 2.5rem 1rem;
	background: #f7f8f9;
}

.join-list1 .joinbox .titletop2.on {
	background: #002E8C;
}

.join-list1 .joinbox .titletop2.on div {
	color: #fff;
}

.join-list1 .joinbox .ntipbox {
	padding-bottom: .5rem;
	border-bottom: 1px solid #DDD;
	margin-bottom: .5rem;
}

.join-list1 .joinbox .ntipbox .item {
	width: 20%;
	border-right: 1px solid #ddd;
}

.join-list1 .joinbox .ntipbox .item:nth-child(5) {
	border-right: none;
}

.join-list1 .joinbox .ntipbox .item:nth-child(4),
.join-list1 .joinbox .ntipbox .item:nth-child(3),
.join-list1 .joinbox .ntipbox .item:nth-child(2) {
	text-align: center;
}

.join-list1 .joinbox .ntipbox .item:nth-child(5) {
	text-align: right;
}

.join-list1 .joinbox .ntext .item {
	width: 50%;
}

.join-list1 .joinbox .ntext .tit4 {
	width: 80%;
}

.join-list1 .joinbox .ntext .item:nth-child(2) {
	padding-left: 1.5rem;
	border-left: 1px solid #ddd;
}

.join-list1 .joinbox .botbox {
	margin-top: .35rem;
	width: 100%;
}

.join-list1 .joinbox .botbox .morebtn {
	width: 160px;
	height: 44px;
	background: #002E8C;
	transition: all .5s;
}

.join-list1 .joinbox .botbox .colsebtn {
	color: #0059B2;
	transition: all .5s;
}

.join-list1 .joinbox .botbox .morebtn:hover {
	color: #fff;
	background: #0D2763;
}

.join-list1 .joinbox .botbox .colsebtn:hover {
	color: #0D2763;
}

.join-list1 .joinbox .morebtn2 {
	width: 160px;
	height: 44px;
	background: #002E8C;
	margin: 1.5rem auto 0;
	transition: all .5s;
}

.join-list1 .joinbox .morebtn2:hover {
	color: #fff;
	background: #0D2763;
}

@media (max-width: 768px) {
	.join-list1 .joinbox .text {
		padding: 1rem 1rem 1rem;
	}

	.join-list1 .joinbox .ntipbox .item {
		width: 33%;
		border-right: none;
		margin-bottom: .25rem;
	}

	.join-list1 .joinbox .ntipbox .item:nth-child(4),
	.join-list1 .joinbox .ntipbox .item:nth-child(3),
	.join-list1 .joinbox .ntipbox .item:nth-child(2) {
		text-align: left;
	}

	.join-list1 .joinbox .ntipbox .item:nth-child(5) {
		text-align: left;
	}

	.join-list1 .joinbox .ntext .tit4 {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.join-list1 {
		padding: 2rem 0;
	}

	.join-list1 .frombox .input2 {
		width: 100px;
		height: 40px;
		background: #002E8C;
		border-radius: 20px;
		font-size: 14px;
	}

	.join-list1 .frombox .input {
		text-indent: 0.5rem;
		padding-right: 100px;
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
	}

	.join-list1 .tipbox p {
		font-size: 14px;
		text-align: center;
	}

	.join-list1 .joinbox .titletop .sp4,
	.join-list1 .joinbox .titletop2 .sp4 {
		display: none;
	}

	.join-list1 .joinbox .titletop .sp1,
	.join-list1 .joinbox .titletop2 .sp1 {
		width: 40%;
	}

	.join-list1 .joinbox .titletop {
		padding: 0 .5rem;
		height: 50px;
	}

	.join-list1 .joinbox .titletop2 {
		height: auto;
		padding: .5rem;
		line-height: 1.4;
	}

	.join-list1 .joinbox .ntipbox .item {
		width: 50%;
	}

	.join-list1 .joinbox .ntext .item {
		width: 100%;
		margin-bottom: .75rem;
	}

	.join-list1 .joinbox .ntext .item:nth-child(2) {
		padding-left: 0;
		border-left: none;
	}

	.join-list1 .joinbox .ntext .tit4 {
		width: 100%;
	}

	.join-list1 .joinbox .botbox .morebtn {
		width: 120px;
		height: 40px;
		font-size: 14px;
	}
}

.join-list2 {
	padding: 3rem 0;
	position: relative;
	z-index: 1;
}

.join-list2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.join-list2 .contactbox {
	position: relative;
	z-index: 3;
}

.join-list2 .contactbox .tit2 {
	color: #0C3189;
}

.join-list2 .contactbox .ul {
	margin-top: 1.5rem;
}

.join-list2 .contactbox .li {
	width: calc(20% - 43px);
	height: 4.5rem;
	background: #fff;
	padding: 1.2rem 1rem .5rem;
}

.join-list2 .contactbox .li .icon2 {
	height: 1.25rem;
	margin-bottom: .4rem;
}

.join-list2 .contactbox .icon {
	margin: 0 5px;
	width: 33px;
}

.join-list2 .contactbox .icon2 {
	margin: 0 auto;
}

.join-list2 .contactbox2 {
	position: relative;
	z-index: 3;
	margin-top: 3.5rem;
}

.join-list2 .contactbox2 .tit2 {
	color: #0C3189;
}

.join-list2 .contactbox2 .ul {
	margin-top: 1.35rem;
}

.join-list2 .contactbox2 .icon2 {
	margin-bottom: .5rem;
}

.join-list2 .contactbox2 .li {
	width: 25%;
}

.join-list2 .contactbox2 .icon3 {
	width: 2.25rem;
	height: 2.25rem;
	margin-bottom: .2rem;
}

.join-list2 .contactbox3 {
	position: relative;
	z-index: 3;
	margin-top: 2.25rem;
}

.join-list2 .contactbox3 .tit2 {
	color: #0C3189;
}

.join-list2 .contactbox3 .ul {
	margin-top: 1.4rem;
}

.join-list2 .contactbox3 .ul .li {
	width: 23.8%;
	margin-right: -1%;
}

.join-list2 .contactbox3 .ul .li img {
	height: 4.75rem;
}

.join-list2 .contactbox3 .ul .li:nth-child(2),
.join-list2 .contactbox3 .ul .li:nth-child(3) {
	width: 28.2%;
}

.join-list2 .contactbox3 .ul .text {
	width: 100%;
	padding: 1rem .85rem;
	z-index: 3;
}

.join-list2 .contactbox3 .ul .tit4 {
	margin-top: .15rem;
	margin-bottom: .15rem;
}

.join-list2 .contactbox3 .ul .tit5 {
	color: #0C3189;
}

@media (max-width: 1024px) {
	.join-list2 .contactbox3 .ul .li {
		margin-right: -2%;
	}
}

@media (max-width: 768px) {
	.join-list2 .contactbox .icon {
		display: none;
	}

	.join-list2 .contactbox .li {
		width: 33.3%;
	}

	.join-list2 .contactbox3 .ul .li {
		width: 49% !important;
		background: #fff;
		margin-bottom: 2%;
		margin-right: 2%;
	}

	.join-list2 .contactbox3 .ul .text {
		position: relative;
	}

	.join-list2 .contactbox3 .ul .li img {
		display: none;
	}

	.join-list2 .contactbox3 .ul .li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.join-list2 {
		padding: 2rem 0;
	}

	.join-list2 .contactbox .li {
		width: 100%;
		margin-bottom: 2px;
		height: auto;
		padding: 1rem;
	}

	.join-list2 .contactbox2 {
		margin-top: 2rem;
	}

	.join-list2 .contactbox2 .li {
		width: 100%;
		margin-bottom: 1rem;
	}

	.join-list2 .contactbox2 .icon3 {
		width: 3.5rem;
		height: 3.5rem;
	}

	.join-list2 .contactbox3 .ul .text {
		padding: .85rem 0.5rem;
	}
}

.quote-list {
	padding: 3rem 0 2rem;
	background: #f8f8f8;
	z-index: 2;
}

.quote-list .title {
	position: relative;
	z-index: 1;
	margin-bottom: 1.25rem;
}

.quote-list .contentbox {
	margin-top: 1.25rem;
}

.quote-list .formbox {
	width: 100%;
	margin-top: 1.15rem;
}

.quote-list .formbox .item {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: .7rem;
}

.quote-list .formbox .item>div {
	width: 100%;
	display: block;
	margin-bottom: .4rem;
}

.quote-list .formbox .item>div span {
	color: #153072;
}

.quote-list .formbox .item:nth-child(2) {
	margin-right: 0;
}

.quote-list .formbox .item:nth-child(5) {
	margin-right: 0;
}

.quote-list .formbox .input1 {
	width: 100%;
	height: 55px;
	background: #F7F7F7;
	padding: .25rem .3rem;
	border: 1px solid #dedede;
}

.quote-list .formbox .itembox {
	width: 100%;
}

.quote-list .formbox .item2 {
	width: 100%;
	margin-right: 0;
	height: auto;
	padding: 0;
}

.quote-list .formbox .item2 .input2 {
	width: 100%;
	padding: .5rem;
	background: #F2F2F2;
	height: 8.5rem;
}

.quote-list .formbox .item2 .input2::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #222;
}

.quote-list .formbox .item2 .input2:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #222;
}

.quote-list .formbox .item2 .input2::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #222;
}

.quote-list .formbox .item2 .input2:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #222;
}

.quote-list .formbox .item3 {
	margin-bottom: 0;
}

.quote-list .formbox .item3 .input1::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #222;
}

.quote-list .formbox .item3 .input1:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #222;
}

.quote-list .formbox .item3 .input1::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #222;
}

.quote-list .formbox .item3 .input1:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #222;
}

.quote-list .formbox .item3 .captcha {
	width: 120px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.quote-list .formbox .itembox .input2:hover {
	background-color: #081F56;
}

.quote-list .formbox .input2 {
	width: 47.5%;
	height: 55px;
	background-color: #002E8C;
	border: none;
	padding: 0 .5rem;
	text-align: center;
	transition: background-color .5s;
}

.quote-list .formbox .itembox2 {
	width: 100%;
}

.quote-list .formbox .filebox {
	width: 100%;
	height: 4.25rem;
	background: #F7F7F7;
	position: relative;
	border: 1px solid #dedede;
}

.quote-list .formbox .filebox .filebtn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
}

.quote-list .formbox .filebox .btn {
	width: 45px;
	height: 45px;
	background: #002E8C;
	border-radius: 50%;
}

.quote-list .formbox .filebox .icon {
	width: 16px;
	height: 16px;
	fill: #fff;
}

.quote-list .formbox .filebox .flie-name1 {
	position: relative;
	z-index: 8;
}

.quote-list .formbox .filebox .flie-name2 {
	position: relative;
	z-index: 8;
}

.quote-list .leftbox {
	width: 50%;
	background: #fff;
	padding: 1.5rem 1.7rem;
}

.quote-list .rightbox {
	width: 50%;
}

.quote-list .rightbox .bg {
	width: 100%;
	height: 100%;
}

.quote-list .subtip .icon {
	margin-right: .2rem;
	margin-top: -.05rem;
}

.quote-list .subtip .dian {
	width: 2px;
	height: 2px;
	background: #222;
}

.quote-list .subtip a {
	transition: all .5s;
}

.quote-list .subtip a:hover {
	color: #081F56;
}

@media (max-width: 1280px) {
	.quote-list .leftbox {
		width: 100%;
	}

	.quote-list .rightbox {
		width: 100%;
		height: 20rem;
	}
}

@media (max-width: 767px) {
	.quote-list .leftbox {
		padding: 1rem 6%;
	}

	.quote-list .formbox .item {
		width: 100%;
		margin-right: 0;
	}

	.quote-list .formbox .input1 {
		height: 40px;
	}

	.quote-list .title {
		margin-bottom: .8rem;
	}

	.quote-list .formbox .filebox .btn {
		width: 30px;
		height: 30px;
	}

	.quote-list .formbox .filebox .icon {
		width: 12px;
		height: 12px;
	}

	.quote-list .formbox .item3 .captcha {
		height: 40px;
	}

	.quote-list .formbox .input2 {
		width: 100%;
		height: 40px;
		margin-top: .55rem;
	}

	.quote-list .formbox .filebox {
		margin-bottom: 0 !important;
	}

	.quote-list .rightbox {
		height: 7rem;
	}

	.quote-list {
		padding: 1.5rem 0 2rem;
	}

	.quote-list .contentbox {
		margin-top: .9rem;
	}

	.quote-list .title {
		font-size: 20px;
	}
}

.about-bottoms {
	position: relative;
}

.about-bottoms .words {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.about-bottoms .words a {
	color: #fff;
}

.about-bottoms .words .tits {
	line-height: 1.2;
}

.about-bottoms .words .txts {
	line-height: 1.36;
	margin-top: .25rem;
	margin-bottom: 1.375rem;
}

.about-bottoms .images img {
	height: 400px;
	object-fit: cover;
}

.about-list1 {
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 4.25rem 0 2.5rem;
	margin-top: -1.5rem;
}

.about-list1 .title {
	width: 100%;
	padding-left: 30px;
	padding-bottom: .6rem;
	position: relative;
	z-index: 4;
	color: #082E8B;
	margin-bottom: 2.25rem;
	border-bottom: 1px solid #E6E6E6;
}

.about-list1 .title:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	left: 0;
	top: .32rem;
	background: #082E8B;
}

.about-list1 .leftbox {
	width: 44.7%;
	padding: 6vh;
}

/*.about-list1 .leftbox img{
  margin-left:-3rem;
}*/
.about-list1 .leftbox .tit2 {
	color: #BCCAD7;
}

.about-list1 .leftbox .tit2 span {
	color: #082E8B;
}

.about-list1 .rightbox {
	width: 44.18%;
}

.about-list1 .rightbox .ul {
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 1.5rem;
}

.about-list1 .rightbox .li {
	width: 33.3%;
	padding-right: 5%;
	margin-bottom: .9rem;
}

.about-list1 .rightbox .textbox {
	margin-top: 1.5rem;
	position: relative;
}

.about-list1 .rightbox .textbox .tip {
	width: 100%;
	color: #082E8B;
}

.about-list1 .rightbox .textbox:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5rem;
	z-index: 2;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
	display: none;
}

.about-list1 .rightbox .text {
	margin-top: 1.5rem;
	max-height: 10rem;
	overflow-y: auto;
	padding-right: .3rem;
	padding-bottom: 1rem;
	position: relative;
}

/* @media (max-width: 1024px) {
	.about-list1 .rightbox .li {
		width: 50%;
	}
} */

@media (max-width: 1024px) {
	.about-list1 {
		padding: 2.5rem 0 1rem;
		
	}

	.about-list1 .leftbox {
		width: 100%;
		text-align: center;
		padding: 2vh;
	}

	.about-list1 .rightbox {
		width: 100%;
	}

	.about-list1 .rightbox .text {
		max-height: none;
	}
}

@media (max-width: 767px) {
	.about-list1 .leftbox .img {
		margin: 0 auto;
		width: 80% !important;
		
	}

	.about-list1 .leftbox .tit2 br {
		display: none;
	}

	.about-list1 .rightbox .textbox {
		margin-top: 1rem;
	}

	.about-list1 .rightbox .text {
		margin-top: .7rem;
		padding-right: 0;
	}
}

.about-list2 {
	/*background: url(../img/about2bg.jpg) no-repeat center top;
  background-size: cover;*/
	position: relative;
	z-index: 2;
	padding: 3rem 0 4rem;
	/*.warp-swiperbox{
    overflow-x:auto;
  }*/
}

.about-list2 .title {
	width: 100%;
	padding-left: 30px;
	padding-bottom: .6rem;
	position: relative;
	z-index: 4;
	color: #082E8B;
	margin-bottom: 7.25rem;
	border-bottom: 1px solid #E6E6E6;
}

.about-list2 .title:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	left: 0;
	top: .32rem;
	background: #082E8B;
}

.about-list2 .str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.about-list2 .swiperbox {
	margin-top: 1rem;
}

.about-list2 .swiperbox .sp {
	color: #153072;
	cursor: pointer;
}

.about-list2 .swiperbox .linebox {
	flex-flow: row nowrap;
	word-break: keep-all;
	margin-bottom: 1rem;
}

.about-list2 .swiperbox span {
	margin: 0 .5rem;
	font-size: .8rem;
	color: #153072;
	opacity: .6;
}

.about-list2 .swiperbox .sp.cur {
	font-weight: bold;
}

.about-list2 .imgbox {
	margin-top: -8.8rem;
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .5s;
}

.about-list2 .imgbox img {
	max-width: 14rem;
}

.about-list2 .imgbox.cur {
	opacity: 1;
}

@media (max-width: 767px) {
	.about-list2 .imgbox img {
		max-width: 8rem;
	}

	.about-list2 .imgbox {
		margin-top: -1.5rem;
	}

	.about-list2 {
		padding: 2rem 0 5rem;
	}

	.about-list2 .swiperbox .sp {
		font-size: 20px;
	}

	.about-list2 .swiperbox .linebox {
		margin-bottom: .2rem;
	}
}

.about-list3 {
	background: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 2.5rem 0 2.25rem;
}

.about-list3 .contentbox {
	position: relative;
	z-index: 2;
	padding-bottom: 2.25rem;
}

.about-list3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.about-list3 .title {
	width: 100%;
	padding-left: 30px;
	padding-bottom: .6rem;
	position: relative;
	z-index: 4;
	color: #fff;
	margin-bottom: 2.5rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.about-list3 .title:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	left: 0;
	top: .32rem;
	background: #fff;
}

.about-list3 .leftbox {
	width: 30%;
	padding-top: 2.9rem;
}

.about-list3 .leftbox .tit2 {
	margin-bottom: 1.2rem;
}

.about-list3 .rightbox {
	width: 30.8%;
	margin-right: 8%;
}

@media (max-width: 768px) {
	.about-list3 .title {
		margin-bottom: 1.5rem;
	}

	.about-list3 .leftbox {
		width: 55%;
		padding-top: 1rem;
	}

}

@media (max-width: 767px) {
	.about-list3 .leftbox {
		width: 100%;
	}

	.about-list3 .rightbox {
		width: 100%;
	}

	.about-list3 .rightbox {
		margin-top: 1rem;
	}

	.about-list3 .title {
		margin-bottom: 0;
	}

	.about-list3 .leftbox .tit2 {
		margin-bottom: .8rem;
	}

	.about-list3 .rightbox {
		margin-right: 0;
	}
}

.about-list4 {
	background: #fff;
	position: relative;
	z-index: 2;
	width: 100%;
}

.about-list4 .title {
	padding-left: 30px;
	padding-bottom: .6rem;
	position: relative;
	z-index: 4;
	color: #002E8C;
	margin-bottom: 1.25rem;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 1.75rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.about-list4 .title:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: .32rem;
	background: #153072;
}

.about-list4 .contentbox {
	position: relative;
	z-index: 1;
	max-width: 100%;
	overflow: hidden;
}

.about-list4 .leftbox {
	width: 40%;
	padding-top: 6.5rem;
	padding: 6.5rem 2.25rem 2rem;

}

.about-list4 .leftbox .tit2 span {
	color: #002E8C;
}

.about-list4 .leftbox .tit3 {
	color: rgba(0, 0, 0, 0.5);
	margin-top: 1.25rem;
	width: 80%;
}

.about-list4 .leftbox .btn {
	color: #c7c7c7;
	display: inline-flex;
	position: absolute;
	bottom: 2rem;
	left: 2.25rem;
}

.about-list4 .leftbox .btn p {
	transition: all .5s;
	margin-top: .25rem;
	display: block;
}

.about-list4 .leftbox .btn:hover p {
	color: #002E8C;
}

.about-list4 .rightbox {
	width: 60%;
}

.about-list4 .rightbox .bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.about-list4 .rightbox .warpimgbox {
	margin: 7.5rem auto 4rem;
	width: 330px;
	padding-bottom: 1.2rem;
}

.about-list4 .rightbox .warpimgbox .imgbox-pagination {
	bottom: 0;
	width: 100%;
	text-align: center;
}

.about-list4 .rightbox .warpimgbox .imgbox-pagination span {
	background: #fff;
	margin: 0 .15rem;
}

.about-list4 .rightbox .warpimgbox .imgbox-pagination span.swiper-pagination-bullet-active {
	background: #fff;
}

.about-list4 .rightbox .imgbox-container {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.about-list4 .rightbox .imgbox-container .li {
	width: 100%;
	height: 100%;
	padding: 0 1rem;
	position: relative;
}

.about-list4 .rightbox .imgbox-container .swiper-slide {
	width: 400px;
	height: 300px;
}

.about-list4 .rightbox .imgbox-container .text {
	padding: 0;
	width: 100%;
}

.about-list4 .rightbox .imgbox-container .logo {
	width: 100%;
	padding: 0;
}

.about-list4 .rightbox .imgbox-container p {
	width: 100%;
}

.about-list4 .rightbox .imgbox-container .time {
	position: absolute;
	width: 100%;
	bottom: .5rem;
	left: 0;
	z-index: 2;
	text-align: center;
}

@media (max-width: 1024px) {

	.about-list4 .leftbox .btn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 1rem;
	}

	.about-list4 .leftbox .btn img {
		height: .7rem;
	}

	.about-list4 .leftbox,
	.about-list4 .rightbox {
		width: 100%;
	}

	.about-list4 .leftbox {
		padding: 4.5rem 6% 2rem;
	}

	.about-list4 .rightbox .warpimgbox {
		margin: 4.5rem auto 4rem;
	}
}

@media (max-width: 767px) {
	.about-list4 .leftbox .tit2 br {
		display: none;
	}

	.about-list4 .rightbox .warpimgbox {
		margin: 2.5rem auto;
	}

	.about-list4 .leftbox .tit3 {
		width: 100%;
		font-size: 16px;
		margin-top: .8rem;
	}

	.about-list4 .rightbox .imgbox-container .swiper-slide {
		height: 12rem;
	}
}

.about-bottoms .c-more .more {
	display: inline-block;
	vertical-align: top;
	line-height: 3.143em;
	height: 3.143em;
	color: #fff;
	background: #153072;
	padding-left: .7rem;
	padding-right: .5rem;
	cursor: pointer;
}

.about-bottoms .c-more .more span {
	position: relative;
	padding-right: .6rem;
}

.about-bottoms .c-more .more span:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/imgs/1-07.png) no-repeat center;
	background-size: 100%;
}

@media (min-width: 1025px) {
	.about-bottoms .c-more .more {
		transition: .5s ease;
	}

	.about-bottoms .c-more .more:hover {
		background: #0D2763;
	}
}

@media (max-width: 768px) {
	.about-bottoms .images img {
		height: 15rem;
	}
}

@media (max-width: 767px) {
	.about-bottoms .images img {
		height: 12rem;
	}
}

.i-list1 {
	padding: 2.5rem 0 0;
	background: #fff;
	position: relative;
	z-index: 1;
}

.i-list1 .leftbox {
	width: 45%;
}

.i-list1 .rightbox .tit2 {
	padding-bottom: 1.25rem;
	border-bottom: 2px solid #153072;
	margin-bottom: .7rem;
}

.i-list1 .rightbox .ul {
	/* border-bottom: 2px solid #DDDDDD; */
	padding-bottom: 1.25rem;
	margin-bottom: 0.15rem;
}

.i-list1 .rightbox .li {
	width: 33.3%;
	padding-right: 5%;
	margin-bottom: .9rem;
}

.i-list1 .rightbox {
	width: 48%;
}

.i-list1 .left .img {
	width: 100%;
}

.i-list1 .rightbox .text {
	width: 100%;
	padding-right: 1.5rem;
	position: absolute;
	bottom: 1rem;
	z-index: 2;
}

.i-list1 .hrefbtn {
	height: 45px;
	background: #153072;
	padding: 0 .7rem;
	font-size: 16px;
	transition: all 1.5s;
	display: inline-flex;
}

.i-list1 .hrefbtn .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: .1rem;
}

.i-list1 .hrefbtn:hover {
	background: #ffffff;
	color: #153072;
	border: 2px solid #153072;
}

@media (max-width: 1024px) {
	.i-list1 .rightbox {
		width: 51%;
	}

	.i-list1 .leftbox {
		width: 40.5%;
	}

	.i-list1 .rightbox .ul {
		margin-bottom: 2rem;
	}
}

@media (max-width: 768px) {
	.i-list1 {
		padding: 2rem 0 0;
	}

	.i-list1 .rightbox {
		width: 100%;
		margin-bottom: 2rem;
	}

	.i-list1 .rightbox .ul {
		margin-bottom: 1rem;
	}

	.i-list1 .leftbox {
		width: 100%;
	}

}

@media (max-width: 767px) {
	.i-list1 .hrefbtn {
		height: 35px;
	}

	.i-list1 .rightbox .li {
		width: 50%;
	}

	.i-list1 .leftbox .text {
		width: 90%;
		padding-right: 6%;
		right: 0;
	}
}

.i-list2 {
	padding: 2.8rem 0 3.5rem;
	background: #fff;
	position: relative;
	z-index: 1;
}

.i-list2 .hrefbtn {
	height: 45px;
	background: #153072;
	padding: 0 .7rem;
	transition: all .5s;
}

.i-list2 .hrefbtn .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: .1rem;
}

.i-list2 .hrefbtn:hover {
	background: #ffffff;
	color: #153072;
	border: 2px solid #153072;
}

.i-list2 .imgbox-container {
	margin-top: .7rem;
}

.i-list2 .imgbox-container .bg {
	width: 100%;
	height: 15.5rem;
}

.i-list2 .tab-container {
	background: #153072;
}

.i-list2 .tab-container .item {
	height: 4rem;
}

.i-list2 .tab-container .icon {
	height: 1rem;
	margin-right: .3rem;
	transition: all .5s;
}

.i-list2 .tab-container .txt {
	margin-left: .25rem;
	max-width: calc(100% - 60px);
}

.i-list2 .tab-container .btn {
	margin-top: .15rem;
}

.i-list2 .tab-container .icon2 {
	width: 10px;
	height: 10px;
	fill: #fff;
	margin-left: .2rem;
}

.i-list2 .tab-container .swiper-slide:nth-child(2n) .item {
	background: #b2b2b2;
}

.i-list2 .tab-container .swiper-slide.cur .item .icon {
	transform: translate(0, -10px);
}

@media (max-width: 768px) {
	.i-list2 {
		padding: 2rem 0;
	}
}

@media (max-width: 767px) {
	.i-list2 .imgbox-container .bg {
		height: 10rem;
	}

	.i-list2 .hrefbtn {
		height: 35px;
	}
}

.i-list3 {
	padding: 2.4rem 0 5rem;
	background: url(../img/i3img.jpg) no-repeat center top;
	background-size: cover;
}

.i-list3 .bottonbox span.sp {
	margin-left: .3rem;
}

.i-list3 .cases-container {
	margin-top: 3.5rem;
}

.i-list3 .cases-container .img {
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.i-list3 .cases-container .img img {
	width: 100%;
	transition: all .5s;
}

.i-list3 .cases-container .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	bottom: 0;
	opacity: 1;
	z-index: 2;
	transition: all .5s;
}

.i-list3 .cases-container .tit3 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 0 .7rem .7rem;
	opacity: 1;

	transition: all .5s;
}

.i-list3 .cases-container .swiper-slide:hover .img img {
	transform: scale3d(1.1, 1.1, 1);
}

/*.i-list3 .cases-container .swiper-slide:hover .img:before {
  opacity: 1;
}*/
.i-list3 .cases-container .swiper-slide:hover .img .tit3 {
	opacity: 1;
}

.i-list3 .hrefbtn {
	height: 45px;
	background: #fff;
	color: #153072;
	padding: 0 1rem 0 1.2rem;
	display: inline-flex;
	margin: 3.5rem auto 0;
	transition: all .5s;
}

.i-list3 .hrefbtn .icon {
	width: 12px;
	height: 12px;
	fill: #153072;
	margin-left: .1rem;
	transition: all .5s;
}

.i-list3 .hrefbtn:hover {
	background: #153072;
	color: #fff;
}

.i-list3 .hrefbtn:hover .icon {
	fill: #fff;
}

@media (max-width: 768px) {
	.i-list3 .hrefbtn {
		margin: 2rem auto 0;
	}
}

@media (max-width: 767px) {
	.i-list3 .cases-container {
		margin-top: 2rem;
	}

	.i-list3 .hrefbtn {
		height: 35px;
		padding: 0 .65rem 0 .8rem;
	}

	.i-list3 .cases-container .tit3 {
		font-size: 16px;
	}
}

.i-list4 {
	padding: 2.25rem 0 3rem;
	background: url(../img/i4img.png) no-repeat center 3rem;
	background-size: cover;
}

.i-list4 .conbox {
	position: relative;
	z-index: 3;
}

.i-list4 .hrefbtn {
	height: 45px;
	background: #153072;
	padding: 0 .7rem;
	display: inline-flex;
	margin-top: 3.5rem;
	transition: all 1s;
}

.i-list4 .hrefbtn .icon {
	width: 16px;
	height: 16px;
	fill: #fff;
	margin-left: .1rem;
}
.i-list4 .hrefbtn .icon:hover {
	fill: #153072;
}

.i-list4 .rightbox {
	width: 280px;
	max-width: 100%;
}

.i-list4 .rightbox .li {
	max-width: 50%;
	padding-right: 5%;
	margin-bottom: 1rem;
}

.i-list4 .rightbox .li:nth-child(3n) {
	margin-right: 0;
}

.i-list4 .rightbox .li:nth-child(3) {
	max-width: 100%;
	width: 100%;
}

.i-list4 .img {
	position: relative;
	z-index: 2;
	margin-top: -8rem;
	display: block;
}

.i-list4 .hrefbtn:hover {
	background: #ffffff;
	border: 2px solid #153072;
	color: #153072;
}

@media (max-width: 768px) {
	.i-list4 .img {
		margin-top: -3rem;
	}

}

@media (max-width: 767px) {
	.i-list4 {
		padding: 2rem 0;
	}

	.i-list4 .conbox .leftbox {
		width: 100%;
		margin-bottom: 2rem;
	}

	.i-list4 .conbox .hrefbtn {
		height: 35px;
		margin-top: 1rem;
	}

	.i-list4 .rightbox {
		width: 100%;
	}

	.i-list4 .img {
		margin-top: -.5rem;
	}

	.i-list4 {
		background: url(../img/i4img.png) no-repeat center 70%;
		background-size: 150% auto;
	}

	.i-list4 .rightbox .li {
		max-width: 33.3%;
		padding-right: 3%;
	}

	.i-list4 .rightbox .li:nth-child(3) {
		max-width: 33.3%;
		width: auto;
	}
}

.i-list5 {
	position: relative;
	background: #F7F7F7;
	padding: 2.7rem 0 2.7rem;
	z-index: 1;
}

.i-list5 .hrefbtn {
	height: 45px;
	background: #153072;
	padding: 0 .7rem;
	transition: all .5s;
}

.i-list5 .hrefbtn .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: .1rem;
}

.i-list5 .hrefbtn:hover {
	background: #081F56;
	color: #fff;
}

.i-list5 .ul {
	margin-top: 2.75rem;
}

.i-list5 .ul .li {
	width: 31%;
	margin-right: 3.5%;
	display: block;
}

.i-list5 .ul .li:nth-child(3n) {
	margin-right: 0;
}

.i-list5 .ul .time {
	color: #153072;
}

.i-list5 .ul .text {
	padding: 0.6rem 0;
}

.i-list5 .ul .time {
	margin-bottom: .2rem;
}

.i-list5 .ul .tit3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: .6rem;
	transition: all .5s;
}

.i-list5 .ul .more {
	color: #888888;
}

.i-list5 .ul .more .icon {
	width: 10px;
	height: 10px;
	fill: #888888;
	margin-left: .15rem;
}

.i-list5 .ul .img {
	overflow: hidden;
}

.i-list5 .ul .img img {
	width: 100%;
	transition: all .5s;
}

@media (min-width: 1024px) {
	.i-list5 .ul .li:hover .img img {
		transform: scale3d(1.1, 1.1, 1);
	}

	.i-list5 .ul .li:hover .tit3 {
		color: #153072;
	}
}

@media (max-width: 768px) {
	.i-list5 .ul {
		margin-top: 1.5rem;
	}
}

@media (max-width: 767px) {
	.i-list5 {
		padding: 2rem 0;
	}

	.i-list5 .ul .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .65rem;
	}

	.i-list5 .hrefbtn {
		height: 35px;
	}
}

.news-list6-dialog3 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}

.news-list6-dialog3 .dialog__overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.3s;
}

.news-list6-dialog3 .dialog__content {
	position: relative;
	z-index: 5;
	overflow-x: auto;
	padding: 0;
	max-width: 1000px;
	width: 90%;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	text-align: center;
	opacity: 0;
}

.news-list6-dialog3 .dialog__content #video {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	width: 90%;
}

.news-list6-dialog3 .closebtn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}

.news-list6-dialog3 .closebtn svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}

.news-list6-dialog3.dialog--open {
	opacity: 1;
	visibility: visible;
}

.news-list6-dialog3.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	backdrop-filter: blur(5px);
}

.news-list6-dialog3.dialog--open #video {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
}

.news-list6-dialog3.dialog--close #video {
	opacity: 0;
	visibility: hidden;
}

.news-list6-dialog3.dialog--open .dialog__content,
.news-list6-dialog3.dialog--close .dialog__content {
	opacity: 1;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.news-list6-dialog3.dialog--open .dialog__content {
	-webkit-animation-name: anim-open3;
	animation-name: anim-open3;
}

.news-list6-dialog3 .dialog__overlay {
	background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog3.dialog--close .dialog__content {
	-webkit-animation-name: anim-close3;
	animation-name: anim-close3;
}

@media (max-width: 1024px) {
	.news-list6-dialog3 .closebtn {
		background: #de0000;
		color: #fff;
	}

	.news-list6-dialog3 .dialog__content .p {
		font-size: 14px;
		width: 90%;
		margin-top: .5rem;
	}
}

@media (max-width: 767px) {
	.news-list6-dialog3 .dialog__content {
		width: 100%;
		padding: .6rem 3%;
	}

	.news-list6-dialog3 .closebtn {
		right: 3%;
	}
}

.news .wrap .top-box .select-wrap .all {
	cursor: pointer;
}

.fixbtn {
	position: fixed;
	/*width:90px;
  height:50px;*/
	width: 155px;
	height: 90px;
	background: #dbc084;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	top: 56vh;
	right: 0;
	z-index: 9;
	overflow: hidden;
	padding-left: .45rem;
	cursor: pointer;
}

.fixbtn img {
	height: .5rem;
	margin-right: .15rem;
}

.fixbtn span {
	display: block;
	margin-bottom: 10px;
}

.fixbtn .tit {
	width: calc(100% - 45px);
	margin-left: 8px;
}

.fixbtn span:nth-child(2) {
	margin-bottom: 0;
}



.n-search {
	padding: 2rem 0 4rem;
	background: #f5f5f5;
}

.n-search .tab-ul {
	margin-top: 1rem;
}

.n-search .tab-ul .li {
	margin: 0 10px;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	color: #fff;
	background: #999;
	cursor: pointer;
}

.n-search .tab-ul .li:hover,
.n-search .tab-ul .li.cur {
	background: #002E8C;
}

.n-search .search_all {
	margin-top: .65rem;
}

.n-search .search_all span {
	color: #002E8C;
}

.n-search .warpajax-list .product-list2 {
	background: transparent;
	padding: 0;
}

.n-search .ulbox2 {
	padding: .5rem 0 0;
}

.n-search .ulbox2 .li {
	padding: .65rem 0;
	display: block;
	border-bottom: 1px solid #d1d1d1;
}

.n-search .ulbox2 .tit4 {
	margin-top: .2rem;
}

.n-search .ulbox2 .li:hover .tit3 {
	color: #002E8C;
}

@media (max-width: 767px) {
	.n-search {
		padding: 2rem 0 3rem;
	}
}



.news-list6-dialog4 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
}

.news-list6-dialog4 .dialog__overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.3s;
}

.news-list6-dialog4 .dialog__content {
	position: relative;
	z-index: 5;
	/*overflow-x: auto;*/
	padding: 0;
	width: 710px;
	max-width: 90%;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	text-align: center;
	opacity: 0;
}

.news-list6-dialog4 .closebtn {
	position: absolute;
	right: 0;
	top: -1.5rem;
	z-index: 3;
	width: 1rem;
	height: 1rem;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	transition: all .3s;
}

.news-list6-dialog4 .closebtn:before {
	content: "";
	position: absolute;
	width: 1px;
	height: .5rem;
	top: 1rem;
	background: #fff;
	left: 50%;
}

.news-list6-dialog4 .closebtn svg {
	width: .4rem;
	height: .4rem;
	fill: #000;
}

.news-list6-dialog4 .formbox .tit3 {
	color: #DBC084;
	width: 100%;
	margin-bottom: 1.2rem;
}

.news-list6-dialog4 .formbox .item {
	width: 100%;
	margin-right: 0 !important;
	border: 1px solid rgba(0, 0, 0, .2);
	background: transparent;
	height: 50px;
	border-radius: 6px;
	padding: 5px 0.5rem;
	margin-bottom: .3rem;
	position: relative;
}

.news-list6-dialog4 .formbox .item .zicon {
	height: .4rem;
	right: .55rem;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	z-index: 3;
}

.news-list6-dialog4 .formbox .item2 {
	height: auto;
}

.news-list6-dialog4 .formbox .item2 .zicon {
	top: .5rem;
}

.contact-list2 .formbox .item i {
	color: #002E8C;
	font-style: normal;
	font-size: .7rem;
	line-height: 1;
	position: relative;
	top: 0.1rem;
}

.contact-list2 .formbox .item2 .input2 {
	height: 4.5rem;
	background: transparent;
	/*padding:0;*/
	padding: .5rem;
	padding-right: 30px;
}

.news-list6-dialog4 .contact-list2 {
	padding: 1.5rem 1.6rem;
	border-radius: 16px;
}

.news-list6-dialog4 .contact-list2 .formbox .item3 .captcha {
	height: 48px;
	width: 120px;
}

.news-list6-dialog4.dialog--open {
	opacity: 1;
	visibility: visible;
}

.news-list6-dialog4.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	backdrop-filter: blur(5px);
}

.news-list6-dialog4.dialog--open #video {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
}

.news-list6-dialog4.dialog--close #video {
	opacity: 0;
	visibility: hidden;
}

.news-list6-dialog4.dialog--open .dialog__content,
.news-list6-dialog4.dialog--close .dialog__content {
	opacity: 1;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.news-list6-dialog4.dialog--open .dialog__content {
	-webkit-animation-name: anim-open3;
	animation-name: anim-open3;
}

.news-list6-dialog4 .dialog__overlay {
	background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog4.dialog--close .dialog__content {
	-webkit-animation-name: anim-close3;
	animation-name: anim-close3;
}

.news-list6-dialog4 .formbox .input1 {
	text-indent: 0;
}

.news-list6-dialog4 .contact-list2 .formbox .itembox .input2 {
	width: 100%;
	background: #DBC084;
	height: 55px;
	display: block;
	text-align: center;
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
	.news-list6-dialog4 .dialog__content {
		width: 100%;
		padding: .6rem 3%;
	}

	.news-list6-dialog4 .closebtn {
		right: 3%;
	}

	.news-list6-dialog4 .contact-list2 {
		padding: 1rem .7rem;
		border-radius: .5rem;
	}

	.fixbtn {
		width: 5.8rem;
		height: 3.5rem;
	}

	.news-list6-dialog4 .formbox .tit3 {
		margin-bottom: .6rem;
	}

	.news-list6-dialog4 .formbox .item {
		height: 40px;
	}

	.news-list6-dialog4 .formbox .item2 {
		height: auto;
	}

	.contact-list2 .formbox .item2 .input2 {
		height: 2.5rem;
	}

	.contact-list2 .formbox .item span {
		font-size: 12px;
	}

	.contact-list2 .formbox .input1 {
		width: calc(100% - 100px);
	}

	.contact-list2 .formbox .item3 .captcha {
		height: 38px;
		width: 90px;
	}

	.contact-list2 .formbox .select1,
	.contact-list2 .formbox .select2 {
		width: 28%;
	}

	.contact-list2 .formbox .item2 .input2 {
		margin-top: 0;
	}

	.news-list6-dialog4 .contact-list2 .formbox .itembox .input2 {
		height: 40px;
		margin-top: .3rem;
	}

	.news-list6-dialog4 .closebtn {
		top: -.85rem;
	}

	.news-list6-dialog4 .formbox .item .zicon {
		height: .5rem;
	}

}

@-webkit-keyframes anim-open3 {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
	}
}

@keyframes anim-open3 {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes anim-close3 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.9, 0.9, 1);
	}
}

@keyframes anim-close3 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
	}
}

.notice .wrap .li-box .li .more a:nth-child(1) {
	text-decoration: none !important;
	padding-bottom: 3px;
	border-bottom: 1px solid #002E8C;
}

.notice .wrap .pub-tit {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.nprosub-box .selectbox .selecttop br {
	display: none;
}


@media (max-width:767px) {
	.innovates-bot-text {
		padding-top: 1.2rem !important;
		padding-bottom: 1.5rem !important;
	}

	.innovates-bot-text .tits,
	.innovates-bot-text .txts {
		font-size: 28px;
	}
}



.productsinfo12 {
	min-height: 21.25rem;
}

.productsinfo2 .imgbox {
	min-height: 16rem;
}

@media (max-width: 767px) {

	/*.productsinfo12{
    min-height:none;
  }*/
	.productsinfo12 {
		min-height: auto;
	}

	.nbanner .tit3 {
		font-size: 30px;
	}

	.con-titles .con-txts {
		font-size: 22px;
	}

	.nbanner .tit2.tit-78 {
		font-size: 40px;
	}


}

@media (max-width: 768px) {
	.productsinfo9 {
		padding: 0;
	}

	.productsinfo9 .bg {
		position: relative;
	}

	.productsinfo9 .contentbox {
		position: absolute;
		padding: 3rem 0 0;
		top: 0;
		left: 5%;
		z-index: 3;
	}

	.productsinfo11 {
		padding: 0;
	}

	.productsinfo11 .bg {
		position: relative;
	}

	.productsinfo11 .contentbox {
		position: absolute;
		padding: 3rem 0 0;
		top: 0;
		left: 5%;
		z-index: 3;
	}

	.productsinfo12 {
		padding: 0;
	}

	.productsinfo12 .bg {
		position: relative;
	}

	.productsinfo12 .contentbox {
		position: absolute;
		padding: 2rem 0 0;
		top: 0;
		left: 5%;
		z-index: 3;
	}

	.productsinfo11 .text {
		width: 100%;
	}

	.productsinfo12 .text {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.about-bottoms .words .txts br {
		display: none;
	}
}

.i-list4 .img {
	position: relative;
	width: 15.45rem;
	height: 15.45rem;
	margin-right: auto;
	margin-left: auto;
}

.i-list4 .img .imgline {
	width: 15.45rem;
	height: 15.45rem;
	overflow: hidden;
	animation-name: widthline;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-delay: .2s;
	animation-timing-function: ease-in-out;
}

.i-list4 .img .imgline img {
	position: absolute;
	width: 15.45rem;
	height: 15.45rem;
	max-width: none;
}

.i-list4 .img .imgline:nth-child(1) img {
	right: 0;
	top: 0;
}

.i-list4 .img .imgline:nth-child(2) img {
	right: 0;
	top: 0;

}

.i-list4 .img .imgline:nth-child(1) {
	right: 0;
	top: 0;
}

.i-list4 .img .imgline:nth-child(2) {
	right: 0;
	top: 0;

}

.i-list4 .img .imgline:nth-child(3) {
	left: 0;
	top: 0;
}

/*.i-list4 .img .imgline img{
  animation-name: widthline;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: .2s;
  animation-timing-function: ease-in-out;
}*/



@keyframes widthline {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.i-list4 .img {
		width: 10rem;
		height: 10rem;
	}

	.i-list4 .img .imgline,
	.i-list4 .img .imgline img {
		width: 10rem;
		height: 10rem;
	}
}




.about-list1 .leftbox .img {
	position: relative;
	width: 13.5rem;
	height: 13.5rem;
	margin-right: auto;
	margin-left: auto;
	margin-left: 0;
	margin-top: 1.2rem;
}

.about-list1 .leftbox .img .imgline {
	width: 13.5rem;
	height: 13.5rem;
	overflow: hidden;
	animation-name: widthline;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-delay: .2s;
	animation-timing-function: ease-in-out;
}

.about-list1 .leftbox .img .imgline img {
	position: absolute;
	width: 13.5rem;
	height: 13.5rem;
	max-width: none;
}

.about-list1 .leftbox .img .imgline:nth-child(1) img {
	right: 0;
	top: 0;
}

.about-list1 .leftbox .img .imgline:nth-child(2) img {
	right: 0;
	top: 0;

}

.about-list1 .leftbox .img .imgline:nth-child(1) {
	right: 0;
	top: 0;
}

.about-list1 .leftbox .img .imgline:nth-child(2) {
	right: 0;
	top: 0;

}

.about-list1 .leftbox .img .imgline:nth-child(3) {
	left: 0;
	top: 0;
}

@media (max-width: 768px) {

	.about-list1 .leftbox .img,
	.about-list1 .leftbox .img .imgline,
	.about-list1 .leftbox .img .imgline img {
		width: 12rem;
		height: 12rem;
	}
}


.innovates-bots {
	padding-bottom: 3rem !important;
}

.imgbox-container {
	position: relative;
}

.imgbox-container .button-prev .icon {
	transform: rotate(-180deg);
}

.imgbox-container .button-prev .icon,
.imgbox-container .button-next .icon {
	width: .5rem;
	height: .5rem;
	fill: #333;
}

.imgbox-container .button-prev {
	position: absolute;
	left: 12%;
	width: 1.75rem;
	height: 1.75rem;
	top: 50%;
	margin-top: -0.875rem;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	z-index: 4;
	background: #fff;
	cursor: pointer;
	transition: all .5s;
}

.imgbox-container .button-next {
	position: absolute;
	right: 12%;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	top: 50%;
	margin-top: -0.875rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	z-index: 4;
	background: #fff;
	cursor: pointer;
	transition: all .5s;
}

.imgbox-container .button-prev:hover {
	background: #153072;
}

.imgbox-container .button-next:hover {
	background: #153072;
}

.imgbox-container .button-prev:hover .icon {
	fill: #fff;
}

.imgbox-container .button-next:hover .icon {
	fill: #fff;
}

@media (max-width:768px) {

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



.zmap .cls-1 {
	fill: none;
	stroke: #1b4099;
	stroke-miterlimit: 10;
}

.zmap .clsa1 {
	stroke-dashoffset: 400;
	stroke-dasharray: 15;
	animation: run 10s infinite linear;
}

.zmap .clsa2 {
	stroke-dashoffset: 400;
	stroke-dasharray: 15;
	animation: run 10s infinite linear;
}

@keyframes run {
	to {
		stroke-dashoffset: 0;
	}
}