@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/

.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 hovered 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: '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: inline-block;
	max-width: 100%;
	/*图片清晰处理*/
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.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: #4197b4;
	color: #fff;
}

::selection {
	background: #4197b4;
	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;
}

.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: 14px;
	line-height: 2;
}

.tit-15 {
	font-size: 15px;
	line-height: 2;
}

.tit-16 {
	line-height: 1.8;
	font-size: 16px;
}

.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: 32px;
}

.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: 62px;
}

.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: 13px;
	}

	.tit-15 {
		font-size: 14px;
	}

	.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: 56px;
	}

	.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: 52px;
	}

	.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: 50px;
	}

	.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: 46px;
	}

	.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: 38px;
	}

	.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-end-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: 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: bold;
}

.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%;
}

.w1600 {
	max-width: 1600px;
	width: 88%;
	margin: 0 auto;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}
@media (max-width: 1350px) {
	.w1300 {
		width: 94%;
	}
}

.w1080 {
	width: 1080px;
	margin: 0 auto;
}
@media (max-width: 1100px) {
	.w1080 {
		width: 94%;
	}
}

.w1070 {
	width: 1070px;
	margin: 0 auto;
}
@media (max-width: 1100px) {
	.w1070 {
		width: 94%;
	}
}

/*分页样式*/
.wpage {
	text-align: center;
}

.page {
	padding: 2rem 0 0;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	clear: both;
	display: inline-block;
}

.page a {
	text-decoration: none;
	color: #666;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	margin: 0 7px;
	display: block;
	float: left;
	border-radius: 5px;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
	background: #4095b3;
	color: #fff;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin: 0 2px;
	display: inline-block;
	background: #4095b3;
	color: #fff;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
	text-decoration: none;
	color: #fff;
	background: #4095b3;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel='next'],
.page a[rel='prev'] {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.page a[rel='next']:hover img,
.page a[rel='prev']:hover img {
	filter: grayscale(100%) brightness(10);
	opacity: 0.95;
}

/*分页样式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 0.4s;
	-o-transition: all 0.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 0.8s;
	-o-transition: all 0.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 0.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: 1s;
	animation-duration: 1s;
	-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 1s;
	animation: mk_bottom_to_top 1s;
}

.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 1s;
	animation: tt_palx_img 1s;
}

@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(-20px);
		transform: translateY(-20px);
	}
	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;*/
/*初始样式结束*/
/*首页加载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 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.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*/
@font-face {
	font-family: 'DINB';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/DINB.eot');
	src: url('fonts/DINB.eot?#iefix') format('eot'), url('fonts/DINB.svg#DINB') format('svg'), url('fonts/DINB.woff') format('woff'), url('fonts/DINB.ttf') format('truetype');
}
.fon1 {
	font-family: 'DIN', 'Arial';
}

.warpheader {
	height: 3rem;
	position: relative;
	z-index: 9;
}
.warpheader .header {
	position: relative;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.warpheader .logo {
	background: #fff;
	height: 3rem;
	width: 5.4rem;
}
.warpheader .logo img {
	height: 54px;
}
.warpheader .header-right {
	background: #4197b4;
	height: 3rem;
	width: calc(100% - 5.4rem);
	padding-right: 1.35rem;
}
.warpheader .header-right .htip {
	height: 1.25rem;
	justify-content: flex-end;
	padding-top: 0.5rem;
}
.warpheader .header-right .htip a {
	margin-left: 1rem;
	transition: all 0.6s;
}
.warpheader .header-right .htip a img {
	height: 20px;
	margin-right: 0.25rem;
}
.warpheader .header-right .htip a:hover {
	color: #fff;
}
.warpheader .header-right .htip .landbtn {
	height: 20px;
}
.warpheader .header-right .htip .searchbtn {
	margin-left: 1rem;
	height: 20px;
	cursor: pointer;
}
.warpheader .header-right .navbox {
	justify-content: flex-end;
	height: 1.75rem;
}
.warpheader .header-right .navbox .li {
	margin-left: 1.5rem;
}
.warpheader .header-right .navbox .li:nth-child(1) {
	margin-left: 0;
}
.warpheader .header-right .navbox .item {
	height: 1.75rem;
	line-height: 1.75rem;
	color: #fff;
	display: inline-block;
	position: relative;
}
.warpheader .header-right .navbox .item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background: #cbf2ff;
	left: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transition: all 0.6s;
}
.warpheader .header-right .navbox .item:hover:before {
	opacity: 1;
}
.warpheader .shop-right {
	display: none;
}
.shop-page-container .warpheader .not-shop {
	display: none;
}
.shop-page-container .warpheader .shop-right {
	display: flex;
	justify-content: space-between;
	padding-left: 5.6%;
}
.shop-page-container .warpheader .shop-right .left-nav {
	display: flex;
	align-items: center;
	height: 100%;
}
.shop-page-container .warpheader .shop-right .left-nav .a-item {
	display: flex;
	align-items: center;
	font-size: 17px;
	font-family: OPPOSans;
	font-weight: bold;
	color: #ffffff;
	margin-right: 62px;
	position: relative;
}
.shop-page-container .warpheader .shop-right .left-nav .a-item:last-child {
	margin-right: 0;
}
.shop-page-container .warpheader .shop-right .left-nav .a-item.current::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #cbf2ff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.shop-page-container .warpheader .shop-right .right-status {
	display: flex;
	align-items: center;
}
.shop-page-container .warpheader .shop-right .right-status .landbtn {
	display: flex;
	align-items: center;
	margin-right: 28px;
}
.shop-page-container .warpheader .shop-right .right-status .landbtn img {
	display: block;
	width: 16px;
	margin-right: 9px;
}
.shop-page-container .warpheader .shop-right .right-status .landbtn span {
	font-size: 17px;
	font-family: OPPOSans;
	font-weight: 500;
	color: #ffffff;
}
.shop-page-container .warpheader .shop-right .right-status .searchbtn {
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
}
.shop-page-container .warpheader .shop-right .right-status .searchbtn img {
	width: 100%;
	height: 100%;
}
.m-bocweb-header3 {
	position: relative;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
}
.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: 36px;
}
.m-bocweb-header3 .header2 .logo img {
	height: 1.35rem;
}
/*.m-bocweb-header3 .header2 .logo svg .cls-1 {
  fill: #f7b515;
}
.m-bocweb-header3 .header2 .logo svg .cls-1, .m-bocweb-header3 .header2 .logo svg .cls-2, .m-bocweb-header3 .header2 .logo svg .cls-3, .m-bocweb-header3 .header2 .logo svg .cls-4 {
  fill-rule: evenodd;
}
.m-bocweb-header3 .header2 .logo svg .cls-2 {
  fill: #ffe200;
}
.m-bocweb-header3 .header2 .logo svg .cls-3, .m-bocweb-header3 .header2 .logo svg .cls-5 {
  fill: #5bb431;
}
.m-bocweb-header3 .header2 .logo svg .cls-4 {
  fill: #0096df;
}*/
.m-bocweb-header3 .header2 .rightbox .person {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-bocweb-header3 .header2 .rightbox .person .person-svg {
	width: 16px;
	height: 16px;
	display: block;
}
.m-bocweb-header3 .header2 .nav .tit {
	width: 100%;
	padding: 0.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: 0.65rem;
	color: #333;
	position: absolute;
	width: 100%;
	overflow-y: auto;
	height: calc(100vh - 60px - 1rem);
}
.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 0.4s;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
	padding: 0.65rem 5%;
	line-height: 1.5;
	position: relative;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.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: 0.35rem 5%;
	background: #4197b4;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on {
	background: #4197b4;
	color: #fff;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
	transform: rotate(-90deg);
	fill: #fff;
}
.m-bocweb-header3 .header2 .nav .sec-list {
	padding: 0.35rem 6% 1rem;
	display: none;
	font-size: 0.6rem;
}
.m-bocweb-header3 .header2 .nav .sec-list a {
	padding: 0.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: #000;
}
.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: #000;
}
.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 .hamburger-inner:hover,
.m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::before,
.m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::after {
	background: #000;
}
.m-bocweb-header3 .header2 .warp-nav1-sub {
	transform: translate(0, 0);
	transition: all 0.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 0.5s 0s;
}
.m-bocweb-header3 .header2 .warp-nav2-sub.active {
	transform: translate(0, 0);
	transition: all 0.5s 0.2s;
}
.m-bocweb-header3 .header2 .h-right span {
	margin-left: 0.25rem;
}
.m-bocweb-header3 .searchbtn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: all 0.4s;
}
.m-bocweb-header3 .searchbtn .icon {
	width: 15px;
	height: 15px;
	fill: #333;
}
.m-bocweb-header3 .line {
	width: 1px;
	height: 10px;
	background: #000;
	opacity: 0.2;
	margin: 0 0.5rem 0 0.25rem;
}

.m-bocweb-header3.active .header2 .hamburger-inner::before,
.m-bocweb-header3.active .header2 .hamburger-inner::after {
	background: #000 !important;
}

@media (max-width: 1024px) {
	.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: 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;
	}
}
@media (max-width: 767px) {
	.m-bocweb-header3 .header2 .warp-nav {
		padding: 0 0 45px;
	}

	.m-bocweb-header3 .header2 .nav {
		font-size: 0.6rem;
	}

	.m-bocweb-header3 .header2 .nav .warp-btn,
	.m-bocweb-header3 .header2 .nav .tit {
		padding: 0.5rem 5%;
	}

	.m-bocweb-header3 .header2 .logo {
		/*height: 1.25rem;*/
		height:45px;
	}

	.m-bocweb-header3 .header2 .logo svg {
		height: 1.25rem;
	}

	.m-bocweb-header3 .header2 .nav .sec-list a {
		padding: 0.2rem 0;
		padding-left: 1.5rem;
		font-size: 0.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: 0.5rem;
		top: 50%;
		margin-top: -2.5px;
	}
}
.search-alert2 {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}
.search-alert2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(2px);
	z-index: 2;
}
.search-alert2 .formbox {
	width: 100vw;
	height: 100px;
	background: #fff;
	position: relative;
	z-index: 5;
}
.search-alert2 .formbox .box {
	width: 80%;
	padding: 0.5rem 0 0;
	margin: 0 auto;
}
.search-alert2 .formbox .input1 {
	height: 60px;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.search-alert2 .formbox .input2 {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/searchbtn2.png) no-repeat center center;
	background-size: auto 25px;
	width: 60px;
	height: 60px;
}
.search-alert2 .closebtn {
	width: 35px;
	height: 35px;
	position: fixed;
	right: 3%;
	top: 0.2rem;
	z-index: 6;
	cursor: pointer;
}
.search-alert2 .closebtn .icon {
	width: 30px;
	height: 30px;
	fill: #666;
}

@media (max-width: 1481px) {
	.search-alert2 .formbox {
		height: 90px;
	}
}
@media (max-width: 767px) {
	.search-alert2 .formbox {
		height: 80px;
	}

	.search-alert2 .formbox .input1 {
		width: calc(100% - 50px);
		height: 35px;
	}

	.search-alert2 .formbox .input2 {
		width: 50px;
		height: 35px;
		background-size: auto 30px;
	}

	.search-alert2 .closebtn {
		right: 0;
		top: 0;
	}
}
.footer {
	padding: 1.7rem 1.5rem 2rem;
	position: relative;
	background: #eee;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.footer .flogo {
	margin-bottom: 1.75rem;
}
.footer .flogo img {
	height: 1.75rem;
}
.footer .fnav {
	margin-bottom: 2.65rem;
}
.footer .fnav .li {
	max-width: calc(100% / 9);
}
.footer .fnav a {
	display: block;
	transition: all 0.6s;
}
.footer .fnav a:hover {
	color: #4197b4;
}
.footer .fnav .tit3 {
	margin-bottom: 0.9rem;
}
.footer .fnav .tit4 {
	margin-bottom: 0.2rem;
}
.footer .fnav .tit5 {
	/* margin-left: -0.25rem; */
}
.footer .fbot .li {
	width: calc(100% / 9);
}
.footer .sharebox {
	margin-left: calc(100% / 9);
	width: calc(100% / 3);
}
.footer .sharebox .spbox .line {
	width: calc(100% - 100px);
	height: 1px;
	background: #d9d9d9;
	margin-left: 0.25rem;
}
.footer .sharebox .itembox {
	margin-top: 0.7rem;
}
.footer .sharebox .itembox a {
	margin-right: 0.7rem;
	margin-bottom: 0.4rem;
}
.footer .nbot {
	margin-left: 0.75rem;
	width: calc(100% / 3.2);
}
.footer .nbot .spbox .line {
	width: calc(100% - 100px);
	height: 1px;
	background: #d9d9d9;
	margin-left: 0.25rem;
}
.footer .nbot .itembox form {
	width: 100%;
}
.footer .nbot .itembox .formbot {
	margin-top: 0.5rem;
}
.footer .nbot .itembox .input1 {
	width: calc(100% - 125px);
	height: 46px;
	background: #ffffff;
	border-radius: 6px 0px 6px 0px;
	border: none;
	text-indent: 0.7rem;
}
.footer .nbot .itembox .submitbtn {
	width: 105px;
	height: 46px;
	background: #4197b4;
	border-radius: 6px 0px 6px 0px;
}
.footer .nbot .itembox .f_sh {
	margin-top: 1rem;
}
.footer .nbot .itembox .f_sh .sp {
	display: block;
	height: 25px;
	margin-right: 0.7rem;
}
.footer .nbot .itembox .f_sh .icon {
	width: 25px;
	height: 25px;
	fill: #5d5d5d;
}
.footer .nbot .itembox .p {
	width: 100%;
	margin-top: 1.25rem;
}

.videobtn .svgs {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.videobtn .svgs .path-loop {
	stroke-dasharray: 360;
	stroke-dashoffset: 265;
	opacity: 1;
}

.videobtn {
	width: 1.55rem;
	height: 1.55rem;
	z-index: 9;
	cursor: pointer;
}
.videobtn .icon {
	width: 25px;
	height: 25px;
	fill: #fff;
	transition: all 0.8s;
}
.videobtn .svgs {
	transform: rotate(-40deg);
	transition: all 0.8s;
}
@keyframes run {
	to {
		stroke-dashoffset: 0;
	}
}
.n-channel {
	position: relative;
	z-index: 1;
}

.channel-list1 {
	padding: 2.5rem 0 3rem;
}
.channel-list1 .title {
	margin-bottom: 1.35rem;
}
.channel-list1 .img {
	width: 49%;
	position: relative;
	border-top-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	overflow: hidden;
}
.channel-list1 .img img {
	transform: scale(1.01);
	transition: all 0.6s;
}
.channel-list1 .text {
	width: 45%;
}
.channel-list1 .text .tit3 {
	margin-bottom: 0.45rem;
}
.channel-list1 .text .tit3 span {
	position: relative;
}
.channel-list1 .text .tit3 span:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}
.channel-list1 .text .tit4 p {
	margin-bottom: 0.5rem;
}
.channel-list1 .text .tit4 span {
	position: relative;
	color: #4197b4;
}
.channel-list1 .text .tit4 span:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}
.channel-list1 .text .item {
	padding: 1rem 0 1.25rem;
	border-bottom: 2px solid #f1f1f1;
}
.channel-list1 .text .item:last-child {
	border-bottom: none;
}
.channel-list1 .imgbox:hover .img img {
	transform: scale(1.1);
}

.channel-list2 {
	padding: 2.65rem 0 4rem;
	background: #f9f9f9 url(../img/img2.png) no-repeat center top;
	background-size: 100% auto;
}
.channel-list2 .tiptxt {
	margin-bottom: 0.3rem;
}
.channel-list2 .ulbox {
	margin-top: 2rem;
	margin-bottom: -2rem;
}
.channel-list2 .ulbox .img {
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}
.channel-list2 .ulbox .img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.channel-list2 .ulbox .img img {
	width: 100%;
}
.channel-list2 .ulbox .img .tip {
	position: absolute;
	right: 0.5rem;
	bottom: 0.35rem;
	z-index: 3;
}
.channel-list2 .ulbox .img img {
	transform: scale(1.01);
	transition: all 0.6s;
}
.channel-list2 .ulbox .img .videobtn {
	z-index: 4;
}
.channel-list2 .ulbox .li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 2rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.channel-list2 .ulbox .li:nth-child(3n) {
	margin-right: 0;
}
.channel-list2 .ulbox .text {
	padding-top: 0.5rem;
}
.channel-list2 .ulbox .text .tit3 {
	color: #019ec8;
}
.channel-list2 .ulbox .text .tit4 {
	margin-top: 0.15rem;
}
.channel-list2 .ulbox .text .tit5 {
	margin-top: 0.4rem;
}
.channel-list2 .ulbox .li:hover .img img {
	transform: scale(1.1);
}
.channel-list2 .ulbox .li:hover .svgs {
	transform: rotate(360deg);
}
.channel-list2 .ulbox .li:hover .videobtn .path-loop {
	animation: run 2.5s linear forwards;
}
.channel-list2 .ulbox .li:hover .videobtn .path-loop-bg {
	opacity: 1;
}
.channel-list2 .ulbox .li:hover .icon {
	transform: scale(0.9);
}

.dialog1 {
	z-index: 99;
}
.dialog1 .dialog__content {
	width: 80%;
	max-width: 1200px;
	min-width: 290px;
	padding: 40px;
	background: transparent;
}
.dialog1 .closebtn {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	z-index: 2;
	background: transparent;
}
.dialog1 .closebtn .icon {
	width: 26px;
	height: 26px;
	fill: #fff;
}
.dialog1 .video {
	width: 100%;
}
.dialog1 .video video {
	width: 100%;
	max-height: 70vh;
}

@media (max-width: 767px) {
	.dialog1 .dialog__content {
		padding: 0;
		width: 90%;
	}

	.dialog1 .closebtn {
		top: -35px;
	}
}
.title {
	position: relative;
	z-index: 2;
}
.title span {
	position: relative;
}
.title span:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}

.seeking-list1 {
	padding: 2rem 0 3rem;
	background: #f9f9f9 url(../img/img2-1.png) no-repeat center top;
	background-size: 100% auto;
	overflow: hidden;
}
.seeking-list1 .tiptxt {
	margin-bottom: 0.3rem;
}
.seeking-list1 .title {
	position: relative;
	z-index: 2;
}
.seeking-list1 .title span {
	position: relative;
}
.seeking-list1 .title span:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}
.seeking-list1 .wformbox {
	margin-top: 1rem;
}
.seeking-list1 .tipimg {
	position: absolute;
	right: -1.5rem;
	top: -1.5rem;
	z-index: 1;
}
.seeking-list1 .formbox {
	padding: 1.5rem 1.5rem 2.25rem;
	background: #fff;
	position: relative;
	z-index: 2;
}
.seeking-list1 .formbox .li {
	margin-bottom: 0.55rem;
}
.seeking-list1 .formbox .li .sp {
	width: 5.6rem;
}
.seeking-list1 .formbox .li .input {
	height: 50px;
	width: calc(100% - 6.6rem);
	margin-left: 1rem;
}
.seeking-list1 .formbox .li .input input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-indent: 0.45rem;
}
.seeking-list1 .formbox .li7 {
	margin-bottom: 0.55rem;
}
.seeking-list1 .formbox .li7 .sp {
	width: 6.5rem;
}
.seeking-list1 .formbox .li7 .input {
	height: 50px;
	width: calc(100% - 7.5rem);
	margin-left: 1rem;
}
.seeking-list1 .formbox .li7 .input input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-indent: 0.45rem;
}
.seeking-list1 .formbox .li8 {
	margin-bottom: 0.55rem;
}
.seeking-list1 .formbox .li8 .sp {
	width: 5.5rem;
}
.seeking-list1 .formbox .li8 label {
	margin-left: 1.75rem;
}
.seeking-list1 .formbox .li8 .input2 {
	width: calc(100% - 5.5rem);
}
.seeking-list1 .formbox .li6 {
	margin-bottom: 0.55rem;
}
.seeking-list1 .formbox .li6 .sp {
	width: 3.6rem;
}
.seeking-list1 .formbox .li6 .input {
	height: 50px;
	width: calc(100% - 4.6rem);
	margin-left: 1rem;
}
.seeking-list1 .formbox .li6 .input input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-indent: 0.45rem;
}
.seeking-list1 .formbox .li2 .sp {
	width: 100%;
}
.seeking-list1 .formbox .li2 .input {
	width: 100%;
	margin-left: 0;
	margin-top: 0.5rem;
	height: auto;
}
.seeking-list1 .formbox .li2 .input textarea {
	width: 100%;
	height: 3.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 0.5rem;
}
.seeking-list1 .formbox .li3 .sp {
	width: 9.5rem;
}
.seeking-list1 .formbox .li3 .input2 {
	width: calc(100% - 9.5rem);
}
.seeking-list1 .formbox .li3 label {
	margin-left: 1.75rem;
}
.seeking-list1 .formbox .li4 .sp {
	width: 90px;
}
.seeking-list1 .formbox .li4 .nli {
	width: 48%;
	margin-right: 4%;
}
.seeking-list1 .formbox .li4 .nli .input {
	width: calc(100% - 90px - 1rem);
}
.seeking-list1 .formbox .li4 .nli:nth-child(2n) {
	margin-right: 0;
}
.seeking-list1 .formbox .li5 .sp {
	width: 110px;
}
.seeking-list1 .formbox .li5 .nli {
	width: 48%;
}
.seeking-list1 .formbox .li5 .nli .icon {
	width: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	z-index: 2;
}
.seeking-list1 .formbox .li5 .nli .icon:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: rgba(0, 0, 0, 0.1);
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.seeking-list1 .formbox .li5 .nli .input {
	position: relative;
	width: calc(100% - 120px - 1rem);
}
.seeking-list1 .formbox .li5 .nli .input:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: rgba(0, 0, 0, 0.1);
	right: 2.9rem;
	top: 50%;
	margin-top: -10px;
}
.seeking-list1 .formbox .li5 .nli .input input {
	padding-left: 50px;
	padding-right: 2.5rem;
}
.seeking-list1 .formbox .li5 .nli .captcha {
	position: absolute;
	width: 2.1rem;
	right: 0.4rem;
	top: 50%;
	transform: translate(0, -50%);
}
.seeking-list1 .formbox .input4 {
	width: 140px;
	height: 50px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	margin-left: 0.5rem;
}
.seeking-list1 .formbox .li9 {
	margin-bottom: 0.55rem;
}
.seeking-list1 .formbox .li9 .sp {
	width: 8.5rem;
}
.seeking-list1 .formbox .li9 .input {
	width: calc(100% - 9.5rem);
	border: none;
}
.seeking-list1 .formbox .li9 .input input {
	opacity: 0;
	position: relative;
	z-index: 3;
}
.seeking-list1 .formbox .li9 .bottonbox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
}
.seeking-list1 .formbox .li9 .bottonbox .btn {
	width: 87px;
	height: 30px;
	background: #4197b4;
	border-radius: 15px;
}
.seeking-list1 .formbox .li9 .bottonbox span {
	margin-left: 0.4rem;
}

.warpheader.active {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}

.nbanner {
	height: calc(700rem / 40);
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.nbanner-swiper,
.nbanner-swiper .slide-inner,
.nbanner-swiper .bg {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.nbanner-swiper .swiper-slide {
	overflow: hidden;
}
.nbanner .swiper-pagination {
	bottom: 0.85rem !important;
}
.nbanner .text {
	z-index: 4;
}
.nbanner .bg {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nbanner .tit2 {
	margin-top: 0.4rem;
}

.swiper-pagination {
	bottom: 0 !important;
}
.swiper-pagination span {
	width: 6px !important;
	height: 6px !important;
	background: #d0d0d0 !important;
	border-radius: 3px !important;
	transition: all 0.6s;
	opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
	width: 0.9rem !important;
	height: 6px !important;
	background: #4197b4 !important;
	border-radius: 3px !important;
}

.wsubnav {
	padding-top: 0.65rem;
	height: calc(2rem + 0.65rem);
	margin-top: -0.65rem;
	position: relative;
	z-index: 1;
	background: #dbeaef;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.wsubnav .subnav {
	height: 2rem;
	background: #dbeaef;
	overflow: hidden;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.wsubnav .li {
	margin-right: 2.5rem;
	height: 2rem;
	line-height: 2rem;
	position: relative;
	transition: all 0.6s;
}
.wsubnav .li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background: #4197b4;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.6s;
}
.wsubnav .li:hover,
.wsubnav .li.cur {
	color: #4197b4;
}
.wsubnav .li.cur:before {
	opacity: 1;
}

.research-list1 {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 2rem 0 0;
}
.research-list1 .leftbox {
	width: 46.87%;
}
.research-list1 .leftbox .tit2 {
	margin-bottom: 1rem;
}
.research-list1 .leftbox .tit3 p {
	margin-bottom: 0.5rem;
}
.research-list1 .leftbox .tit3 .sp {
	color: #4095b3;
	text-decoration: underline;
}
.research-list1 .leftbox .ul {
	border-top: 1px solid #f3f3f3;
	margin-top: 1.5rem;
	padding-top: 0.55rem;
}
.research-list1 .leftbox .ul .icon {
	width: 2.5rem;
}
.research-list1 .leftbox .ul .txtbox {
	width: calc(100% - 2.5rem);
}
.research-list1 .leftbox .ul .li {
	width: 33.3%;
	margin-bottom: 0.65rem;
}
.research-list1 .leftbox .ul .li sup {
	top: -1em;
}
.research-list1 .leftbox .ul p {
	margin-top: 0.25rem;
}
.research-list1 .rightbox {
	width: 33.75%;
	position: relative;
}
.research-list1 .rightbox .img {
	width: calc(100% - 5rem);
}

.research-list1 .rightbox .name {
	margin-left: 0.5rem;
	width: 4.5rem;
}
.research-list1 .rightbox .img-container {
	padding-bottom: 1.25rem;
}
.research-list1 .rightbox .img-container .swiper-pagination {
	width: calc(100% - 5rem);
}
.research-list1 .rightbox .img-container .swiper-pagination span {
	width: 6px;
	height: 6px;
	background: #d0d0d0;
	border-radius: 3px;
	transition: all 0.6s;
	opacity: 1;
}
.research-list1 .rightbox .img-container .swiper-pagination span.swiper-pagination-bullet-active {
	width: 0.9rem;
	height: 6px;
	background: #4197b4;
	border-radius: 3px;
}
.research-list1 .rightbox .txtbox {
	width: calc(100% - 5rem);
	margin-top: 1rem;
}
.research-list1 .rightbox .txtbox .tit5 {
	color: #4197b4;
}
.research-list1 .rightbox .swiper-slide .img {
	transform: translate(0, 20px);
	opacity: 0;
	transition: all 0.8s;
}
.research-list1 .rightbox .swiper-slide .name {
	transform: translate(0, 20px);
	opacity: 0;
	transition: all 0.8s;
}
.research-list1 .rightbox .swiper-slide .txtbox {
	transform: translate(20px, 0);
	opacity: 0;
	transition: all 0.8s;
}
.research-list1 .rightbox .swiper-slide.ani-slide .img {
	transform: translate(0, 0);
	opacity: 1;
}
.research-list1 .rightbox .swiper-slide.ani-slide .name {
	transform: translate(0, 0);
	opacity: 1;
}
.research-list1 .rightbox .swiper-slide.ani-slide .txtbox {
	transform: translate(0, 0);
	opacity: 1;
}
.research-list1 .contentbox2 {
	margin-top: 2rem;
}
.research-list1 .contentbox2 .li {
	padding: 1.25rem 2rem 1.75rem;
	background: #efefef;
	border-radius: 0.5rem;
	margin-bottom: 0.6rem;
}
.research-list1 .contentbox2 .nli {
	padding: 0 1rem 0 1.85rem;
	position: relative;
}
.research-list1 .contentbox2 .img {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 1rem;
}
.research-list1 .contentbox2 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.research-list1 .contentbox2 .i {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.research-list1 .contentbox2 .i2 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.research-list1 .contentbox2 .tit4 {
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 0.55rem;
}
.research-list1 .contentbox2 .tit4 span {
	color: #4197b4;
}
.research-list1 .contentbox2 .tit4 .tit5 {
	width: 70%;
	margin-left: 0.9rem;
}
.research-list1 .contentbox2 .text {
	width: calc(100% - 4rem);
}
.research-list1 .contentbox2 .p {
	font-style: italic;
}
.research-list1 .contentbox3 {
	margin-top: 2.5rem;
	padding: 0 1.5rem;
}
.research-list1 .contentbox3 .li {
	width: 48.8%;
	border-radius: 0.5rem 0 0.5rem 0;
}

.research-list2 {
	margin-top: 1.25rem;
	padding-bottom: 2.5rem;
}
.research-list2 .contentbox4 {
	padding: 0 1.5rem;
}
.research-list2 .contentbox4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 0.7rem 0 0.7rem 0;
	overflow: hidden;
	z-index: 2;
}
.research-list2 .contentbox4 .ncontent {
	padding-top: 2.25rem;
	padding-bottom: 1.5rem;
}
.research-list2 .warptab {
	width: 100%;
	margin-top: 3.2rem;
	position: relative;
	z-index: 3;
}
.research-list2 .warptab .bg2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 4;
}
.research-list2 .warptab .item {
	color: #fff;
	position: relative;
	display: inline-block;
	opacity: 0.6;
	transition: all 0.8s;
}
.research-list2 .warptab .item span {
	width: 100%;
	height: 81px;
	line-height: 27px;
	text-align: center;
	display: block;
	overflow-y: auto;
	padding-right: 10px;
	margin-bottom: 0.4rem;
}
.research-list2 .warptab .swiper-slide {
	cursor: pointer;
}
.research-list2 .warptab .swiper-slide .item {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.6s;
}
.research-list2 .warptab .icon {
	height: 1.25rem;
	margin-bottom: 0.4rem;
	opacity: 0;
	transition: all 0.6s;
}
.research-list2 .warptab .dian {
	position: relative;
	width: 28px;
	height: 28px;
	margin: 0 auto 0.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	transition: all 0.8s;
}
.research-list2 .warptab .dian:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	background: #fff;
	border-radius: 50%;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-4) .dian {
	position: relative;
	top: 14px;
	z-index: 3;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-3) .dian {
	position: relative;
	top: 3px;
	z-index: 3;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-1) .dian {
	position: relative;
	top: 3px;
	z-index: 3;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-0) .dian {
	position: relative;
	top: 14px;
	z-index: 3;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-4) .item {
	transition-delay: 0.1s;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-3) .item {
	transition-delay: 0.2s;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-2) .item {
	transition-delay: 0.3s;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-1) .item {
	transition-delay: 0.4s;
}
.research-list2 .warptab .swiper-slide:nth-child(5n-0) .item {
	transition-delay: 0.5s;
}
.research-list2 .warptab .swiper-slide.cur .item {
	opacity: 1;
	color: #fff;
}
.research-list2 .warptab .swiper-slide.cur .dian {
	opacity: 1;
	background: rgba(86, 171, 200, 0.2);
}
.research-list2 .warptab .swiper-slide.cur .dian:before {
	background: #56abc8;
}
.research-list2 .warptab .swiper-slide.ani-slide .item {
	opacity: 1;
	transform: translate(0, 0);
}
.research-list2 .warptab .tab-container .icon2 {
	width: 18px;
	height: 18px;
	fill: #fff;
	opacity: 0.6;
	transition: all 0.6s;
}
.research-list2 .warptab .tab-container .button-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 1rem;
	bottom: 0;
	z-index: 9;
	cursor: pointer;
}
.research-list2 .warptab .tab-container .button-next {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 1rem;
	bottom: 0;
	z-index: 9;
	cursor: pointer;
}
.research-list2 .warptab .tab-container .button-next .icon2 {
	transform: rotate(-180deg);
}
.research-list2 .warptab .tab-container .button-prev:hover .icon2 {
	opacity: 1;
}
.research-list2 .warptab .tab-container .button-next:hover .icon2 {
	opacity: 1;
}
.research-list2 .titbox {
	margin: 3.25rem auto 0;
	width: 780px;
	max-width: 88%;
	position: relative;
	z-index: 3;
}

.research-list3 {
	padding: 2.5rem 0;
	position: relative;
	z-index: 2;
	background: #efefef;
}
.research-list3 .ul {
	width: 100%;
	margin-top: 1.25rem;
}
.research-list3 .ul .li {
	width: 23.5%;
	background: #fff;
	padding: 1.25rem 0 0.75rem 1rem;
	margin-right: 2%;
}
.research-list3 .ul .li:nth-child(4n) {
	margin-right: 0;
}
.research-list3 .ul .tit3 {
	width: calc(100% - 36px - 24px);
}
.research-list3 .ul .titbox {
	padding-right: 1rem;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid #f3f3f3;
}
.research-list3 .ul .text {
	margin-top: 0.6rem;
}
.research-list3 .ul .ntext {
	min-height: 2rem;
	padding-top: 0.1rem;
}
.research-list3 .ul .i2 {
	margin-right: 1rem;
}
.research-list3 .wul2 {
	margin-top: 1.5rem;
}
.research-list3 .wul2 .ul2 {
	margin-top: 0.9rem;
}
.research-list3 .wul2 .li {
	width: calc(92% / 8);
	height: 2rem;
	margin-right: calc(8% / 7);
	background: url(../img/img10.png) no-repeat center center;
	background-size: 100% 100%;
}
.research-list3 .wul2 .li:nth-child(8n) {
	margin-right: 0;
}

.research-list4 {
	padding: 2.5rem 0 2.8rem;
	background: #fff;
}
.research-list4 .ul {
	margin-top: 1.25rem;
}
.research-list4 .ul .li {
	width: 23.5%;
	background: #fff;
	padding: 1.25rem 1rem;
	margin-right: 2%;
	background: url(../img/img11.png) no-repeat center center;
	background-size: 100% 100%;
}
.research-list4 .ul .li:nth-child(4n) {
	margin-right: 0;
}
.research-list4 .ul .icon {
	margin-bottom: 0.7rem;
}
.research-list4 .ul .tit4 {
	margin-bottom: 0.15rem;
}
.research-list4 .ul .text {
	width: 100%;
}

.channel-list3 {
	padding: 2.5rem 0 3rem;
}
.channel-list3 .title {
	margin-bottom: 1.35rem;
}
.channel-list3 .imgbox-container {
	padding-bottom: 1rem;
}
.channel-list3 .img {
	width: 63.75%;
	height: 13rem;
	position: relative;
	border-bottom-right-radius: 0.6rem;
	border-top-left-radius: 0.6rem;
	overflow: hidden;
}
.channel-list3 .img img {
	transform: scale(1.01);
	transition: all 0.6s;
}
.channel-list3 .imgbox:hover .img img {
	transform: scale(1.1);
}
.channel-list3 .text {
	width: 34%;
	background: #f6f6f6;
	padding: 1rem;
	border-bottom-right-radius: 0.6rem;
	border-top-left-radius: 0.6rem;
	position: relative;
	overflow: hidden;
	margin-left: 2.25%;
}
.channel-list3 .text .tip {
	color: #4197b4;
	margin-bottom: 0.8rem;
}
.channel-list3 .text .tit3 {
	margin-bottom: 0.7rem;
}
.channel-list3 .text .btn {
	position: absolute;
	left: 1rem;
	bottom: 1.25rem;
	transition: all 0.6s;
	z-index: 2;
}
.channel-list3 .text .btn:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 0;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
	transition: all 0.6s;
}
.channel-list3 .text .btn:hover {
	letter-spacing: 1px;
	color: #4197b4;
}
.channel-list3 .text .btn:hover:before {
	height: 6px;
	width: 100%;
}
.channel-list3 .imgbox:hover .svgs {
	transform: rotate(360deg);
}
.channel-list3 .imgbox:hover .videobtn .path-loop {
	animation: run 2.5s linear forwards;
}
.channel-list3 .imgbox:hover .videobtn .path-loop-bg {
	opacity: 1;
}
.channel-list3 .imgbox:hover .icon {
	transform: scale(0.9);
}

.channel-list4 {
	padding: 2.65rem 0 4rem;
	background: #f9f9f9 url(../img/img2.png) no-repeat center top;
	background-size: 100% auto;
}
.channel-list4 .tiptxt {
	margin-bottom: 0.3rem;
}
.channel-list4 .tab-ul {
	margin-top: 1.2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.channel-list4 .tab-ul .li {
	padding-bottom: 0.3rem;
	border-bottom: 2px solid transparent;
	margin-right: 1.5rem;
	transition: all 0.6s;
}
.channel-list4 .tab-ul .li:hover {
	color: #4197b4;
}
.channel-list4 .tab-ul .li.cur {
	border-bottom: 2px solid #4197b4;
}
.channel-list4 .ulbox {
	margin-top: 1rem;
	margin-bottom: -1.5rem;
}
.channel-list4 .ulbox .img {
	width: 48%;
	overflow: hidden;
}
.channel-list4 .ulbox .img img {
	width: 100%;
}
.channel-list4 .ulbox .img img {
	transform: scale(1.01);
	transition: all 0.6s;
}
.channel-list4 .ulbox .img .videobtn {
	z-index: 4;
}
.channel-list4 .ulbox .img .tip {
	padding: 0 0.4rem;
	border-radius: 30px;
	border: 2px solid #fff;
	position: absolute;
	left: 0.5rem;
	top: 0.4rem;
	z-index: 2;
}
.channel-list4 .ulbox .li {
	width: 47%;
	margin-bottom: 1.5rem;
	margin-right: 6%;
}
.channel-list4 .ulbox .li:nth-child(2n) {
	margin-right: 0;
}
.channel-list4 .ulbox .text {
	width: 50%;
	margin-left: 2%;
	padding-top: 0.2rem;
}
.channel-list4 .ulbox .text .time {
	margin-bottom: 0.6rem;
}
.channel-list4 .ulbox .text .tit5 {
	color: #808080;
	margin-top: 0.62rem;
}
.channel-list4 .ulbox .li:hover .img img {
	transform: scale(1.1);
}
.channel-list4 .ulbox .li:hover .svgs {
	transform: rotate(360deg);
}
.channel-list4 .ulbox .li:hover .videobtn .path-loop {
	animation: run 2.5s linear forwards;
}
.channel-list4 .ulbox .li:hover .videobtn .path-loop-bg {
	opacity: 1;
}
.channel-list4 .ulbox .li:hover .icon {
	transform: scale(0.9);
}

.guard-list1 {
	padding: 1.7rem 0 3.5rem;
}
.guard-list1 .warpbox {
	margin-top: 1.5rem;
}
.guard-list1 .tip {
	margin-bottom: 0.2rem;
}
.guard-list1 .leftbox {
	width: 38%;
	position: relative;
}
.guard-list1 .leftbox .img1 {
	width: calc(100% - 1rem);
	position: relative;
	z-index: 3;
	border-top-left-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
	overflow: hidden;
}
.guard-list1 .leftbox .imgbg {
	width: calc(100% - 1rem);
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: 1;
	border-top-left-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
	overflow: hidden;
}
.guard-list1 .leftbox .videobtn {
	transform: translate(calc(-50% - 0.5rem), calc(-50% + 0.5px));
}
.guard-list1 .rightbox {
	width: 57.5%;
	margin-left: 4.5%;
	padding-top: 1rem;
}
.guard-list1 .rightbox .title {
	margin-bottom: 0.4rem;
}
.guard-list1 .rightbox .item {
	margin-bottom: 2.25rem;
}
.guard-list1 .rightbox .item:last-child {
	margin-bottom: 0;
}
.guard-list1 .rightbox .p p {
	margin-bottom: 0.5rem;
}
.guard-list1 .rightbox .p p:last-child {
	margin-bottom: 0;
}
.guard-list1 .rightbox .p span {
	position: relative;
	color: #4197b4;
}
.guard-list1 .rightbox .p span:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}

.guard-list2.bg1 {
	background: #fff url(../img/img21.png) no-repeat center top;
	background-size: 100% auto;
}

.guard-list2.bg2 {
	background: linear-gradient(to bottom, #efefef, #fff);
}

.wnav {
	height: 60px;
}
.wnav .n-nav {
	background: #f5f5f5;
}
.wnav .li {
	height: 60px;
	line-height: 60px;
	margin-right: 1rem;
	cursor: pointer;
	transition: all 0.8s;
}
.wnav .li:hover,
.wnav .li.cur {
	color: #4197b4;
}

.wnav2 {
	height: 80px;
	margin-top: -20px;
	padding-top: 20px;
	background: #f5f5f5;
}
.wnav2 .n-nav {
	background: #f5f5f5;
}
.wnav2 .li {
	height: 60px;
	line-height: 60px;
	margin-right: 1rem;
	cursor: pointer;
	transition: all 0.8s;
}
.wnav2 .li:hover,
.wnav2 .li.cur {
	color: #4197b4;
}

.guard-list2 {
	z-index: 1;
	padding: 2rem 0 3rem;
}
.guard-list2 .titlebox {
	align-items: flex-end;
}
.guard-list2 .titlebox .tip {
	margin-bottom: 0.2rem;
}
.guard-list2 .titlebox .btn {
	position: relative;
	margin-left: 1rem;
	cursor: pointer;
}
.guard-list2 .titlebox .btn img {
	transition: all 0.8s;
}
.guard-list2 .titlebox .btn .img2 {
	opacity: 0;
	z-index: 3;
}
.guard-list2 .titlebox .btn:hover .img1,
.guard-list2 .titlebox .btn.cur .img1 {
	opacity: 0;
}
.guard-list2 .titlebox .btn:hover .img2,
.guard-list2 .titlebox .btn.cur .img2 {
	opacity: 1;
}
.guard-list2 .rightbox {
	margin-bottom: 0.2rem;
}
.guard-list2 .warpitembox .itembox {
	display: none;
}
.guard-list2 .wtabul {
	margin-top: 1.25rem;
	position: relative;
}
.guard-list2 .wtabul:before {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.guard-list2 .wtabul .button-prev,
.guard-list2 .wtabul .button-next {
	position: absolute;
	width: 44px;
	height: 44px;
	background: #4095b3;
	cursor: pointer;
	border-radius: 50%;
	z-index: 3;
}
.guard-list2 .wtabul .button-prev {
	left: 0;
	top: 0;
}
.guard-list2 .wtabul .button-next {
	right: 0;
	top: 0;
}
.guard-list2 .wtabul .button-next img {
	transform: rotate(-180deg);
}
.guard-list2 .wtabul .tab-container {
	width: calc(100% - 6rem);
	margin: 0 auto;
}
.guard-list2 .wtabul .tab-container .tabli .dian:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #4095b3;
	border: 6px solid #e0e8ef;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
	opacity: 0;
	transition: all 0.8s;
}
.guard-list2 .wtabul .tab-container .tabli .dian {
	position: relative;
	width: 12px;
	height: 12px;
	background: #e6e9ec;
	border: 3px solid #b6b9bc;
	border-radius: 50%;
	margin-top: 15px;
}
.guard-list2 .wtabul .tab-container .tabli p {
	margin-top: 0.55rem;
}
.guard-list2 .wtabul .tab-container .swiper-slide.cur .tabli .dian:before {
	opacity: 1;
}
.guard-list2 .wtabul .tab-container .swiper-slide.cur .tabli p {
	color: #2b7893;
}
.guard-list2 .imgbox-container {
	margin-top: 1rem;
}
.guard-list2 .imgbox-container .img {
	border-radius: 0.5rem;
	overflow: hidden;
	display: block;
}
.guard-list2 .imgbox-container .img img {
	width: 100%;
}
.guard-list2 .imgbox-container .text {
	margin-top: 0.65rem;
	opacity: 0;
	transition: all 0.8s;
}
.guard-list2 .imgbox-container .ntext {
	position: relative;
}
.guard-list2 .imgbox-container .ntext .i {
	position: absolute;
	left: -1.65rem;
	top: 0;
	z-index: 1;
}
.guard-list2 .imgbox-container .ntext .i2 {
	position: absolute;
	right: -1.65rem;
	bottom: 0;
	z-index: 1;
}
.guard-list2 .imgbox-container .ntext .tit4 {
	margin-bottom: 0.3rem;
}
.guard-list2 .imgbox-container .ntext .tit5 {
	margin-bottom: 0.25rem;
}
.guard-list2 .imgbox-container .swiper-slide.swiper-slide-active .text {
	opacity: 1;
}
.guard-list2 .ul2 {
	margin-top: 1.5rem;
	margin-bottom: -1.25rem;
}
.guard-list2 .ul2 .img {
	width: 100%;
	overflow: hidden;
	border-radius: 0.4rem;
}
.guard-list2 .ul2 .img img {
	width: 100%;
}
.guard-list2 .ul2 .img img {
	transform: scale(1.01);
	transition: all 0.6s;
}
.guard-list2 .ul2 .img .videobtn {
	z-index: 4;
}
.guard-list2 .ul2 .img .tip {
	padding: 0 0.4rem;
	border-radius: 30px;
	border: 2px solid #fff;
	position: absolute;
	left: 0.5rem;
	top: 0.4rem;
	z-index: 2;
}
.guard-list2 .ul2 .tit4 {
	width: 100%;
	margin-top: 0.5rem;
}
.guard-list2 .ul2 .li {
	width: 31.5%;
	margin-bottom: 1.25rem;
	margin-right: 2.75%;
}
.guard-list2 .ul2 .li:nth-child(3n) {
	margin-right: 0;
}
.guard-list2 .ul2 .li:hover .img img {
	transform: scale(1.1);
}
.guard-list2 .ul2 .li:hover .svgs {
	transform: rotate(360deg);
}
.guard-list2 .ul2 .li:hover .videobtn .path-loop {
	animation: run 2.5s linear forwards;
}
.guard-list2 .ul2 .li:hover .videobtn .path-loop-bg {
	opacity: 1;
}
.guard-list2 .ul2 .li:hover .icon {
	transform: scale(0.9);
}

.n-news .titlebox {
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #e6e6e6;
}
.n-news .titlebox a {
	width: 119px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
}
.n-news .titlebox a .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.n-news .titlebox a:hover {
	color: #fff;
}

.new-list1 {
	padding: 2.25rem 0 0;
	background: #fff;
}
.new-list1 .warpbox {
	margin-top: 1.5rem;
}
.new-list1 .leftbox {
	width: 21.875%;
}
.new-list1 .leftbox .item {
	display: block;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid #e6e6e6;
}
.new-list1 .leftbox .item:nth-child(1) {
	margin-bottom: 0.7rem;
}
.new-list1 .leftbox .item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.new-list1 .leftbox .img {
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 0.6rem;
}
.new-list1 .leftbox .time {
	margin-bottom: 0.5rem;
}
.new-list1 .leftbox .p {
	color: #808080;
	margin-top: 0.5rem;
}
.new-list1 .leftbox .tit3 {
	transition: all 0.8s;
}
.new-list1 .leftbox .item:hover .tit3 {
	color: #4197b4;
}
.new-list1 .middlebox {
	width: 53.125%;
}
.new-list1 .middlebox a {
	display: block;
}
.new-list1 .middlebox .img {
	height: 15.75rem;
	border-radius: 0.5rem;
	overflow: hidden;
}
.new-list1 .middlebox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-list1 .middlebox .text {
	padding: 0 1.15rem;
	bottom: 1.3rem;
	position: absolute;
	z-index: 2;
}
.new-list1 .middlebox .text .tit3 {
	margin-bottom: 0.6rem;
}
.new-list1 .middlebox .swiper-pagination {
	bottom: 0.5rem !important;
}
.new-list1 .rightbox {
	width: 21.43%;
}
.new-list1 .rightbox .li:nth-child(1) {
	padding-top: 0;
}
.new-list1 .rightbox .li {
	padding: 0.8rem 0;
	border-bottom: 1px solid #e6e6e6;
}
.new-list1 .rightbox .li .time {
	background: #4197b4;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 0.25rem;
}
.new-list1 .rightbox .li .tit3 {
	width: calc(100% - 2.05rem);
	transition: all 0.8s;
}
.new-list1 .rightbox .li:hover .tit3 {
	color: #4197b4;
}

.new-list2 {
	padding-top: 1.7rem;
}
.new-list2 .warpbox {
	margin-top: 1.5rem;
}
.new-list2 .warpbox .leftbox {
	width: 71.25%;
}
.new-list2 .warpbox .leftbox .imgbox-container2 a {
	display: block;
}
.new-list2 .warpbox .leftbox .imgbox-container2 .img {
	height: 12.5rem;
	overflow: hidden;
}
.new-list2 .warpbox .leftbox .imgbox-container2 .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.new-list2 .warpbox .leftbox .imgbox-container2 .text {
	position: absolute;
	left: 1.65rem;
	top: 2.25rem;
	z-index: 3;
	width: 350px;
	max-width: 80%;
}
.new-list2 .warpbox .leftbox .imgbox-container2 .tit3 {
	margin-bottom: 0.6rem;
}
.new-list2 .warpbox .leftbox .imgbox-container2 .tit4 {
	margin-bottom: 1rem;
}
.new-list2 .warpbox .leftbox .imgbox-container2 .p {
	opacity: 0.8;
}
.new-list2 .warpbox .leftbox .imgbox-container2 .swiper-pagination {
	left: 1.65rem;
	bottom: 1rem !important;
	width: auto;
}
.new-list2 .warpbox .rightbox {
	width: 27%;
}
.new-list2 .warpbox .rightbox .li {
	margin-bottom: 0.65rem;
}
.new-list2 .warpbox .rightbox .li:last-child {
	margin-bottom: 0;
}
.new-list2 .warpbox .rightbox .li:last-child .titbox {
	border: none;
}
.new-list2 .warpbox .rightbox .img {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.4rem;
}
.new-list2 .warpbox .rightbox .titbox {
	width: calc(100% - 3.1rem);
	padding-bottom: 0.55rem;
	border-bottom: 1px solid #e6e6e6;
}
.new-list2 .warpbox .rightbox .titbox .time {
	color: #808080;
	margin-bottom: 0.45rem;
}
.new-list2 .warpbox .rightbox .titbox .tit3 {
	transition: all 0.8s;
}
.new-list2 .warpbox .rightbox .li:hover .tit3 {
	color: #4197b4;
}
.new-list2 .ul {
	border-bottom: 1px solid #e6e6e6;
}
.new-list2 .ul .li {
	width: 25%;
	border-right: 1px solid #e6e6e6;
	padding: 1.25rem 1.2rem 2rem;
}
.new-list2 .ul .li .tit3 {
	margin-top: 0.5rem;
	transition: all 0.8s;
}
.new-list2 .ul .li .tit4 {
	color: #808080;
	margin-top: 0.4rem;
}
.new-list2 .ul .li:nth-child(1) {
	padding-left: 0;
}
.new-list2 .ul .li:last-child {
	border-right: none;
}
.new-list2 .ul .li:hover .tit3 {
	color: #4197b4;
}

.new-list3 {
	padding-top: 1.7rem;
}
.new-list3 .warpbox {
	margin-top: 1.2rem;
}
.new-list3 .rightbox {
	width: 27%;
}
.new-list3 .rightbox .li {
	margin-bottom: 0.65rem;
}
.new-list3 .rightbox .li:last-child {
	margin-bottom: 0;
}
.new-list3 .rightbox .img {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.4rem;
}
.new-list3 .rightbox .titbox {
	width: calc(100% - 3.1rem);
	padding-bottom: 0.55rem;
	border-bottom: 1px solid #e6e6e6;
}
.new-list3 .rightbox .titbox .time {
	color: #808080;
	margin-bottom: 0.45rem;
}
.new-list3 .rightbox .titbox .tit3 {
	transition: all 0.8s;
}
.new-list3 .rightbox .li:hover .tit3 {
	color: #4197b4;
}
.new-list3 .leftbox {
	width: 71.68%;
	align-items: stretch;
}
.new-list3 .leftbox .li {
	width: 49%;
	position: relative;
}
.new-list3 .leftbox .li .img {
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
}
.new-list3 .leftbox .li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}
.new-list3 .leftbox .li .text {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0 1.25rem;
	top: 1.5rem;
	z-index: 3;
}
.new-list3 .leftbox .li .timebox {
	margin-bottom: 0.65rem;
}
.new-list3 .leftbox .li .timebox span {
	margin-left: 0.7rem;
}
.new-list3 .ul {
	border-bottom: 1px solid #e6e6e6;
}
.new-list3 .ul .li {
	width: 25%;
	border-right: 1px solid #e6e6e6;
	padding: 1.2rem 1.2rem 1.25rem;
}
.new-list3 .ul .li .tit3 {
	margin-top: 0.5rem;
	transition: all 0.8s;
}
.new-list3 .ul .li .tit4 {
	color: #808080;
	margin-top: 0.4rem;
}
.new-list3 .ul .li:nth-child(1) {
	padding-left: 0;
}
.new-list3 .ul .li:last-child {
	border-right: none;
}
.new-list3 .ul .li:hover .tit3 {
	color: #4197b4;
}

.new-list4 {
	padding-top: 1.7rem;
}
.new-list4 .warpbox {
	margin-top: 1.2rem;
}
.new-list4 .leftbox {
	width: 21.85%;
}
.new-list4 .leftbox .item {
	padding: 0.6rem 0;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}
.new-list4 .leftbox .item .img {
	height: 5rem;
	margin-bottom: 0.6rem;
	border-radius: 0.5rem;
	overflow: hidden;
}
.new-list4 .leftbox .item:nth-child(1) {
	padding-top: 0;
}
.new-list4 .leftbox .tit3 {
	margin-bottom: 0.55rem;
}
.new-list4 .leftbox .tit3 span {
	margin-left: 0.5rem;
}
.new-list4 .middlebox {
	width: 52.125%;
}
.new-list4 .middlebox a {
	display: block;
}
.new-list4 .middlebox .img {
	height: 18rem;
}
.new-list4 .middlebox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-list4 .middlebox .text {
	padding: 0 1.15rem;
	bottom: 1.5rem;
	position: absolute;
	z-index: 2;
}
.new-list4 .middlebox .text .tit3 {
	margin-bottom: 0.6rem;
}
.new-list4 .middlebox .text .tit3 span {
	margin-left: 0.7rem;
}
.new-list4 .middlebox .swiper-pagination {
	bottom: 0.5rem !important;
}
.n-news {
	padding-bottom: 4.5rem;
}
.new-list5 {
	padding-top: 1.7rem;
	/*padding-bottom: 4.5rem;*/
}
.new-list5 .warpbox {
	margin-top: 1.2rem;
}
.new-list5 .leftbox {
	width: 27%;
}
.new-list5 .leftbox .item {
	padding: 0.6rem 0;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}
.new-list5 .leftbox .item .img {
	height: 6.25rem;
	margin-bottom: 0.6rem;
	border-radius: 0.5rem;
	overflow: hidden;
}
.new-list5 .leftbox .item:nth-child(1) {
	padding-top: 0;
}
.new-list5 .leftbox .tit3 {
	margin-bottom: 0.35rem;
}
.new-list5 .rightbox {
	width: 28%;
	padding-left: 0.7rem;
	border-left: 1px solid #e6e6e6;
}
.new-list5 .rightbox .li {
	margin-bottom: 1rem;
	flex-flow: row-reverse wrap;
}
.new-list5 .rightbox .li:last-child {
	margin-bottom: 0;
}
.new-list5 .rightbox .img {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.4rem;
}
.new-list5 .rightbox .titbox {
	width: calc(100% - 2.8rem);
	padding-bottom: 1rem;
	border-bottom: 1px solid #e6e6e6;
}
.new-list5 .rightbox .titbox .time {
	color: #808080;
	margin-bottom: 0.45rem;
}
.new-list5 .rightbox .titbox .tit3 {
	transition: all 0.8s;
}
.new-list5 .rightbox .li:hover .tit3 {
	color: #4197b4;
}
.new-list5 .leftimg {
	width: 40.65%;
	height: 20.5rem;
	overflow: hidden;
}
.new-list5 .leftimg img {
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}
.new-list5 .leftimg .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 1.1rem 1.5rem;
	z-index: 3;
}
.new-list5 .leftimg .tit3 {
	margin-bottom: 0.6rem;
}
.new-list5 .leftimg .tit4 {
	transition: all 0.6s;
}
.new-list5 .leftimg .li:hover .tit4 {
	color: #4197b4;
}

.topnav {
	padding: 0.65rem 0;
}
.topnav .icon {
	width: 20px;
	height: 20px;
	margin-right: 0.25rem;
}
.topnav a {
	color: #333;
	transition: all 0.6s;
}
.topnav a:hover {
	color: #4197b4;
}

.n-info {
	padding-bottom: 5rem;
}
.n-info .info-list1 .titlebox {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(35, 35, 35, 0.1);
}
.n-info .info-list1 .titlebox .tit2 {
	margin-bottom: 0.65rem;
}
.n-info .info-list1 .sharebox {
	position: relative;
}
.n-info .info-list1 .sharebox:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	z-index: 2;
	background: #e9e9e9;
}
.n-info .info-list1 .sharebox .icon {
	margin: 0 0.5rem;
	width: 25px;
	height: 25px;
	fill: #888;
}
.n-info .info-list1 .contentbox {
	width: 980px;
	margin: 0 auto;
	max-width: 88%;
}
.n-info .info-list1 .formbox .bottom .captcha {
	width: 2rem;
}
.n-info .info-list1 .formbox .bottom input {
	text-indent: 0.12rem;
	margin-left: 5px;
}
.n-info .info-list1 .formbox .infocoad {
	margin-left: 0.35rem;
}
.n-info .info-list1 .text {
	padding-top: 1.65rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(35, 35, 35, 0.1);
}
.n-info .info-list1 .tiptit {
	margin-top: 0.5rem;
}
.n-info .info-list1 .formbox {
	padding-top: 1rem;
}
.n-info .info-list1 .formbox .tit4 {
	margin-bottom: 0.85rem;
}
.n-info .info-list1 .formbox .textareabox {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	height: 6.25rem;
}
.n-info .info-list1 .formbox .input1 {
	width: 100%;
	height: calc(100% - 1.5rem);
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
}
.n-info .info-list1 .formbox .bottom {
	height: 1.5rem;
	padding: 0 0.75rem;
	background: #f6f6f6;
	border-radius: 0px 0px 8px 8px;
}
.n-info .info-list1 .formbox .input2 {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 0.5rem;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
}
.n-info .info-list1 .warpul {
	margin-top: 1.5rem;
}
.n-info .info-list1 .warpul .ul {
	margin-top: 1rem;
}
.n-info .info-list1 .warpul .li {
	width: 50%;
	display: block;
	padding: 1.2rem 0.7rem 1rem;
	border-right: 1px solid #e6e6e6;
	position: relative;
}
.n-info .info-list1 .warpul .li:before {
	content: '';
	position: absolute;
	width: calc(100% - 0.7rem);
	height: 1px;
	background: #e6e6e6;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.n-info .info-list1 .warpul .li .img {
	width: 100%;
}
.n-info .info-list1 .warpul .li:nth-child(2n-1) {
	padding-left: 0;
}
.n-info .info-list1 .warpul .li:nth-child(2n) {
	padding-right: 0;
	border-right: none;
}
.n-info .info-list1 .warpul .li:nth-child(2n):before {
	left: 0.7rem;
}
.n-info .info-list1 .warpul .li:nth-child(1) {
	padding-top: 0;
}
.n-info .info-list1 .warpul .li:nth-child(2) {
	padding-top: 0;
}
.n-info .info-list1 .warpul .text2 {
	padding-top: 1.25rem;
}
.n-info .info-list1 .warpul .text2 .time {
	margin-bottom: 0.4rem;
}
.n-info .info-list1 .warpul .text2 .tit3 {
	margin-bottom: 0.5rem;
}
.n-info .info-list1 .warpul .text2 .p {
	color: #808080;
}
.n-info .info-list1 .warpul .li:nth-last-child(2):before {
	display: none;
}
.n-info .info-list1 .warpul .li:nth-last-child(1):before {
	display: none;
}

.training-list1 {
	padding: 3rem 0 3.25rem;
	background: #fff;
	position: relative;
	z-index: 2;
}
.training-list1 .leftbox {
	width: 41.875%;
}
.training-list1 .leftbox .tit2 {
	margin-bottom: 0.8rem;
}
.training-list1 .rightbox {
	width: 50%;
}
.training-list1 .rightbox .img1 {
	position: relative;
	z-index: 2;
	top: -1rem;
}
.training-list1 .rightbox .img2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
.training-list1 .rightbox .img3 {
	position: absolute;
	left: 0;
	top: 5rem;
	z-index: 3;
}

.training-list2 {
	padding: 2.5rem 0 1rem;
	background: url(../img/img33.jpg) no-repeat center top;
	background-size: cover;
}
.training-list2 .ul {
	margin-top: 1.15rem;
}
.training-list2 .li {
	padding: 1.2rem 1.5rem;
	background: #fff;
	margin-bottom: 1rem;
}
.training-list2 .li .witem {
	display: none;
}
.training-list2 .spbtn {
	cursor: pointer;
}
.training-list2 .spbtn .btn .icon {
	width: 12px;
	height: 12px;
	fill: #333;
	margin-left: 0.2rem;
}
.training-list2 .li1 .training-container1 {
	width: calc(100% - 4rem);
	margin: 1.15rem auto 0;
	padding-bottom: 1.25rem;
}
.training-list2 .li1 .bg {
	width: 100%;
}
.training-list2 .li1 .text {
	position: absolute;
	padding: 1.25rem;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.training-list2 .li1 .text .icon2 {
	margin-bottom: 1.5rem;
}
.training-list2 .li1 .text .tit3 {
	margin-bottom: 0.65rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.training-list2 .li1 .text .tit4 {
	margin-bottom: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: calc(28px * 1.2);
	height: calc(2 * 28px * 1.2);
}
.training-list2 .li1 .text .btn {
	padding: 0 0.5rem;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	display: inline-flex;
}
.training-list2 .li1 .text .btn .icon {
	width: 15px;
	height: 15px;
	fill: #fff;
	margin-left: 0.25rem;
}
.training-list2 .li1 .text .btn:hover {
	color: #fff;
}
.training-list2 .li2 .textbox {
	padding-top: 1.15rem;
}
.training-list2 .li2 .training-container2 {
	padding-bottom: 1.5rem;
	width: calc(100% - 4rem);
	margin: 1rem auto 0;
}
.training-list2 .li2 .training-container2 .swiper-wrapper{
	align-items: stretch;
}
.training-list2 .li2 .training-container2 .swiper-wrapper .swiper-slide{
	height:auto;
	background:#f5f5f5;
}
.training-list2 .li2 .p{
	padding:0 .6rem .6rem;
}
.training-list2 .li2 .p {
	margin-top: 0.4rem;
}
.training-list2 .li2 .p div{
	margin-top:.35rem;
}
.training-list2 .li3 .imgbox {
	width: 100%;
}
.training-list2 .li4 .ul {
	margin-top: 2.5rem;
}
.training-list2 .li4 .ul .li {
	width: 20%;
	height: 5.5rem;
	background: url(../img/img39.jpg) no-repeat center center;
	background-size: cover;
	padding: 0.4rem 0.5rem 0.75rem;
}
.training-list2 .li4 .ul .titbox {
	padding: 0 0.45rem;
	height: 3.5rem;
	justify-content: flex-start;
}

.training-list3 {
	padding: 3rem 0 2.5rem;
	position: relative;
	z-index: 2;
}
.training-list3 .itembox .ul {
	margin-top: 2rem;
}
.training-list3 .itembox .li {
	width: 23.75%;
	padding: 0.65rem 0 1.2rem 1.2rem;
	background: #f5f5f5;
	border-radius: 0.7rem 0px 0.7rem 0px;
	margin-left: 2.3%;
	transition: all 0.6s;
	position: relative;
}
.training-list3 .itembox .spbox {
	padding-right: 1.2rem;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 0.25rem;
	margin-bottom: 0.7rem;
}
.training-list3 .itembox .spbox .icon {
	height: 1.5rem;
}
.training-list3 .itembox .p {
	margin-bottom: 0.4rem;
}
.training-list3 .itembox .btn {
	width: 119px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	bottom: -0.5rem;
	position: absolute;
}
.training-list3 .itembox .btn .icon2 {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.training-list3 .itembox .btn:hover {
	color: #fff;
}
.training-list3 .itembox2 {
	margin-top: 3.5rem;
}
.training-list3 .itembox2 .ul {
	margin-top: 1rem;
}
.training-list3 .itembox2 .ul .li {
	width: 21.5%;
	height: 3.75rem;
	margin-left: -2%;
}
.training-list3 .itembox2 .ul .bg {
	width: 100%;
	height: 100%;
}
.training-list3 .itembox2 .ul .li:nth-child(1) {
	margin-left: 0;
}
.training-list3 .itembox2 .ul .text {
	padding: 1rem;
}

.cooper-list1 {
	padding: 2.7rem 0 3rem;
	background: url(../img/img2-1.png) no-repeat center top;
	margin-top: -0.7rem;
}
.cooper-list1 .tiptxt {
	margin-bottom: 0.3rem;
}
.cooper-list1 .title {
	position: relative;
	z-index: 2;
}
.cooper-list1 .title span {
	position: relative;
}
.cooper-list1 .title span:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}
.cooper-list1 .wformbox {
	margin-top: 1rem;
}
.cooper-list1 .tipimg {
	position: absolute;
	right: -1.5rem;
	top: -1.5rem;
	z-index: 1;
}
.cooper-list1 .formbox {
	padding: 1.5rem 1.5rem 2.25rem;
	background: #fff;
	border-radius: 1rem 0px 1rem 0px;
	box-shadow: 0px 0.25rem 0.75rem 0px rgba(65, 151, 180, 0.08);
	position: relative;
	z-index: 2;
}
.cooper-list1 .formbox .li {
	margin-bottom: 0.55rem;
}
.cooper-list1 .formbox .li .sp {
	width: 5.6rem;
}
.cooper-list1 .formbox .li .input {
	height: 50px;
	width: calc(100% - 6.6rem);
	margin-left: 1rem;
}
.cooper-list1 .formbox .li .input input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-indent: 0.45rem;
}
.cooper-list1 .formbox .li7 {
	margin-bottom: 0.55rem;
}
.cooper-list1 .formbox .li7 .sp {
	width: 6.5rem;
}
.cooper-list1 .formbox .li7 .input {
	height: 50px;
	width: calc(100% - 7.5rem);
	margin-left: 1rem;
}
.cooper-list1 .formbox .li7 .input input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-indent: 0.45rem;
}
.cooper-list1 .formbox .li8 {
	margin-bottom: 0.55rem;
}
.cooper-list1 .formbox .li8 .sp {
	width: 5.5rem;
}
.cooper-list1 .formbox .li8 label {
	margin-left: 1.75rem;
}
.cooper-list1 .formbox .li8 .input2 {
	width: calc(100% - 5.5rem);
}
.cooper-list1 .formbox .li2 .input {
	width: 100%;
	margin-left: 0;
	height: auto;
}
.cooper-list1 .formbox .li2 .input textarea {
	width: 100%;
	height: 3.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 0.5rem;
}
.cooper-list1 .formbox .li4 .sp {
	width: 90px;
}
.cooper-list1 .formbox .li4 .nli {
	width: 31%;
	margin-right: 3.5%;
}
.cooper-list1 .formbox .li4 .nli .input {
	width: calc(100% - 90px - 1rem);
}
.cooper-list1 .formbox .li4 .nli:nth-child(3n) {
	margin-right: 0;
}
.cooper-list1 .formbox .li10 .sp {
	width: 130px;
}
.cooper-list1 .formbox .li10 .nli {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0.7rem;
}
.cooper-list1 .formbox .li10 .nli .input {
	width: calc(100% - 130px - 1rem);
}
.cooper-list1 .formbox .li10 .nli:nth-child(2n) {
	margin-right: 0;
}
.cooper-list1 .formbox .li11 .sp {
	width: 100%;
	margin-bottom: 0.45rem;
}
.cooper-list1 .formbox .li11 .input {
	width: 100%;
	margin-left: 0;
	height: auto;
}
.cooper-list1 .formbox .li11 .input textarea {
	width: 100%;
	height: 3.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 0.5rem;
}
.cooper-list1 .formbox .li5 .sp {
	width: 110px;
}
.cooper-list1 .formbox .li5 .nli {
	width: 48%;
}
.cooper-list1 .formbox .li5 .nli .icon {
	width: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	z-index: 2;
}
.cooper-list1 .formbox .li5 .nli .icon:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: rgba(0, 0, 0, 0.1);
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.cooper-list1 .formbox .li5 .nli .input {
	position: relative;
	width: calc(100% - 120px - 1rem);
}
.cooper-list1 .formbox .li5 .nli .input:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: rgba(0, 0, 0, 0.1);
	right: 2.9rem;
	top: 50%;
	margin-top: -10px;
}
.cooper-list1 .formbox .li5 .nli .input input {
	padding-left: 50px;
	padding-right: 2.5rem;
}
.cooper-list1 .formbox .li5 .nli .captcha {
	position: absolute;
	width: 2.1rem;
	right: 0.4rem;
	top: 50%;
	transform: translate(0, -50%);
}
.cooper-list1 .formbox .input4 {
	width: 140px;
	height: 50px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	margin-left: 0.5rem;
}
.cooper-list1 .formbox .li9 {
	margin-bottom: 0.55rem;
}
.cooper-list1 .formbox .li9 .sp {
	width: 8.5rem;
}
.cooper-list1 .formbox .li9 .input {
	width: calc(100% - 9.5rem);
	border: none;
}
.cooper-list1 .formbox .li9 .input input {
	opacity: 0;
	position: relative;
	z-index: 3;
}
.cooper-list1 .formbox .li9 .bottonbox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
}
.cooper-list1 .formbox .li9 .bottonbox .btn {
	width: 87px;
	height: 30px;
	background: #4197b4;
	border-radius: 15px;
}
.cooper-list1 .formbox .li9 .bottonbox span {
	margin-left: 0.4rem;
}

.about-list1 {
	padding: 2.25rem 0 2.85rem;
	position: relative;
	background: #fff;
	z-index: 3;
}
.about-list1 .imgbox {
	margin-top: 1.25rem;
	border-radius: 1rem 0 1rem 0;
	height: 15.75rem;
	position: relative;
	overflow: hidden;
}
.about-list1 .imgbox .bg {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-list1 .imgbox .text {
	width: 560px;
	background: url(../img/aboutbg1.png) no-repeat center center;
	background-size: 100% 100%;
	border-radius: 0.6rem 0px 0.6rem 0px;
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translate(0, -50%);
	padding: 1.75rem 1rem;
	z-index: 3;
	backdrop-filter: blur(5px);
}
.about-list1 .imgbox .p {
	margin-bottom: 1rem;
}
.about-list1 .imgbox .inputbox {
	width: 100%;
	height: 56px;
	background: #fff;
	border-radius: 6px;
}
.about-list1 .imgbox .inputbox .input1 {
	padding: 0 2rem 0 0.55rem;
	color: #b3b3b3;
	background: transparent;
	width: 100%;
	height: 56px;
}
.about-list1 .imgbox .inputbox .input2 {
	background: url(../img/img44.png) no-repeat center center;
	width: 30px;
	height: 30px;
	background-size: 17px auto;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	margin-top: -15px;
	z-index: 3;
}

.about-list2 {
	padding: 0;
	background: linear-gradient(0deg, #f9f9f9, #efefef);
}
.about-list2 .leftbox {
	width: 43%;
}
.about-list2 .contentbox {
	flex-flow: row-reverse wrap;
}
.about-list2 .leftbox .title {
	margin-bottom: 0.25rem;
}
.about-list2 .leftbox .item {
	padding: 1rem 0 1.25rem;
	border-bottom: 1px solid #e5e4e4;
}
.about-list2 .leftbox .item span {
	color: #4095b3;
	text-decoration: underline;
}
.about-list2 .leftbox .item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.about-list2 .rightbox {
	width: 51%;
	margin-right: calc(-50vw + 800px);
}
.about-list2 .rightbox img {
	width: 100%;
}

.about-list3 {
	padding: 2.5rem 0 3rem;
	position: relative;
	z-index: 1;
}
.about-list3 .rightbox {
	width: 55%;
}
.about-list3 .rightbox .title {
	margin-bottom: 0.1rem;
}
.about-list3 .rightbox .item {
	padding: 1rem 0 1.25rem;
	border-bottom: 1px solid #e5e4e4;
}
.about-list3 .rightbox .item span {
	color: #4095b3;
	text-decoration: underline;
}
.about-list3 .rightbox .item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.about-list3 .leftbox {
	width: 40%;
}

.about-list4 {
	position: relative;
	z-index: 1;
	padding: 3rem 0 0;
	height: 16.75rem;
}
.about-list4 .title {
	width: 100%;
}
.about-list4 .p {
	width: 850px;
	margin: 1rem auto 0;
	max-width: 100%;
}

.n-news-list {
	padding: 2.25rem 0 3.25rem;
	position: relative;
	z-index: 1;
}
.n-news-list .titlebox {
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #e5e5e5;
}
.n-news-list .titlebox .btnbox {
	margin-top: 0.9rem;
}
.n-news-list .titlebox .btnbox a {
	margin-left: 0.7rem;
	color: #4197b4;
}
.n-news-list .titlebox .btnbox a .icon {
	width: 12px;
	height: 12px;
	margin-left: 0.25rem;
	fill: #4197b4;
}
.n-news-list .warpbox {
	padding-top: 1rem;
}
.n-news-list .warpbox .warpul {
	width: 72.5%;
}
.n-news-list .warpbox .ul .li:nth-child(1) {
	padding-top: 0;
}
.n-news-list .warpbox .ul .li {
	padding: 1rem 0;
	border-bottom: 1px solid #e9e9e9;
}
.n-news-list .warpbox .ul .li .img {
	width: 270px;
	border-radius: 0.5rem;
}
.n-news-list .warpbox .ul .li .text {
	padding-right: 2rem;
	width: calc(100% - 270px - 0.75rem);
}
.n-news-list .warpbox .ul .li .timebox {
	margin-bottom: 0.4rem;
}
.n-news-list .warpbox .ul .li .timebox span {
	color: #4e5e7a;
	margin-left: 0.65rem;
}
.n-news-list .warpbox .ul .li .tit3 {
	margin-bottom: 1rem;
}
.n-news-list .warpbox .ul .li .btn {
	color: #4197b4;
	transition: all 0.6s;
}
.n-news-list .warpbox .ul .li .btn .icon {
	width: 12px;
	height: 12px;
	margin-left: 0.25rem;
	fill: #4197b4;
}
.n-news-list .warpbox .ul .li .btn:hover {
	color: #4197b4;
}
.n-news-list .warpbox .wpage .page {
	padding-top: 1.7rem;
}
.n-news-list .rightbox {
	width: 25%;
}
.n-news-list .rightbox .title {
	border-bottom: 1px solid #e9e9e9;
	color: #3697ad;
	padding-bottom: 0.4rem;
	position: relative;
}
.n-news-list .rightbox .title:before {
	content: '';
	position: absolute;
	height: 4px;
	background: #3597ad;
	width: 0.9rem;
	bottom: 0;
	z-index: 3;
}
.n-news-list .rightbox .itembox .li {
	padding: 0.55rem 0;
	border-bottom: 1px solid #e9e9e9;
	display: block;
}
.n-news-list .rightbox .itembox .tit4 {
	margin-bottom: 0.35rem;
}
.n-news-list .rightbox .itembox span {
	margin-left: 0.55rem;
	padding: 0 0.5rem;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	background: #eeeff2;
	color: #4e5e7a;
}

.wnav2 .n-nav .btnbox a {
	margin-left: 0.7rem;
	color: #4197b4;
	height: 36px;
	border-radius: 36px;
	width: 100px;
	border: 2px solid #4197b4;
	background: transparent;
	border-radius: 10px 0px 10px 0px;
}
.wnav2 .n-nav .btnbox a .icon {
	width: 12px;
	height: 12px;
	margin-left: 0.1rem;
	fill: #4197b4;
}

.enterprise-list1 {
	padding: 2rem 0 3.5rem;
	position: relative;
	background: #fff;
	z-index: 1;
}
.enterprise-list1 .tiptxt {
	margin-bottom: 0.4rem;
}
.enterprise-list1 .ul {
	margin-top: 1.75rem;
}
.enterprise-list1 .ul .li {
	width: 25%;
	padding: 0 1.75rem;
	border-right: 1px solid #f2f2f2;
}
.enterprise-list1 .ul .icon {
	height: 2.5rem;
	margin: 0 auto 0.7rem;
	display: block;
}
.enterprise-list1 .ul .text {
	width: 100%;
}
.enterprise-list1 .ul .tit3 {
	margin-bottom: 0.2rem;
}
.enterprise-list1 .ul .li:last-child {
	border-right: none;
}

.enterprise-list2 {
	padding: 3.2rem 0 2.5rem;
	background: url(../img/img51.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.enterprise-list2 .titlebox {
	padding-bottom: 0.55rem;
	border-bottom: 1px solid #c0c7c9;
}
.enterprise-list2 .titlebox a {
	color: #70b0c6;
}
.enterprise-list2 .titlebox a .icon {
	width: 12px;
	height: 12px;
	margin-left: 0.25rem;
	fill: #70b0c6;
}
.enterprise-list2 .ulbox {
	margin-top: 1rem;
}
.enterprise-list2 .ulbox .li {
	width: 20.625%;
	display: block;
}
.enterprise-list2 .ulbox .li .img {
	width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
}
.enterprise-list2 .ulbox .li .img img {
	width: 100%;
}
.enterprise-list2 .ulbox .li .text {
	margin-top: 0.5rem;
}
.enterprise-list2 .ulbox .li .botbox {
	margin-top: 0.25rem;
}
.enterprise-list2 .ulbox .li .tipbtn .icon {
	margin-right: 0.25rem;
}
.enterprise-list2 .ulbox .li .seebtn .icon {
	margin-right: 0.1rem;
}
.enterprise-list2 .morebtn {
	margin-top: 1.5rem;
	color: #70b0c6;
	cursor: pointer;
}
.enterprise-list2 .morebtn .icon {
	width: 12px;
	height: 12px;
	fill: #70b0c6;
	transform: rotate(90deg);
	margin-left: 0.25rem;
}

.enterprise-list3 {
	padding: 2.85rem 0 2.25rem;
	background: url(../img/enbg2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.enterprise-list3 .warp-qiye {
	padding: 0 1.25rem;
	padding-bottom: 1.75rem;
	position: relative;
}
.enterprise-list3 .warp-qiye:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 1.75rem);
	border-radius: 0.7rem;
	z-index: 1;
	background: #fff;
}
.enterprise-list3 .warp-qiye .swiper-pagination {
	width: 100%;
	bottom: 0;
	left: 0;
}
.enterprise-list3 .warp-qiye .swiper-pagination span {
	margin: 0 4px;
}
.enterprise-list3 .qiye-container {
	margin-top: 1rem;
	background: #fff;
}
.enterprise-list3 .qiye-container .swiper-slide {
	border-right: 2px solid #f3f5f8;
	border-bottom: 2px solid #f3f5f8;
}
.enterprise-list3 .qiye-container .item {
	height: 5.25rem;
	padding-top: 0.55rem;
}
.enterprise-list3 .qiye-container .icon {
	height: 3rem;
}
.enterprise-list3 .qiye-container .icon img {
	max-width: 90%;
	max-height: 90%;
}

.enterprise-list4 {
	padding: 3rem 0 2.2rem;
	position: relative;
	z-index: 1;
}
.enterprise-list4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.enterprise-list4 .text {
	position: relative;
	z-index: 3;
}
.enterprise-list4 .text .tit3 {
	margin-bottom: 0.4rem;
}
.enterprise-list4 .text a {
	width: 119px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 10px 0px 10px 0px;
}
.enterprise-list4 .text a .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.15rem;
}
.enterprise-list4 .text a:hover {
	color: #fff;
}

.channel-info {
	padding: 0.65rem 2rem 0;
	margin-top: -0.65rem;
	position: relative;
	z-index: 1;
	background: #141414;
}
.channel-info .topnav {
	padding: 0.65rem 0;
}
.channel-info .topnav .icon {
	width: 20px;
	height: 20px;
	margin-right: 0.25rem;
}
.channel-info .topnav a {
	color: #fff;
	transition: all 0.6s;
}
.channel-info .topnav a:hover {
	color: #fff;
}
.channel-info .contentbox {
	padding-bottom: 2rem;
}
.channel-info .leftbox {
	width: 75.5%;
}
.channel-info .leftbox .pcvideo {
	height: 70vh;
	width: 100%;
	/*object-fit: cover;*/
}
.channel-info .rightbox {
	width: 22%;
	padding-top: 0.65rem;
	padding-right: 40px;
	max-height: 70vh;
	overflow-y: auto;
}
.channel-info .rightbox::-webkit-scrollbar {
	width: 12px;
}
.channel-info .rightbox::-webkit-scrollbar-thumb {
	background: #5d5d5d;
}
.channel-info .rightbox::-webkit-scrollbar-track {
	background: #414141;
}
.channel-info .rightbox .box {
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}
.channel-info .rightbox .seebtn {
	color: #fd3a76;
}
.channel-info .rightbox .seebtn .icon {
	margin-right: 0.25rem;
}
.channel-info .rightbox .time .icon2 {
	width: 15px;
	height: 15px;
	fill: #fff;
	margin-right: 0.25rem;
}
.channel-info .rightbox .line {
	width: 1px;
	height: 12px;
	background: #ffffff;
	opacity: 0.15;
	margin: 0 0.5rem;
}
.channel-info .rightbox .p {
	opacity: 0.6;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.channel-info .rightbox .juji_box {
	padding: 0.5rem 0 0.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.channel-info .rightbox .juji_box .tit3 {
	margin-bottom: 0.2rem;
}
.channel-info .rightbox .juji_box .ul {
	margin-top: 0.25rem;
}
.channel-info .rightbox .juji_box .li {
	width: 100%;
	border-radius: 2px;
	background: #373737;
	margin-right: 2.5%;
	margin-bottom: 0.3rem;
	padding: 4px 8px;
	position: relative;
	cursor: pointer;
}
.channel-info .rightbox .juji_box .li span {
	transition: all 0.8s;
}
.channel-info .rightbox .juji_box .li img {
	opacity: 0;
	margin-left: 0.2rem;
	transition: all 0.8s;
	z-index: 3;
}
.channel-info .rightbox .juji_box .li:nth-child(5n) {
	margin-right: 0;
}
/*.channel-info .rightbox .juji_box .li.cur span {
  opacity: 0;
}*/
.channel-info .rightbox .juji_box .li.cur {
	background: rgba(87, 151, 181, 0.3);
}

.channel-info .rightbox .juji_box .li.cur img {
	opacity: 1;
}
.channel-info .rightbox .list_box {
	padding: 0.5rem 0 0.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.channel-info .rightbox .list_box .tit3 {
	margin-bottom: 0.2rem;
}
.channel-info .rightbox .list_box .ul {
	margin-top: 0.25rem;
}
.channel-info .rightbox .list_box .li {
	margin-bottom: 20px;
}
.channel-info .rightbox .list_box .img {
	width: 55%;
	height: 2.5rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.channel-info .rightbox .list_box .titbox {
	width: 43%;
	margin-left: 2%;
	position: relative;
}
.channel-info .rightbox .list_box .hot {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.6;
	z-index: 2;
}

.institute-list1 {
	padding: 2.5rem 0 2.75rem;
}
.institute-list1 .leftbox {
	width: 47.5%;
}
.institute-list1 .leftbox .tit2 {
	margin-bottom: 0.7rem;
}
.institute-list1 .leftbox .p {
	margin-bottom: 1.7rem;
	padding-right: 1.7rem;
}
.institute-list1 .leftbox .li {
	padding: 1rem 0;
	border-top: 1px solid #efefef;
}
.institute-list1 .leftbox .li .icon {
	width: 2.55rem;
	height: 2.55rem;
}
.institute-list1 .leftbox .li .icon img {
	max-width: 100%;
	max-height: 100%;
}
.institute-list1 .leftbox .li .text {
	margin-left: 0.5rem;
	width: calc(100% - 3.1rem);
}
.institute-list1 .leftbox .li .text .tit3 {
	margin-bottom: 0.2rem;
}
.institute-list1 .rightbox {
	width: 43.75%;
}

.institute-list2 {
	background: url(../img/insimg3.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 2.25rem 0 0;
	height: 20rem;
}
.institute-list2 .warptab {
	margin-top: 1.3rem;
	position: relative;
	z-index: 3;
}
.institute-list2 .warptab:before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	top: 13px;
}
.institute-list2 .warptab .item {
	color: #afd2e7;
	padding-top: 50px;
	position: relative;
	display: inline-block;
	transition: all 0.8s;
}
.institute-list2 .warptab .swiper-slide {
	cursor: pointer;
}
.institute-list2 .warptab .dian {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0;
	left: 50%;
	margin-left: -14px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: all 0.8s;
}
.institute-list2 .warptab .dian:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	background: #fff;
	border-radius: 50%;
}
.institute-list2 .warptab .swiper-slide.cur .item {
	color: #fff;
}
.institute-list2 .warptab .swiper-slide.cur .dian {
	opacity: 1;
}
.institute-list2 .textbox {
	margin: 2.25rem auto 0;
	width: 1050px;
	max-width: 88%;
	padding: 0.75rem 1.75rem;
	position: relative;
	z-index: 2;
}
.institute-list2 .textbox .i {
	position: absolute;
	left: 0;
	top: 0;
}
.institute-list2 .textbox .i2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.institute-list3 {
	padding: 2.5rem 0 2.9rem;
	position: relative;
	z-index: 1;
}
.institute-list3 .titlebox {
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #e6e6e6;
}
.institute-list3 .titlebox a {
	width: 119px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
}
.institute-list3 .titlebox a .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.institute-list3 .titlebox a:hover {
	color: #fff;
}

.medical-list1 {
	padding: 2.25rem 0 2.5rem;
	background: #fff;
	z-index: 1;
}
.medical-list1 .title {
	margin-bottom: 0.6rem;
}
.medical-list1 .leftbox {
	width: 43.125%;
}
.medical-list1 .leftbox .text span {
	color: #4095b3;
	text-decoration: underline;
}
.medical-list1 .leftbox .ul {
	margin-top: 2rem;
}
.medical-list1 .leftbox .li {
	width: 48%;
	margin-right: 2%;
}
.medical-list1 .leftbox .li .icon {
	width: 2.5rem;
	height: 2.5rem;
}
.medical-list1 .leftbox .li .titbox {
	margin-left: 0.25rem;
}
.medical-list1 .leftbox .li .tit5 {
	margin-top: 0.12rem;
}
.medical-list1 .rightbox {
	width: 46.25%;
}
.medical-list1 .rightbox .img {
	width: calc(100% - 22px);
	position: relative;
	z-index: 2;
}
.medical-list1 .rightbox .img1 {
	position: absolute;
	top: 0.7rem;
	left: 1rem;
	z-index: 1;
}
.medical-list1 .contentbox2 {
	margin-top: 2.5rem;
	padding: 0 1.5rem;
}
.medical-list1 .contentbox2 .li {
	width: 48.8%;
	border-radius: 0.5rem 0 0.5rem 0;
}
.medical-list1 .contentbox3 {
	padding: 1.7rem 0 4rem;
	border-radius: 0.5rem 0 0.5rem 0;
	overflow: hidden;
	width: calc(100% - 3rem);
	margin: 1rem auto 0;
}
.medical-list1 .contentbox3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.medical-list1 .contentbox3 .tit2 {
	position: relative;
	z-index: 3;
}
.medical-list1 .contentbox3 .ul {
	position: relative;
	z-index: 3;
	margin-top: 2.25rem;
}
.medical-list1 .contentbox3 .ul:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	border-right: 1px dashed rgba(255, 255, 255, 0.5);
	left: 50%;
}
.medical-list1 .contentbox3 .li {
	width: 48%;
	padding: 0 2.5rem;
}
.medical-list1 .contentbox3 .li:nth-child(2n) {
	border-right: none;
}
.medical-list1 .contentbox3 .tit3 {
	margin-bottom: 1.25rem;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
}
.medical-list1 .contentbox3 .tit4 {
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
}
.medical-list1 .contentbox3 .tit4 span {
	font-weight: bold;
	position: relative;
}
.medical-list1 .contentbox3 .tit4 span:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}

.medical-list2 {
	background: #deebef;
	padding: 2.25rem 0 2.5rem;
	position: relative;
	z-index: 1;
}
.medical-list2 .medical-container2 {
	margin-top: 2rem;
	width: calc(50vw + 800px);
	margin-left: calc(50vw - 800px);
	/*padding-bottom: 2.75rem;*/
	/*cursor: col-resize;*/
}
.medical-list2 .medical-container2 .swiper-pagination2 {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	z-index: 3;
	height: 6px;
	width: 1600px !important;
	background: #cdd8dc !important;
}
.medical-list2 .medical-container2 .swiper-pagination2 span {
	border-radius: 6px;
	background: #4197b4 !important;
}
.medical-list2 .bg {
	width: 100%;
}
.medical-list2 .text {
	position: absolute;
	padding: 1.125rem;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.medical-list2 .text .icon2 {
	margin-bottom: 1.5rem;
}
.medical-list2 .text .tit3 {
	margin-bottom: 0.55rem;
}
.medical-list2 .text .tit4 {
	margin-bottom: 1.5rem;
}
.medical-list2 .text .btn {
	padding: 0 0.5rem;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	display: inline-flex;
}
.medical-list2 .text .btn .icon {
	width: 15px;
	height: 15px;
	fill: #fff;
	margin-left: 0.25rem;
}
.medical-list2 .text .btn:hover {
	color: #fff;
}

@media (max-width: 1700px) {
	.medical-list2 .medical-container2 {
		width: 94%;
		margin-left: 6%;
	}

	.medical-list2 .medical-container2 .swiper-pagination2 {
		width: 88%;
	}
}
.medical-list3 {
	padding: 3.25rem 0 4.85rem;
	position: relative;
	z-index: 1;
}
.medical-list3 .tit4 {
	margin-top: 0.45rem;
}
.medical-list3 .ul {
	margin-top: 1.75rem;
}
.medical-list3 .ul .li {
	width: calc(95% / 6);
	margin-right: 1%;
	background: #f6f6f6;
	height: 8.75rem;
	padding: 1.9rem 0.7rem 0;
}
.medical-list3 .ul .li:nth-child(6n) {
	margin-right: 0;
}
.medical-list3 .ul .tit5 {
	margin-top: 1.9rem;
}
.medical-list3 .imgbox {
	margin-top: 4rem;
}
.medical-list3 .imgbox .img {
	width: 46.5%;
	border-radius: 0.7rem 0 0.7rem 0;
	position: relative;
	overflow: hidden;
}
.medical-list3 .imgbox .text {
	width: 48.7%;
}
.medical-list3 .imgbox .tit4 {
	margin-top: 1.5rem;
}

.ibanner {
	position: relative;
	z-index: 5;
}
.ibanner .ibanner-container {
	height: calc(700rem / 40);
	width: 100%;
}
.ibanner .ibanner-container .swiper-pagination {
	left: calc(50vw - 800px);
	bottom: 1.5rem !important;
	z-index: 3;
}
.ibanner .swiper-slide {
	overflow: hidden;
}
.ibanner .slide-inner {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ibanner .tit3 {
	margin-top: 0.5rem;
}
.ibanner .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 0 0 0.6rem 0.6rem;
	overflow: hidden;
}
.ibanner .text {
	margin-top: 6.25rem;
	position: relative;
	z-index: 3;
}
.ibanner .more {
	width: 150px;
	height: 48px;
	border-radius: 14px 0 14px 0;
	background: #fff;
	color: #4197b4;
	margin-top: 0.7rem;
}
.ibanner .more .icon {
	fill: #4197b4;
	width: 12px;
	height: 12px;
	margin-left: 0.25rem;
}

.ibanner .swiper-slide2 .tit2 {
	margin-bottom: 1rem;
}
.ibanner .swiper-slide2 .indexjian {
	margin: 0 auto 0.5rem;
	display: block;
	height: 0.71rem;
}

.ibanner .swiper-slide2 .inputbox {
	width: 15rem;
	height: 56px;
	max-width: 88%;
	background: #fff;
	border-radius: 6px;
	margin: 0 auto;
}
.ibanner .swiper-slide2 .inputbox .input1 {
	padding: 0 2rem 0 0.55rem;
	color: #b3b3b3;
	background: transparent;
	width: 100%;
	height: 56px;
}
.ibanner .swiper-slide2 .inputbox .input2 {
	background: url(../img/img44.png) no-repeat center center;
	width: 30px;
	height: 30px;
	background-size: 17px auto;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	margin-top: -15px;
	z-index: 3;
}
@media (max-width: 1700px) {
	.ibanner .ibanner-container .swiper-pagination {
		left: 6%;
	}
}
.ilist1 {
	padding-top: 0.75rem;
	background: #dbeaef;
	border-radius: 0px 0px 0.5rem 0.5rem;
	margin-top: -0.7rem;
	position: relative;
	z-index: 1;
}
.ilist1 .li {
	width: 32%;
	margin-right: 2%;
}
.ilist1 .li .icon {
	height: 2.55rem;
	width: 2.55rem;
}
.ilist1 .li .titbox {
	width: calc(100% - 3rem);
	margin-left: 0.25rem;
}
.ilist1 .li:nth-child(3n) {
	margin-right: 0;
}

.ilist2 {
	padding: 1.7rem 0 2rem;
	position: relative;
	z-index: 1;
}
.ilist2 .contentbox {
	width: calc(50vw + 800px);
	margin-left: calc(50vw - 800px);
}
.ilist2 .leftbox {
	width: 280px;
}
.ilist2 .leftbox .tit2 {
	margin-bottom: 0.2rem;
}
.ilist2 .leftbox .itembox {
	margin-top: 0.6rem;
}
.ilist2 .leftbox .itembox .spbox {
	margin-bottom: 0.6rem;
}
.ilist2 .leftbox .itembox .sp {
	padding: 0.15rem 0;
	color: #4197b4;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5rem;
}
.ilist2 .leftbox .itembox .sp .icon {
	width: 20px;
	height: 20px;
	fill: #4197b4;
}
.ilist2 .leftbox .more {
	width: 120px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	margin-top: 2rem;
}
.ilist2 .leftbox .more .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.ilist2 .leftbox a.more:hover {
	color: #fff;
}
.ilist2 .rightbox {
	width: calc(100% - 330px);
	margin-left: 50px;
}
.ilist2 .rightbox .inews-container {
	padding-bottom: 1.25rem;
}
.ilist2 .rightbox .inews-container .item {
	height: 10rem;
	background: #eee;
	border-radius: 0.4rem;
	padding: 1rem 0.7rem;
	overflow: hidden;
}
.ilist2 .rightbox .inews-container .time {
	margin-bottom: 0.5rem;
}
.ilist2 .rightbox .inews-container .tit3 {
	margin-bottom: 0.5rem;
}
.ilist2 .rightbox .inews-container .tit4 {
	color: #415874;
}
.ilist2 .rightbox .inews-container .swiper-pagination2 {
	position: absolute;
	left: 8rem;
	top: auto;
	bottom: 0;
	z-index: 3;
	height: 6px;
	width: 15rem !important;
	background: #cdd8dc !important;
}
.ilist2 .rightbox .inews-container .swiper-pagination2 span {
	border-radius: 6px;
	background: #4197b4 !important;
}
.ilist2 .rightbox .inews-container .btnbox {
	display: inline-flex;
	padding-bottom: 2px;
	border-bottom: 2px solid #4095b3;
	color: #4095b3;
}
.ilist2 .rightbox .inews-container .btnbox .icon {
	width: 12px;
	height: 12px;
	margin-left: 0.25rem;
	fill: #4095b3;
}

.ilist3 {
	margin: 0.65rem 0 2rem;
	position: relative;
	z-index: 2;
}
.ilist3 .contentbox {
	padding: 1rem 0;
}
.ilist3 .imgbg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: 1;
}
.ilist3 .textbox {
	width: 15rem;
	margin: 0 auto;
	padding: 2rem 0 1rem;
	position: relative;
	z-index: 4;
}
.ilist3 .textbox .ntext {
	width: 100%;
	padding: 0 1rem;
}
.ilist3 .textbox .icon {
	margin-bottom: 0.6rem;
	height: 1.25rem;
}
.ilist3 .textbox .tit4 {
	margin-bottom: 0.5rem;
}
.ilist3 .textbox .btnbox {
	width: 120px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
}
.ilist3 .textbox .btnbox .icon2 {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.2rem;
}
.ilist3 .textbox a.btnbox:hover {
	color: #fff;
}
.ilist3 .time1 {
	position: absolute;
	left: -15px;
	top: 25%;
	opacity: 0.6;
}
.ilist3 .time2 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -0.85rem;
	opacity: 0.6;
}

.ilist4 {
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.ilist4 .contentbox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.ilist4 .contentbox .bg2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: 2;
}
.ilist4 .contentbox .title {
	margin-top: 0.3rem;
}
.ilist4 .contentbox .text {
	top: 60%;
	z-index: 9;
}
.ilist4 .contentbox2 {
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
}
.ilist4 .contentbox2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.ilist4 .contentbox2 .textbox {
	padding-top: 31.25vh;
	opacity: 0;
	position: relative;
	z-index: 4;
	transform: translate(0, 80px);
}
.ilist4 .contentbox2 .textbox.active {
	opacity: 1;
	transform: translate(0, 0);
}
.ilist4 .contentbox2 .tit2 {
	margin-bottom: 0.2rem;
}
.ilist4 .contentbox2 .title {
	margin-bottom: 1.7rem;
}
.ilist4 .contentbox2 .tit3 {
	width: 13rem;
}
.ilist4 .contentbox2 a.more {
	margin-top: 2rem;
	width: 119px;
	height: 48px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 10px 0px 10px 0px;
}
.ilist4 .contentbox2 a.more .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.ilist4 .contentbox2 a.more:hover {
	color: #fff;
}

.ilist5 {
	position: relative;
	padding-top: 1.7rem;
	overflow: hidden;
	z-index: 1;
	min-height: 110vh;
}
.ilist5 .contentbox {
	position: relative;
	z-index: 3;
}
.ilist5 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center top;
	z-index: 1;
}
.ilist5 .tiptxt {
	margin-bottom: 0.2rem;
}
.ilist5 .warptab {
	margin-top: 1.3rem;
}
.ilist5 .warptab:before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	top: calc(1.65rem + 13px);
}
.ilist5 .warptab .item {
	color: #afd2e7;
	position: relative;
	/*display: inline-block;*/
	display: flex;
	flex-flow: column wrap;
	justify-content: start;
	align-items: center;
	transition: all 0.8s;
}
.ilist5 .warptab .item span {
	width: 100%;
	text-align: center;
	display: block;
}
.ilist5 .warptab .swiper-slide {
	cursor: pointer;
}
.ilist5 .warptab .icon {
	height: 1.25rem;
	margin-bottom: 0.4rem;
	opacity: 0;
	transition: all 0.6s;
}
.ilist5 .warptab .icon img {
	max-height: 100%;
}
.ilist5 .warptab .dian {
	position: relative;
	width: 28px;
	height: 28px;
	margin: 0 auto 0.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: all 0.8s;
}
.ilist5 .warptab .dian:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	background: #fff;
	border-radius: 50%;
}
.ilist5 .warptab .swiper-slide.cur .icon {
	opacity: 1;
}
.ilist5 .warptab .swiper-slide.cur .item {
	color: #fff;
}
.ilist5 .warptab .swiper-slide.cur .dian {
	opacity: 1;
}
.ilist5 .textbox {
	margin: 1.5rem auto 0;
	width: 740px;
	max-width: 88%;
	padding: 0.75rem 1.75rem;
	position: relative;
}
.ilist5 .textbox .i {
	position: absolute;
	left: 0;
	top: 0;
}
.ilist5 .textbox .i2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.ilist6 {
	position: relative;
	padding: 1.6rem 0 4rem;
	background: #fff;
	overflow: hidden;
	z-index: 1;
}
.ilist6 .titbox .tiptxt {
	margin-bottom: 0.2rem;
}
.ilist6 .titbox .more {
	color: #4197b4;
}
.ilist6 .titbox .more .icon {
	width: 12px;
	height: 12px;
	fill: #4197b4;
	margin-left: 0.25rem;
}
.ilist6 .warpbox {
	margin-top: 1rem;
}
.ilist6 .textbox {
	width: 75%;
	border-radius: 0.7rem 0 0.7rem 0;
	background: #eee;
	padding: 1.7rem 1.65rem 1rem;
	position: relative;
	z-index: 1;
}
.ilist6 .textbox .text-container {
	width: 12rem;
}
.ilist6 .textbox .text-container .swiper-pagination {
	position: relative;
	text-align: left;
	margin-top: 3.25rem;
}
.ilist6 .textbox .tit3 {
	color: #4197b4;
	margin-bottom: 0.4rem;
}
.ilist6 .textbox .tit4 {
	margin-bottom: 0.8rem;
}
.ilist6 .textbox .time .icon {
	margin-right: 0.25rem;
}
.ilist6 .textbox .seebtn {
	margin-left: 0.9rem;
}
.ilist6 .textbox .seebtn .icon {
	margin-right: 0.25rem;
}
.ilist6 .textbox .more {
	margin-top: 1.5rem;
	width: 120px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
}
.ilist6 .textbox .more .icon2 {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.2rem;
}
.ilist6 .textbox a.more:hover {
	color: #fff;
}
.ilist6 .imgbox {
	width: 55%;
	border-radius: 0.7rem 0 0.7rem 0;
	overflow: hidden;
	position: absolute;
	top: 1.5rem;
	right: 0;
	z-index: 3;
}
.ilist6 .imgbox .imgbox-container img {
	width: 100%;
	object-fit: cover;
}

.ilist7 {
	position: relative;
	padding: 1.6rem 0 2rem;
	background: url(../img/img99.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.ilist7 .titbox .tiptxt {
	margin-bottom: 0.2rem;
}
.ilist7 .ilist7-container {
	margin-top: 1.25rem;
	margin-left: calc(50vw - 800px);
	padding-bottom: 1.25rem;
}
.ilist7 .ilist7-container .swiper-pagination2 {
	position: absolute;
	left: 50%;
	margin-left: -4.25rem;
	top: auto;
	bottom: 0;
	z-index: 3;
	height: 6px;
	width: 8.5rem !important;
	background: #cdd8dc !important;
	border-radius: 6px;
	overflow: hidden;
}
.ilist7 .ilist7-container .swiper-pagination2 span {
	border-radius: 6px;
	background: #4197b4 !important;
}
.ilist7 .ilist7-container .swiper-slide {
	width: auto;
	margin-right: 1rem;
	overflow: hidden;
	border-radius: 0.7rem;
	overflow: hidden;
}
.ilist7 .ilist7-container .item {
	height: 15rem;
	width: 6rem;
	transition: all 0.8s;
}
.ilist7 .ilist7-container .item .itembg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.ilist7 .ilist7-container .item .text1 {
	position: absolute;
	bottom: 1.7rem;
	width: 100%;
	left: 0;
	padding: 0 0.5rem;
	z-index: 3;
	opacity: 1;
	visibility: visible;
	transform: translate(0, 20px);
	transition: all 0.8s;
}
.ilist7 .ilist7-container .item .text1 .icon {
	margin-top: 0.5rem;
}
.ilist7 .ilist7-container .item .text2 {
	position: absolute;
	padding: 0 1.5rem;
	bottom: 1.25rem;
	transform: translate(0, 20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s 0;
	z-index: 3;
}
.ilist7 .ilist7-container .item .text2 .tit4 {
	text-align: left;
	margin-bottom: 0.3rem;
}
.ilist7 .ilist7-container .item .text2 .tit5 {
	width: 80%;
	margin-bottom: 0.5rem;
}
.ilist7 .ilist7-container .item .text2 a.more {
	width: 119px;
	height: 48px;
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 10px 0px 10px 0px;
}
.ilist7 .ilist7-container .item .text2 a.more .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.ilist7 .ilist7-container .item .text2 a.more:hover {
	color: #fff;
}
.ilist7 .ilist7-container .swiper-slide.active .item {
	width: 51vw;
}
.ilist7 .ilist7-container .swiper-slide.active .item .text1 {
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 0);
}
.ilist7 .ilist7-container .swiper-slide.active .item .text2 {
	transition: all 0.8s 0.6s;
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

.ilistbot {
	height: 6.25rem;
}
.ilistbot .li {
	width: 50%;
	position: relative;
}
.ilistbot .li .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.ilistbot .li .titbox {
	position: relative;
	width: 100%;
	z-index: 3;
}
.ilistbot .li .leftbox {
	width: calc(100% - 150px);
}
.ilistbot .li .tit4 {
	margin-bottom: 0.15rem;
}
.ilistbot .li a.more {
	width: 119px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
}
.ilistbot .li a.more .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.ilistbot .li a.more:hover {
	color: #fff;
}
.ilistbot .li:nth-child(1) {
	padding-left: 4rem;
	padding-right: 2rem;
}
.ilistbot .li:nth-child(2) {
	padding-left: 2.25rem;
	padding-right: 2.5rem;
}
.ilistbot .li:nth-child(2) a.more {
	border: 2px solid #fff;
	background: transparent;
}

.channel-list3 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-list1 .leftbox .img img {
	width: 100%;
}

.new-list5 .leftimg img {
	width: 100%;
}
.new-list2 .warpbox .leftbox {
	border-radius: 0.5rem;
	overflow: hidden;
}
.new-list4 .middlebox {
	border-radius: 0.5rem;
	overflow: hidden;
}

@media (max-width: 1720px) {
	.ilist2 .contentbox {
		width: 94%;
		margin-left: 6%;
	}
	.about-list2 .rightbox {
		margin-right: -6%;
	}
	.ilist7 .ilist7-container {
		margin-left: 6%;
	}
	.ilistbot .li:nth-child(1) {
		padding-left: 6%;
	}
}
@media (max-width: 1600px) {
	.warpheader .logo img {
		height: 44px;
	}
	.warpheader .header-right .navbox .li {
		margin-left: 0.75rem;
	}
	.warpheader .header-right .htip .searchbtn {
		margin-left: 0.5rem;
	}
}
@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
	.wsubnav {
		display: none;
	}
	.research-list1 .leftbox {
		width: 61%;
	}
	.nbanner .bg {
		object-position: 12%;
	}
	.footer .fnav {
		display: none;
	}
	.footer .fbot .li {
		display: none;
	}
	.footer .sharebox {
		width: 100%;
		margin-left: 0;
		margin-bottom: 1rem;
	}
	.footer .nbot {
		width: 100%;
		margin-left: 0;
	}
	.research-list1 .contentbox3,
	.research-list2 .contentbox4,
	.medical-list1 .contentbox2 {
		padding: 0 6%;
	}
	.medical-list1 .contentbox3 {
		width: 88%;
	}
	.medical-list2 .text .icon2,
	.medical-list2 .text .tit4 {
		margin-bottom: 0.65rem;
	}

	.channel-info .leftbox {
		width: 100%;
		margin-bottom: 0.75rem;
	}
	.channel-info .rightbox {
		width: 100%;
	}
	.channel-info .rightbox .list_box .img {
		width: 20%;
	}
	.channel-info .rightbox .list_box .titbox {
		width: 34%;
	}
	.channel-info {
		padding: 0 6%;
	}
	.channel-info .topnav {
		display: none;
	}
	.channel-info .leftbox {
		height: 10rem;
		position: relative;
		margin-top: 0.5rem;
	}
	.channel-list4 .ulbox .li {
		width: 100%;
		margin-right: 0;
	}
	.topnav,
	.wnav {
		display: none;
	}
	.wnav2 {
		display: block;
	}
	.wnav2 .leftbox {
		display: none;
	}
	.wnav2 .n-nav .w1600.f-no-b-center {
		height: 60px;
	}
	.wnav2 .n-nav .btnbox a {
		margin-left: 0;
		margin-right: 0.6rem;
	}
	.n-news-list .warpbox .warpul {
		width: 100%;
	}
	.n-news-list .rightbox {
		width: 100%;
		margin-top: 1.5rem;
	}
	.new-list2 .warpbox .leftbox {
		width: 100%;
		margin-bottom: 0.65rem;
	}
	.new-list2 .warpbox .rightbox {
		width: 100%;
	}
	.new-list2 .ul {
		border-bottom: none;
		margin-top: 0.55rem;
	}
	.new-list3 .rightbox {
		width: 100%;
	}
	.new-list3 .leftbox {
		width: 100%;
	}
	.new-list3 .rightbox {
		margin-bottom: 0.75rem;
	}
	.about-list2 .contentbox {
		min-height: 16rem;
	}
	.ilist4 {
		height: auto;
	}
	.ilist4 .contentbox2 {
		height: auto;
		padding: 4rem 0;
		position: relative;
	}
	.ilist4 .contentbox2 .textbox {
		padding-top: 0;
	}
	.ilist5 {
		min-height: auto;
		padding-bottom: 10rem;
	}
}
@media (max-width: 996px) {
	.research-list1 .leftbox {
		width: 100%;
	}
	.research-list1 .rightbox {
		width: 100%;
		margin-top: 1.5rem;
	}
	.research-list1 .rightbox .img img {
		width: 100%;
	}
	.research-list1 .contentbox2 .li {
		padding: 1.25rem 1.25rem 1.75rem;
	}
	.research-list1 .contentbox2 .nli {
		padding: 0 1rem 0 1.25rem;
	}
	.research-list1 .contentbox3 {
		margin-top: 1.5rem;
	}
	.institute-list1 .leftbox {
		width: 100%;
	}
	.institute-list1 .rightbox {
		width: 100%;
		margin-top: 1rem;
	}
	.new-list1 .leftbox {
		width: 100%;
	}
	.new-list1 .middlebox {
		width: 100%;
		margin: 1rem 0;
	}
	.medical-list1 .leftbox {
		width: 100%;
		margin-bottom: 1rem;
	}
	.medical-list1 .rightbox {
		width: 100%;
	}
	.medical-list1 .contentbox3 .li {
		padding: 0 6%;
	}
	.medical-list3 {
		padding: 2.25rem 0 3rem;
	}
	.medical-list3 .imgbox {
		margin-top: 2rem;
	}
	.medical-list3 .ul .li {
		width: calc(95% / 3);
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.medical-list3 .ul .li:nth-child(3n) {
		margin-right: 0;
	}
	.channel-list1 {
		padding: 1.5rem 0 2rem;
	}
	.channel-list1 .img {
		width: 100%;
		margin-bottom: 1rem;
	}
	.channel-list1 .text {
		width: 100%;
	}
	.channel-list3 .img {
		width: 100%;
	}
	.channel-list3 .text {
		width: 100%;
		margin-top: 0.65rem;
		margin-left: 0;
	}
	.channel-list3 .text .btn {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 1.25rem;
		display: inline-block;
	}
	.channel-list4 .ulbox .li {
		margin-bottom: 1rem;
	}
	.new-list1 .rightbox {
		width: 100%;
	}
	.new-list5 .leftimg,
	.new-list5 .leftbox,
	.new-list5 .rightbox {
		width: 100%;
	}
	.new-list5 .leftbox {
		margin-top: 0.75rem;
	}
	.new-list5 .rightbox {
		margin-top: 0.75rem;
		padding-left: 0;
		border-left: none;
	}
	.n-news {
		padding-bottom: 2.5rem;
	}
	.cooper-list1 .formbox .li4 .nli {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.cooper-list1 .formbox .li8 .sp {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.cooper-list1 .formbox .li8 .input2 {
		width: 100%;
	}
	.cooper-list1 .formbox .li8 label {
		margin-left: 0;
		margin-right: 1rem;
	}
	.cooper-list1 .formbox .li5 .nli {
		width: 100%;
	}
	.cooper-list1 .formbox .input4 {
		margin-left: 0;
		margin-top: 0.5rem;
	}
	.about-list1 .imgbox .text {
		left: 6%;
	}
	.guard-list1 .leftbox {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0.8rem;
	}
	.guard-list1 .rightbox {
		width: 100%;
		margin-left: 0;
	}
	.channel-list3 {
		padding: 2rem 0 2.5rem;
	}
	.n-news .titlebox {
		padding-bottom: 1rem;
	}
	.new-list3 .rightbox {
		margin-bottom: 0.85rem;
	}
	.enterprise-list1 .ul .li {
		width: 50%;
		margin-bottom: 0.85rem;
	}
	.enterprise-list1 .ul .li:nth-child(2n) {
		border-right: none;
	}
	.new-list4 .leftbox {
		width: 100%;
		margin-bottom: 0.75rem;
	}
	.new-list4 .leftbox .item .img {
		height: 13rem;
	}
	.new-list4 .middlebox {
		width: 100%;
		margin-bottom: 0.75rem;
	}
	.about-list2 .rightbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.about-list2 .leftbox {
		width: 100%;
	}
	.ilist2 .leftbox {
		width: 100%;
		margin-bottom: 1rem;
		padding-right: 6%;
	}
	.ilist2 .rightbox {
		width: 100%;
		margin-left: 0;
	}
	.ilist6 .imgbox {
		display: none;
	}
	.ilist6 .textbox {
		width: 100%;
	}
	.ilist6 .textbox .text-container {
		width: 100%;
	}
	.ilist7 .ilist7-container .swiper-slide.active .item {
		width: 75vw;
	}
	.ilist2 .leftbox .more {
		margin-top: 1rem;
	}
	.ilist6 {
		padding-bottom: 2rem;
	}
	.ilistbot .li {
		padding: 1.85rem 6% !important;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.nbanner {
		height: calc(550rem / 40);
	}
	.footer {
		padding: 1.5rem 6%;
	}
	.footer .flogo {
		margin-bottom: 1rem;
	}
	.footer .sharebox .spbox .line,
	.footer .nbot .spbox .line {
		width: calc(100% - 68px);
	}
	.footer .sharebox .itembox a {
		margin-right: 0.5rem;
	}
	.footer .nbot .itembox .p {
		margin-top: 0.75rem;
	}
	.footer .nbot .itembox .input1 {
		height: 40px;
	}
	.footer .nbot .itembox .submitbtn {
		height: 40px;
	}
	.institute-list1 .leftbox .p {
		padding-right: 0;
	}
	.institute-list1 {
		padding: 2rem 0 2.25rem;
	}
	.institute-list3 {
		padding: 2rem 0;
	}
	.institute-list3 .titlebox {
		padding-bottom: 0.75rem;
	}
	.new-list1 .middlebox .text {
		padding: 0 6%;
		bottom: 1.6rem;
	}

	.institute-list3 .titlebox a,
	.medical-list2 .text .btn,
	.n-news .titlebox a,
	.ilist7 .ilist7-container .item .text2 a.more,
	.ilistbot .li a.more,
	.ilist6 .textbox .more,
	.ilist4 .contentbox2 a.more,
	.ilist3 .textbox .btnbox,
	.ilist2 .leftbox .more {
		width: 100px;
		height: 40px;
	}
	.ibanner .more {
		width: 130px;
		height: 40px;
	}
	.research-list1 .leftbox .ul .li {
		max-width: 50%;
		margin-bottom: 0.65rem;
	}
	.research-list1 .leftbox .ul .icon {
		width: 2rem;
	}
	.research-list1 .leftbox .ul .txtbox {
		width: calc(100% - 2rem);
	}
	.research-list1 .contentbox2 .img {
		width: 100%;
		height: auto;
		margin-bottom: 0.75rem;
	}
	.research-list1 .contentbox2 .text {
		width: 100%;
	}
	.research-list1 .contentbox2 .li {
		padding: 1rem 6% 1.25rem;
	}
	.research-list1 .contentbox2 .img {
		border-radius: 0;
		margin-right: 0;
	}
	.research-list1 .contentbox3 .li {
		width: 100%;
		margin-bottom: 0.75rem;
	}
	.research-list2 {
		margin-top: 1rem;
	}
	.research-list3 .ul .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.research-list3 .wul2 .li {
		width: calc(96% / 2);
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.research-list3 .wul2 .li:nth-child(2n) {
		margin-right: 0;
	}
	.research-list3 {
		padding-bottom: 1.5rem;
	}
	.research-list4 .ul .li {
		width: 100%;
		margin-bottom: 4%;
		margin-right: 0;
	}
	.research-list4 {
		padding-bottom: 1.5rem;
	}
	.research-list2 .warptab .tab-container .button-prev {
		left: 2%;
	}
	.research-list2 .warptab .tab-container .button-next {
		right: 2%;
	}
	.research-list2 .warptab {
		margin-top: 2.2rem;
	}

	.medical-list3 .imgbox .img {
		width: 100%;
	}
	.medical-list3 .imgbox .text {
		width: 100%;
		margin-top: 1rem;
	}

	.medical-list3 .ul .li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.medical-list3 .ul .li:nth-child(3n) {
		margin-right: 4%;
	}
	.medical-list3 .ul .li:nth-child(2n) {
		margin-right: 0;
	}
	.medical-list1 .leftbox .ul {
		margin-top: 1.25rem;
	}
	.medical-list1 .rightbox .img1 {
		top: 0.25rem;
		left: 0.25rem;
	}
	.medical-list1 .rightbox .img {
		width: calc(100% - 15px);
	}
	.medical-list1 .contentbox2 {
		margin-top: 1.5rem;
	}
	.medical-list1 .contentbox3 .tit3 {
		margin-bottom: 0.7rem;
	}
	.medical-list1 .contentbox2 .li {
		width: 100%;
		margin-bottom: 1rem;
	}
	.medical-list1 .contentbox2 .li:last-child {
		margin-bottom: 0;
	}
	.medical-list1 .contentbox3 .li {
		width: 100%;
		padding: 0 0 1.25rem;
	}
	.medical-list1 .contentbox3 .ul:before {
		display: none;
	}
	.medical-list1 .contentbox3 .ul {
		margin-top: 1.25rem;
	}
	.medical-list2 .bg {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.medical-list2 .text {
		position: relative;
		padding: 1.125rem;
		width: 100%;
		z-index: 3;
	}
	.medical-list2 .medical-container2 .swiper-wrapper {
		align-items: stretch;
	}
	.medical-list2 .medical-container2 .swiper-wrapper .swiper-slide {
		height: auto;
	}
	.medical-list2 .medical-container2 .swiper-wrapper .swiper-slide .img {
		height: 100%;
	}
	.medical-list2 .medical-container2 {
		padding-bottom: 1.25rem;
	}
	.medical-list3 .ul .li {
		padding: 1.25rem 0.7rem 0;
		height: 7.25rem;
	}
	.medical-list3 .ul .li .icon {
		height: 2.5rem;
	}
	.medical-list3 .ul .li .icon img {
		height: 100%;
	}
	.medical-list3 .ul .tit5 {
		margin-top: 1rem;
	}
	.medical-list3 .imgbox {
		margin-top: 1.25rem;
	}
	.medical-list1 .contentbox3 .tit4 span:before {
		height: 3px;
	}
	.channel-list1 {
		padding-bottom: 1rem;
	}
	.channel-list2 {
		padding-bottom: 2.25rem;
	}
	.channel-list2 .ulbox {
		margin-top: 1.25rem;
	}
	.channel-list2 .ulbox .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.25rem;
	}
	.channel-info .rightbox .list_box .img {
		width: 34%;
	}
	.channel-info .rightbox .list_box .titbox {
		width: 60%;
	}
	.channel-info .rightbox {
		padding-right: 10px;
	}
	.channel-info {
		margin-top: 0;
	}

	.page a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.page a[rel='next'],
	.page a[rel='prev'] {
		width: auto;
		padding: 0 10px;
	}
	.channel-list4 .ulbox .img {
		width: 100%;
	}
	.channel-list4 .ulbox .text {
		width: 100%;
		margin-left: 0;
		padding-top: 0.7rem;
	}
	.new-list1 .middlebox .img {
		height: 12.75rem;
	}
	.n-info .info-list1 .text img {
		width: 100% !important;
		height: auto !important;
	}
	.n-info .info-list1 .warpul .text2 .p {
		display: none;
	}
	.n-info .info-list1 .formbox .bottom {
		height: auto;
		padding: 0.5rem 0.75rem;
	}
	.n-info .info-list1 .formbox .textareabox {
		height: auto;
	}
	.n-info .info-list1 .formbox .input1 {
		height: 5rem;
	}
	.n-info .info-list1 .formbox .bottom .sizebox {
		margin-top: 0.5rem;
	}
	.n-news-list .warpbox .ul .li .img {
		width: 100%;
	}
	.n-news-list .warpbox .ul .li .text {
		margin-top: 0.75rem;
		width: 100%;
		padding-right: 0;
	}
	.seeking-list1 .formbox .li4 .nli {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.65rem;
	}
	.seeking-list1 .formbox {
		padding: 1.5rem 6% 2.25rem;
	}
	.seeking-list1 .formbox .li3 .sp,
	.seeking-list1 .formbox .li .sp {
		width: 100%;
	}
	.seeking-list1 .formbox .li .input {
		width: 100%;
		margin-left: 0;
		margin-top: 0.5rem;
	}
	.seeking-list1 .formbox .li3 .input2 {
		width: 100%;
		margin-top: 0.5rem;
	}
	.seeking-list1 .formbox .li3 label {
		margin-left: 0;
		margin-right: 1rem;
	}
	.seeking-list1 .formbox .li4 .nli .input {
		width: 100%;
	}
	.seeking-list1 .formbox .li5 .nli {
		width: 100%;
	}
	.seeking-list1 .formbox .li5 .nli .input {
		width: 100%;
	}
	.seeking-list1 .formbox .input4 {
		margin-left: 0;
		width: 100px;
		height: 40px;
		margin-top: 0.6rem;
	}
	.seeking-list1 .formbox .li8 .input2 {
		width: 100%;
		margin-top: 0.5rem;
	}
	.seeking-list1 .formbox .li8 label {
		margin-left: 0;
		margin-right: 1rem;
	}
	.seeking-list1 .formbox .li5 .nli .captcha {
		width: 3.1rem;
	}
	.seeking-list1 .formbox .li5 .nli .input:before {
		right: 4.2rem;
	}
	.cooper-list1 .formbox .li5 .sp {
		width: 100%;
	}
	.cooper-list1 .formbox .li5 .nli .input {
		width: 100%;
		margin-top: 0.5rem;
		margin-left: 0;
	}
	.cooper-list1 .formbox {
		padding: 1.5rem 6% 2.25rem;
	}
	.cooper-list1 .formbox .input4 {
		width: 100px;
		height: 40px;
	}
	.cooper-list1 .formbox .li4 .sp {
		width: 100%;
	}
	.cooper-list1 .formbox .li4 .nli .input {
		width: 100%;
		margin-top: 0.5rem;
		margin-left: 0;
	}
	.about-list2 {
		padding: 1.5rem 0;
	}
	.about-list2 .leftbox {
		width: 100%;
		margin-bottom: 1rem;
	}
	.about-list2 .rightbox {
		width: 100%;
	}
	.about-list3 .leftbox {
		width: 100%;
		margin-bottom: 1rem;
	}
	.about-list3 .rightbox {
		width: 100%;
	}
	.about-list1 .imgbox .text {
		width: 88%;
	}
	.about-list1 .imgbox .inputbox,
	.about-list1 .imgbox .inputbox .input1 {
		height: 45px;
	}
	.guard-list2 .imgbox-container .ntext .i {
		left: -0.5rem;
	}
	.guard-list2 .imgbox-container .ntext .i2 {
		right: -0.5rem;
	}

	.guard-list2 .ul2 .li {
		width: 100%;
		margin-right: 0;
	}
	.guard-list2 .rightbox {
		width: 100%;
		margin-top: 0.5rem;
	}

	.new-list1 .rightbox .li .time {
		width: 2rem;
		height: 2rem;
	}
	.new-list1 .rightbox .li .tit3 {
		width: calc(100% - 2.5rem);
	}
	.new-list2 {
		padding-top: 1.4rem;
	}
	.new-list2 .warpbox .leftbox .imgbox-container2 .text {
		left: 1.25rem;
		top: 1.25rem;
	}
	.new-list3 .leftbox .li {
		width: 100%;
		margin-bottom: 0.65rem;
	}
	.new-list3 .leftbox .li .text {
		padding: 0 6%;
		top: 1.5rem;
	}
	.enterprise-list2 .ulbox .li {
		width: 48%;
	}
	.enterprise-list2 .ulbox {
		margin-top: 0;
	}
	.enterprise-list2 .morebtn {
		margin-top: 0.75rem;
	}
	.enterprise-list3 .warp-qiye {
		padding: 0;
		padding-bottom: 1.75rem;
	}
	.enterprise-list1 .ul .li {
		width: 100%;
		padding: 0 0.85rem;
		border-right: none;
		margin-bottom: 1rem;
	}
	.enterprise-list1 .ul .icon {
		margin-bottom: 0.4rem;
	}
	.enterprise-list1 .title br {
		display: none;
	}
	.new-list4 .leftbox .item .img {
		height: 9rem;
	}
	.new-list2 .warpbox .leftbox .imgbox-container2 .p {
		display: none;
	}
	.ilist7 .ilist7-container .item .text2 {
		padding: 0 6%;
		bottom: 1rem;
	}
	.ilist7 .ilist7-container .item .text2 .tit5 {
		width: 100%;
	}
	.ilist6 .textbox {
		padding: 1.25rem 1rem 1.5rem;
	}
	.ilist5 {
		padding-bottom: 11rem;
	}
	.ilist5 .textbox {
		max-width: 92%;
		padding: 0.75rem 1.25rem;
	}
	.ilist4 .contentbox2 .title {
		margin-bottom: 1rem;
	}
	.ilist4 .contentbox2 a.more {
		margin-top: 1rem;
	}
	.ilist3 .contentbox {
		width: 100%;
	}
	.ilist3 .textbox {
		width: 88%;
	}
	.ilist3 .textbox .icon {
		height: 1rem;
	}
	.ilist3 {
		margin-bottom: 1rem;
	}
	.ilist2 .rightbox .inews-container .swiper-pagination2 {
		width: 70% !important;
		left: 15%;
	}
	.ilist7 .ilist7-container .swiper-slide .item {
		width: 75vw;
	}
	.ilist7 .ilist7-container .swiper-slide .item .text1 {
		opacity: 0;
		visibility: hidden;
		transform: translate(0, 0);
	}
	.ilist7 .ilist7-container .swiper-slide .item .text2 {
		transform: translate(0, 0);
		opacity: 1;
		visibility: visible;
	}
	.ilist1 .li {
		width: 100%;
		margin: 0.35rem 0;
	}
	.ilist6 .textbox .text-container .swiper-pagination {
		margin-top: 2rem;
	}
	.ilist3 .textbox {
		width: 82%;
	}
	.ilist3 .time1 {
		left: -22px;
	}
	.ilist3 .textbox {
		padding-top: 1rem;
	}
	.ibanner .swiper-slide2 .text {
		margin-top: 2.25rem;
	}
	.ibanner .swiper-slide2 .tit2 {
		font-size: 28px;
	}
	.ibanner .swiper-slide2 .inputbox .input1,
	.ibanner .swiper-slide2 .inputbox {
		height: 45px;
	}
}
.new-list4 .leftbox .item .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.channel-info .leftbox .m-block {
	width: 100%;
	height: 100%;
}
.channel-info .leftbox .m-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
	border-radius: 0.5rem;
}

.n-info .btnbox2 {
	width: 120px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	margin: 1rem auto 0;
}
.ilist4 .contentbox .bg2 {
	/*left:50%;
  top:50%;*/
	/*transform:translate3d(-50%,-50%,0);*/
	-webkit-transform-origin: center 42%;
	-moz-transform-origin: center 42%;
}
.n-info .btnbox2:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.n-info {
		padding: 1rem 0 2rem;
	}
}

.ilistbot .li .bg {
	transition: all 0.8s;
}
.ilistbot .li:hover .bg {
	transform: scale(1.1, 1.1);
}
.ilist6 .textbox a.more,
.ilistbot .li:nth-child(1) a.more,
.ilistbot .li:nth-child(2) a.more {
	transition: all 0.8s;
}
.ilist6 .textbox .more .icon2,
.ilistbot .li:nth-child(1) a.more .icon,
.ilistbot .li:nth-child(2) a.more .icon {
	transition: all 0.6s;
}

.ilist6 .textbox a.more:hover {
	background: transparent;
	color: #4197b4;
	box-shadow: inset 0 0 0 2px #4197b4;
}
.ilist6 .textbox .more:hover .icon2 {
	fill: #4197b4;
}
.ilistbot .li:nth-child(1) a.more:hover {
	background: transparent;
	color: #4197b4;
	box-shadow: inset 0 0 0 2px #4197b4;
}
.ilistbot .li:nth-child(1) a.more:hover .icon {
	fill: #4197b4;
}

.ilistbot .li:nth-child(2) a.more:hover {
	background: #4197b4;
	color: #fff;
	border: 2px solid #4197b4;
}
.ilistbot .li:nth-child(2) a.more:hover .icon2 {
	fill: #fff;
}

.ilist7 .ilist7-container .item .text2 a.more {
	transition: all 0.8s;
}
.ilist7 .ilist7-container .item .text2 a.more .icon {
	transition: all 0.6s;
}
.ilist7 .ilist7-container .item .text2 a.more:hover {
	background: #4197b4;
	color: #fff;
	border: 2px solid #4197b4;
}
.ilist7 .ilist7-container .item .text2 a.more:hover .icon {
	fill: #fff;
}

.ilist4 .contentbox2 a.more {
	transition: all 0.8s;
}
.ilist4 .contentbox2 a.more .icon {
	transition: all 0.6s;
}
.ilist4 .contentbox2 a.more:hover {
	background: #4197b4;
	color: #fff;
	border: 2px solid #4197b4;
}
.ilist4 .contentbox2 a.more:hover .icon {
	fill: #fff;
}

.lanmore {
	transition: all 0.8s;
}
.lanmore .icon {
	transition: all 0.6s;
}
.lanmore .icon2 {
	transition: all 0.6s;
}
.lanmore:hover {
	background: transparent !important;
	color: #4197b4 !important;
	box-shadow: inset 0 0 0 2px #4197b4 !important;
}
.lanmore:hover .icon {
	fill: #4197b4 !important;
}
.lanmore:hover .icon2 {
	fill: #4197b4 !important;
}

.ibanner .more {
	transition: all 0.8s;
}
.ibanner .more .icon {
	transition: all 0.6s;
}
.ibanner .more:hover {
	color: #fff;
	background: #4197b4 !important;
}
.ibanner .more:hover .icon {
	fill: #fff !important;
}

.baimore {
	transition: all 0.8s;
}
.baimore .icon {
	transition: all 0.6s;
}
.baimore .icon2 {
	transition: all 0.6s;
}
.baimore:hover {
	background: #4197b4 !important;
	color: #fff !important;
	border: 2px solid #4197b4 !important;
}
.baimore:hover .icon {
	fill: #fff !important;
}
.baimore:hover .icon2 {
	fill: #fff !important;
}

.n-news-list .warpbox .ul .li .img img {
	transition: all 0.8s;
}
.n-news-list .warpbox .ul .li .tit3 {
	transition: all 0.8s;
}
.n-news-list .warpbox .ul .li:hover .img img {
	transform: scale(1.1, 1.1);
}
.n-news-list .warpbox .ul .li:hover .tit3 {
	color: #4197b4;
}

.n-news-list .rightbox .itembox .li .tit4 {
	transition: all 0.8s;
}
.n-news-list .rightbox .itembox .li:hover .tit4 {
	color: #4197b4;
}

.channel-list4 .ulbox .img {
	border-radius: 0.5rem;
	overflow: hidden;
}

.guard-list1 .leftbox:hover .svgs {
	transform: rotate(360deg);
}
.guard-list1 .leftbox:hover .videobtn .path-loop {
	animation: run 2.5s linear forwards;
}
.guard-list1 .leftbox:hover .videobtn .path-loop-bg {
	opacity: 1;
}
.guard-list1 .leftbox:hover .icon {
	transform: scale(0.9);
}

.guard-list2 .imgbox-container .swiper-slide:hover .svgs {
	transform: rotate(360deg);
}
.guard-list2 .imgbox-container .swiper-slide:hover .videobtn .path-loop {
	animation: run 2.5s linear forwards;
}
.guard-list2 .imgbox-container .swiper-slide:hover .videobtn .path-loop-bg {
	opacity: 1;
}
.guard-list2 .imgbox-container .swiper-slide:hover .icon {
	transform: scale(0.9);
}

.ilist2 .rightbox .inews-container .item .tit3 {
	transition: all 0.6s;
}
.ilist2 .rightbox .inews-container .item:hover .tit3 {
	color: #4197b4;
}
/*.ilist2 .rightbox .inews-container{
  cursor: col-resize;
}*/

.ilist3 .imgbox .svgsbox {
	width: 104%;
	height: 104%;
}

.ilist3 .imgbox .svgsbox .path-loop-bg {
	/*stroke-dasharray: 107;
  stroke-dashoffset: 40;*/
	stroke-dasharray: 234;
	stroke-dashoffset: 310;
	transform: rotate(-62deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	opacity: 1;
}
.ilist3 .imgbox .svgsbox .path-loop {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	stroke-dasharray: 240;
	stroke-dashoffset: 200;
	transform: scale(0.85) rotate(180deg);
	opacity: 1;
}
.ilist3 .imgbox.start .svgsbox .path-loop {
	animation: indexrun 2.5s linear forwards;
}
.ilist3 .imgbox.start .svgsbox .path-loop-bg {
	animation: indexrun2 2.5s linear forwards;
}
@keyframes indexrun2 {
	0% {
		stroke-dashoffset: 310;
	}
	100% {
		stroke-dashoffset: 127;
	}
}

@keyframes indexrun {
	0% {
		transform: scale(0.85) rotate(62deg);
	}
	100% {
		transform: scale(0.85) rotate(180deg);
		stroke-dashoffset: 0;
	}
}
.ilist2 .rightbox .inews-container .warpbutton {
	width: 4rem;
	margin: 0.9rem auto 0;
}
.ilist2 .rightbox .inews-container .button-prev {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 5px;
	background: #f7f7f7;
	cursor: pointer;
}

.ilist2 .rightbox .inews-container .button-next {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 5px;
	background: #f7f7f7;
	cursor: pointer;
}
.ilist2 .rightbox .inews-container .warpbutton .icon {
	width: 0.65rem;
	height: 0.65rem;
	fill: #333;
	transition: all 0.6s;
}
.ilist2 .rightbox .inews-container .warpbutton div {
	transition: all 0.8s;
}
.ilist2 .rightbox .inews-container .warpbutton div:hover {
	background: #4197b4;
}
.ilist2 .rightbox .inews-container .warpbutton div:hover .icon {
	fill: #fff;
}

@media (min-width: 1024px) {
	.ilist2 .rightbox .inews-container .warpbutton div {
		position: absolute;
		opacity: 0;
		border-radius: 50%;
		transition: all 0.6s;
		z-index: 3;
	}
	.ilist2 .rightbox .inews-container .warpbutton .button-prev {
		left: 3%;
		top: 50%;
		margin-top: -0.625rem;
	}
	.ilist2 .rightbox .inews-container .warpbutton .button-next {
		right: 14%;
		top: 50%;
		margin-top: -0.625rem;
	}
	.ilist2 .rightbox .inews-container:hover .button-prev {
		opacity: 1;
	}
	.ilist2 .rightbox .inews-container:hover .button-next {
		opacity: 1;
	}
	.ilist2 .rightbox .inews-container .warpbutton {
		margin-top: 0;
	}
}
.medical-list2 .medical-container2 .warpbutton {
	width: 4rem;
	margin: 0.9rem auto 0;
}
.medical-list2 .medical-container2 .button-prev {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 5px;
	background: #f7f7f7;
	cursor: pointer;
}

.medical-list2 .medical-container2 .button-next {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 5px;
	background: #f7f7f7;
	cursor: pointer;
}
.medical-list2 .medical-container2 .warpbutton .icon {
	width: 0.65rem;
	height: 0.65rem;
	fill: #333;
	transition: all 0.6s;
}
.medical-list2 .medical-container2 .warpbutton div {
	transition: all 0.8s;
}
.medical-list2 .medical-container2 .warpbutton div:hover {
	background: #4197b4;
}
.medical-list2 .medical-container2 .warpbutton div:hover .icon {
	fill: #fff;
}
@media (min-width: 1024px) {
	.medical-list2 .medical-container2 .warpbutton div {
		position: absolute;
		opacity: 0;
		border-radius: 50%;
		transition: all 0.6s;
		z-index: 3;
	}
	.medical-list2 .medical-container2 .warpbutton .button-prev {
		left: 3%;
		top: 50%;
		margin-top: -0.625rem;
	}
	.medical-list2 .medical-container2 .warpbutton .button-next {
		right: 14%;
		top: 50%;
		margin-top: -0.625rem;
	}
	.medical-list2 .medical-container2:hover .button-prev {
		opacity: 1;
	}
	.medical-list2 .medical-container2:hover .button-next {
		opacity: 1;
	}
	.medical-list2 .medical-container2 .warpbutton {
		margin-top: 0;
	}
}

.ibanner-container .button-prev,
.ibanner-container .button-next {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.8s;
	z-index: 5;
	opacity: 0;
}
.ibanner-container .leftbtn {
	position: absolute;
	width: 5%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.ibanner-container .rightbtn {
	position: absolute;
	width: 5%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 3;
}
.ibanner-container .leftbtn:hover ~ .button-prev {
	opacity: 1;
}
.ibanner-container .rightbtn:hover ~ .button-next {
	opacity: 1;
}
.ibanner-container .button-next:hover {
	opacity: 1;
}
.ibanner-container .button-prev:hover {
	opacity: 1;
}
.ibanner-container .icon {
	width: 0.65rem;
	height: 0.65rem;
	fill: #fff;
	transition: all 0.6s;
}
.ibanner-container .button-prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -0.55rem;
}
.ibanner-container .button-next {
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -0.55rem;
}
.ibanner-container .button-next:hover {
	background: #4197b4;
}
.ibanner-container .button-next:hover .icon {
	fill: #fff;
}
.ibanner-container .button-prev:hover {
	background: #4197b4;
}
.ibanner-container .button-prev:hover .icon {
	fill: #fff;
}
@media (max-width: 767px) {
	.ibanner-container .button-prev,
	.ibanner-container .button-next {
		display: none;
	}
}

.n-event {
	padding: 1.5rem 0 0;
	position: relative;
	z-index: 1;
}
.n-event .titlebox {
	margin-bottom: 1rem;
}
.n-event .titlebox a {
	width: 119px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
}
.n-event .titlebox a .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.n-event .titlebox a:hover {
	color: #fff;
}
.event-list1 {
	padding-bottom: 1.5rem;
}
.event-list1 .warpbox .leftbox {
	width: 26.25%;
}
.event-list1 .warpbox .leftbox .news-container {
	border-radius: 1rem 0 1rem 0;
	height: 7.5rem;
	overflow: hidden;
	background: #4197b4;
}
.event-list1 .warpbox .leftbox .news-container .item {
	display: block;
	padding: 1rem;
}
.event-list1 .warpbox .leftbox .news-container .item .icon {
	width: 18px;
	height: 18px;
	margin-left: 0.2rem;
	fill: #fff;
}
.event-list1 .warpbox .leftbox .news-container .item .time {
	margin-bottom: 0.15rem;
}
.event-list1 .warpbox .leftbox .news-container .item .time2 {
	margin-bottom: 0.4rem;
}
.event-list1 .warpbox .leftbox .news-container .swiper-pagination {
	bottom: 0.9rem !important;
	left: 1rem !important;
	width: auto !important;
}
.event-list1 .warpbox .leftbox .news-container .swiper-pagination span {
	width: 1rem !important;
	height: 3px !important;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0 !important;
	margin-right: 0.2rem !important;
}
.event-list1 .warpbox .leftbox .news-container .swiper-pagination span.swiper-pagination-bullet-active {
	background: white !important;
	opacity: 1 !important;
}
.event-list1 .warpbox .leftbox .li {
	width: 100%;
	height: 4.5rem;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 0.85rem;
	display: block;
}
.event-list1 .warpbox .leftbox .li .tit4 {
	margin-bottom: 0.6rem;
}
.event-list1 .warpbox .leftbox .li .tit4 span {
	margin-left: 0.55rem;
}
.event-list1 .warpbox .middlebox {
	width: 50%;
	height: 16.5rem;
	border-radius: 0.75rem;
	overflow: hidden;
	position: relative;
}
.event-list1 .warpbox .middlebox:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40%;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.event-list1 .warpbox .middlebox a {
	display: block;
}
.event-list1 .warpbox .middlebox .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.event-list1 .warpbox .middlebox .text {
	position: absolute;
	padding: 0.5rem 1rem 0.85rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
}
.event-list1 .warpbox .middlebox .text .tit4 {
	margin-bottom: 0.3rem;
}
.event-list1 .warpbox .middlebox .text .tit4 span {
	margin-left: 0.55rem;
}
.event-list1 .warpbox .middlebox .text .tit5 {
	position: relative;
	z-index: 3;
	margin-bottom: 0.3rem;
}
.event-list1 .warpbox .middlebox .text .tit5 span {
	position: relative;
}
.event-list1 .warpbox .middlebox .text .tit5 span:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}
.event-list1 .warpbox .rightbox {
	width: 21.875%;
}
.event-list1 .warpbox .rightbox .li {
	height: 5.12rem;
	border-radius: 0 1rem 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.event-list1 .warpbox .rightbox .li .spbox {
	width: 100%;
	padding: 0 0.75rem;
	position: relative;
	z-index: 3;
}
.event-list1 .warpbox .rightbox .li .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.event-list1 .warpbox .rightbox .li .icon {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.55rem;
}
.event-list1 .warpbox .rightbox .li .titbox {
	width: calc(100% - 2.2rem);
}
.event-list1 .warpbox .rightbox .li .tit4 {
	margin-bottom: 0.15rem;
}
.event-list1 .warpbox .rightbox .li2 {
	background: #4197b4;
	border-radius: 0;
}
.event-list1 .warpbox .rightbox .li3 {
	background: #eee;
	border-radius: 0;
}
.event-list1 .warpbox .rightbox .li3:last-child {
	margin-bottom: 0;
	border-radius: 0 0 1rem 0;
}

.event-list2 {
	padding: 2rem 0 2.75rem;
}
.event-list2 .contenttop .li {
	display: block;
	width: 26.25%;
	border-radius: 1rem 0 0;
	background: #eee;
	padding: 1.35rem 1.2rem 1.2rem;
	position: relative;
	height: 13rem;
}
.event-list2 .contenttop .li .time {
	margin-bottom: 0.6rem;
}
.event-list2 .contenttop .li .time span {
	color: #4197b4;
	margin-left: 0.5rem;
}
.event-list2 .contenttop .li .tit2 {
	margin-bottom: 0.65rem;
}
.event-list2 .contenttop .li .btn {
	position: absolute;
	bottom: 1.25rem;
	right: 1.2rem;
	z-index: 3;
}
.event-list2 .contenttop .img {
	width: 73%;
	height: 13rem;
	overflow: hidden;
}
.event-list2 .contenttop .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 0 1rem 0;
}
.event-list2 .contentbottom {
	margin-top: 0.5rem;
}
.event-list2 .contentbottom .li {
	width: 26.25%;
	height: 10rem;
	border-radius: 0 0 1rem 0;
	overflow: hidden;
}
.event-list2 .contentbottom .li .img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.event-list2 .contentbottom .li .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 2;
}
.event-list2 .contentbottom .li .time {
	margin-bottom: 0.15rem;
}
.event-list2 .contentbottom .li .text {
	padding: 0 1rem 1rem;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.event-list2 .contentbottom .rightbox {
	width: 73%;
}
.event-list2 .contentbottom .rightbox .rightop {
	padding: 0.75rem 1.25rem;
	border-bottom: 1px solid #eaeaea;
	display: block;
}
.event-list2 .contentbottom .rightbox .rightop .title {
	margin-bottom: 0.3rem;
}
.event-list2 .contentbottom .rightbox .rightop .tit3 {
	margin-bottom: 0.5rem;
}
.event-list2 .contentbottom .rightbox .rightop .time span {
	color: #4197b4;
	margin-left: 0.5rem;
}
.event-list2 .contentbottom .rightbox .itembox {
	padding-top: 0.7rem;
}
.event-list2 .contentbottom .rightbox .itembox .item {
	width: 50%;
	padding: 0.5rem 1.5rem;
	border-right: 1px solid #e0e0e0;
}
.event-list2 .contentbottom .rightbox .itembox .item:last-child {
	border-right: none;
}
.event-list2 .contentbottom .rightbox .itembox .litem {
	width: calc(100% - 3.5rem);
}
.event-list2 .contentbottom .rightbox .itembox .tit3 {
	margin-bottom: 0.5rem;
}
.event-list2 .contentbottom .rightbox .itembox .img {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.25rem;
	overflow: hidden;
}
.event-list2 .contentbottom .rightbox .itembox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-list3 {
	padding: 2.1rem 0 3.25rem;
	background: url(../img2/img8.jpg) no-repeat center top;
	background-size: 100% auto;
	position: relative;
	z-index: 1;
}
.event-list3 .titlebox {
	margin-bottom: 0;
}
.event-list3 .ulbox .li {
	width: 23.125%;
	display: block;
	border-radius: 0.5rem;
	overflow: hidden;
}
.event-list3 .ulbox .li .img {
	width: 100%;
}
.event-list3 .ulbox .li .img img {
	width: 100%;
}
.event-list3 .ulbox .li .text {
	padding: 0.75rem 0.75rem 1.25rem;
	background: #fff;
}
.event-list3 .ulbox .li .time {
	margin-bottom: 0.4rem;
}
.event-list3 .ulbox .li .tit5 {
	margin-top: 0.5rem;
}
.event-list3 .ulbox .li2 {
	width: 23.125%;
	display: block;
	border-radius: 0.5rem;
	overflow: hidden;
}
.event-list3 .ulbox .li2 .img {
	width: 100%;
}
.event-list3 .ulbox .li2 .img img {
	width: 100%;
}
.event-list3 .ulbox .li2 .text {
	position: absolute;
	padding: 0.75rem 0.75rem 1.25rem;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: transparent;
}
.event-list3 .ulbox .li2 .time {
	margin-bottom: 0.4rem;
}
.event-list3 .ulbox .li2 .tit5 {
	margin-top: 0.5rem;
}
.event-list3 .ulbox .li3 {
	width: 23.125%;
	display: block;
	border-radius: 0.5rem;
	overflow: hidden;
}
.event-list3 .ulbox .li3 .img {
	width: 100%;
}
.event-list3 .ulbox .li3 .img img {
	width: 100%;
}
.event-list3 .ulbox .li3 .text {
	position: absolute;
	padding: 0.75rem 0.75rem 1.25rem;
	left: 50%;
	width: 100%;
	bottom: auto;
	z-index: 3;
	background: transparent;
}
.event-list3 .ulbox .li3 .time {
	margin-bottom: 0.4rem;
	text-align: center;
}
.event-list3 .ulbox .li3 .tit5 {
	margin-top: 0.5rem;
	text-align: center;
}
.event-list3 .ulbox .li3 .tit4 {
	text-align: center;
	padding-bottom: 0.9rem;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.event-list3 .morebtn {
	margin: 1.5rem auto 0;
	color: #fff;
	background: #70b0c6;
	cursor: pointer;
	border-radius: 10px 0 10px 0;
	width: 119px;
	height: 48px;
	overflow: hidden;
}
.event-list3 .morebtn .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	transform: rotate(90deg);
	margin-left: 0.25rem;
}

.n-event-list {
	background: #f7f7f7;
	position: relative;
	z-index: 2;
}
.n-event-list .contentbox {
	padding: 1.85rem 0 3.5rem;
	position: relative;
	z-index: 1;
}
.n-event-list .contentbox .inputbox {
	width: 20rem;
	height: 56px;
	max-width: 88%;
	background: #fff;
	border-radius: 6px;
	margin: 0 auto 2.5rem;
}
.n-event-list .contentbox .inputbox .input1 {
	padding: 0 2rem 0 0.55rem;
	color: #b3b3b3;
	background: transparent;
	width: 100%;
	height: 56px;
}
.n-event-list .contentbox .inputbox .input2 {
	background: url(../img/img44.png) no-repeat center center;
	width: 30px;
	height: 30px;
	background-size: 17px auto;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	margin-top: -15px;
	z-index: 3;
}
.n-event-list .tabul {
	border-bottom: 1px solid #e6e6e6;
}
.n-event-list .tabul .item {
	width: 100%;
	margin-bottom: 0.75rem;
}
.n-event-list .tabul .item:last-child {
	margin-bottom: 0.5rem;
}
.n-event-list .tabul .spbox {
	margin-right: 0.9rem;
	padding-bottom: 0.25rem;
}
.n-event-list .tabul .spitem {
	width: calc(100% - 120px - 0.9rem);
}
.n-event-list .tabul .spitem a {
	color: #333;
	margin-right: 1.5rem;
	padding-bottom: 0.25rem;
	border-bottom: 2px solid transparent;
	transition: all 0.6s;
}
.n-event-list .tabul .spitem a:hover,
.n-event-list .tabul .spitem a.cur {
	color: #4197b4;
	border-bottom: 2px solid #4197b4;
}
.n-event-list .ulbox {
	margin-top: 1.25rem;
}
.n-event-list .ulbox .li {
	background: #fff;
	margin-bottom: 1.25rem;
	border-radius: 1rem 0 1rem 0;
}
.n-event-list .ulbox .tip {
	top: 1rem;
	left: 1rem;
	border-radius: 30px;
	border: 2px solid #fff;
	height: 30px;
	padding: 0 0.65rem;
	position: absolute;
	z-index: 4;
}
.n-event-list .ulbox .img {
	width: 50%;
	border-radius: 1rem 0 1rem 0;
	overflow: hidden;
}
.n-event-list .ulbox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n-event-list .ulbox .text {
	width: 50%;
	padding: 1rem 1.85rem 1rem 1.5rem;
}
.n-event-list .ulbox .text .time {
	color: #808080;
	margin-bottom: 0.5rem;
}
.n-event-list .ulbox .text .tit2 {
	margin-bottom: 1rem;
	display: block;
}
.n-event-list .ulbox .text .tit3 {
	color: #808080;
}
.n-event-list .ulbox .bottonbox {
	margin-top: 2.25rem;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-end;
}
.n-event-list .ulbox .morebtn2 {
	margin: 0 0.55rem 0 0;
	color: #70b0c6;
	border: 2px solid #70b0c6;
	cursor: pointer;
	border-radius: 10px 0 10px 0;
	width: 119px;
	height: 48px;
	overflow: hidden;
}
.n-event-list .ulbox .morebtn2 .icon {
	width: 12px;
	height: 12px;
	fill: #70b0c6;
	margin-left: 0.25rem;
}
.n-event-list .ulbox .morebtn3 {
	margin: 0 0;
	color: #fff;
	background: #70b0c6;
	cursor: pointer;
	border-radius: 10px 0 10px 0;
	width: 119px;
	height: 48px;
	overflow: hidden;
}
.n-event-list .ulbox .morebtn3 .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}

.infotab {
	margin-top: 1.25rem;
	margin-bottom: 2.5rem;
}
.infotab a {
	height: 48px;
	border-radius: 10px 0 10px 0;
	border: 1px solid #333;
	padding: 0 0.5rem;
	margin: 0 0.75rem;
	transition: all 0.6s;
}
.infotab a:hover {
	background: #4197b4;
	color: #fff;
	border: 1px solid transparent;
}

.info-list3 .leftbox .time {
	margin-right: 1.5rem;
}
.info-list3 .leftbox img {
	margin-right: 0.25rem;
}
.info-list3 .warpul .bottonbox {
	margin-top: 0.65rem;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-end;
}
.info-list3 .warpul .morebtn2 {
	margin: 0 0.55rem 0 0;
	color: #70b0c6;
	border: 2px solid #70b0c6;
	cursor: pointer;
	border-radius: 10px 0 10px 0;
	width: 119px;
	height: 48px;
	overflow: hidden;
}
.info-list3 .warpul .morebtn2 .icon {
	width: 12px;
	height: 12px;
	fill: #70b0c6;
	margin-left: 0.25rem;
}
.info-list3 .warpul .morebtn3 {
	margin: 0 0;
	color: #fff;
	background: #70b0c6;
	cursor: pointer;
	border-radius: 10px 0 10px 0;
	width: 119px;
	height: 48px;
	overflow: hidden;
}
.info-list3 .warpul .morebtn3 .icon {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}

.infobot-fix {
	width: 980px;
	height: auto;
	background: #333333;
	border-radius: 20px;
	position: fixed;
	left: 50%;
	margin-left: -490px;
	max-width: 100%;
	z-index: 9;
	bottom: 1rem;
	padding: 12px 1rem;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.infobot-fix .leftbox {
	width: calc(100% - 300px);
	margin-bottom: 0.3rem;
}
.infobot-fix .leftbox .tit2 {
	margin-bottom: 0.2rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.infobot-fix .leftbox .time {
	opacity: 0.6;
	margin-right: 1.5rem;
}
.infobot-fix .leftbox .time img {
	margin-right: 0.25rem;
}
.infobot-fix .leftbox .addbtn {
	opacity: 0.6;
}
.infobot-fix .leftbox .addbtn img {
	margin-right: 0.25rem;
}
.infobot-fix .wbtn {
	justify-content: flex-end;
}
.infobot-fix a {
	width: 128px;
	height: 45px;
	background: #4197b4;
	border-radius: 8px;
	margin-left: 0.55rem;
}
.infobot-fix a:hover {
	color: #fff;
}

.n-ecology {
	position: relative;
	z-index: 1;
}

.ecology-list1 {
	padding: 2rem 0 2.5rem;
}
.ecology-list1 .leftbox {
	width: 37.5%;
	margin-top: 3rem;
	position: relative;
	z-index: 3;
}
.ecology-list1 .leftbox .tit2 {
	margin-bottom: 2.75rem;
}
.ecology-list1 .leftbox .titbox {
	width: 100%;
	min-height: 12rem;
	background: #4197b4;
	border-radius: 1rem 0px 1rem 0px;
	padding: 2rem 1.75rem 0;
	position: relative;
	overflow: hidden;
}
.ecology-list1 .leftbox .titbox .tit4 {
	margin-top: 1rem;
}
.ecology-list1 .leftbox .titbox .tit5 {
	margin-top: 0.5rem;
}
.ecology-list1 .leftbox .tipicon {
	position: absolute;
	right: -1.25rem;
	bottom: -1.25rem;
	z-index: 1;
	width: 4.75rem;
}
.ecology-list1 .rightbox {
	width: 72.5%;
	margin-left: -10%;
	margin-top: 0.75rem;
	position: relative;
	z-index: 2;
}
.ecology-list1 .rightbox .bg {
	position: absolute;
	width: 100%;
	height: 13rem;
	background: #eeeeee;
	border-radius: 1rem 0px 1rem 0px;
}
.ecology-list1 .rightbox .imgbox-container {
	position: absolute;
	width: 100%;
	top: 2.25rem;
	left: 20.5%;
	padding-bottom: 2.5rem;
	z-index: 2;
}
.ecology-list1 .rightbox .imgbox-container .swiper-slide {
	cursor: pointer;
}
.ecology-list1 .rightbox .imgbox-container .img {
	border-radius: 0.4rem;
	height: 8.5rem;
}
.ecology-list1 .rightbox .imgbox-container .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ecology-list1 .rightbox .imgbox-container .p {
	margin-top: 0.35rem;
}
.ecology-list1 .rightbox .imgbox-container .swiper-pagination2 {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	z-index: 3;
	height: 6px;
	width: 15rem !important;
	background: #cdd8dc !important;
}
.ecology-list1 .rightbox .imgbox-container .swiper-pagination2 span {
	border-radius: 6px;
	background: #4197b4 !important;
}
.ecology-list1 .contentbox2 {
	margin-top: 1rem;
}
.ecology-list1 .contentbox2 .tit2 {
	margin-bottom: 0.8rem;
}
.ecology-list1 .contentbox2 .bg {
	position: absolute;
	right: 0;
	top: -0.5rem;
	z-index: 1;
}
.ecology-list1 .contentbox2 .warpbox {
	padding: 1.25rem 1.25rem 2.25rem;
	border-radius: 0.75rem;
	background: #eee;
	position: relative;
	z-index: 3;
}
.ecology-list1 .contentbox2 .list-container {
	padding-bottom: 1.5rem;
}
.ecology-list1 .contentbox2 .list-container .swiper-wrapper {
	align-items: stretch;
}
.ecology-list1 .contentbox2 .list-container .swiper-slide {
	height: auto;
}
.ecology-list1 .contentbox2 .list-container .swiper-slide .item {
	height: 100%;
}
.ecology-list1 .contentbox2 .list-container .swiper-pagination {
	bottom: 0;
}
.ecology-list1 .contentbox2 .list-container .item {
	border-radius: 0.5rem;
	background: #fff;
	padding: 1rem;
}
.ecology-list1 .contentbox2 .list-container .icon {
	width: 2.2rem;
	height: 2.2rem;
	margin-bottom: 0.4rem;
}
.ecology-list1 .contentbox2 .list-container .tit3 {
	margin-top: 1.25rem;
}
.ecology-list1 .contentbox2 .list-container .sp {
	width: 64px;
	height: 21px;
	background: #4197b4;
}
.ecology-list1 .contentbox2 .list-container .tip {
	margin-top: 1.75rem;
}
.ecology-list1 .contentbox2 .list-container .tip .sp {
	display: inline-flex;
}

.ecology-list2 {
	padding: 2.25rem 0 4rem;
	position: relative;
	overflow: hidden;
}
.ecology-list2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: 1;
}
.ecology-list2 .contentbox {
	position: relative;
	z-index: 3;
}
.ecology-list2 .imgbox2-container {
	margin-top: 1.2rem;
}
.ecology-list2 .imgbox2-container .itembox {
	border-radius: 1rem;
	overflow: hidden;
}
.ecology-list2 .imgbox2-container .img {
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	transition: all 0.2s;
}
.ecology-list2 .imgbox2-container .bg2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.ecology-list2 .imgbox2-container .text {
	width: 100%;
	padding: 1.2rem 1.5rem 1.2rem;
	background: transparent;
	margin-top: -0.2rem;
	position: relative;
	z-index: 4;
	transition: all 0.4s;
}
.ecology-list2 .imgbox2-container .tit4 {
	margin-bottom: 0.35rem;
	transition: all 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
}
.ecology-list2 .imgbox2-container .tit5 {
	opacity: 0;
	transition: all 0.6s;
}
.ecology-list2 .imgbox2-container .tit5:nth-child(2) {
	margin-bottom: 0.3rem;
}
.ecology-list2 .imgbox2-container .swiper-slide.swiper-slide-active .img {
	border-radius: 1rem 1rem 0 0;
}
.ecology-list2 .imgbox2-container .swiper-slide.swiper-slide-active .text {
	background: #4197b4;
}
.ecology-list2 .imgbox2-container .swiper-slide.swiper-slide-active .text .tit4 {
	color: #fff;
	transform: scale(1.1);
}
.ecology-list2 .imgbox2-container .swiper-slide.swiper-slide-active .text .tit5 {
	opacity: 1;
}
.ecology-list2 .imgbox2-container .swiper-slide.swiper-slide-active .text .tit6 {
	padding: 12px 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 0.25rem;
	margin-top: 0.2rem;
}
.ecology-list2 .imgbox2-container .button-prev {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 5px;
	background: #f7f7f7;
	cursor: pointer;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -0.6125rem;
	border-radius: 50%;
	z-index: 3;
}
.ecology-list2 .imgbox2-container .button-prev .icon {
	width: 0.65rem;
	height: 0.65rem;
	fill: #333;
	transition: all 0.6s;
}
.ecology-list2 .imgbox2-container .button-prev {
	transition: all 0.8s;
}
.ecology-list2 .imgbox2-container .button-prev:hover {
	background: #4197b4;
}
.ecology-list2 .imgbox2-container .button-prev:hover .icon {
	fill: #fff;
}
.ecology-list2 .imgbox2-container .button-next {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 5px;
	background: #f7f7f7;
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -0.6125rem;
	border-radius: 50%;
	z-index: 3;
}
.ecology-list2 .imgbox2-container .button-next .icon {
	width: 0.65rem;
	height: 0.65rem;
	fill: #333;
	transition: all 0.6s;
}
.ecology-list2 .imgbox2-container .button-next {
	transition: all 0.8s;
}
.ecology-list2 .imgbox2-container .button-next:hover {
	background: #4197b4;
}
.ecology-list2 .imgbox2-container .button-next:hover .icon {
	fill: #fff;
}

.ecology-list3 {
	padding: 2.85rem 0 2.25rem;
}
.ecology-list3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: 1;
}
.ecology-list3 .warpbox {
	padding-bottom: 1.5rem;
	position: relative;
	z-index: 3;
}
.ecology-list3 .warpbox .swiper-pagination {
	width: 100%;
}
.ecology-list3 .warpbox .swiper-pagination span {
	margin: 0 5px;
}
.ecology-list3 .ulbox-container {
	margin-top: 1rem;
	border-radius: 1rem;
	background: #fff;
	overflow: hidden;
}
.ecology-list3 .ulbox-container .swiper-wrapper {
	align-items: stretch;
}
.ecology-list3 .ulbox-container .swiper-slide {
	border-right: 1px solid #f3f5f8;
	height: auto;
}
.ecology-list3 .ulbox-container .swiper-slide:nth-child(4n) {
	border-right: none;
}
.ecology-list3 .ulbox-container .swiper-pagination {
	bottom: 0;
}
.ecology-list3 .ulbox-container .itembox {
	padding: 1.5rem 1.25rem;
	height: 100%;
	transition: all 0.6s;
}
.ecology-list3 .ulbox-container .itembox .sp {
	text-align: center;
}
.ecology-list3 .ulbox-container .icon {
	height: 3rem;
	margin-top: 1.3rem;
	transition: all 0.6s;
}
.ecology-list3 .ulbox-container .icon img {
	max-height: 100%;
}
.ecology-list3 .ulbox-container .tit3 {
	margin-top: 1.75rem;
	transition: all 0.6s;
}
.ecology-list3 .ulbox-container .tip {
	margin-top: 2.25rem;
	transition: all 0.6s;
}
.ecology-list3 .ulbox-container .tip .sp {
	background: rgba(65, 151, 180, 0.2);
	padding: 3px;
	color: #4197b4;
	display: inline-flex;
	transition: all 0.6s;
}
.ecology-list3 .ulbox-container .swiper-slide:hover .itembox {
	background: #4197b4;
}
.ecology-list3 .ulbox-container .swiper-slide:hover .itembox .sp {
	color: #fff;
}
.ecology-list3 .ulbox-container .swiper-slide:hover .itembox .icon {
	display: none;
}
.ecology-list3 .ulbox-container .swiper-slide:hover .itembox .tit3 {
	color: #fff;
}
.ecology-list3 .ulbox-container .swiper-slide:hover .itembox .tip {
	color: #fff;
}
.ecology-list3 .ulbox-container .swiper-slide:hover .itembox .tip .sp {
	color: #fff;
}

.ecology-list5 {
	padding: 2.25rem 0 3.25rem;
	background: #fff;
	z-index: 1;
}
.ecology-list5 .textbox {
	width: 73.75%;
	background: #eee;
	border-radius: 1rem 0px 1rem 0px;
	padding: 3rem 6% 1.5rem 1.75rem;
	overflow: hidden;
}
.ecology-list5 .warpbox {
	margin-top: 2.25rem;
}
.ecology-list5 .warpbox .tip {
	position: absolute;
	width: 5rem;
	left: 50%;
	bottom: -2rem;
	z-index: 3;
}
.ecology-list5 .text-container {
	width: 56%;
	padding-bottom: 3.5rem;
}
.ecology-list5 .text-container .wtit5 {
	padding: 0.65rem 0;
	margin-top: 1.5rem;
	position: relative;
}
.ecology-list5 .text-container .wtit5 span {
	position: relative;
}
.ecology-list5 .text-container .wtit5 span:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #4095b3;
	z-index: -1;
}
.ecology-list5 .text-container .wtit5 .icon {
	position: absolute;
	z-index: 2;
}
.ecology-list5 .text-container .wtit5 .i {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ecology-list5 .text-container .wtit5 .i2 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.ecology-list5 .imgbox {
	width: 55%;
	margin-top: 3rem;
	margin-left: -28.75%;
	position: relative;
	z-index: 4;
}
.ecology-list5 .imgbox img {
	width: 100%;
	border-radius: 1rem 0 1rem 0;
	overflow: hidden;
}
.ecology-list5 .botimg {
	margin: 1rem auto 0;
	height: 2.5rem;
	display: block;
	display: none;
}

.ecology-list6 {
	padding: 1.75rem 0 5.5rem;
	position: relative;
	z-index: 6;
}

.ecology-list7 {
	background: #eee;
	padding: 2rem 0 3rem;
}
.ecology-list7 .contentbox {
	position: relative;
	z-index: 4;
}
.ecology-list7 .warpbox {
	margin-top: 1.25rem;
}
.ecology-list7 .warpbox .img {
	width: 50%;
	border-radius: 1rem 0 1rem 0;
	height: 15rem;
	overflow: hidden;
}
.ecology-list7 .warpbox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 3;
}
.ecology-list7 .warpbox .img .titbg {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.ecology-list7 .warpbox .img .tit3 {
	padding: 0 0.7rem;
	bottom: 0.6rem;
	left: 0;
	position: absolute;
	z-index: 4;
}
.ecology-list7 .formbox {
	width: 1100px;
	max-width: 88%;
	margin: 0.85rem auto 0;
	position: relative;
	z-index: 4;
}
.ecology-list7 .formbox .selectbox {
	width: 28%;
	height: 1.5rem;
	position: relative;
	z-index: 3;
}
.ecology-list7 .formbox .selectbox span {
	margin-right: 10px;
}
.ecology-list7 .formbox .selectbox .icon {
	width: 10px;
	height: 10px;
	fill: #4197b4;
}
.ecology-list7 .formbox .selectbox .selecttop {
	width: 100%;
	height: 1.5rem;
	background: #fff;
	border: 1px solid #d2d2d2;
	cursor: pointer;
	padding: 0 0.55rem 0 0.55rem;
	position: relative;
	z-index: 3;
}
.ecology-list7 .formbox .selectbox .selectitem {
	position: absolute;
	left: 0;
	top: 1.5rem;
	width: 100%;
	background: #f4f4f4;
	max-height: 150px;
	padding: 15px 0.5rem 10px;
	overflow-y: auto;
	display: none;
}
.ecology-list7 .formbox .selectbox .item {
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 15px;
	background: transparent;
	cursor: pointer;
	border-bottom: none;
}
.ecology-list7 .formbox .selectbox .item:hover {
	color: #fff;
	background: #000;
}
.ecology-list7 .formbox .ajaxbtn {
	width: 100px;
	border-radius: 10px 0 10px 0;
	background: #4197b4;
	margin-left: 20px;
	height: 1.5rem;
	cursor: pointer;
}
.ecology-list7 .textbox {
	width: 43.75%;
	height: 15rem;
	padding-right: 12px;
	overflow-y: auto;
}
.ecology-list7 .textbox::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}
.ecology-list7 .textbox::-webkit-scrollbar-thumb {
	background: #4197b4;
	border-radius: 10px;
}
.ecology-list7 .textbox::-webkit-scrollbar-track {
	background: #e7e7e7;
}
.ecology-list7 .textbox .item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}
.ecology-list7 .textbox .sptop {
	padding: 0.65rem 0.5rem;
	cursor: pointer;
}
.ecology-list7 .textbox .sptop .icon {
	width: 12px;
	height: 12px;
	fill: #333;
}
.ecology-list7 .textbox .sp {
	width: calc(100% - 60px);
}
.ecology-list7 .textbox .item.cur {
	background: #4197b4;
	background: #4197b4;
	border-radius: 1rem 0px 1rem 0px;
	padding: 1.25rem 1.5rem 1rem 1.25rem;
}
.ecology-list7 .textbox .item.cur .sptop {
	padding: 0;
}
.ecology-list7 .textbox .item.cur .sp {
	color: #fff;
}
.ecology-list7 .textbox .item.cur .icon {
	opacity: 0;
}
.ecology-list7 .textbox .item.cur .tipimg {
	opacity: 1;
}
.ecology-list7 .textbox .p {
	margin-bottom: 0.65rem;
}
.ecology-list7 .textbox .titbox {
	margin-top: 0.6rem;
	display: none;
}
.ecology-list7 .textbox .titbox .btn {
	display: inline-flex;
	margin-bottom: 0.25rem;
	background: rgba(255, 255, 255, 0.2);
	padding: 4px;
}
.ecology-list7 .textbox .tipimg {
	position: absolute;
	right: -2.5rem;
	top: -1.75rem;
	width: 4.5rem;
	opacity: 0;
}
.ecology-list7 .textbox .itemli {
	margin-bottom: 0.65rem;
}
.ecology-list7 .textbox2 {
	width: 43.75%;
	height: 15rem;
	padding-right: 12px;
	overflow-y: auto;
	display: none;
}
.ecology-list7 .textbox2::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}
.ecology-list7 .textbox2::-webkit-scrollbar-thumb {
	background: #4197b4;
	border-radius: 10px;
}
.ecology-list7 .textbox2::-webkit-scrollbar-track {
	background: #e7e7e7;
}
.ecology-list7 .textbox2 .li {
	padding: 0.55rem 0 0.7rem;
	border-bottom: 1px solid #d6d6d6;
	cursor: pointer;
}
.ecology-list7 .textbox2 .li .sp {
	margin-bottom: 0.35rem;
}
.ecology-list7 .textbox2 .li.cur .sp2 {
	color: #4197b4;
	font-weight: bold;
}

.sleeping-list1 {
	padding: 2rem 0 2.5rem;
	background: #fff;
	position: relative;
	z-index: 1;
}
.sleeping-list1 .contentbox {
	margin-top: 2rem;
}
.sleeping-list1 .img {
	width: 10.5rem;
}
.sleeping-list1 .img img {
	border-radius: 1rem 0 1rem 0;
}
.sleeping-list1 .img .btn {
	position: absolute;
	width: 158px;
	height: 60px;
	background: #4197b4;
	border-radius: 0.4rem 0px 0.4rem 0px;
	right: 1rem;
	bottom: -30px;
	z-index: 3;
}
.sleeping-list1 .textbox {
	width: calc(100% - 13.5rem);
}
.sleeping-list1 .textbox .li {
	padding: 0.7rem 0;
	border-bottom: 1px solid #f5f5f5;
}
.sleeping-list1 .textbox .li .tit3 {
	margin-top: 0.5rem;
}

.sleeping-list2 {
	position: relative;
	z-index: 1;
	padding: 2.25rem 0 2.5rem;
	background: linear-gradient(-69deg, #d8e3e7, #f6f6f6);
}
.sleeping-list2 .itembox {
	margin-top: 1.85rem;
	background: url(../img2/img34.jpg) no-repeat center center;
	background-size: cover;
	padding: 2rem 3.85rem 0.7rem 1.5rem;
	border-radius: 0.25rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
}
.sleeping-list2 .itembox .leftbox {
	width: 60%;
}
.sleeping-list2 .itembox .leftbox .tit3 {
	margin-bottom: 1.35rem;
}
.sleeping-list2 .itembox .leftbox .tit4 p {
	margin-bottom: 0.5rem;
}
.sleeping-list2 .itembox .rightbox {
	width: 32.7%;
}
.sleeping-list2 .itembox2 {
	align-items: stretch;
}
.sleeping-list2 .itembox2 .li {
	width: 49%;
	border-radius: 0.25rem;
	overflow: hidden;
	padding: 1.75rem 1.5rem;
	height: auto;
}
.sleeping-list2 .itembox2 .li .tit4 {
	margin-top: 0.85rem;
}
.sleeping-list2 .itembox2 .li .tit4 span {
	color: #4197b4;
	text-decoration: underline;
}
.sleeping-list2 .itembox2 .li:nth-child(1) {
	background: url(../img2/img36.png) no-repeat center center;
	background-size: cover;
}
.sleeping-list2 .itembox2 .li:nth-child(2) {
	background: #fff;
}
.sleeping-list2 .itembox2 .img {
	width: 100%;
	margin-top: 2rem;
}
.sleeping-list2 .itembox2 .img2 {
	margin-top: 1rem;
}
.sleeping-list2 .itembox2 .tit5 {
	margin-top: 0.9rem;
}

.itembox3 {
	padding: 1.7rem 1.6rem;
	background: #fff;
	border-radius: 0.25rem;
	margin-top: 1.25rem;
}
.itembox3 .ul {
	margin-top: 1.5rem;
}
.itembox3 .ul .li {
	background: #f6f6f6;
	border-radius: 0.4rem;
	width: 18%;
	padding: 1.5rem 3% 1.25rem;
	transition: all 0.6s;
}
.itembox3 .ul .icon {
	width: 1.75rem;
	height: 1.75rem;
	margin: 0 auto 0.65rem;
	transition: all 0.6s;
}
.itembox3 .ul .tit3 {
	transition: all 0.6s;
}
.itembox3 .ul .tit4 {
	transition: all 0.6s;
}
.itembox3 .ul .li:hover {
	background: #2883a2;
	box-shadow: 6px 7px 20px 0px rgba(63, 159, 192, 0.66);
}
.itembox3 .ul .li:hover .icon {
	filter: grayscale(100%) invert(100%);
	opacity: 0.95;
	/*mix-blend-mode: difference;*/
}
.itembox3 .ul .li:hover .tit3 {
	color: #fff;
}
.itembox3 .ul .li:hover .tit4 {
	color: #fff;
}

.sleeping-list3 {
	padding: 2.5rem 0 5rem;
}
.sleeping-list3 .ul {
	margin-top: 1.5rem;
}
.sleeping-list3 .ul .li {
	padding: 1.7rem 1.25rem;
	width: 32%;
	margin-right: 2%;
}
.sleeping-list3 .ul .li .tit3 {
	margin-bottom: 1rem;
}
.sleeping-list3 .ul .li:nth-child(3n) {
	margin-right: 0;
}
.sleeping-list3 .ul .li:nth-child(1) {
	background: #d9eaf1;
}
.sleeping-list3 .ul .li:nth-child(1) .titbox1 {
	background: #fff;
	padding: 0.7rem;
	height: 9.5rem;
}
.sleeping-list3 .ul .li:nth-child(1) .titbox1 .tit3 {
	width: 100%;
	margin-bottom: 0.4rem;
}
.sleeping-list3 .ul .li:nth-child(1) .titbox1 .tit4 {
	width: 100%;
}
.sleeping-list3 .ul .li:nth-child(2) {
	background: #c7e0e7;
}
.sleeping-list3 .ul .li:nth-child(2) .titbox2 {
	background: #fff;
	padding: 0.5rem 0.7rem;
	min-height: 4.2rem;
	margin-bottom: 0.75rem;
}
.sleeping-list3 .ul .li:nth-child(2) .titbox2 .tit3 {
	width: 100%;
	margin-bottom: 0.4rem;
}
.sleeping-list3 .ul .li:nth-child(2) .titbox2 .tit4 {
	width: 100%;
}
.sleeping-list3 .ul .li:nth-child(2) .titbox2:last-child {
	margin-bottom: 0;
}
.sleeping-list3 .ul .li:nth-child(3) {
	background: #b3d5e1;
}
.sleeping-list3 .ul .li:nth-child(3) .titbox3 {
	background: #fff;
	padding: 0.5rem 0.7rem;
	min-height: 3rem;
	margin-bottom: 0.75rem;
}
.sleeping-list3 .ul .li:nth-child(3) .titbox3 .tit3 {
	width: 100%;
	margin-bottom: 0.4rem;
}
.sleeping-list3 .ul .li:nth-child(3) .titbox3 .tit4 {
	width: 100%;
}
.sleeping-list3 .ul .li:nth-child(3) .titbox3:last-child {
	margin-bottom: 0;
}
.sleeping-list3 .warpul {
	margin-top: 2.25rem;
}
.sleeping-list3 .warpul .ul2 {
	margin-top: 1.25rem;
}
.sleeping-list3 .warpul .icon {
	width: 2.25rem;
	height: 2.25rem;
	margin-bottom: 1rem;
}
.sleeping-list3 .warpul .li {
	padding: 0 1rem;
	width: 20%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.sleeping-list3 .warpul .li:nth-child(2),
.sleeping-list3 .warpul .li:nth-child(3) {
	width: 30%;
	padding: 0 1rem 0 3.5rem;
}
.sleeping-list3 .warpul .tit5 {
	margin-top: 0.4rem;
}
.sleeping-list3 .warpul .li:last-child {
	padding-left: 2rem;
	border-right: none;
}

.header .topnew {
	position: relative;
	z-index: 3;
}
.header .topnew .newbox {
	position: absolute;
	padding: 0.5rem 0.25rem 0.3rem;
	border-radius: 0.2rem;
	background: #fff;
	top: 35px;
	left: 50%;
	transform: translate(-50%, 0);
	flex-flow: row nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .topnew .newbox .li {
	width: 2.5rem;
	margin: 0 0.2rem;
}
.header .topnew .newbox .li .img {
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.1rem;
}
.header .topnew:hover .newbox {
	opacity: 1;
	visibility: visible;
}

.training-list4 {
	padding: 2.85rem 0 9rem;
}
.training-list4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 100% auto;
	z-index: 1;
}
.training-list4 .bg2 {
	z-index: 3;
}
.training-list4 .bg4 {
	z-index: 4;
}
.training-list4 .text {
	width: 36%;
}
.training-list4 .title2 {
	margin-bottom: 1rem;
}
.training-list4 .item {
	padding: 1rem 0;
	border-bottom: 1px solid #ddd;
}
.training-list4 .p {
	margin-top: 0.45rem;
}
.training-list4 .contentbox {
	position: relative;
	z-index: 6;
}

.training-list5 {
	padding: 3rem 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
.training-list5 .imgbox-container {
	margin-top: 1rem;
}
.training-list5 .imgbox-container .img {
	border-radius: 0.5rem;
	height: 15rem;
	overflow: hidden;
	display: block;
}
.training-list5 .imgbox-container .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.training-list5 .imgbox-container .text {
	margin: 0.65rem auto 0;
	opacity: 0;
	transition: all 0.8s;
	max-width: 80%;
}
.training-list5 .imgbox-container .ntext {
	position: relative;
}
.training-list5 .imgbox-container .ntext .i {
	position: absolute;
	left: -1.65rem;
	top: 0;
	z-index: 1;
}
.training-list5 .imgbox-container .ntext .i2 {
	position: absolute;
	right: -1.65rem;
	bottom: 0;
	z-index: 1;
}
.training-list5 .imgbox-container .ntext .tit4 {
	margin-bottom: 0.3rem;
}
.training-list5 .imgbox-container .ntext .tit5 {
	margin-bottom: 0.25rem;
}
.training-list5 .imgbox-container .swiper-slide.swiper-slide-active .text {
	opacity: 1;
}

.n-guidelines {
	background: #f6f6f6;
	padding-bottom: 3rem;
}
.n-guidelines .contentbox {
	margin-top: 0.7rem;
}
.n-guidelines .leftnav {
	width: 200px;
}
.n-guidelines .leftnav .li {
	height: 50px;
	border-radius: 50px;
	background: #fff;
	margin-bottom: 0.45rem;
	transition: all 0.6s;
}
.n-guidelines .leftnav .li.cur {
	background: #4197b4;
	color: #fff;
}
.n-guidelines .rightbox {
	width: calc(100% - 200px - 40px);
	background: #fff;
	border-radius: 1rem;
	padding: 2rem 2.25rem 0.65rem;
}
.n-guidelines .rightbox .title {
	padding-bottom: 0.45rem;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 0.7rem;
}
.n-guidelines .rightbox .itmebox {
	margin-bottom: 2.25rem;
}

.training-list3 .itembox .li.cur {
	width: 45%;
}
.training-list3 .itembox .p {
	padding-right: 1.5rem;
}
.training-list3 .itembox2 .li {
	position: relative;
}
.training-list3 .itembox2 .text2 {
	position: absolute;
	left: 1.5rem;
	top: 0.8rem;
}
.training-list3 .itembox2 .li:nth-child(1) .text2 {
	left: 1rem;
}
.training-list3 .itembox2 .num {
	color: #4197b4;
}
.training-list3 .itembox2 .tit3 {
	margin-bottom: 0.15rem;
}
.training-list3 .itembox2 .titbox {
	width: calc(100% - 50px);
	margin-left: 0.25rem;
}
.training-list3 .botbox {
	margin-top: 1rem;
}
.training-list3 .botbox .btn {
	width: 119px;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	bottom: -0.5rem;
	position: relative;
}
.training-list3 .botbox .btn .icon2 {
	width: 12px;
	height: 12px;
	fill: #fff;
	margin-left: 0.25rem;
}
.training-list3 .botbox .btn:hover {
	color: #fff;
}

.n-event-list .ulbox .li .tit2 {
	transition: all 0.8s;
}
.n-event-list .ulbox .li .img img {
	transition: all 0.6s;
}
.n-event-list .ulbox .li:hover .img img {
	transform: scale(1.1, 1.1);
}
.n-event-list .ulbox .li:hover .tit2 {
	color: #4197b4;
}

.event-list1 .warpbox .middlebox .bg,
.event-list2 .contentbottom .li .bg,
.event-list2 .contenttop .li .tit2,
.event-list2 .contentbottom .rightbox .rightop .title,
.event-list2 .contentbottom .rightbox .itembox .tit4,
.event-list3 .ulbox .li .img img,
.event-list3 .ulbox .li .text .tit4,
.event-list1 .warpbox .leftbox .li .tit5 {
	transition: all 0.8s;
}
.event-list1 .warpbox .middlebox:hover .bg,
.event-list2 .contentbottom .li:hover .bg,
.event-list3 .ulbox .li:hover .img img {
	transform: scale(1.1, 1.1);
}
.event-list2 .contenttop .li:hover .tit2,
.event-list2 .contentbottom .rightbox .rightop:hover .title,
.event-list2 .contentbottom .rightbox .litem:hover .tit4,
.event-list3 .ulbox .li:hover .text .tit4,
.event-list1 .warpbox .leftbox .li:hover .tit5 {
	color: #4197b4;
}

.infobackbtn {
	width: 1.5rem;
	height: 1.5rem;
	position: fixed;
	background: #70b0c6;
	right: 6%;
	bottom: 10%;
	z-index: 99;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	cursor: pointer;
}

.infobackbtn .icon {
	width: auto;
	height: 0.75rem;
	fill: #fff;
}
@media (max-width: 1024px) {
	.infobot-fix {
		max-width: 88%;
		margin-left: -44%;
	}
	.itembox3 .ul .li {
		padding: 1rem 1% 1.25rem;
	}
	.n-guidelines .leftnav {
		display: none;
	}
	.n-guidelines .rightbox {
		width: 100%;
	}
	.n-guidelines .contentbox {
		padding: 2rem 0;
	}
}
@media (max-width: 996px) {
	.n-event-list .ulbox .img {
		width: 100%;
	}
	.n-event-list .ulbox .text {
		width: 100%;
	}
	.event-list1 .warpbox .leftbox {
		width: 100%;
	}
	.event-list1 .warpbox .middlebox {
		width: 100%;
		margin: 1rem 0;
	}
	.event-list1 .warpbox .rightbox {
		width: 100%;
	}
	.event-list2 .contenttop .li {
		width: 100%;
		margin-bottom: 1rem;
		height: auto;
	}
	.event-list2 .contenttop .img {
		width: 100%;
	}
	.event-list2 .contentbottom .li {
		width: 100%;
	}
	.event-list2 .contentbottom .rightbox {
		width: 100%;
	}

	.event-list3 .ulbox .li {
		width: 48%;
	}
	.event-list1 .warpbox .leftbox .news-container {
		height: auto;
	}
	.event-list1 .warpbox .middlebox .text {
		padding: 0.75rem 5%;
	}
	.event-list2 {
		padding: 2rem 0 1.75rem;
	}
	.sleeping-list1 .img {
		width: 100%;
	}
	.sleeping-list1 .textbox {
		width: 100%;
		margin-top: 1.25rem;
	}
	.sleeping-list1 .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.sleeping-list2 .itembox2 .li {
		width: 100%;
	}
	.sleeping-list2 .itembox2 .li:nth-child(1) {
		margin-bottom: 1rem;
	}
	.sleeping-list3 .ul .li {
		width: 100%;
		margin-bottom: 0.75rem;
		margin-right: 0;
	}
	.sleeping-list3 .warpul .li {
		padding: 0 1rem !important;
		width: 25% !important;
	}
	.ecology-list1 .leftbox {
		width: 100%;
	}
	.ecology-list1 .rightbox {
		width: 100%;
		margin-left: 0;
	}
	.ecology-list1 .rightbox .imgbox-container {
		position: relative;
		left: 10%;
	}
	.ecology-list1 .leftbox .titbox {
		min-height: 9rem;
		padding: 1.25rem 6% 1rem;
	}
	.ecology-list1 .leftbox .tit2 {
		margin-bottom: 1.25rem;
	}
	.ecology-list1 .contentbox {
		padding-bottom: 4rem;
	}
}
@media (max-width: 767px) {
	.n-guidelines .contentbox {
		padding-bottom: 0;
	}
	.n-guidelines .rightbox {
		padding: 1.2rem 6% 1rem;
	}
	.n-info .info-list3 .warpul .li {
		width: 100%;
		border-right: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.n-info .info-list3 .warpul .li:before {
		display: none;
	}
	.infobot-fix .leftbox {
		width: 100%;
	}
	.infobot-fix {
		height: auto;
		padding: 10px 0.65rem;
	}
	.infobot-fix .leftbox {
		margin-bottom: 0.45rem;
	}
	.infobot-fix .leftbox .time {
		margin-right: 0.65rem;
	}
	.infobot-fix a {
		width: 120px;
		height: 45px;
	}
	.infobot-fix a {
		bottom: 5%;
	}
	.info-list3 .warpul .morebtn2,
	.info-list3 .warpul .morebtn3 {
		width: 100px;
		height: 40px;
	}
	.n-info .info-list3 .warpul .li {
		padding-top: 0.75rem !important;
	}
	.n-info .info-list3 .sharebox {
		margin-top: 0.55rem;
	}
	.n-event-list .tabul .spitem a {
		margin-right: 0.4rem;
	}
	.n-event-list .tabul .spbox {
		margin-right: 0.4rem;
	}
	.n-event-list .contentbox .inputbox {
		width: 100%;
		height: 45px;
	}
	.n-event-list .contentbox .inputbox .input1 {
		height: 45px;
	}
	.n-event-list .contentbox .inputbox {
		margin: 0 auto 1rem;
	}
	.n-event-list .ulbox .text {
		padding: 1rem 6% 1.5rem;
	}
	.n-event-list .ulbox .morebtn2,
	.n-event-list .ulbox .morebtn3,
	.n-event .titlebox a {
		width: 100px;
		height: 40px;
	}
	.n-event-list .ulbox .bottonbox {
		margin-top: 1rem;
	}
	.n-event-list .ulbox .text .tit3 {
		font-size: 14px;
	}
	.n-event-list .ulbox .text .tit2 {
		margin-bottom: 0.65rem;
	}
	.n-event-list .ulbox .tip {
		top: 0.6rem;
		left: 0.6rem;
	}
	.n-event-list .ulbox .li:last-child {
		margin-bottom: 0;
	}
	.n-event-list .tabul .spitem a {
		font-size: 14px;
	}
	.event-list2 .contenttop .li {
		padding-bottom: 2.5rem;
	}
	.event-list2 .contentbottom .rightbox .rightop {
		padding: 0.75rem 6%;
	}
	.event-list2 .contentbottom .rightbox .itembox .item {
		width: 100%;
		padding: 0.5rem 6%;
	}
	.event-list2 .contentbottom .rightbox .itembox .item {
		border-right: none;
	}
	.event-list3 .ulbox .li {
		width: 100%;
	}
	.event-list3 .ulbox .li .text {
		padding-bottom: 0;
	}
	.event-list3 .morebtn {
		margin: 1rem auto 0;
		width: 100px;
		height: 40px;
	}
	.event-list2 .contenttop .img {
		height: 8rem;
	}
	.sleeping-list3 .warpul .li {
		border-right: none;
		padding: 1rem 6% !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		width: 100% !important;
	}
	.sleeping-list3 .warpul .ul2 {
		margin-top: 0.5rem;
	}
	.sleeping-list2 .itembox3 .ul .li {
		width: 100%;
		margin-bottom: 0.75rem;
	}
	.sleeping-list2 .itembox3 {
		padding: 1rem 6%;
	}
	.sleeping-list2 .itembox .leftbox {
		width: 100%;
		margin-bottom: 0.7rem;
	}
	.sleeping-list2 .itembox .rightbox {
		width: 100%;
	}
	.sleeping-list2 .itembox {
		padding: 1.25rem 6% 0.7rem 1.5rem;
	}
	.sleeping-list1 .img .btn {
		width: 130px;
		height: 50px;
	}
	.sleeping-list1 .contentbox {
		margin-top: 1.5rem;
	}
	.ecology-list1 .rightbox .imgbox-container {
		top: 1.5rem;
	}
	.ecology-list1 .rightbox .bg {
		height: 12rem;
	}
	.ecology-list1 .rightbox .imgbox-container {
		padding-bottom: 2rem;
	}
	.ecology-list1 .rightbox .imgbox-container .swiper-pagination2 {
		width: 80% !important;
	}
	.ecology-list1 .rightbox {
		margin-top: 0.75rem;
	}
	.ecology-list1 .rightbox .imgbox-container .img {
		height: 6.5rem;
	}
	.ecology-list2 {
		padding-bottom: 3rem;
	}
	.ecology-list7 .warpbox .img {
		width: 100%;
		margin-bottom: 0.85rem;
	}
	.ecology-list7 .textbox,
	.ecology-list7 .textbox2 {
		width: 100%;
	}
	.ecology-list7 .formbox {
		max-width: 100%;
	}
	.ecology-list7 .warpbox .img {
		height: 10rem;
	}
	.ecology-list7 {
		padding-bottom: 2rem;
	}
	.ecology-list5 .textbox {
		width: 100%;
	}
	.ecology-list5 .imgbox {
		width: 100%;
		margin-left: 0;
		margin-top: 1rem;
	}
	.ecology-list5 .text-container {
		width: 100%;
	}
	.ecology-list5 .textbox {
		padding: 1.5rem 6%;
	}
	.ecology-list5 .text-container .wtit5 {
		margin-top: 1rem;
	}
	.ecology-list5 .warpbox {
		margin-top: 1.25rem;
	}
	.ecology-list7 .formbox .selectbox .item {
		padding: 0;
	}
}

@media (max-width: 996px) {
	.training-list1 .leftbox {
		width: 100%;
		margin-bottom: 0.75rem;
	}
	.training-list1 .rightbox {
		width: 100%;
	}
	.training-list2 .li1 .training-container1 {
		width: 100%;
	}
	.training-list2 .li4 .ul {
		margin-top: 1.2rem;
	}
	.training-list2 .li4 .ul .li {
		width: 33.3%;
	}
	.training-list3 .itembox .ul {
		margin-top: 1rem;
	}
	.training-list3 .itembox .li {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 4%;
	}
	.training-list4 {
		padding: 2.85rem 0 3rem;
		background: #eee;
	}
}
@media (max-width: 767px) {
	.training-list1 .rightbox .img3 {
		top: 4rem;
	}
	.training-list2 .li1 .text .btn {
		height: 40px;
	}
	.training-list2 .li {
		padding: 0.7rem 0.65rem;
	}
	.training-list2 .li4 .ul .li {
		width: 100%;
	}
	.training-list2 .li4 .ul .li {
		height: 5rem;
		margin-bottom: 0.6rem;
	}
	.training-list2 .li4 .ul .titbox {
		height: 3rem;
	}
	.training-list2 .li2 .training-container2 {
		width: 90%;
	}
	.training-list5 .imgbox-container .img {
		height: 8rem;
	}
	.training-list4 .text {
		width: 100%;
	}
	.training-list4 .title2 {
		margin-bottom: 0;
	}
	.training-list4 {
		padding-top: 2rem;
		padding-bottom: 9rem;
	}
	.training-list4 .bg {
		height: 7rem;
		bottom: 0;
		top: auto;
	}
	.training-list3 .itembox .li {
		margin-bottom: 1.25rem;
	}
}

.liuyanbox {
	margin: 1rem 0;
}
.liuyanbox .item {
	margin-bottom: 1rem;
}
.liuyanbox .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.25rem;
}
.liuyanbox .spbox {
	width: calc(100% - 2rem);
}
.liuyanbox .p {
	width: calc(100% - 1.5rem);
	margin-left: 1.5rem;
	margin-top: 0.2rem;
}
.liuyanbox .nitem {
	width: calc(100% - 1.5rem);
	margin-left: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #f7f7f7;
}
.liuyanbox .nitem .icon2 {
	width: 0.78rem;
	height: 0.78rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.25rem;
}
.liuyanbox .p2 {
	margin-top: 0.25rem;
	padding-left: 0.75rem;
}

.n-search{
	padding:2rem 0;
}
.n-search .tabul{
	/*width:7.5rem;*/
	width:100%;
	margin-bottom:1.5rem;
	border-bottom:1px solid #d1d1d1;
}
.n-search .tabul a{
	display:block;
	line-height:1.2;
	position: relative;
	margin-right:.6rem;

}
.n-search .tabul a span{
	position: relative;
	padding:.55rem 0;
	display:block;
}
.n-search .tabul a span:before{
	content:"";
	position: absolute;
	left:0;
	bottom:-2px;
	height:3px;
	width:100%;
	background:#4197b4;
	opacity:0;
	transition: all .6s;
}
.n-search .tabul a:hover,.n-search .tabul a.cur{
	color:#4197b4;
}
.n-search .tabul a:hover span:before,.n-search .tabul a span.cur:before{
	opacity:1;
}
.n-search .rightbox{
	/*width:calc(100% - 10.5rem);*/
	width:100%;
}
.n-search .rightbox .guard-list2 .ul2{
	margin-top:0;
}
.n-search .rightbox .guard-list2{
	padding: 0;
}
.n-search .rightbox .n-news-list{
	padding:0;
}
.n-search .rightbox .channel-list2{
	padding:0;
    background:none;
}


.n-search .rightbox .training-list2 {
	width:100%;
	margin:0;
	padding:0;
	background:none;
}
.n-search .rightbox .training-list2 .ul{
	margin-top:0;
}
.n-search .rightbox .training-list2 .ul .item{
	width:23.5%;
	margin-right:2%;
	margin-bottom:.8rem;
}
.n-search .rightbox .training-list2 .ul .item:nth-child(4n){
	margin-right:0;
}
.n-search .rightbox .training-list2 .bg {
	width: 100%;
}
.n-search .rightbox .training-list2 .text {
	position: absolute;
	padding: 1.25rem;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.n-search .rightbox .training-list2 .text .icon2 {
	margin-bottom: 1.5rem;
}
.n-search .rightbox .training-list2 .text .tit3 {
	margin-bottom: 0.65rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.n-search .rightbox .training-list2 .text .tit4 {
	margin-bottom: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: calc(28px * 1.2);
	height: calc(2 * 28px * 1.2);
}
.n-search .rightbox .training-list2 .text .btn {
	padding: 0 0.5rem;
	height: 48px;
	background: #4197b4;
	border-radius: 10px 0px 10px 0px;
	display: inline-flex;
}
.n-search .rightbox .training-list2 .text .btn .icon {
	width: 15px;
	height: 15px;
	fill: #fff;
	margin-left: 0.25rem;
}
.n-search .rightbox .training-list2 .text .btn:hover {
	color: #fff;
}
.n-search .rightbox .n-event-list{
	background:transparent;
}
.n-search .rightbox .n-event-list .contentbox{
	padding:0;
	background:transparent;
}
.n-search .rightbox .sleep-c{
	background:transparent;
	padding:0;
}
.n-search .rightbox .sleep-c .bottom-box
{
	padding:0;
}
.n-search .rightbox .medical-list2{
	background:none;
	padding:0 6%;
}
.n-search .rightbox .medical-list2 .swiper-slide{
	width:47%;
	margin-right:6%;
	margin-bottom:.75rem;
}
.n-search .rightbox .medical-list2 .swiper-slide:nth-child(2n){
	margin-right:0;
}
@media (max-width: 1400px) {
	.n-search .rightbox .training-list2 .text .icon2,.n-search .rightbox .training-list2 .text .tit4{
		margin-bottom:.65rem;
	}
}
@media (max-width:1280px) {
	.n-search .rightbox .medical-list2{
		padding: 0;
	}
}
@media (max-width:1024px) {
	.n-search .rightbox .training-list2 .ul .item{
		width:48%;
		margin-right:4%;
	}
	.n-search .rightbox .training-list2 .ul .item:nth-child(2n){
		margin-right:0;
	}
}
@media (max-width:996px) {
	.n-search .rightbox .medical-list2 .swiper-slide{
		width:100%;
		margin-right:0;
	}
	.n-search .rightbox .medical-list2 .bg{
		height:9rem;
	}
}
@media (max-width:767px) {
	.n-search .rightbox .training-list2 .ul .item{
		width:100%;
		margin-bottom:.85rem;
		margin-right:0;
	}
	.n-search .rightbox .training-list2 .bg{
		height:11rem;
	}
	.ilistbot{
		height:auto;
	}
	.footer .nbot .itembox .f_sh{
		width:100%;
		justify-content: center;
    align-items: center;
	}
	.n-info .info-list1 .social-share{
		    display: flex;
	    flex-flow: row wrap;
	    justify-content: center;
	    align-items: center;
	}
	/*.social-share .icon-wechat{
		display:none !important;
	}*/

}


/*.infoshare .kshare a:before{
  display:none !important;
}
.infoshare .kshare .icon-weibo{
  background:transparent url(../img/img7-2.png) no-repeat center center !important;
}
.infoshare .kshare .icon-wechat{
  background:transparent url(../img/img7-1.png) no-repeat center center !important;
}*/
/*# sourceMappingURL=boc_reset.css.map */
.banner-icon{
	position: absolute;
	top: 33%;
	right: 20%;
	width: 6rem;
}


.channel-list4 .ulbox .text .tb{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: .25rem;
}
.channel-list4 .ulbox .text .tb .view{
	display: flex;
	align-items: center;
	justify-content: center;
}
.channel-list4 .ulbox .text .tb .start{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: .5rem;
}
.channel-list4 .ulbox .text .tb .view svg{
	/* width: .45rem;
    height: .45rem; */
	margin-right: .25rem;
}
.channel-list4 .ulbox .text .tb .start svg{
	/* width: .35rem;
	height: .35rem; */
	margin-right: .25rem;
}
.channel-list4 .ulbox .text .tb .view span{
	color: #444 !important;
}
.channel-list4 .ulbox .text .tb .view svg path{
	fill: rgb(204, 204, 204) !important;
}

.channel-list4 .ulbox .li:hover .tb .icons{
	transform: scale(1);
}
.channel-list4 .ulbox .text .tb span{
	line-height: 1;
}
.channel-list4 .ulbox .li .tb .start:hover svg path{
fill: #4197B4;    
    
}
.channel-list4 .ulbox .li .tb .start:hover svg.icons~span{
	color: #4197B4 !important;
}