@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;
}

.footer .rightbox .sharebox .imghover:before {
	content: "";
	height: 0;
	width: 0;
	overflow: hidden;
}

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

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus,
.contact-list3 .formbox .input:focus,
.contact-list3 .formbox .input1:focus,
.contact-list3 .formbox .input3: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: "Microsoft Yahei", "Source Han Sans CN", "Noto Sans S Chinese Light", "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: #000;
	color: #fff;
}

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

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

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

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

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

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


/*==常用颜色==*/

.col-fff {
	color: #fff;
}

.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: 15px;
	}
	.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: 14px;
	}
	.tit-15 {
		font-size: 13px;
	}
	.tit-16 {
		font-size: 14px;
	}
	.tit-17 {
		font-size: 14px;
	}
	.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: 14px;
	}
	.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: 14px;
	line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

.conbox-24 {
	font-size: 24px;
	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%;
}

.w1640 {
	max-width: 1640px;
	width: 88%;
	margin: 0 auto;
}

@media (max-width:1024px) {
	.w1640 {
		width: 92%;
	}
}

.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: 2.75rem 0 0;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	clear: both;
	display: inline-block;
}

.page a {
	text-decoration: none;
	color: #000;
	width: 1rem;
	height: 1rem;
	line-height: calc(1rem - 4px);
	background: transparent;
	margin: 0 8px;
	display: block;
	float: left;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

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

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

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

.page a[rel="next"] {
	margin-left: .2rem;
}

.page a[rel="prev"] {
	margin-right: .2rem;
}

.page a[rel="next"],
.page a[rel="prev"] {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	border: 2px solid rgba(0, 0, 0, 0.2);
}

.page a[rel="next"] svg,
.page a[rel="prev"] svg {
	width: 24px;
	height: 24px;
	fill: #000;
}

.page a[rel="next"]:hover,
.page a[rel="prev"]:hover {
	border: 2px solid #FDCE00;
}

.page a[rel="next"]:hover svg,
.page a[rel="prev"]:hover svg {
	fill: #FDCE00;
}


/*分页样式end*/

@media (max-width: 996px) {
	.page {
		padding-top: 1.5rem;
	}
	.n-products .rightbox a {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.wrap {
		padding: 1rem;
	}
	.page a {
		width: 1rem;
	}
	.page a[rel="next"],
	.page a[rel="prev"] {
		width: 1.25rem;
		height: 1.25rem;
		margin-top: -0.1rem;
	}
	.page a[rel="prev"] svg {
		margin-left: -2px;
		margin-top: 1px;
	}
	.page a[rel="next"] svg {
		margin-right: -2px;
		margin-top: 1px;
	}
	.page {
		padding-top: 1.5rem;
	}
	.n-products .page a {
		margin-right: 0 !important;
	}
}

.wrap-sm {
	padding: 30px;
}

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

.wrap-xs {
	padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*常用css3动画样式*/

.trans {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all 0.4s;
}

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

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

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


/*loadering动画样式2*/

.anim-loader {
	animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

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


/*模块加载的loading-2*/

.ajax-loader {
	background: rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
	z-index: 1036;
}

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

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


/*end*/


/*入场动画样式*/

.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
	visibility: hidden;
}

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

.anim_emt.start {
	-webkit-animation-duration: 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(-40px);
		transform: translateX(-40px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

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

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

@keyframes mk_top_to_bottom {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		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(../../images/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 .6s;
	-o-transition: all .6s;
	transition: all 0.6s;
}

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

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

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

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

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

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

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


/*.loader-line .gradient,.loader-line .gradient2 {  width:40%;  height:100%;  left:-40%;  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite}.loader-line .gradient2 {  -webkit-animation-delay:1s;  animation-delay:1s}*/


/*首页加载loading-end*/


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

.search-list1 {
	background: #F3F2F0;
	padding: .8rem 0;
}

.search-list1 .searchbox {
	width: 100%;
	height: 68px;
	background: transparent;
	border: none;
	position: relative;
}

.search-list1 .input1 {
	width: 100%;
	height: 66px;
	background: transparent;
	border: none;
}

.search-list1 .input1::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

.search-list1 .input1:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

.search-list1 .input1::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

.search-list1 .input1:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

.search-list1 .input2 {
	width: 124px;
	height: 42px;
	background: #083388 url(../images/searchbtn2.png) no-repeat 75px center;
	border-radius: 21px;
	background-size: 21px auto;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -21px;
	padding-left: 35px;
	text-align: left;
}

.search-list1 form {
	width: 100%;
}

@media (max-width: 767px) {
	.search-list1 .input2 {
		width: 100px;
		padding-left: 25px;
		background: #0054A3 url(../images/searchbtn2.png) no-repeat 60px center;
		background-size: 16px auto;
	}
	.search-list1 .input1,
	.search-list1 .searchbox {
		height: 45px;
	}
}

.search-list2 {
	padding: 3rem 0;
	background: #F8F8F8;
	border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}

.search-list2 span {
	color: #fbce03;
}

.search-list2 .tip {
	padding-bottom: .5rem;
	border-bottom: 2px solid #F3F2F0;
}

.search-list2 .tab-ul {
	padding: 0 .35rem;
	border-bottom: 2px solid #F3F2F0;
}

.search-list2 .tab-ul .li {
	margin: 0 .5rem;
	position: relative;
	height: 52px;
	line-height: 52px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.search-list2 .tab-ul .li:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 4px;
	background: #fbce03;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.search-list2 .tab-ul .li:hover:before,
.search-list2 .tab-ul .li.cur:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.search-list2 .ulbox {
	margin-top: 1.25rem;
}

.search-list2 .tab-ul .li:hover {
	color: #fbce03;
}

.search-list2 .ulbox span {
	color: #fbce03;
}

.search-list2 .ulbox .li {
	width: 48%;
	padding-bottom: .3rem;
	margin-bottom: .85rem;
	border-bottom: 1px solid rgba(214, 214, 214, 0.8);
	padding-left: 22px;
	position: relative;
	transition: all .6s;
}

.search-list2 .ulbox .li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	background: #fbce03;
	margin-top: -9px;
}

.search-list2 .ulbox .li:hover {
	color: #fbce03;
}

.search-list2 .page {
	padding-top: 2.5rem;
}

@media (max-width: 767px) {
	.search-list2 {
		padding: 2rem 0;
	}
	.search-list2 .ulbox .li {
		width: 100%;
		padding-left: 18px;
	}
	.search-list2 .tab-ul .li {
		margin: 0 0.3rem;
	}
	.search-list2 .tab-ul {
		padding: 0;
	}
	.search-list2 .page {
		padding-top: 1rem;
	}
	.search-list2 .ulbox .li:before {
		width: 6px;
		height: 6px;
		margin-top: -7px;
	}
}

.footer {
	padding: 1.75rem 0 .7rem;
	background: #f8f8f8;
}

.footer .logo {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: .7rem;
	margin-bottom: 1.75rem;
}

.footer .logo svg {
	width: auto;
	height: 40px;
}

.footer .logo svg .cls-1 {
	fill: none;
}

.footer .logo svg .cls-2 {
	fill: #040000;
}

.footer .logo svg .cls-3 {
	fill: #FDCE00;
}

.footer .fbox {
	padding-bottom: 1.75rem;
}

.footer .leftnav {
	width: 57%;
}

.footer .leftnav .tit4 {
	color: #737373;
}

.footer .leftnav .li {
	width: 25%;
	margin-bottom: 1.75rem;
}

.footer .leftnav .li .tit3 {
	margin-bottom: .3rem;
}

.footer .leftnav .li a {
	display: block;
}

.footer .leftnav .li:nth-child(4n) {
	width: auto;
}

.footer .leftnav a {
	transition: all .6s;
}

.footer .leftnav a:hover {
	color: #FDCE00;
}

.footer .rightbox {
	width: 27.5%;
}

.footer .rightbox .tit3 {
	margin-bottom: .2rem;
}

.footer .rightbox .tit4 {
	color: #737373;
	line-height: 1.6;
}

.footer .rightbox .inputbox {
	width: 100%;
	margin-top: .4rem;
}

.footer .rightbox .inputbox .input1 {
	width: 100%;
	height: 44px;
	color: #494949;
	background: #E7E6E6;
	border: 1px solid #E1E1E1;
	border-radius: 44px;
	position: relative;
	z-index: 1;
	padding-right: 120px;
	text-indent: .5rem;
}

.footer .rightbox .inputbox .input1::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #494949;
}

.footer .rightbox .inputbox .input1:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #494949;
}

.footer .rightbox .inputbox .input1::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #494949;
}

.footer .rightbox .inputbox .input1:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #494949;
}

.footer .rightbox .inputbox .submitbtn {
	width: 100px;
	height: 44px;
	background: #FDCE00;
	border-radius: 44px;
	position: absolute;
	right: 0;
	top: 0;
	color: #222;
	z-index: 2;
}

.footer .rightbox .box {
	margin-top: .8rem;
}

.footer .rightbox .box .sp {
	color: #737373;
}

.footer .rightbox .box .sp2 {
	color: #737373;
	margin-left: .25rem;
}

.footer .rightbox .box .item {
	margin-bottom: .2rem;
}

.footer .rightbox .box .item:nth-child(1) .sp2 {
	color: #fdce00;
}

.footer .rightbox .sharebox .li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #333;
	margin-right: 15px;
	position: relative;
	transition: all .6s;
}

.footer .rightbox .sharebox .li>img {
	width: 20px;
	height: 20px;
}

.footer .rightbox .sharebox .li svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}

.footer .rightbox .sharebox .li:nth-child(5n) svg {
	width: 25px;
	height: 25px;
}

.footer .rightbox .sharebox .li:hover {
	background: #fdce00;
}

.footer .rightbox .sharebox .li:hover svg {
	fill: #fff;
}

.footer .rightbox .sharebox .li:hover .imghover {
	opacity: 1;
}

.footer .rightbox .sharebox .imghover {
	width: 2.2rem;
	height: 2.2rem;
	background: #efefef;
	border: 3px solid #efefef;
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: calc(-1.1rem - 3px);
	opacity: 0;
	transition: all .6s;
}

.footer .rightbox .sharebox .imghover:before {
	border-bottom: 8px solid #efefef;
	border-left: 8px dashed transparent;
	border-right: 8px dashed transparent;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: -8px;
	z-index: 2;
}

.footer .pbot {
	padding: .7rem 0 0;
}

.footer .pbot a {
	color: #999;
	transition: all .6s;
}

.footer .pbot a:hover {
	color: #FDCE00;
}

@media (max-width: 1200px) {
	.footer .rightbox .box .sp2 {
		width: 100%;
		margin-left: 0;
		margin-top: .15rem;
	}
	.footer .rightbox {
		width: 29%;
	}
}

@media (max-width: 996px) {
	.footer .leftnav {
		display: none;
	}
	.footer .rightbox {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.footer .fbox {
		padding-bottom: 1rem;
	}
	.footer .pbot {
		padding-top: 0;
		display: inline-block;
		margin-left: 6%;
	}
	.footer .rightbox .box .item {
		margin-bottom: .25rem;
	}
	.footer .rightbox .box {
		margin-top: 0.5rem;
		margin-bottom: .5rem;
	}
	.footer .logo {
		margin-bottom: 1rem;
	}
	.footer .logo svg {
		height: 30px;
	}
}

.warpheader {
	height: 80px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	position: absolute;
}

.header {
	height: 80px;
	width: 100%;
	padding: 0 1.5rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

.header .logo {
	height: 80px;
}

.header .logo img {
	width: auto;
	max-height: 80px;
}

.header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo svg .cls-1 {
	fill: none;
}

.header .logo svg .cls-2 {
	fill: #fff;
}

.header .logo svg .cls-3 {
	fill: #FDCE00;
}

.header .hamburger-inner {
	margin-top: -6px;
}

.header .hamburger-inner::before {
	top: -6px;
}

.header .hamburger-inner::after {
	bottom: -6px;
}

.header .hamburger {
	padding: 0;
	height: 10px;
}

.header .hamburger-box {
	width: 24px;
	height: 10px;
}

.header .hamburger-inner {
	height: 0;
}

.header .hamburger-inner::before,
.header .hamburger-inner::after {
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 0;
}

.header .hamburger.is-active .hamburger-inner,
.header .hamburger.is-active .hamburger-inner::before,
.header .hamburger.is-active .hamburger-inner::after {
	background: #fff;
}

.header .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;
}

.header .hamburger--3dx-r .hamburger-inner::before,
.header .hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}


/*.header .hamburger .hamburger-inner:hover, .header .hamburger .hamburger-inner:hover::before, .header .hamburger .hamburger-inner:hover::after {  background: #000;}*/

.header .hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 5px, 0) rotate(45deg);
	background: #000;
}

.header .hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -5px, 0) rotate(-45deg);
	background: #000;
}

.header .hamburger--3dx-r.is-active .hamburger-inner {
	transform: rotateY(-180deg) translate3d(24px, 0, 0);
}

.header .searchbtn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: all .8s;
}

.header .searchbtn .icon {
	width: 28px;
	height: 28px;
	fill: #fff;
}

.header .searchbtn:hover {
	opacity: .8;
}

.header .leftbox .h-right {
	margin-right: 28%;
}

.header .rightbox .searchbtn {
	/*margin-left: 28%;*/
	margin-left: -20%;
}

.header .nav {
	width: calc(72% - 40px);
	justify-content: space-around;
}

.header .nav a {
	transition: all .8s;
}

.header .nav a:hover {
	color: #fdd000;
}

.header .logo {
	z-index: 4;
}

.header .rightbox,
.header .leftbox {
	width: 40%;
	position: relative;
	z-index: 4;
}

.header .header-meum {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 3;
	background: #e9e9e9;
	padding: 0 1.5rem;
	display: none;
}

.header .header-meum .ul {
	width: 100%;
}

.header .header-meum .tit3 {
	margin-bottom: .5rem;
}

.header .header-meum .li {
	width: calc(100% / 4);
	height: 100vh;
	padding: 5.6rem 0 0 2.65rem;
	position: relative;
	overflow: hidden;
}

.header .header-meum .li a {
	display: block;
	transition: all .6s;
}

.header .header-meum .li .tit4 {
	position: relative;
	display: inline-block;
	margin-bottom: .15rem;
	line-height: 1.6;
	width: 100%;
}

.header .header-meum .li .tit4:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #FDCE00;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: all .6s;
}

.header .header-meum .li a:hover {
	color: #FDCE00;
}

.header .header-meum .li a:hover:before {
	transform: scale(1, 1);
	opacity: 1;
}

.header .header-meum .li .bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: -1;
	background-size: cover;
	transition: all .6s;
	filter: grayscale(100%);
	opacity: .5;
}

.header .header-meum .li:hover .bg {
	transform: scale(1.1, 1.1);
	filter: grayscale(0);
	opacity: 1;
}

.header .header-meum .li:nth-child(1) .bg {
	background: url(../images/nav1.png) no-repeat center bottom;
}

.header .header-meum .li:nth-child(2) .bg {
	background: url(../images/nav2.png) no-repeat center bottom;
}

.header .header-meum .li:nth-child(3) .bg {
	background: url(../images/nav3.png) no-repeat center bottom;
}

.header .header-meum .li:nth-child(4) .bg {
	background: url(../images/nav4.png) no-repeat center bottom;
}

.header .header-meum .li:nth-child(5) .bg {
	background: url(../images/nav5.png) no-repeat center bottom;
}

.header .header-meum .li:nth-child(6) .bg {
	background: url(../images/nav6.png) no-repeat center bottom;
}

.header.on .hamburger-inner::before,
.header.on .hamburger-inner::after {
	background: #000;
}

.header.on .searchbtn .icon {
	fill: #000;
}

.header.on .logo svg .cls-1 {
	fill: none;
}

.header.on .logo svg .cls-2 {
	fill: #000;
}

.header.on .logo svg .cls-3 {
	fill: #FDCE00;
}

.header.on .rightbox a,
.header.on .leftbox a {
	color: #333;
	transition: all .8s;
}

.header.on .rightbox a:hover,
.header.on .leftbox a:hover {
	color: #fdd000;
}

.header.active {
	background: #fff;
}

.header.active .hamburger-inner::before,
.header.active .hamburger-inner::after {
	background: #000;
}

.header.active .searchbtn .icon {
	fill: #000;
}

.header.active .logo svg .cls-1 {
	fill: none;
}

.header.active .logo svg .cls-2 {
	fill: #000;
}

.header.active .logo svg .cls-3 {
	fill: #FDCE00;
}

.header.active .rightbox a,
.header.active .leftbox a {
	color: #333;
	transition: all .8s;
}

.header.active .rightbox a:hover,
.header.active .leftbox a:hover {
	color: #fdd000;
}

.header.active2 {
	background: #fff;
}

.header.active2 .hamburger-inner::before,
.header.active2 .hamburger-inner::after {
	background: #000;
}

.header.active2 .searchbtn .icon {
	fill: #000;
}

.header.active2 .logo svg .cls-1 {
	fill: none;
}

.header.active2 .logo svg .cls-2 {
	fill: #000;
}

.header.active2 .logo svg .cls-3 {
	fill: #FDCE00;
}

.header.active2 .rightbox a,
.header.active2 .leftbox a {
	color: #333;
	transition: all .8s;
}

.header.active2 .rightbox a:hover,
.header.active2 .leftbox a:hover {
	color: #fdd000;
}

@media (max-width: 1460px) {
	.header .leftbox .h-right {
		margin-right: 15%;
	}
	.header .rightbox .searchbtn {
		margin-left: -15%;
	}
	.header .nav {
		width: calc(85% - 40px);
	}
}

.ibanner {
	position: relative;
	height: 100vh;
	width: 100vw;
	z-index: 1;
}

.ibanner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.ibanner .slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.ibanner .swiper-slide .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.ibanner .swiper-slide .text {
	opacity: 0;
	transform: translate(-50%, 50px);
	transition: all .8s;
}

.ibanner .swiper-slide.ani-slide .text {
	opacity: 1;
	transform: translate(-50%, 0);
}

.ibanner .bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.ibanner .text {
	position: absolute;
	bottom: 6.75rem;
	z-index: 3;
}

.ibanner .text .tip {
	padding-left: 6.5rem;
	width: 100%;
	position: relative;
}

.ibanner .text .tip:before {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 6rem;
	top: 50%;
	background: #fff;
}

.ibanner .text .tit2 {
	margin-top: .9rem;
}

.ibanner .text .tit2 span {
	color: #fdd000;
	font-weight: bold;
}

.ibanner .text .more {
	margin-top: 1.2rem;
	width: 180px;
	height: 70px;
	background: #fff;
	border-radius: 70px;
}

.ibanner .text .more svg {
	width: 26px;
	height: 24px;
	fill: #1a1a1a;
	margin-left: .35rem;
}

.ibanner .text .layout-btn {
	border: none;
	width: 180px;
	height: 70px;
	border-radius: 70px;
	margin-top: 2.35rem;
}

.ibanner .text .layout-btn span {
	color: #000;
}

.ibanner .text .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.ibanner .text .layout-btn:after {
	border-radius: 70px;
	background: #fdd000;
	z-index: -1;
}

.ibanner .button-prev {
	width: 2.4rem;
	height: 1.5rem;
	left: 0;
	top: 50%;
	margin-top: -.75rem;
	position: absolute;
	z-index: 3;
	cursor: pointer;
}

.ibanner .button-prev .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
	transform: rotate(-180deg);
}

.ibanner .button-next {
	position: absolute;
	width: 2.4rem;
	right: 0;
	height: 1.5rem;
	top: 50%;
	margin-top: -.75rem;
	z-index: 3;
	cursor: pointer;
}

.ibanner .button-next .icon {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.ibanner .swiper-pagination {
	bottom: .65rem !important;
}

.ibanner .swiper-pagination span {
	background: #fff;
	opacity: 1 !important;
	transition: all .5s;
}

.ibanner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
	background: #d3ae7a !important;
}

@media (max-width: 1024px) {
	.ibanner {
		height: calc(100vh - 60px);
	}
}

@media (max-width: 767px) {
	.ibanner .button-prev,
	.ibanner .button-next {
		display: none;
	}
	.ibanner .text .tit2 {
		font-size: 32px;
	}
	.ibanner .text .more {
		width: 150px;
		height: 1.75rem;
	}
}

.n-banner {
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
}

.n-banner .video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.n-banner .bgcolor {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.n-banner .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.n-banner .text {
	z-index: 3;
}

.n-banner .text .tit3 {
	line-height: 1.4;
}

.n-banner .botton {
	width: 200px;
	height: 58px;
	border: 2px solid #FFFFFF;
	border-radius: 58px;
	margin-bottom: .75rem;
}

.n-banner .botton img {
	margin-right: .5rem;
	height: 22px;
}

.n-banner .letter-effect .letter {
	opacity: 0;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	display: inline-block;
	min-width: 15px;
}

.n-banner2 {
	height: 15rem;
}

@media (max-width: 996px) {
	.n-banner .botton {
		width: 170px;
		height: 45px;
	}
}

@media (max-width: 767px) {
	.n-banner {
		height: calc(100vh - 60px);
	}
	.n-banner .botton img {
		height: 18px;
	}
	.n-banner .text {
		max-width: 85%;
	}
}

.m-bocweb-header3 {
	position: relative;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
}

.m-bocweb-header3 .header2 {
	height: 60px;
	padding: 0 6%;
	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: 60px;
}

.m-bocweb-header3 .header2 .logo img {
	height: 60px;
}

.m-bocweb-header3 .header2 .logo svg .cls-1 {
	fill: none;
}

.m-bocweb-header3 .header2 .logo svg .cls-2 {
	fill: #000;
}

.m-bocweb-header3 .header2 .logo svg .cls-3 {
	fill: #FDCE00;
}

.m-bocweb-header3 .header2 .nav .tit {
	width: 100%;
	padding: .65rem 0;
	line-height: 60px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bocweb-header3 .header2 .nav .tit {
	line-height: 1.5;
}

.m-bocweb-header3 .header2 .warp-nav {
	height: calc(100vh - 60px);
	padding: 0 0 45px;
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	top: 60px;
	z-index: 9;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
}

.m-bocweb-header3 .header2 .nav {
	font-size: .65rem;
	color: #333;
	position: absolute;
	width: 100%;
	overflow-y: auto;
	height: calc(100vh - 60px - 1rem);
}

.m-bocweb-header3 .header2 .nav .li {
	position: relative;
	width: 100%;
}

.m-bocweb-header3 .header2 .nav .li:hover>a {
	color: #333;
}

.m-bocweb-header3 .header2 .nav .li:nth-child(odd) {
	background: #f8f8f8;
}

.m-bocweb-header3 .header2 .nav .icon {
	width: 16px;
	height: 16px;
	fill: #999;
	transition: all .4s;
}

.m-bocweb-header3 .header2 .nav .warp-btn {
	padding: .65rem 6%;
	line-height: 1.5;
	position: relative;
	transition: all .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: .35rem 5%;
	background: #fdce00;
}

.m-bocweb-header3 .header2 .nav .sub-tit.on {
	background: #fdce00;
	color: #fff;
}

.m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
	transform: rotate(-90deg);
	fill: #fff;
}

.m-bocweb-header3 .header2 .nav .sec-list {
	padding: .35rem 6% 1rem;
	display: none;
	font-size: .6rem;
}

.m-bocweb-header3 .header2 .nav .sec-list a {
	padding: .3rem 0;
	color: #fff;
	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 .5s;
}

.m-bocweb-header3 .header2 .warp-nav1-sub.active {
	transform: translate(-100%, 0);
}

.m-bocweb-header3 .header2 .warp-nav2-sub {
	transform: translate(100%, 0);
	transition: all .5s 0s;
}

.m-bocweb-header3 .header2 .warp-nav2-sub.active {
	transform: translate(0, 0);
	transition: all .5s .2s;
}

.m-bocweb-header3 .header2 .h-right span {
	margin-left: .25rem;
}

.m-bocweb-header3 .searchbtn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: all .4s;
}

.m-bocweb-header3 .searchbtn .icon {
	width: 15px;
	height: 15px;
	fill: #333;
}

.m-bocweb-header3 .line {
	width: 1px;
	height: 10px;
	background: #000;
	opacity: .2;
	margin: 0 .5rem 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: 45px;
	}
	.m-bocweb-header3 .header2 .logo img{
		height: 45px;
	}
	.m-bocweb-header3 {
		height: 45px;
	}
	.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: .6rem;
	}
	.m-bocweb-header3 .header2 .nav .warp-btn,
	.m-bocweb-header3 .header2 .nav .tit {
		padding: .65rem 6%;
	}
	.m-bocweb-header3 .header2 .logo {
		height: 45px;
	}
	.m-bocweb-header3 .header2 .nav .sec-list a {
		padding: .2rem 0;
		padding-left: 1.5rem;
		font-size: .55rem;
		color: #fff;
		/*border-bottom:1px solid #0e5ca5;*/
		position: relative;
	}
	.m-bocweb-header3 .header2 .nav .sec-list a:before {
		content: "";
		position: absolute;
		width: 5px;
		height: 5px;
		background: #fff;
		border-radius: 50%;
		left: .5rem;
		top: 50%;
		margin-top: -2.5px;
	}
}

.n-download {
	padding: 3.4rem 0 2.25rem;
}

.n-download .title {
	margin-bottom: 1.3rem;
}

.n-download .tabul-container {
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 2.75rem;
}

.n-download .tabul-container:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 1px;
	left: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	transition: all .6s;
}

.n-download .tabul-container .swiper-slide {
	width: auto;
	margin-right: 2.25rem;
}

.n-download .tabul-container .swiper-slide:last-child {
	margin-right: 1.5rem;
}

.n-download .tabul-container a {
	color: #000;
	transition: all .6s;
	position: relative;
	padding: 0 0 .5rem;
	display: block;
}

.n-download .tabul-container a:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -2px;
	left: 0;
	height: 4px;
	background: #FDCE00;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: all .6s;
}

.n-download .tabul-container .swiper-slide:hover a,
.n-download .tabul-container .swiper-slide.cur a {
	color: #fdce00;
}

.n-download .tabul-container .swiper-slide:hover a:before,
.n-download .tabul-container .swiper-slide.cur a:before {
	transform: scale(1, 1);
}

.n-download .ulbox .li {
	width: 21.95%;
	margin-right: 4.06%;
	margin-bottom: 1.5rem;
}

.n-download .ulbox .li:nth-child(4n) {
	margin-right: 0;
}

.n-download .ulbox .img {
	background: #F7F7F7;
	border-radius: .75rem;
	height: 10.75rem;
	position: relative;
	overflow: hidden;
	margin-bottom: .75rem;
}

.n-download .ulbox .img img {
	max-width: 80%;
	max-height: 80%;
	transition: all .8s;
}

.n-download .ulbox .tit2 {
	transition: all .6s;
}

.n-download .ulbox .tit3 {
	margin-top: .25rem;
}

.n-download .ulbox .li:hover .img img {
	transform: scale(1.05, 1.05);
}

.n-download .ulbox .li:hover .tit2 {
	color: #FDCE00;
}

@media (max-width: 1024px) {
	.n-download .ulbox .img {
		height: 8.75rem;
	}
}

@media (max-width: 996px) {
	.n-download .tabul-container {
		margin-bottom: 1.5rem;
	}
	.n-download .ulbox .li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 4%;
	}
	.n-download .ulbox .li:nth-child(4n) {
		margin-right: 2%;
	}
	.n-download .ulbox .li:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.n-download {
		padding: 2rem 0;
	}
	.n-download .ulbox .li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.n-download .ulbox .li:nth-child(3n) {
		margin-right: 4%;
	}
	.n-download .ulbox .li:nth-child(2n) {
		margin-right: 0;
	}
	.n-download .ulbox .img {
		height: 7.75rem;
	}
	.n-download .ulbox .img img {
		max-width: 66%;
		max-height: 66%;
	}
}

.n-video {
	padding: 1.4rem 0 1.25rem;
}

.n-video .title {
	margin-bottom: 1.3rem;
}

.n-video .tabul-container {
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 2.25rem;
}

.n-video .tabul-container:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 1px;
	left: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	transition: all .6s;
}

.n-video .tabul-container .swiper-slide {
	width: auto;
	margin-right: 2.25rem;
}

.n-video .tabul-container .swiper-slide:last-child {
	margin-right: 1.5rem;
}

.n-video .tabul-container a {
	color: #000;
	transition: all .6s;
	position: relative;
	padding: 0 0 .5rem;
	display: block;
}

.n-video .tabul-container a:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -2px;
	left: 0;
	height: 4px;
	background: #FDCE00;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: all .6s;
}

.n-video .tabul-container .swiper-slide:hover a,
.n-video .tabul-container .swiper-slide.cur a {
	color: #fdce00;
}

.n-video .tabul-container .swiper-slide:hover a:before,
.n-video .tabul-container .swiper-slide.cur a:before {
	transform: scale(1, 1);
}

.n-video .ulbox .li {
	width: 31.7%;
	margin-right: 2.45%;
	margin-bottom: 1.25rem;
}

.n-video .ulbox .li .videobtn {
	width: 65px;
	height: 65px;
	transform-origin: 0 0;
	transition: all .8s;
	cursor: pointer;
	z-index: 3;
}

.n-video .ulbox .li:nth-child(3n) {
	margin-right: 0;
}

.n-video .ulbox .img {
	border-radius: .75rem;
	height: 8rem;
	overflow: hidden;
	margin-bottom: .75rem;
	position: relative;
}

.n-video .ulbox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02, 1.02);
	transition: all .8s;
}

.n-video .ulbox .tit2 {
	transition: all .6s;
}

.n-video .ulbox .tit3 {
	margin-top: .25rem;
}

.n-video .ulbox .li:hover .img img {
	transform: scale(1.08, 1.08);
}

.n-video .ulbox .li:hover .videobtn {
	transform: scale(0.9, 0.9) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}

.n-video .ulbox .li:hover .tit2 {
	color: #FDCE00;
}

@media (max-width: 1024px) {
	.n-video .ulbox .img {
		height: 8.75rem;
	}
}

@media (max-width: 996px) {
	.n-video {
		padding: 2rem 0;
	}
	.n-video .tabul-container {
		margin-bottom: 1.5rem;
	}
	.n-video .ulbox .li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.n-video .ulbox .li:nth-child(3n) {
		margin-right: 4%;
	}
	.n-video .ulbox .li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.n-video .title {
		margin-bottom: .85rem;
	}
	.n-video .ulbox .li {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: .9rem;
	}
	.n-video .ulbox .li .videobtn {
		width: 1.8rem;
		height: 1.8rem;
	}
}

.n-services {
	padding: 1.4rem 0 1.25rem;
}

.n-services .title {
	margin-bottom: 1.3rem;
}

.n-services .tabul-container {
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 2.1rem;
}

.n-services .tabul-container:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 1px;
	left: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	transition: all .6s;
}

.n-services .tabul-container .swiper-slide {
	width: auto;
	margin-right: 2.25rem;
}

.n-services .tabul-container .swiper-slide:last-child {
	margin-right: 1.5rem;
}

.n-services .tabul-container a {
	color: #000;
	transition: all .6s;
	position: relative;
	padding: 0 0 .5rem;
	display: block;
}

.n-services .tabul-container a:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -2px;
	left: 0;
	height: 4px;
	background: #FDCE00;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: all .6s;
}

.n-services .tabul-container .swiper-slide:hover a,
.n-services .tabul-container .swiper-slide.cur a {
	color: #fdce00;
}

.n-services .tabul-container .swiper-slide:hover a:before,
.n-services .tabul-container .swiper-slide.cur a:before {
	transform: scale(1, 1);
}

.n-services .warptext {
	background: #f7f7f7;
	border-radius: 1rem;
	padding: 2rem 2rem 2.5rem;
}

.n-services .warptext .img {
	width: 7.2rem;
}

.n-services .warptext .ulbox {
	width: calc(100% - 10rem);
	max-height: 15rem;
	padding-right: 15px;
	overflow-y: auto;
}

.n-services .warptext .ulbox .li {
	padding: .8rem 0;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.n-services .warptext .ulbox .li:nth-child(1) {
	padding-top: 0;
}

.n-services .warptext .ulbox .li:nth-child(1) .iconbtn {
	top: .15rem;
}

.n-services .warptext .ulbox .sp {
	width: 40%;
	padding-right: 3%;
	cursor: pointer;
}

.n-services .warptext .ulbox .text {
	width: 60%;
	padding-right: 10%;
	/*margin-bottom:.6rem;*/
	display: none;
}

.n-services .warptext .ulbox .iconbtn {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: .75rem;
	z-index: 1;
	cursor: pointer;
}

.n-services .warptext .ulbox .iconbtn .icon {
	width: 20px;
	height: 20px;
	fill: #333;
	transition: all .5s;
}

.n-services .warptext .ulbox .iconbtn .icon:nth-child(1) {
	opacity: 1;
}

.n-services .warptext .ulbox .iconbtn .icon:nth-child(2) {
	opacity: 0;
}

.n-services .warptext .ulbox .li.on .icon:nth-child(1) {
	opacity: 0;
}

.n-services .warptext .ulbox .li.on .icon:nth-child(2) {
	opacity: 1;
}

.n-services .warptext .ulbox .li.on:nth-child(1) .iconbtn {
	top: .15rem;
}

.n-services .warptext .ulbox .li.on .iconbtn {
	top: .6rem;
}

.n-services .warptext .ulbox .li.on .sp {
	color: #fdce00;
}

@media (max-width: 1024px) {
	.n-services .warptext .img {
		width: 100%;
		margin-bottom: 1rem;
		display: none;
	}
	.n-services .warptext .ulbox {
		width: 100%;
		max-height: none;
		overflow-y: initial;
		padding-right: 0;
	}
}

@media (max-width: 996px) {
	.n-services .warptext .ulbox .li:nth-child(1) .iconbtn {
		top: -0.1rem;
	}
	.n-services .warptext .ulbox .li.on:nth-child(1) .iconbtn {
		top: -0.1rem;
	}
	.n-services .tabul-container {
		margin-bottom: 1rem;
	}
	.n-services {
		padding: 2rem 0;
	}
}

@media (max-width: 767px) {
	.n-services .warptext .ulbox .sp {
		width: calc(100% - 60px);
	}
	.n-services .warptext .ulbox .text {
		width: 100%;
		margin-top: .75rem;
	}
	.n-services .warptext {
		padding: 1.2rem .75rem 1.5rem;
	}
	.n-services .title {
		margin-bottom: .8rem;
	}
	.n-services .warptext .ulbox .iconbtn {
		width: 25px;
		height: 25px;
	}
}

.social-list1 {
	position: relative;
	z-index: 1;
	padding: 3.75rem 0 0;
	height: 22.25rem;
}

.social-list1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.social-list1 .contentbox {
	position: relative;
	z-index: 2;
}

.social-list1 .contentbox .tit2 {
	width: 40%;
	padding-left: 4rem;
}

.social-list1 .contentbox .itembox {
	width: 51.2%;
	padding-right: 3.5rem;
}

.social-list1 .contentbox .itembox .su {
	margin-bottom: .25rem;
	transition: all .6s;
}

.social-list1 .contentbox .itembox .item:hover .su {
	color: #FDCE00;
}

.social-list2 {
	padding: 4.1rem 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.social-list2 .contentbox {
	border-radius: 1.25rem;
	padding: 0 4rem;
	height: calc(700rem / 40);
}

.social-list2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.social-list2 .tit2 {
	margin-bottom: .9rem;
}

.social-list2 .text {
	position: relative;
	width: 100%;
	z-index: 3;
	margin-top: -1rem;
}

.social-list2 .p {
	width: 12rem;
	max-width: 100%;
}

.social-list3 {
	padding: 4.1rem 0 0;
	height: 21.25rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.social-list3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.social-list3 .text {
	position: relative;
	z-index: 2;
	padding: 0 4.5rem 0 4rem;
}

.social-list3 .tit2 {
	width: 30%;
}

.social-list3 .tit2 sub {
	line-height: 1;
	bottom: -.4em;
}

.social-list3 .tit3 {
	width: 65%;
}

.social-list4 {
	padding: 8.25rem 0 0;
	height: 24rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.social-list4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.social-list4 .text {
	position: relative;
	z-index: 2;
	padding: 0 0 0 4rem;
}

.social-list4 .tit2 {
	width: 11rem;
	margin-bottom: .45rem;
}

.social-list4 .tit3 {
	width: 11rem;
}

.social-list5 {
	padding: 4.1rem 0 0;
	height: 21.25rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.social-list5 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.social-list5 .text {
	position: relative;
	z-index: 2;
	padding: 0 4.5rem 0 4rem;
}

.social-list5 .tit2 {
	width: 30%;
}

.social-list5 .tit3 {
	width: 65%;
}

@media (max-width: 1440px) {
	.social-list1 .contentbox .tit2 {
		padding-left: 0;
	}
	.social-list3 .text {
		padding: 0;
	}
	.social-list4 .text {
		padding-left: 0;
	}
	.social-list4 .tit2 {
		width: 14rem;
	}
	.social-list5 .text {
		padding: 0;
	}
	.social-list5 .tit3 {
		width: 66%;
	}
	.social-list1 .contentbox .itembox {
		padding-right: 0;
	}
}

@media (max-width: 996px) {
	.social-list2 .contentbox {
		padding: 0 1.5rem;
	}
	.social-list4 {
		padding: 2rem 0 0;
	}
}

@media (max-width: 767px) {
	.social-list1 {
		padding: 2rem 0 0;
	}
	.social-list1 .contentbox .tit2 {
		width: 100%;
		margin-bottom: 1.24rem;
	}
	.social-list1 .contentbox .itembox {
		width: 100%;
	}
	.social-list2 {
		padding: 2.5rem 0;
	}
	.social-list2 .text br {
		display: none;
	}
	.social-list3 {
		padding: 2rem 0 0;
	}
	.social-list3 .tit2 {
		width: 100%;
		margin-bottom: .5rem;
	}
	.social-list3 .tit3 {
		width: 100%;
	}
	.social-list5 {
		padding: 2rem 0 0;
	}
	.social-list5 .tit2 {
		margin-bottom: .5rem;
	}
	.social-list5 .tit2,
	.social-list5 .tit3 {
		width: 100%;
	}
	.social-list2 .text {
		margin-top: 2rem;
	}
	.social-list2 .contentbox {
		align-items: flex-start;
	}
	.social-list2 .contentbox:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 2;
		background: rgba(0, 0, 0, .2);
	}
	.social-list4 .tit3 {
		width: 100%;
	}
}

.layout-btn {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.layout-btn>span {
	line-height: 1;
}

.layout-btn:after {
	content: "";
	background-color: #fca618;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.layout-btn>span>i {
	margin-right: 0.2rem;
	font-size: 0.16rem;
	display: block;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s ease-out;
}

.layout-btn>span>small {
	font-size: inherit;
	color: inherit;
	position: relative;
	overflow: visible;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.layout-btn>span>small>em {
	display: block;
	position: relative;
	font-size: inherit;
	color: inherit;
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	min-width: 6px;
	font-style: normal;
}

.layout-btn>span>small>em:before {
	content: attr(data-word);
	display: block;
	position: absolute;
	top: 105%;
	z-index: 3;
	font-size: inherit;
	color: transparent;
	transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.layout-btn>span>small>em:nth-of-type(1) {
	transition-delay: 0s;
}

.layout-btn>span>small>em:nth-of-type(1):before {
	transition-delay: 0s;
}

.layout-btn>span>small>em:nth-of-type(2) {
	transition-delay: 0.03s;
}

.layout-btn>span>small>em:nth-of-type(2):before {
	transition-delay: 0.03s;
}

.layout-btn>span>small>em:nth-of-type(3) {
	transition-delay: 0.06s;
}

.layout-btn>span>small>em:nth-of-type(3):before {
	transition-delay: 0.06s;
}

.layout-btn>span>small>em:nth-of-type(4) {
	transition-delay: 0.09s;
}

.layout-btn>span>small>em:nth-of-type(4):before {
	transition-delay: 0.09s;
}

.layout-btn>span>small>em:nth-of-type(5) {
	transition-delay: 0.12s;
}

.layout-btn>span>small>em:nth-of-type(5):before {
	transition-delay: 0.12s;
}

.layout-btn>span>small>em:nth-of-type(6) {
	transition-delay: 0.15s;
}

.layout-btn>span>small>em:nth-of-type(6):before {
	transition-delay: 0.15s;
}

.layout-btn>span>small>em:nth-of-type(7) {
	transition-delay: 0.18s;
}

.layout-btn>span>small>em:nth-of-type(7):before {
	transition-delay: 0.18s;
}

.layout-btn>span>small>em:nth-of-type(8) {
	transition-delay: 0.21s;
}

.layout-btn>span>small>em:nth-of-type(8):before {
	transition-delay: 0.21s;
}

.layout-btn>span>small>em:nth-of-type(9) {
	transition-delay: 0.24s;
}

.layout-btn>span>small>em:nth-of-type(9):before {
	transition-delay: 0.24s;
}

.layout-btn>span>small>em:nth-of-type(10) {
	transition-delay: 0.27s;
}

.layout-btn>span>small>em:nth-of-type(10):before {
	transition-delay: 0.27s;
}

@media screen and (orientation: landscape) {
	.layout-btn:hover>span>i {
		transform: translateX(-3px);
		-webkit-transform: translateX(-3px);
		-moz-transform: translateX(-3px);
		-o-transform: translateX(-3px);
		-ms-transform: translateX(-3px);
	}
	.layout-btn:hover>span>small>em {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		color: transparent;
	}
	.layout-btn:hover>span>small>em:before {
		color: #000000;
	}
	.layout-btn:hover {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
	}
	.layout-btn:after {
		-webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.layout-btn {
		transition: transform 0.6s ease-in-out, border-color 0.6s ease-in-out;
	}
	.layout-btn:hover:after {
		opacity: 1;
	}
}

.n-news {
	padding: 1.85rem 0 3.75rem;
	background: #fff;
	z-index: 1;
}

.n-news .contenboxtop {
	position: relative;
	z-index: 3;
}

.n-news .contenboxtop .formbox {
	width: 9.5rem;
	background: #F5F5F5;
	border-radius: .25rem;
	position: relative;
	z-index: 1;
}

.n-news .contenboxtop .formbox .input1 {
	width: calc(100% - 50px);
	height: 52px;
	background: transparent;
	border: none;
	padding: 0 60px 0 .5rem;
}

.n-news .contenboxtop .formbox .input2 {
	width: 30px;
	height: 30px;
	background: transparent;
	z-index: 2;
}

.n-news .contenboxtop .formbox .btn {
	position: absolute;
	width: 30px;
	height: 30px;
	right: .4rem;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
}

.n-news .contenboxtop .formbox .btn .icon {
	width: 22px;
	height: 22px;
	fill: #333;
}

.n-news .contenboxtop .selectbox {
	width: 165px;
	height: 52px;
	position: relative;
	z-index: 3;
}

.n-news .contenboxtop .select1 {
	margin-right: .65rem;
}

.n-news .contenboxtop .select2 {
	z-index: 4;
}

.n-news .contenboxtop .selectbox span {
	margin-right: 10px;
}

.n-news .contenboxtop .selectbox .icon {
	width: 12px;
	height: 12px;
	fill: #000;
}

.n-news .contenboxtop .selectbox .selecttop {
	width: 100%;
	height: 52px;
	background: #F5F5F5;
	border: none;
	cursor: pointer;
	padding: 0 .5rem;
	border-radius: .25rem;
	position: relative;
	z-index: 3;
}

.n-news .contenboxtop .selectbox .selectitem {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	background: #f4f4f4;
	max-height: 150px;
	padding: 15px 0 10px;
	overflow-y: auto;
	display: none;
	border-radius: 0 0 .25rem .25rem;
}

.n-news .contenboxtop .selectbox .item {
	height: .8rem;
	line-height: .8rem;
	padding: 0 .5rem;
	background: transparent;
	cursor: pointer;
	border-bottom: none;
}

.n-news .contenboxtop .selectbox .item:hover {
	color: #fff;
	background: #000;
}

.n-news .news-list1 {
	margin-top: 2rem;
}

.n-news .news-list1 a {
	background: #f5f5f5;
	border-radius: .75rem;
	overflow: hidden;
}

.n-news .news-list1 .img {
	width: 50%;
}

.n-news .news-list1 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n-news .news-list1 .text {
	width: 50%;
	padding: 1.7rem 1.5rem;
}

.n-news .news-list1 .text .tit3 {
	margin-bottom: .4rem;
}

.n-news .news-list1 .text .tit4 {
	line-height: 1.4;
	margin-bottom: .75rem;
}

.n-news .news-list1 .text .layout-btn {
	border: none;
	background: #fdd000;
	width: 180px;
	height: 70px;
	border-radius: 70px;
	margin-top: 2.5rem;
}

.n-news .news-list1 .text .layout-btn span {
	color: #000;
}

.n-news .news-list1 .text .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.n-news .news-list1 .text .layout-btn:after {
	border-radius: 70px;
	background: #fff;
	z-index: -1;
}

.n-news .news-list2 {
	margin-top: 2.25rem;
	position: relative;
	z-index: 1;
}

.n-news .news-list2 .ulbox {
	margin-bottom: -2.75%;
}

.n-news .news-list2 .ulbox .li {
	background: #F8F8F8;
	border-radius: .75rem;
	overflow: hidden;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 2.75%;
	display: block;
}

.n-news .news-list2 .ulbox .li .img {
	position: relative;
	height: 7.85rem;
	overflow: hidden;
}

.n-news .news-list2 .ulbox .li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01, 1.01);
	transition: all .8s;
}

.n-news .news-list2 .ulbox .li .text {
	padding: 1.4rem 1rem 1.25rem;
}

.n-news .news-list2 .ulbox .li .time {
	margin-bottom: .35rem;
}

.n-news .news-list2 .ulbox .li .tit3 {
	transition: all .8s;
	margin-bottom: .6rem;
}

.n-news .news-list2 .ulbox .li .btn {
	transition: all .8s;
}

.n-news .news-list2 .ulbox .li:nth-child(3n) {
	margin-right: 0;
}

.n-news .news-list2 .ulbox .li:hover .img img {
	transform: scale(1.1, 1.1);
}

.n-news .news-list2 .ulbox .li:hover .tit3,
.n-news .news-list2 .ulbox .li:hover .btn {
	color: #fdd000;
}

.n-news .contenboxtop .leftbox {
	position: relative;
	z-index: 3;
}

@media (max-width: 1024px) {
	.n-news .news-list1 .text .tit4 {
		font-size: 18px;
	}
	.n-news .contenboxtop .selectbox .item {
		margin-bottom: .25rem;
	}
}

@media (max-width: 996px) {
	.n-news .news-list1 .img {
		width: 100%;
	}
	.n-news .news-list1 .text {
		width: 100%;
	}
	.n-news .news-list1 .text .layout-btn {
		height: 1.75rem;
		border-radius: 1.75rem;
		margin-top: 1.25rem;
	}
	.n-news .news-list2 .ulbox .li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.n-news .news-list2 .ulbox .li:nth-child(3n) {
		margin-right: 4%;
	}
	.n-news .news-list2 .ulbox .li:nth-child(2n) {
		margin-right: 0;
	}
	.n-news .news-list2 {
		margin-top: 1.5rem;
	}
}

@media (max-width: 767px) {
	.n-news .contenboxtop .selectbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: .55rem;
	}
	.n-news .contenboxtop .select1 {
		position: relative;
		z-index: 7;
	}
	.n-news .contenboxtop .leftbox {
		width: 100%;
	}
	.n-news .contenboxtop .formbox {
		width: 100%;
	}
	.n-news .contenboxtop .selectbox .item {
		padding: 5px .5rem;
		height: auto;
		line-height: 1.4;
	}
	.n-news .news-list1 {
		margin-bottom: 1rem;
	}
	.n-news .news-list1 .text {
		padding: 1.2rem .75rem;
	}
	.n-news .news-list1 .text .layout-btn {
		width: 140px;
	}
	.n-news .news-list1 .text .layout-btn .icon {
		width: 18px;
		height: 20px;
	}
	.n-news .news-list2 .ulbox .li {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: .8rem;
	}
	.n-news .news-list2 .ulbox .li .text {
		padding: 1.2rem .75rem;
	}
	.n-news {
		padding: 2rem 0;
	}
}

.news-infolist1 {
	background: #f9f9f9;
	position: relative;
	z-index: 1;
	padding-bottom: 3.85rem;
}

.news-infolist1 .tipbox {
	padding: .75rem 0;
}

.news-infolist1 .tipbox a {
	opacity: .6;
	transition: all .6s;
}

.news-infolist1 .tipbox a:hover {
	color: #fdce00;
	opacity: 1;
}

.news-infolist1 .tipbox span {
	opacity: .6;
}

.news-infolist1 .tipbox .icon2 {
	width: 22px;
	height: 22px;
	margin-right: .2rem;
	fill: #959595;
}

.news-infolist1 .tipbox .icon {
	width: 12px;
	height: 12px;
	margin: 0 .25rem;
	fill: #646464;
}

.news-infolist1 .newstext {
	background: #fff;
	padding: 1.5rem 1.6rem;
	z-index: 1;
}

.news-infolist1 .newstext .tit2 {
	color: #010101;
	margin-bottom: .5rem;
}

.news-infolist1 .newstext .titletop {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #d9d9d9;
}

.news-infolist1 .newstext .time {
	margin-right: .75rem;
}

.news-infolist1 .newstext .time .icon {
	width: 15px;
	height: 15px;
	margin-right: .25rem;
	fill: #666;
}

.news-infolist1 .newstext .linkbtn .icon {
	width: 15px;
	height: 15px;
	margin-right: .25rem;
	fill: #666;
}

.news-infolist1 .newstext .text {
	padding: 1.25rem 0 2rem;
	border-bottom: 1px solid #ccc;
}

.news-infolist1 .newstext .text img {
	display: inline-block;
}

.news-infolist1 .newstext .text-bot {
	padding: 1.5rem 0 2rem;
}

.news-infolist1 .newstext .text-bot a {
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .8s;
}

.news-infolist1 .newstext .text-bot a span {
	max-width: calc(100% - 70px);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-infolist1 .newstext .text-bot a .icon {
	fill: #000;
	width: 30px;
	height: 28px;
	transition: all .8s;
}

.news-infolist1 .newstext .text-bot .btn {
	width: 18px;
	height: 18px;
}

.news-infolist1 .newstext .text-bot .btn .dian {
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	transition: all .8s;
}

.news-infolist1 .newstext .text-bot .btn .dian:nth-child(1) {
	left: 0;
	top: 0;
	z-index: 1;
}

.news-infolist1 .newstext .text-bot .btn .dian:nth-child(2) {
	left: 0;
	bottom: 0;
	z-index: 1;
}

.news-infolist1 .newstext .text-bot .btn .dian:nth-child(3) {
	right: 0;
	top: 0;
	z-index: 1;
}

.news-infolist1 .newstext .text-bot .btn .dian:nth-child(4) {
	right: 0;
	bottom: 0;
	z-index: 1;
}

.news-infolist1 .newstext .text-bot .btn:hover .dian {
	background: #fdce00;
}

.news-infolist1 .newstext .text-bot a:hover {
	color: #fdce00;
}

.news-infolist1 .newstext .text-bot a:hover .icon {
	fill: #fdce00;
}

.news-infolist1 .newstext .text-bot .prvebtn .icon {
	transform: rotate(-180deg);
}

.news-infolist1 .newstext .text-bot .prvebtn span {
	margin-left: .5rem;
}

.news-infolist1 .newstext .text-bot .nextbtn {
	justify-content: flex-end;
}

.news-infolist1 .newstext .text-bot .nextbtn span {
	margin-right: .5rem;
}

.news-infolist2 {
	padding: 3.25rem 0 4.25rem;
	background: #fff;
	position: relative;
	z-index: 1;
}

.news-infolist2 .ulbox-container {
	margin-top: 1.5rem;
}

.news-infolist2 .btnbox {
	width: 125px;
}

.news-infolist2 .btnbox .prevbtn .icon {
	transform: rotate(-180deg);
}

.news-infolist2 .btnbox .prevbtn,
.news-infolist2 .btnbox .nextbtn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	transition: all .8s;
}

.news-infolist2 .btnbox .prevbtn .icon,
.news-infolist2 .btnbox .nextbtn .icon {
	fill: #fff;
	width: 22px;
	height: 22px;
}

.news-infolist2 .btnbox .prevbtn:hover,
.news-infolist2 .btnbox .nextbtn:hover {
	background: #fdce00;
}

.news-infolist2 .li {
	background: #F8F8F8;
	border-radius: .75rem;
	overflow: hidden;
	display: block;
}

.news-infolist2 .li .img {
	position: relative;
	height: 7.85rem;
	overflow: hidden;
}

.news-infolist2 .li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01, 1.01);
	transition: all .8s;
}

.news-infolist2 .li .text {
	padding: 1.4rem 1rem 1.25rem;
}

.news-infolist2 .li .time {
	margin-bottom: .35rem;
}

.news-infolist2 .li .tit3 {
	transition: all .8s;
	margin-bottom: .6rem;
}

.news-infolist2 .li .btn {
	transition: all .8s;
}

.news-infolist2 .li:nth-child(3n) {
	margin-right: 0;
}

.news-infolist2 .li:hover .img img {
	transform: scale(1.1, 1.1);
}

.news-infolist2 .li:hover .tit3,
.news-infolist2 .li:hover .btn {
	color: #fdd000;
}

@media (max-width: 996px) {
	.news-infolist1 .newstext {
		padding: 1.25rem 1rem;
	}
	.news-infolist1 .newstext .text {
		padding-bottom: 1.25rem;
	}
	.news-infolist1 .newstext .text-bot {
		padding: 1rem 0 0;
	}
	.news-infolist1 {
		padding-bottom: 2rem;
	}
}

@media (max-width: 767px) {
	.news-infolist1 .newstext .text-bot a span {
		display: none;
	}
	.news-infolist2 {
		padding: 2rem 0;
	}
	.news-infolist2 .btnbox {
		width: 3.8rem;
	}
	.news-infolist2 .btnbox .prevbtn,
	.news-infolist2 .btnbox .nextbtn {
		width: 1.55rem;
		height: 1.55rem;
	}
	.news-infolist2 .ulbox-container {
		margin-top: 1rem;
	}
	.news-infolist2 .btnbox .prevbtn .icon,
	.news-infolist2 .btnbox .nextbtn .icon {
		width: 18px;
		height: 18px;
	}
	.news-infolist1 .tipbox {
		display: none;
	}
	.news-infolist1 .newstext {
		background: transparent;
		padding: 1.25rem 0;
	}
	.news-infolist1 .newstext .tit2 {
		line-height: 1.4;
	}
}

.n-products {
	padding: 2.25rem 0 1.5rem;
	background: #fff;
	position: relative;
	z-index: 9;
	min-height: 100vh;
}

.n-products .leftbox {
	width: 185px;
}

.n-products .leftbox .title {
	padding-bottom: .4rem;
	border-bottom: 3px solid #000;
	margin-bottom: 1rem;
}

.n-products .leftbox .title .icon {
	width: 34px;
	margin-right: .5rem;
}

.n-products .leftbox .item {
	padding: .7rem 0 .5rem;
	border-bottom: 1px solid #d8d8d8;
}

.n-products .leftbox .itemtop {
	/*padding:.7rem 0 .5rem;*/
	margin-bottom: .25rem;
	cursor: pointer;
	transition: all .8s;
	transition: all .8s;
	cursor: pointer;
}

.n-products .leftbox .itemtop a {
	color: #333;
}

.n-products .leftbox .itemtop .icon {
	width: 11px;
	height: 11px;
	position: relative;
}

.n-products .leftbox .itemtop .icon:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 12px;
	left: 50%;
	margin-left: -.5px;
	background: #000;
	transition: all .6s;
}

.n-products .leftbox .itemtop .icon:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	top: 50%;
	margin-top: -.5px;
	background: #000;
	transition: all .6s;
}

.n-products .leftbox .itemtop2 {
	margin-bottom: .12rem;
	transition: all .8s;
	cursor: pointer;
}

.n-products .leftbox .itemtop2 a {
	color: #333;
}

.n-products .leftbox .itemtop2 .icon {
	width: 9px;
	height: 9px;
	position: relative;
	transform: rotate(-180deg);
	transform-origin: 5px 5px;
}

.n-products .leftbox .itemtop2 .icon:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 7px;
	transform: rotate(45deg);
	transform-origin: 0 0;
	left: 6px;
	top: 0;
	background: #000;
	transition: all .6s;
}

.n-products .leftbox .itemtop2 .icon:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 2px;
	right: -4px;
	top: 0;
	transform: rotate(45deg);
	transform-origin: 0 0;
	background: #000;
	transition: all .6s;
}

.n-products .leftbox .itemtop.on .icon:before {
	opacity: 0;
	transform: scale(1, 0) translate(0, -100%);
}

.n-products .leftbox .itemtop2:hover .icon:before {
	transform: rotate(40deg);
}

.n-products .leftbox .itemtop2:hover .icon:after {
	transform: rotate(50deg);
}

.n-products .leftbox .itemtop2:hover,
.n-products .leftbox .itemtop2.on {
	color: #FDCE00;
}

.n-products .leftbox .itemtop2.on .icon {
	transform: rotate(0);
}

.n-products .leftbox .sec-list {
	display: none;
}

.n-products .leftbox .sec-list2 {
	padding-bottom: .3rem;
}

.n-products .leftbox .sec-list a {
	transition: all .6s;
}

.n-products .leftbox .sec-list p:hover a,
.n-products .leftbox .sec-list p.cur a {
	color: #FDCE00;
}

.n-products .rightbox {
	width: calc(100% - 285px);
}

.n-products .rightbox .title {
	padding-bottom: .4rem;
	border-bottom: 3px solid #000;
	margin-bottom: 1rem;
}

.n-products .rightbox .title .icon {
	width: 34px;
	margin-right: .5rem;
}

.n-products .rightbox .spbox {
	margin-bottom: .2rem;
}

.n-products .rightbox .sp {
	margin-right: .5rem;
}

.n-products .rightbox .spli {
	margin-right: .5rem;
	color: #666;
	transition: all .6s;
	cursor: pointer;
}

.n-products .rightbox .spli:hover,
.n-products .rightbox .spli.cur {
	color: #fdce00;
}

.n-products .rightbox a.active {
	color: #FDCE00;
}

.n-products .rightbox .ul {
	margin-top: 1.2rem;
}

.n-products .rightbox .ul .li {
	height: 12.25rem;
	border-radius: .75rem;
	/*background: #f8f8f8;*/
	overflow: hidden;
	width: 31.1%;
	margin-right: 3.35%;
	margin-bottom: 3.35%;
	position: relative;
	-webkit-perspective-origin: left top;
	-moz-perspective-origin: left top;
}

.n-products .rightbox .ul .li .proimg {
	/*height: 9rem;*/
	/*transition: all .6s;*/
}

.n-products .rightbox .ul .li .tit3 {
	margin-top: .75rem;
	/*transition: all .6s;*/
}

.n-products .rightbox .ul .imgbg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	z-index: 3;
	/*transition: all .8s;*/
}

.n-products .rightbox .ul .li:nth-child(3n) {
	margin-right: 0;
}

@media (min-width: 1024px) {
	.n-products .rightbox .ul .li:hover {
		transform: rotateZ(360deg);
	}
	.n-products .rightbox .ul .li:hover .imgbg {
		opacity: 1;
	}
	.n-products .rightbox .ul .li:hover .proimg .img1 {
		opacity: 0;
	}
}

.n-products .probtn {
	display: none;
}

.n-products .leftbox .colsebtn {
	width: 1rem;
	height: 1rem;
	right: 3%;
	top: .5rem;
	border-radius: 50%;
	background: #FDCE00;
	position: absolute;
	display: none;
}

.n-products .leftbox .colsebtn .icon {
	width: .65rem;
	height: .65rem;
	fill: #fff;
}

.n-products .probtn {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: fixed;
	right: 3%;
	bottom: 10%;
	background: #FDCE00;
	z-index: 10;
}

.n-products .probtn .icon {
	width: 25px;
	height: 25px;
	fill: #fff;
}

@media (min-width: 996px) and (max-width:1200px) {
	.n-products .rightbox .ul .li .proimg {
		height: 7.5rem;
	}
	.n-products .rightbox .ul .li {
		height: 10.25rem;
	}
}

@media (max-width: 1024px) {
	.n-products .leftbox .itemtop {
		font-size: 18px;
	}
	.n-products .leftbox .itemtop2 {
		font-size: 16px;
	}
}

@media (max-width: 996px) {
	.n-products .leftbox {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 1.5rem 6% 1rem;
		width: 100%;
		background: #fff;
		z-index: 99;
		display: none;
	}
	.n-products .rightbox {
		width: 100%;
	}
	.n-products {
		padding: 2rem 0 2.5rem;
	}
	.n-products .probtn.active {
		display: flex;
	}
	.n-products .leftbox .colsebtn {
		display: flex;
	}
	.n-products .rightbox .ul .li {
		height: auto;
		padding: 1.5rem 0;
	}
	.n-products .rightbox .ul .li .proimg {
		height: 8rem;
	}
	.n-products .rightbox .spbox .sp {
		width: 100%;
		margin-right: 0;
		margin-bottom: .25rem;
	}
	.n-products .rightbox .spbox {
		margin-bottom: .55rem;
	}
	.n-products .rightbox .ul .li .tit3 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.n-products .rightbox .ul .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .85rem;
	}
	.n-products .rightbox .ul .li .proimg {
		height: 10rem;
	}
	/*    .n-products .rightbox .ul .li:nth-child(3n){          margin-right:4%;      }      .n-products .rightbox .ul .li:nth-child(2n){          margin-right:0;      }*/
	.n-products .rightbox a {
		margin-right: .5rem;
	}
}

.products-info1 {
	background: #F4F4F4;
	position: relative;
	z-index: 1;
	padding: 5.75rem 0 3.5rem;
}

.products-info1 .leftbox {
	width: 50%;
}

.products-info1 .leftbox .pro-container img {
	max-height: 14.75rem;
}

.products-info1 .leftbox .pro-container .prevbtn {
	width: 1.3rem;
	height: 1.3rem;
	left: 0;
	top: 50%;
	margin-top: -2rem;
	position: absolute;
	z-index: 3;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.2);
	transition: all .8s;
}

.products-info1 .leftbox .pro-container .prevbtn .icon {
	width: .5rem;
	height: .5rem;
	fill: #333;
	transform: rotate(-180deg);
	transition: all .8s;
}

.products-info1 .leftbox .pro-container .nextbtn {
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	right: 0;
	top: 50%;
	margin-top: -2rem;
	z-index: 3;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.2);
	transition: all .8s;
}

.products-info1 .leftbox .pro-container .nextbtn .icon {
	width: .5rem;
	height: .5rem;
	fill: #333;
	transition: all .8s;
}

.products-info1 .leftbox .pro-container .prevbtn:hover,
.products-info1 .leftbox .pro-container .nextbtn:hover {
	border: 2px solid rgba(0, 0, 0, 0.1);
	background: #FDCE00;
}

.products-info1 .leftbox .pro-container .prevbtn:hover .icon,
.products-info1 .leftbox .pro-container .nextbtn:hover .icon {
	fill: #fff;
}

.products-info1 .rightbox {
	width: calc(50% - 3rem);
	margin-left: 3rem;
}

.products-info1 .rightbox .tit2 {
	margin-bottom: .2rem;
}

.products-info1 .rightbox .ul {
	margin-top: 2rem;
	margin-bottom: -.65rem;
}

.products-info1 .rightbox .ul .li {
	width: 48%;
	margin-bottom: .65rem;
}

.products-info1 .rightbox .ul .li span {
	font-weight: bold;
}

.products-info1 .rightbox .layout-btn {
	border: none;
	background: #fdd000;
	width: 180px;
	height: 70px;
	border-radius: 70px;
	margin-top: 1.75rem;
}

.products-info1 .rightbox .layout-btn span {
	color: #000;
}

.products-info1 .rightbox .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-right: 0.26rem;
}

.products-info1 .rightbox .layout-btn:after {
	border-radius: 70px;
	background: #fff;
	z-index: -1;
}

.products-info2 {
	padding: 2.4rem 0 2.25rem;
}

.products-info2 .contentbox {
	width: 1000px;
	max-width: 88%;
	margin: 0 auto;
}

.products-info2 .contentbox .title {
	margin-bottom: 1.4rem;
}

.products-info2 .contentbox .ul {
	width: 100%;
}

.products-info2 .contentbox .li {
	width: 200px;
	margin-right: calc(50% - 300px);
	margin-bottom: 1.25rem;
}

.products-info2 .contentbox .li .icon {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid #C3C3C3;
	border-radius: 50%;
	margin: 0 auto .34rem;
}

.products-info2 .contentbox .li .icon img {
	max-width: 68%;
	max-height: 68%;
}

.products-info2 .contentbox .li:nth-child(3n) {
	margin-right: 0;
}

.products-info3 {
	background: #F5F5F5;
	position: relative;
	z-index: 1;
	padding: 2.5rem 0;
}

.products-info3 .contentbox {
	flex-flow: row-reverse wrap;
}

.products-info3 .img {
	width: 54%;
	border-radius: .75rem;
	overflow: hidden;
}

.products-info3 .text {
	width: 40%;
}

.products-info3 .text .tit2 {
	margin-bottom: 1.2rem;
}

.products-info3 .text .tit3 {
	margin-bottom: 1.2rem;
}

.products-info3 .text .icon {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid #C3C3C3;
	border-radius: 5px;
	margin: 0 auto .34rem;
}

.products-info3 .text .icon img {
	max-width: 80%;
	max-height: 80%;
}

.products-info3 .text .iconbtn {
	display: inline-block;
}

.products-info3 .text .iconbtn .p {
	margin-top: .4rem;
}

.products-info4 {
	padding: 2.5rem 0 0;
	height: 19rem;
}

.products-info4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.products-info4 .contentbox {
	position: relative;
	z-index: 2;
}

.products-info4 .contentbox .tit3 {
	margin-top: .25rem;
}

.products-info5 .contentbox {
	flex-flow: row wrap;
}

.products-info5 .text {
	padding-left: 3rem;
}

.products-info6 {
	overflow: hidden;
}

.products-info6 .swiper-slide {
	height: auto;
	width: 100%;
	padding: 2.5rem 0 0;
	position: relative;
}

.products-info6 .swiper-slide .bg {
	position: relative;
	width: 100%;
	height: 19rem;
	left: 0;
	top: 0;
	z-index: 1;
}

.products-info6 .swiper-slide .contentbox {
	position: relative;
	z-index: 2;
	opacity: 0;
	transform: translate(0, 40px);
	transition: all .8s .3s;
}

.products-info6 .swiper-slide .contentbox .tit3 {
	width: 80%;
	margin: .5rem auto 0;
}

.products-info6 .swiper-slide.ani-slide .contentbox {
	opacity: 1;
	transform: translate(0, 0);
}

.products-info6 .prevbtn {
	width: 1.3rem;
	height: 1.3rem;
	/* left: 7.4%;  top: 50%;*/
	left: 3%;
	top: 66%;
	margin-top: -2rem;
	position: absolute;
	z-index: 3;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	transition: all .8s;
}

.products-info6 .prevbtn .icon {
	width: .5rem;
	height: .5rem;
	fill: #333;
	transform: rotate(-180deg);
	transition: all .8s;
}

.products-info6 .nextbtn {
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	/*right: 7.4%;*/
	/*top: 50%;*/
	right: 3%;
	top: 66%;
	margin-top: -2rem;
	z-index: 3;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	transition: all .8s;
}

.products-info6 .nextbtn .icon {
	width: .5rem;
	height: .5rem;
	fill: #333;
	transition: all .8s;
}

.products-info6 .prevbtn:hover,
.products-info6 .nextbtn:hover {
	background: #FDCE00;
}

.products-info6 .prevbtn:hover .icon,
.products-info6 .nextbtn:hover .icon {
	fill: #fff;
}

.products-info7 {
	overflow: hidden;
	position: relative;
	padding: 2.5rem 0 3rem;
}

.products-info7 .contentbox .btnbox {
	width: 125px;
}

.products-info7 .contentbox .btnbox .prevbtn .icon {
	transform: rotate(-180deg);
}

.products-info7 .contentbox .btnbox .prevbtn,
.products-info7 .contentbox .btnbox .nextbtn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	transition: all .8s;
}

.products-info7 .contentbox .btnbox .prevbtn .icon,
.products-info7 .contentbox .btnbox .nextbtn .icon {
	fill: #fff;
	width: 22px;
	height: 22px;
}

.products-info7 .contentbox .btnbox .prevbtn:hover,
.products-info7 .contentbox .btnbox .nextbtn:hover {
	background: #fdce00;
}

.products-info7 .contentbox .li {
	height: 12.25rem;
	border-radius: .75rem;
	background: #f8f8f8;
	overflow: hidden;
	width: auto;
	margin-right: 3.35%;
	margin-bottom: 3.35%;
	position: relative;
}

.products-info7 .contentbox .li .proimg {
	height: 9rem;
	/*transition: all .6s;*/
}

.products-info7 .contentbox .li .tit3 {
	margin-top: .75rem;
	/*transition: all .6s;*/
}

.products-info7 .contentbox .imgbg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	z-index: 3;
	/*transition: all .6s;*/
}

.products-info7 .contentbox .li:nth-child(3n) {
	margin-right: 0;
}

.products-info7 .contentbox .li:hover .imgbg {
	opacity: 1;
}

.products-info7 .contentbox .li:hover .proimg .img1 {
	opacity: 0;
}


/*.products-info7 .contentbox .li:hover .tit3 {  opacity: 0;}*/

.products-info7 .prolist-container {
	margin-top: 1.75rem;
}

.products-info4 .tip {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	text-align: center;
	z-index: 2;
}

@media (max-width: 996px) {
	.products-info1 {
		padding: 2rem 0 2.5rem;
	}
	.products-info1 .leftbox {
		width: 100%;
		margin-bottom: 1rem;
	}
	.products-info1 .rightbox {
		width: 100%;
		margin-left: 0;
	}
	.products-info1 .rightbox .ul {
		margin-top: 1rem;
	}
	.products-info4 {
		height: 15rem;
	}
	.products-info3 .img {
		width: 54%;
	}
	.products-info5 .text {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.products-info1 .rightbox .layout-btn {
		width: 140px;
		height: 1.75rem;
		border-radius: 1.75rem;
	}
	.products-info2 .contentbox .li {
		width: 50%;
		margin-right: 0;
	}
	.products-info2 .contentbox .li .p {
		line-height: 1.4;
		margin-top: .45rem;
	}
	.products-info2 {
		padding: 2rem 0;
	}
	.products-info3 .img {
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.products-info3 .text {
		width: 100%;
	}
	.products-info3 .text .tit2,
	.products-info3 .text .tit3 {
		margin-bottom: .85rem;
	}
	.products-info4 {
		padding: 1.5rem 0 0;
	}
	.products-info7 {
		padding: 2rem 0 2.5rem;
	}
	.products-info7 .contentbox .btnbox {
		width: 4rem;
	}
	.products-info7 .contentbox .btnbox .prevbtn,
	.products-info7 .contentbox .btnbox .nextbtn {
		width: 1.75rem;
		height: 1.75rem;
	}
	.products-info1 .rightbox .ul .li {
		width: 100%;
		border-bottom: 1px solid #dedede;
		padding: .5rem 0;
		margin-bottom: 0;
	}
	.products-info3 .text .icon img {
		width: 1rem;
	}
}

.rd-list1 {
	padding: 3.8rem 0 3.1rem;
	background: #fff;
	position: relative;
	z-index: 1;
}

.rd-list1 .text {
	margin-top: 2.1rem;
}

.rd-list1 .tit3 {
	margin-bottom: .4rem;
}

.rd-list1 .ul {
	margin-top: 2rem;
}

.rd-list1 .ul .li {
	width: 30%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.rd-list1 .ul .li .num {
	margin-bottom: .1rem;
	transition: all .8s;
}

.rd-list1 .ul .li:nth-child(1) {
	width: 20%;
	align-items: flex-start;
}

.rd-list1 .ul .li:nth-child(4) {
	width: 20%;
	align-items: flex-end;
	border-right: none;
}

.rd-list1 .ul .li:hover .num {
	color: #FDCE00;
}

.rd-list2 {
	padding: 3.85rem 0 3.4rem;
	background: #F8F8F8;
	position: relative;
	z-index: 1;
}

.rd-list2 .leftnav {
	display: inline-block;
}

.rd-list2 .leftnav a {
	margin-bottom: 1rem;
	padding-bottom: 4px;
	border-bottom: 3px solid transparent;
	transition: all .8s;
	display: block;
}

.rd-list2 .leftnav a:hover,
.rd-list2 .leftnav a.cur {
	color: #FDCE00;
	border-bottom: 3px solid #FDCE00;
}

.rd-list2 .rightbox {
	width: calc(100% - 5.5rem - 120px);
}

.rd-list2 .rightbox .su {
	width: 170px;
	height: 65px;
	position: relative;
	overflow: hidden;
}

.rd-list2 .rightbox .su span {
	background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0.1) 0%, transparent 100%);
	-webkit-background-clip: text;
	width: 170px;
	height: 80px;
	font-size: 3.25rem;
	font-family: Tahoma;
	font-weight: bold;
	color: transparent;
	line-height: 1;
	position: absolute;
	top: -.25rem;
}

.rd-list2 .rightbox .sp {
	width: calc(100% - 200px - 50px);
}

.rd-list2 .rightbox .iconbtn {
	width: 28px;
	height: 28px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.rd-list2 .rightbox .iconbtn .icon {
	width: 15px;
	height: 15px;
	fill: #333;
}

.rd-list2 .rightbox .iconbtn .icon2 {
	opacity: 0;
}

.rd-list2 .rightbox a {
	margin-bottom: 13px;
	border-radius: 15px;
	background: #fff;
	padding: .25rem .7rem .25rem .5rem;
	display: block;
	position: relative;
	border-radius: 15px;
	transition: all .8s;
}

.rd-list2 .rightbox .img {
	position: absolute;
	width: 3.5rem;
	right: 30%;
	top: -1.5rem;
	z-index: 3;
	opacity: 0;
	transform: translate(0, 20px);
	transition: all .8s;
}

@media (min-width: 1024px) {
	.rd-list2 .rightbox a:hover {
		background: #FDCE00;
	}
	.rd-list2 .rightbox a:hover .img {
		opacity: 1;
		transform: translate(0, 0);
	}
	.rd-list2 .rightbox a:hover .sp {
		color: #fff;
	}
	.rd-list2 .rightbox a:hover .iconbtn {
		border: 2px solid #fff;
	}
	.rd-list2 .rightbox a:hover .iconbtn .icon1 {
		opacity: 0;
	}
	.rd-list2 .rightbox a:hover .iconbtn .icon2 {
		opacity: 1;
		fill: #fff;
	}
}

.rd-list2 .rightbox .itembox {
	display: none;
}

.rd-list3 {
	padding: 3.5rem 0 3.25rem;
	background: #fff;
	z-index: 1;
}

.rd-list3 .itembox {
	margin-bottom: 2rem;
}

.rd-list3 .itemlist {
	margin-top: 1.2rem;
}

.rd-list3 .itemlist .li {
	width: 14.66%;
	margin-right: 2.4%;
	margin-bottom: 2.4%;
	position: relative;
}

.rd-list3 .itemlist .li span {
	width: calc(100% - 74px);
}

.rd-list3 .itemlist .li:nth-child(6n) {
	margin-right: 0;
}

.rd-list3 .itemlist img {
	transition: all .8s;
}

.rd-list3 .itemlist span {
	transition: all .6s;
}

.rd-list3 .itemlist .img2 {
	opacity: 0;
}

.rd-list3 .itemlist .li:hover span {
	color: #FDCE00;
}

.rd-list3 .itemlist .li:hover .img1 {
	opacity: 0;
}

.rd-list3 .itemlist .li:hover .img2 {
	opacity: 1;
}

.rd-list3 .itembox2 .ul {
	margin-top: 2.2rem;
}

.rd-list3 .itembox2 .ul .li {
	width: 4.1rem;
	height: 4.6rem;
	margin-right: calc(16.66% - 4.8rem);
	position: relative;
}

.rd-list3 .itembox2 .ul .lino {
	margin-right: 0;
}

.rd-list3 .ulbox-pagination {
	margin-top: 1rem;
}

.rd-list3 .ulbox-container span {
	background: #000;
	opacity: .2;
}

.rd-list3 .ulbox-container span.swiper-pagination-bullet-active {
	background: #fdce00;
	opacity: 1;
}

@media (max-width: 1024px) {
	.rd-list1 {
		padding: 2rem 0;
	}
	.rd-list1 .text {
		margin-top: 1.2rem;
	}
	.rd-list1 .ul {
		margin-top: 1.25rem;
	}
	.rd-list2 {
		padding: 2rem 0 3rem;
	}
	.rd-list2 .leftnav {
		width: 100%;
		margin-bottom: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.rd-list2 .leftnav a {
		width: auto;
		margin-right: 1rem;
		margin-bottom: 0;
	}
	.rd-list2 .rightbox {
		width: 100%;
	}
	.rd-list2 .leftnav a:last-child {
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	.rd-list3 .itembox2 .ul .li {
		width: 21.66%;
		height: 3.6rem;
		margin-bottom: .75rem;
	}
	.rd-list3 .itembox2 .ul .li .tran-middle {
		max-width: 100%;
		max-height: 100%;
	}
	.rd-list3 .itembox2 .ul {
		margin-top: 1rem;
	}
	.rd-list3 .itembox {
		margin-bottom: 1.25rem;
	}
	.rd-list3 .itembox2 .ul .li {
		margin-right: calc(16.66% - 6rem);
	}
	.rd-list3 .itembox2 .ul .li .img1 {
		max-width: 45%;
		max-height: 45%;
	}
}

@media (max-width: 996px) {
	.rd-list3 {
		padding: 2rem 0;
	}
	.rd-list3 .itemlist .li {
		width: 32%;
		margin-right: 2%;
	}
	.rd-list3 .itemlist .li:nth-child(3n) {
		margin-right: 0;
	}
	.rd-list3 .itembox2 .ul .li {
		margin-right: calc(16.66% - 3.7rem);
		width: 14%;
		height: 3.25rem;
	}
}

@media (max-width: 767px) {
	.rd-list1 .ul .li {
		width: 50% !important;
		padding: 0 3%;
		margin-bottom: .75rem;
		align-items: center !important;
	}
	.rd-list1 .ul .li:nth-child(2n) {
		border-right: none;
	}
	.rd-list2 .rightbox .su {
		display: none;
	}
	.rd-list2 .rightbox .sp {
		width: calc(100% - 50px);
	}
	.rd-list2 .rightbox a {
		padding: 15px;
	}
	.rd-list2 {
		padding: 2rem 0;
	}
	.rd-list3 .itemlist .li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.rd-list3 .itemlist .li:nth-child(3n) {
		margin-right: 4%;
	}
	.rd-list3 .itemlist .li:nth-child(2n) {
		margin-right: 0;
	}
	.rd-list3 .itembox2 .ul .li {
		margin-right: 1.5%;
		width: 22.5%;
		height: 2.25rem;
		border: 1px solid #d1d1d1;
		margin-bottom: .35rem;
		border-radius: .3rem;
	}
	.rd-list3 .itembox2 .ul .li img:nth-child(1) {
		display: none;
	}
	.rd-list2 .leftnav a {
		font-size: 18px;
	}
	.rd-list2 .rightbox .sp {
		font-size: 14px;
	}
	.rd-list3 .itemlist .li span {
		width: calc(100% - 52px);
		line-height: 1.3;
	}
	.rd-list3 .itemlist .li .icon {
		width: 26px;
	}
}

.contact-list1 {
	position: relative;
	z-index: 1;
	height: calc(670rem / 40);
}

.contact-list1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.contact-list2 {
	position: relative;
	z-index: 2;
}

.contact-list2 .contactbox {
	margin-top: -5.5rem;
	background: #fff;
	border-radius: .75rem;
	padding: 2.4rem 2.5rem 2.75rem;
	z-index: 1;
}

.contact-list2 .contactbox .tit2 {
	margin-bottom: 2rem;
}

.contact-list2 .contactbox .li {
	width: 47.25%;
	background: #fff;
	box-shadow: 0px 3px 20px 0px rgba(192, 192, 192, 0.2);
	border-radius: .75rem;
	margin-right: 2.75%;
	margin-bottom: 2.75%;
	padding: 1.65rem 1rem 1.65rem 1.75rem;
	transition: all .8s;
}

.contact-list2 .contactbox .icon {
	width: 1.35rem;
	height: 1.35rem;
	margin-right: .8rem;
}

.contact-list2 .contactbox .icon svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: #01417f;
	transition: all .8s;
}

.contact-list2 .contactbox .titbox {
	width: calc(100% - 2.15rem);
}

.contact-list2 .contactbox .tit3 {
	transition: all .8s;
}

.contact-list2 .contactbox .tit4 {
	transition: all .8s;
	margin-top: .1rem;
}

.contact-list2 .contactbox .li:nth-child(2n) {
	margin-right: 0;
}

@media (min-width: 1024px) {
	.contact-list2 .contactbox .li:hover {
		background: #FDD000;
		box-shadow: none;
	}
	.contact-list2 .contactbox .li:hover .icon svg {
		fill: #222;
	}
	.contact-list2 .contactbox .li:hover .tit3 {
		color: #000;
	}
	.contact-list2 .contactbox .li:hover .tit4 {
		color: #000;
	}
	.contact-list1 .bg {
		object-position: 70%;
	}
}

.contact-list3 {
	background: #F5F5F5;
	position: relative;
	padding: 2.65rem 0 2.5rem;
	z-index: 2;
}

.contact-list3 .contactbox {
	width: 1420px;
	max-width: 88%;
	margin: 0 auto;
}

.contact-list3 .formbox {
	padding: 1.75rem 1.4rem 1.75rem;
	background: #fff;
	z-index: 1;
	margin-top: 1.5rem;
}

.contact-list3 .formbox .name {
	margin-bottom: .22rem;
}

.contact-list3 .formbox .name sup {
	margin-left: .2rem;
	color: #FDD000;
	top: -.2em;
}

.contact-list3 .formbox .item {
	width: 48%;
	margin-bottom: .35rem;
}

.contact-list3 .formbox .item .captcha_ok {
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -6px;
	font-size: 14px !important;
	line-height: 1;
	background: green;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0 !important;
}

.contact-list3 .formbox .item .captcha_no {
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -6px;
	font-size: 16px !important;
	line-height: 1;
	background: red;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0 !important;
}

.contact-list3 .formbox .input {
	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);
	width: 100%;
	height: 1.75rem;
	background: #F5F5F5 !important;
	border-radius: 6px;
	text-indent: .5rem;
	box-shadow: inset 0 0 0 transparent;
	border: none;
}

.contact-list3 .formbox .input:focus {
	border-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}

.contact-list3 .formbox .input:focus {
	border: none;
}

.contact-list3 .formbox .input1 {
	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);
	width: calc(100% - 3rem - 10px);
	height: 1.75rem;
	background: #F5F5F5 !important;
	border-radius: 6px;
	text-indent: .5rem;
	box-shadow: inset 0 0 0 transparent;
	border: none;
}

.contact-list3 .formbox .input1:focus {
	border-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}

.contact-list3 .formbox .input1:focus {
	border: none;
}

.contact-list3 .formbox .captcha {
	width: 3.5rem;
	height: 1.75rem;
	position: absolute;
	right: 0;
	top: 0;
}

.contact-list3 .formbox .item2 {
	width: 100%;
}

.contact-list3 .formbox .input3 {
	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: 4.5rem;
	width: 100%;
	vertical-align: top;
	background: #F5F5F5 !important;
	border-radius: 6px;
	text-indent: .5rem;
	box-shadow: inset 0 0 0 transparent;
	border: none;
	padding: 10px 0;
}

.contact-list3 .formbox .input3:focus {
	border-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}

.contact-list3 .formbox .input3:focus {
	border: none;
}

.contact-list3 .formbox .submitbtn {
	width: 180px;
	height: 1.75rem;
	border-radius: 1.75rem;
	margin-top: .75rem;
}

.contact-list3 .formbox .submitbtn .submit {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
}

.contact-list3 .formbox .submitbtn .layout-btn {
	border: none;
	background: #fdd000;
	width: 180px;
	height: 1.75rem;
	border-radius: 1.75rem;
}

.contact-list3 .formbox .submitbtn .layout-btn span {
	color: #000;
}

.contact-list3 .formbox .submitbtn .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.contact-list3 .formbox .submitbtn .layout-btn:after {
	border-radius: 70px;
	background: #fff;
	z-index: -1;
}

.contact-list3 .formbox .submitbtn .layout-btn>span {
	transition: all .6s ease-in-out;
}

.contact-list3 .formbox .submitbtn:hover .layout-btn>span>i {
	transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	-o-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
}

.contact-list3 .formbox .submitbtn:hover .layout-btn>span>small>em {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	color: transparent;
}

.contact-list3 .formbox .submitbtn:hover .layout-btn>span>small>em:before {
	color: #000000;
}

.contact-list3 .formbox .submitbtn:hover .layout-btn span {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
}

.contact-list3 .formbox .submitbtn:hover .layout-btn:after {
	opacity: 1;
}

@media (max-width: 1024px) {
	.contact-list2 .contactbox .li {
		padding: 1.4rem .75rem 1.4rem;
	}
	.contact-list2 .contactbox {
		margin-top: 0;
		padding: 2rem 0 2.5rem;
	}
	.contact-list2 .contactbox .tit2 {
		margin-bottom: 1.25rem;
	}
	.contact-list3 .contactbox {
		width: 92%;
	}
}

@media (max-width: 996px) {
	.contact-list2 .contactbox .li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.contact-list2 .contactbox .li:nth-child(3n) {
		margin-right: 4%;
	}
	.contact-list2 .contactbox .li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.contact-list2 .contactbox .li {
		width: 100%;
		margin-right: 0 !important;
	}
	.contact-list3 {
		padding: 2rem 0;
	}
	.contact-list3 .formbox {
		margin-top: 1rem;
		padding: 1.2rem .85rem 1.5rem;
	}
	.contact-list3 .formbox .item {
		width: 100%;
		margin-bottom: .55rem;
	}
	.contact-list1 {
		height: calc(400rem / 40);
	}
	.contact-list1 .bg {
		object-position: 70%;
	}
	.contact-list3 .formbox .submitbtn .layout-btn,
	.contact-list3 .formbox .submitbtn {
		width: 140px;
	}
	.contact-list3 .formbox .submitbtn .layout-btn .icon {
		width: 18px;
		height: 20px;
	}
}

.n-recruitment {
	padding: 3.35rem 0 2.75rem;
	background: #fff;
	position: relative;
	z-index: 2;
}

.recruitment-list1 .text {
	width: 67%;
}

.recruitment-list1 .text .tit3 {
	margin-bottom: 1.95rem;
	line-height: 2;
}

.recruitment-list1 .text .tipbox img {
	height: 20px;
	margin-right: .4rem;
	margin-top: -2px;
}

.recruitment-list1 .text .tipbox .li {
	border: 2px solid #E2E2E2;
	border-radius: .75rem;
	padding: .45rem .8rem;
	color: #FDD000;
}

.recruitment-list1 .text .tipbox .li strong {
	color: #222;
}

.recruitment-list1 .text .tipbox .li:nth-child(1) {
	margin-right: 1rem;
}

.recruitment-list2 {
	margin-top: 3.5rem;
}

.recruitment-list2 .contentbox {
	background: #F9F9F9;
	border-radius: .5rem;
	padding: 0 .4rem .5rem;
}

.recruitment-list2 .recruitment-top {
	/*height: 2.75rem;*/
	height: 3.15rem;
}

.recruitment-list2 .sp {
	padding-right: 2%;
}

.recruitment-list2 .sp:nth-child(1) {
	width: 20%;
	padding-left: 1.5rem;
}

.recruitment-list2 .sp:nth-child(2) {
	width: 20%;
}

.recruitment-list2 .sp:nth-child(3) {
	width: 25%;
}

.recruitment-list2 .sp:nth-child(4) {
	width: 20%;
}

.recruitment-list2 .sp:nth-child(5) {
	width: 15%;
	text-align: right;
	padding-right: 2rem;
}

.recruitment-list2 .ul {
	padding: 0;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: .5rem;
}

.recruitment-list2 .ul .li {
	position: relative;
}

.recruitment-list2 .ul .li:before {
	content: "";
	position: absolute;
	width: calc(100% - 3rem);
	height: 1px;
	left: 1.5rem;
	background: rgba(0, 0, 0, 0.07);
	bottom: 0;
	z-index: 1;
}

.recruitment-list2 .ul .li .sp:nth-child(5) {
	padding-right: 2.2rem;
}

.recruitment-list2 .ul .li:last-child:before {
	display: none;
}

.recruitment-list2 .ul .morebtn {
	color: #FDD200;
	border-bottom: 2px solid #FDD200;
}

@media (max-width: 1024px) {
	.recruitment-list1 .text {
		width: 75%;
	}
}

@media (max-width: 996px) {
	.n-recruitment {
		padding: 2rem 0 2.5rem;
	}
	.recruitment-list1 .title {
		width: 100%;
		margin-bottom: .55rem;
	}
	.recruitment-list1 .text {
		width: 100%;
	}
	.recruitment-list2 {
		margin-top: 1.5rem;
	}
	.recruitment-list2 .sp:nth-child(2),
	.recruitment-list2 .sp:nth-child(3),
	.recruitment-list2 .sp:nth-child(4) {
		display: none;
	}
	.recruitment-list2 .sp:nth-child(1) {
		width: calc(100% - 80px);
	}
	.recruitment-list2 .ul .li .sp:nth-child(5),
	.recruitment-list2 .sp:nth-child(5) {
		width: 80px;
		padding-right: 0;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.recruitment-list1 .text .tipbox .li {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: .55rem;
	}
	.recruitment-list1 .text .tit3 {
		margin-bottom: 1rem;
	}
	.recruitment-list1 .text .tipbox img {
		height: 16px;
	}
	.recruitment-list2 .sp:nth-child(1) {
		padding-left: 1rem;
	}
	.recruitment-list2 .ul .li:before {
		width: calc(100% - 1.5rem);
		left: 1rem;
	}
}

.n-recruitment-info {
	background: #f9f9f9;
	padding-bottom: 2rem;
}

.n-recruitment-info .tipbox {
	padding: .75rem 0;
}

.n-recruitment-info .tipbox a {
	opacity: .6;
	transition: all .6s;
}

.n-recruitment-info .tipbox a:hover {
	color: #fdd000;
	opacity: 1;
}

.n-recruitment-info .tipbox span {
	opacity: .6;
}

.n-recruitment-info .tipbox .icon2 {
	width: 22px;
	height: 22px;
	margin-right: .2rem;
	fill: #959595;
}

.n-recruitment-info .tipbox .icon {
	width: 12px;
	height: 12px;
	margin: 0 .25rem;
	fill: #646464;
}

.n-recruitment-info .formbox {
	padding: 2.25rem 4rem 2.5rem;
	background: #fff;
	z-index: 1;
}

.n-recruitment-info .formbox .li {
	margin-bottom: 1rem;
	width: 30%;
	margin-right: 5%;
	position: relative;
}

.n-recruitment-info .formbox .li .input1 {
	width: calc(100% - 60px);
	height: 50px;
	border: 1px solid #d4d4d4;
	text-indent: .5rem;
}

.n-recruitment-info .formbox .li .tip {
	position: absolute;
	right: .55rem;
	top: 50%;
	margin-top: -5px;
	color: #666;
	z-index: 1;
}

.n-recruitment-info .formbox .w100 {
	width: 100%;
	margin-right: 0;
}

.n-recruitment-info .formbox .w100 .input2 {
	border: 1px solid #d4d4d4;
	width: 100%;
	padding: .5rem;
	height: 6rem;
}

.n-recruitment-info .formbox .w100 .tip {
	top: .65rem;
}

.n-recruitment-info .formbox .li:nth-child(3n) {
	margin-right: 0;
}

.n-recruitment-info .formbox .w50 {
	width: 47.5%;
	margin-right: 5%;
}

.n-recruitment-info .formbox .li.w50:nth-child(2n) {
	margin-right: 0;
}

.n-recruitment-info .formbox .input3box {
	margin-left: .5rem;
	width: calc(100% - 110px);
}

.n-recruitment-info .formbox .input3box p {
	line-height: 1.5;
	margin-top: .25rem;
}

.n-recruitment-info .formbox .yanbox {
	width: calc(100% - 1.5rem - 180px);
}

.n-recruitment-info .formbox .coadbox:before {
	content: "";
	position: absolute;
	left: 1.5rem;
	height: 20px;
	top: 15px;
	width: 1px;
	background: #e5e5e5;
}

.n-recruitment-info .formbox .coadbox .icon {
	position: absolute;
	left: .4rem;
	width: .5rem;
	top: 50%;
	transform: translate(0, -50%);
}

.n-recruitment-info .formbox .coadbox .input4 {
	border: 1px solid #d4d4d4;
	width: 100%;
	padding: 0 4.5rem 0 1.9rem;
	height: 50px;
}

.n-recruitment-info .formbox .coadbox .captcha {
	position: absolute;
	width: 3.5rem;
	height: calc(50px - 2px);
	right: 1px;
	top: 1px;
	z-index: 1;
}

.n-recruitment-info .formbox .submitbtn {
	width: 180px;
	height: 1.75rem;
	border-radius: 1.75rem;
}

.n-recruitment-info .formbox .submitbtn .submit {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
}

.n-recruitment-info .formbox .submitbtn .layout-btn {
	border: none;
	background: #fdd000;
	width: 180px;
	height: 1.75rem;
	border-radius: 1.75rem;
}

.n-recruitment-info .formbox .submitbtn .layout-btn span {
	color: #000;
}

.n-recruitment-info .formbox .submitbtn .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.n-recruitment-info .formbox .submitbtn .layout-btn:after {
	border-radius: 70px;
	background: #fff;
	z-index: -1;
}

.n-recruitment-info .formbox .submitbtn .layout-btn>span {
	transition: all .6s ease-in-out;
}

.n-recruitment-info .formbox .submitbtn:hover .layout-btn>span>i {
	transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	-o-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
}

.n-recruitment-info .formbox .submitbtn:hover .layout-btn>span>small>em {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	color: transparent;
}

.n-recruitment-info .formbox .submitbtn:hover .layout-btn>span>small>em:before {
	color: #000000;
}

.n-recruitment-info .formbox .submitbtn:hover .layout-btn span {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
}

.n-recruitment-info .formbox .submitbtn:hover .layout-btn:after {
	opacity: 1;
}

@media (max-width: 1480px) {
	.n-recruitment-info .formbox {
		padding: 2rem 2rem 2.5rem;
	}
	.n-recruitment-info .formbox .w50 {
		width: 100% !important;
	}
}

@media (max-width: 996px) {
	.n-recruitment-info .formbox .li {
		width: 100%;
		margin-bottom: .55rem;
		margin-right: 0 !important;
	}
	.n-recruitment-info .formbox .li .sp {
		display: block;
		margin-bottom: .3rem;
	}
	.n-recruitment-info .formbox .li .input1 {
		width: 100%;
	}
	.n-recruitment-info .formbox {
		padding: 1.5rem 1rem 2rem;
	}
	.n-recruitment-info .formbox .li .tip {
		top: 66%;
	}
	.n-recruitment-info .formbox .w100 .tip {
		top: 0.65rem;
	}
	.n-recruitment-info .formbox .yanbox {
		width: 100%;
		margin-bottom: .55rem;
	}
	.n-recruitment-info .formbox .submitbtn,
	.n-recruitment-info .formbox .submitbtn .layout-btn {
		width: 160px;
	}
	.n-recruitment-info .formbox .submitbtn .layout-btn .icon {
		width: 18px;
		height: 20px;
	}
	.n-recruitment-info .formbox .li .input1 {
		height: 40px;
	}
	.n-recruitment-info .formbox .w100 .input2 {
		height: 5rem;
	}
	.n-recruitment-info .formbox .coadbox .input4 {
		height: 40px;
	}
	.n-recruitment-info .formbox .coadbox .captcha {
		height: calc(40px - 2px);
	}
}

.master-list1 {
	padding: 3.4rem 0 3.8rem;
	background: #fff;
	position: relative;
	z-index: 1;
}

.master-list1 .textbox {
	margin-top: 2.2rem;
}

.master-list1 .tit4 {
	margin-top: .9rem;
}

.master-list1 .tit4 span {
	color: #FDCE00;
}

.master-list1 .leftbox {
	width: 40%;
}

.master-list1 .rightbox {
	width: 48.7%;
}

.master-list2 {
	padding: 3.25rem 0 2.25rem;
	position: relative;
	z-index: 1;
}

.master-list2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
}

.master-list2 .contentbox {
	position: relative;
	z-index: 3;
}

.master-list2 .contentbox .tit3 {
	margin-top: 1rem;
}

.master-list2 .contentbox .tit3 p {
	margin-bottom: .2rem;
	width: auto;
}

.master-list2 .contentbox .tit3 p span {
	transition: all .8s;
	display: inline-block;
	border-bottom: 2px solid transparent;
}

.master-list2 .contentbox .tit3 p:hover span {
	color: #000;
	border-bottom: 2px solid #000;
}

.master-list2 .contentbox .imgtip {
	height: 1.25rem;
	margin-top: 1.4rem;
}

.master-list3 {
	background: #F5F5F5;
	padding: 2.5rem 0 4.25rem;
}

.master-list3 .ul {
	margin-top: 1.25rem;
}

.master-list3 .ul .li {
	width: 32%;
	margin-right: 2%;
	border-radius: .5rem;
	background: #fff;
	padding: 2.5rem 1.75rem;
}

.master-list3 .ul .li .icon {
	width: 1.65rem;
	height: 1.65rem;
	margin-bottom: 1.75rem;
}

.master-list3 .ul .li .icon img {
	max-height: 100%;
}

.master-list3 .ul .li .tit3 {
	margin-bottom: .9rem;
}

.master-list3 .ul .li:nth-child(3n) {
	margin-right: 0;
}

.master-list4 {
	padding: 3rem 0 3.5rem;
	background: #fff;
	z-index: 1;
}

.master-list4 .titlebox {
	margin-bottom: 2.5rem;
	align-items: flex-end;
}

.master-list4 .titlebox span {
	color: #FDCE00;
}

.master-list4 .tit2 {
	width: 50%;
}

.master-list4 .btnbox {
	width: 125px;
}

.master-list4 .btnbox .prevbtn .icon {
	transform: rotate(-180deg);
}

.master-list4 .btnbox .prevbtn,
.master-list4 .btnbox .nextbtn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	transition: all .8s;
}

.master-list4 .btnbox .prevbtn .icon,
.master-list4 .btnbox .nextbtn .icon {
	fill: #fff;
	width: 22px;
	height: 22px;
}

.master-list4 .btnbox .prevbtn:hover,
.master-list4 .btnbox .nextbtn:hover {
	background: #fdce00;
}

.master-list4 .master-container {
	margin-left: calc(50vw - 820px);
	background: #F5F5F5;
	border-radius: 30px 0px 0px 30px;
}

.master-list4 .master-container .swiper-wrapper {
	align-items: stretch;
}

.master-list4 .master-container .swiper-wrapper .swiper-slide {
	height: auto;
}

.master-list4 .master-container .item {
	padding: 2rem 1rem;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	transition: all .8s;
}

.master-list4 .master-container .tit4 {
	margin-bottom: 3rem;
}

.master-list4 .master-container .img1 {
	position: absolute;
	bottom: 0;
	width: 6.25rem;
	right: -.65rem;
	z-index: 1;
	opacity: 0;
	transition: all .8s;
}

.master-list4 .master-container .swiper-slide:hover {
	border-right: 1px solid transparent;
}

.master-list4 .master-container .item:hover {
	border-radius: .75rem;
	background: #FDCE00;
	border-right: 1px solid transparent;
}

.master-list4 .master-container .item:hover .img1 {
	opacity: 1;
}

.master-list5 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 2.75rem 0 4.5rem;
}

.master-list5 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.master-list5 .contentbox {
	width: 1420px;
	max-width: 88%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.master-list5 .contentbox .text {
	width: 14.5rem;
	max-width: 100%;
}

.master-list5 .contentbox .tit2 {
	margin-bottom: 1.7rem;
}

.master-list5 .contentbox .tit4 {
	margin-bottom: 1.5rem;
}

.master-list5 .contentbox .item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 1.4rem;
}

.master-list5 .contentbox .item .p {
	margin-top: .6rem;
}

.master-list5 .contentbox .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 1700px) {
	.master-list4 .master-container {
		margin-left: 6%;
		width: 94%;
	}
}

@media (max-width: 1024px) {
	.master-list5 .contentbox {
		width: 92%;
	}
}

@media (max-width: 996px) {
	.master-list1 {
		padding: 2rem 0 2.5rem;
	}
	.master-list3 .ul .li {
		padding: 1.5rem 1.25rem;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.master-list1 .tit4 br {
		display: none;
	}
	.master-list1 .textbox {
		margin-top: 1.5rem;
	}
	.master-list4 .tit2 {
		width: 60%;
	}
	.master-list3 {
		padding: 2rem 0 3rem;
	}
	.master-list3 .ul .li .icon {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {
	.master-list4 .btnbox {
		width: 3.2rem;
	}
	.master-list4 .btnbox .prevbtn,
	.master-list4 .btnbox .nextbtn {
		width: 1.4rem;
		height: 1.4rem;
	}
	.master-list4 .btnbox .prevbtn .icon,
	.master-list4 .btnbox .nextbtn .icon {
		width: 18px;
		height: 18px;
	}
	.master-list4 .master-container .tit4 {
		margin-bottom: 1rem;
	}
	.master-list4 .titlebox {
		margin-bottom: 1.5rem;
	}
	.master-list1 .leftbox {
		width: 100%;
		margin-bottom: .8rem;
	}
	.master-list1 .leftbox br {
		display: none;
	}
	.master-list1 .rightbox {
		width: 100%;
	}
	.master-list1 .textbox {
		margin-top: .85rem;
	}
	.master-list1 .tit4 {
		margin-top: .55rem;
	}
	.master-list2 {
		padding: 2.5rem 0 6rem;
	}
	.master-list2 .bg {
		background-position: left top;
	}
	.master-list2 .contentbox .tit3 {
		margin-top: .8rem;
	}
	.master-list2 .contentbox .imgtip {
		margin-top: 1rem;
	}
	.master-list3 {
		padding: 2rem 0;
	}
	.master-list3 .ul .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.master-list3 .ul .li .icon {
		margin-bottom: .75rem;
	}
	.master-list3 .ul .li .tit3 {
		margin-bottom: .5rem;
	}
	.master-list3 .ul .li {
		padding: 1.25rem 1rem;
	}
	.master-list4 {
		padding: 2rem 0;
	}
	.master-list4 .tit2 {
		width: 100%;
		margin-bottom: .8rem;
	}
	.master-list4 .tit2 br {
		display: none;
	}
	.master-list5 .contentbox .tit2 {
		margin-bottom: .8rem;
	}
	.master-list5 .contentbox .tit4 {
		margin-bottom: .9rem;
	}
	.master-list5 .contentbox .item {
		padding-bottom: .9rem;
	}
	.master-list5 {
		padding: 2rem 0 6rem;
	}
}

.dialog2 {
	z-index: 99;
}

.dialog2 .dialog__content {
	width: 960px;
	max-width: 90%;
	margin: 0 auto;
	background: #fff;
	border-radius: .5rem;
	overflow: hidden;
	text-align: left;
	padding: 0;
}

.dialog2 .closebtn {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 1rem;
	top: .45rem;
	z-index: 2;
	background: transparent;
}

.dialog2 .closebtn .icon {
	width: 35px;
	height: 35px;
	fill: #fff;
}

.dialog2 .contactbox {
	width: 100%;
}

.dialog2 .contactbox .title {
	height: 2.2rem;
	background: #fdd000;
	padding: 0 1.4rem;
}

.dialog2 .textbox {
	padding: 0 1.45rem 2rem;
	background: #fff;
}

.dialog2 .textbox .tit3 {
	padding: 1rem 0;
	border-bottom: 2px solid #f7f7f7;
}

.dialog2 .textbox .tit3 span {
	width: 33.3%;
	padding-right: 2%;
}

.dialog2 .textbox .tit3 span:nth-child(3) {
	padding-right: 0;
}

.dialog2 .text {
	margin: .95rem 0 0;
	max-height: 50vh;
	overflow-y: auto;
	padding-right: 10px;
}

.dialog2 .text .tit4 {
	margin-bottom: .25rem;
}

.dialog2 .text .item {
	margin-bottom: 1rem;
}

.dialog2 .layout-btn {
	border: none;
	background: #fdd000;
	width: 180px;
	height: 1.75rem;
	border-radius: 1.75rem;
}

.dialog2 .layout-btn span {
	color: #000;
}

.dialog2 .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.dialog2 .layout-btn:after {
	border-radius: 1.75rem;
	background: #fdd000;
	z-index: -1;
}

.dialog2 .layout-btn2 {
	border: none;
	background: #f6f6f6;
	width: 180px;
	height: 1.75rem;
	border-radius: 1.75rem;
	margin-left: .5rem;
}

.dialog2 .layout-btn2 span {
	color: #000;
}

.dialog2 .layout-btn2 .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.dialog2 .layout-btn2:after {
	border-radius: 1.75rem;
	background: #F5F5F5;
	z-index: -1;
}

@media (max-width: 767px) {
	.dialog2 .dialog__content {
		padding: 0;
		width: 90%;
	}
	.dialog2 .textbox {
		padding: 0 1rem 2rem;
	}
	.dialog2 .textbox .tit3 span {
		width: 100%;
		margin-bottom: 10px;
	}
	.dialog2 .textbox .tit3 {
		padding: .5rem 0;
	}
	.dialog2 .layout-btn,
	.dialog2 .layout-btn2 {
		width: 135px;
	}
	.dialog2 .layout-btn .icon {
		height: 20px;
		width: 18px;
	}
	.dialog2 .closebtn {
		top: 0.4rem;
		right: .75rem;
	}
	.dialog2 .contactbox .title {
		padding: 0 1rem;
	}
}

.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%;
}

.dialog1 .video .iframe {
	width: 100%;
	height: 15rem;
	object-fit: cover;
}

@media (max-width: 767px) {
	.dialog1 .dialog__content {
		padding: 0;
		width: 90%;
	}
	.dialog1 .closebtn {
		top: -35px;
	}
}

@keyframes warn {
	0% {
		transform: scale(0) translate(-50%, -50%);
		opacity: 1;
	}
	100% {
		transform: scale(1) translate(-50%, -50%);
		opacity: 0;
	}
}

.about-list1 {
	padding: 3.5rem 0 3.65rem;
}

.about-list1 .tit2 {
	margin-bottom: 1.5rem;
}

.about-list1 .leftbox {
	width: 50%;
}

.about-list1 .leftbox span {
	color: #FDCE00;
}

.about-list1 .leftbox .tit3 {
	margin-bottom: .9rem;
}

.about-list1 .leftbox .tit4 {
	margin-bottom: .1rem;
}

.about-list1 .rightbox {
	width: 48.7%;
}

.about-list1 .honor-container {
	margin-top: 2rem;
	border-radius: .5rem;
	overflow: hidden;
}

.about-list1 .honor-container .prevbtn {
	left: 1.5rem;
}

.about-list1 .honor-container .prevbtn .icon {
	transform: rotate(-180deg);
}

.about-list1 .honor-container .nextbtn {
	right: 1.5rem;
}

.about-list1 .honor-container .prevbtn,
.about-list1 .honor-container .nextbtn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	transition: all .8s;
	opacity: .9;
	z-index: 3;
}

.about-list1 .honor-container .prevbtn .icon,
.about-list1 .honor-container .nextbtn .icon {
	fill: #fff;
	width: 22px;
	height: 22px;
}

.about-list1 .honor-container .prevbtn:hover,
.about-list1 .honor-container .nextbtn:hover {
	background: #fdce00;
	opacity: 1;
}

.about-list1 .honor-container .itembox {
	width: 70%;
	margin: .3rem auto 0;
	height: 13.8rem;
	position: relative;
}

.about-list1 .honor-container .itembox .item {
	width: 8.5rem;
	height: 8rem;
	align-items: flex-end;
	opacity: 0;
	transform: translate(0, 20px);
	transition: all .6s;
}

.about-list1 .honor-container .itembox .item img {
	max-width: 100%;
	max-height: 100%;
}

.about-list1 .honor-container .itembox .item:nth-child(1) {
	position: absolute;
	left: 10%;
	top: 0;
	transition-delay: .2s;
}

.about-list1 .honor-container .itembox .item:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	transition-delay: .35s;
}

.about-list1 .honor-container .itembox .item:nth-child(3) {
	position: absolute;
	left: 40%;
	bottom: 0;
	transition-delay: .45s;
}

.about-list1 .honor-container .itembox .item:nth-child(4) {
	position: absolute;
	left: 72%;
	top: 18%;
	transition-delay: .55s;
}

.about-list1 .honor-container .ani-slide .item {
	opacity: 1;
	transform: translate(0, 0);
}

.about-list3 {
	height: 22.5rem;
	width: 100%;
	position: relative;
	z-index: 1;
}

.about-list3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.about-list3 .layout-btn {
	border: none;
	background: #fdd000;
	width: 180px;
	height: 70px;
	border-radius: 70px;
	position: absolute;
	left: calc(50vw - 820px);
	bottom: 2.4rem;
	z-index: 3;
}

.about-list3 .layout-btn span {
	color: #000;
}

.about-list3 .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.about-list3 .layout-btn:after {
	border-radius: 70px;
	background: #fff;
	z-index: -1;
}

.about-list4 {
	padding: 3.75rem 0 3.4rem;
	position: relative;
	z-index: 1;
}

.about-list4 .tit3 span {
	color: #FDCE00;
}

.about-list4 .ul {
	margin-top: 2.75rem;
}

.about-list4 .ul .li {
	width: 30%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.about-list4 .ul .li .num {
	margin-bottom: .2rem;
	transition: all .8s;
}

.about-list4 .ul .li .num sup {
	top: -1.5em;
	line-height: 1;
}

.about-list4 .ul .li:nth-child(1) {
	width: 20%;
	align-items: flex-start;
}

.about-list4 .ul .li:nth-child(4) {
	width: 20%;
	align-items: flex-end;
	border-right: none;
}

.about-list4 .ul .li:hover .num {
	color: #FDCE00;
}

.about-list4 .ul2 {
	margin-top: 2.85rem;
}

.about-list4 .ul2 .li {
	width: 27.45%;
	margin-right: 8.825%;
	background: #F5F5F5;
	border-radius: 4.5rem;
	padding: 2rem 0 1.7rem;
}

.about-list4 .ul2 .li:nth-child(3n) {
	margin-right: 0;
}

.about-list4 .ul2 .img {
	height: 10rem;
	width: 90%;
	margin: 0 auto 1rem;
}

.about-list4 .ul2 .img img {
	max-height: 100%;
	transition: all .8s;
}

.about-list4 .ul2 .li:hover .img img {
	transform: scale(1.06, 1.06);
}

.about-list5 {
	padding: 3.5rem 0 2.25rem;
	background: url(../images/aboutimg3.jpg) no-repeat center center;
	background-size: cover;
}

.about-list5 .box .leftbox {
	width: 35%;
}

.about-list5 .box .leftbox .tit2 {
	margin-bottom: .45rem;
}

.about-list5 .box .rightbox {
	width: 16.25rem;
}

.about-list5 .box .rightbox2 {
	width: 9rem;
}

.about-list5 .ul {
	margin-top: 2.65rem;
}

.about-list5 .ul .li {
	width: 4.5rem;
	height: 4.5rem;
	margin-right: calc(20% - 5.5rem);
	position: relative;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.about-list5 .ul .nul {
	margin-bottom: .55rem;
}

.about-list5 .ul .lino {
	margin-right: 0;
}

.about-list6 {
	padding: 3.5rem 0 2.75rem;
	background: #fff;
	z-index: 1;
	-moz-user-select: none;
	/* 火狐 */
	-webkit-user-select: none;
	/* webkit浏览器 */
	-ms-user-select: none;
	/* IE10 */
	-khtml-user-select: none;
	/* 早期浏览器 */
	user-select: none;
}

.about-list6 .btnbox {
	width: 125px;
}

.about-list6 .btnbox .prevbtn .icon {
	transform: rotate(-180deg);
}

.about-list6 .btnbox .prevbtn,
.about-list6 .btnbox .nextbtn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	transition: all .8s;
	opacity: .9;
}

.about-list6 .btnbox .prevbtn .icon,
.about-list6 .btnbox .nextbtn .icon {
	fill: #fff;
	width: 22px;
	height: 22px;
}

.about-list6 .btnbox .prevbtn:hover,
.about-list6 .btnbox .nextbtn:hover {
	background: #fdce00;
	opacity: 1;
}

.about-list6 .his-container {
	padding-bottom: 2.5rem;
	background: url(../images/aboutimg5.png) no-repeat left bottom;
	background-size: 1640px auto;
	margin-left: calc(50vw - 820px);
	margin-top: 2.25rem;
}

.about-list6 .his-container .swiper-wrapper {
	align-items: stretch;
}

.about-list6 .his-container .swiper-slide {
	height: auto;
}

.about-list6 .his-container .item {
	background: #F5F5F5;
	border-radius: .75rem;
	height: 100%;
	padding: 1.4rem .9rem 1.25rem;
	transition: all .8s;
}

.about-list6 .his-container .item .tipimg {
	position: absolute;
	bottom: -.25rem;
	right: -.25rem;
	width: 6.25rem;
	z-index: 1;
	opacity: 0;
	transition: all .8s;
}

.about-list6 .his-container .item .tit3 {
	font-family: Tahoma;
	font-weight: bold;
	color: transparent;
	line-height: 70px;
	opacity: 0.6;
	-webkit-text-stroke: 1px #000000;
	text-stroke: 1px #000000;
	margin-bottom: 2.65rem;
	transition: all .8s;
}

.about-list6 .his-container .item:hover {
	background: #FDCE00;
}

.about-list6 .his-container .item:hover .tit3 {
	opacity: 1;
	color: black;
	-webkit-text-stroke: 1px transparent;
	text-stroke: 1px transparent;
}

.about-list6 .his-container .item:hover .tipimg {
	opacity: 1;
}

@media (max-width: 1700px) {
	.about-list3 .layout-btn {
		left: 6%;
	}
	.about-list6 .his-container {
		background-size: 94% auto;
		margin-left: 6%;
		width: 94%;
	}
}

@media (max-width: 996px) {
	.about-list1 {
		padding: 2rem 0;
	}
	.about-list1 .tit2 {
		margin-bottom: .85rem;
	}
	.about-list1 .leftbox {
		width: 100%;
		margin-bottom: 1rem;
	}
	.about-list1 .rightbox {
		width: 100%;
	}
	.about-list1 .leftbox .tit3 {
		margin-bottom: .7rem;
	}
	.about-list1 .honor-container {
		margin-top: 1.2rem;
	}
	.about-list1 .honor-container .prevbtn {
		left: 6%;
	}
	.about-list1 .honor-container .nextbtn {
		right: 6%;
	}
	.about-list1 .honor-container .prevbtn,
	.about-list1 .honor-container .nextbtn {
		width: 1.75rem;
		height: 1.75rem;
	}
	.about-list4 .ul2 .img {
		height: 6rem;
	}
	.about-list4 .ul {
		margin-top: 1.5rem;
	}
	.about-list4 .ul .li:nth-child(1),
	.about-list4 .ul .li:nth-child(4) {
		align-items: center;
	}
	.about-list4 .ul .li {
		margin-bottom: .75rem;
		width: 50% !important;
		padding: 0 3%;
	}
	.about-list4 .ul .li .p br {
		display: none;
	}
	.about-list4 .ul .li:nth-child(2n) {
		border-right: none;
	}
	.about-list4 .ul .li .p {
		text-align: center;
	}
	.about-list4 .ul2 {
		margin-top: 1.75rem;
	}
	.about-list5 {
		padding: 2rem 0 2.25rem;
	}
	.about-list5 .ul {
		margin-top: 1rem;
	}
	.about-list5 .ul .li {
		width: 14.5%;
		padding-top: 14.5%;
		height: auto;
		margin-right: 2%;
	}
	.about-list5 .ul .li .img1 {
		max-width: 70%;
		max-height: 70%;
	}
	.about-list6 {
		padding: 2rem 0 2.5rem;
	}
	.about-list6 .his-container {
		margin-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}

@media (max-width: 767px) {
	.about-list3 {
		height: 17.5rem;
	}
	.about-list3 .layout-btn {
		width: 150px;
		height: 1.75rem;
		border-radius: 1.75rem;
	}
	.about-list4 .ul2 .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.about-list4 .ul2 .li {
		border-radius: 1rem;
	}
	.about-list4 {
		padding: 2rem 0;
	}
	.about-list5 .box .leftbox {
		width: 100%;
		margin-bottom: .55rem;
	}
	.about-list6 .btnbox {
		width: 3.2rem;
	}
	.about-list6 .btnbox .prevbtn,
	.about-list6 .btnbox .nextbtn {
		width: 1.4rem;
		height: 1.4rem;
	}
	.about-list6 .btnbox .prevbtn .icon,
	.about-list6 .btnbox .nextbtn .icon {
		width: 18px;
		height: 18px;
	}
	.about-list1 .honor-container .prevbtn,
	.about-list1 .honor-container .nextbtn {
		width: 1.4rem;
		height: 1.4rem;
	}
	.about-list1 .honor-container .prevbtn .icon,
	.about-list1 .honor-container .nextbtn .icon {
		width: 18px;
		height: 18px;
	}
	.about-list1 .honor-container .prevbtn {
		left: 2%;
	}
	.about-list1 .honor-container .nextbtn {
		right: 2%;
	}
	.about-list5 .leftbox .tit5 br {
		display: none;
	}
	.about-list6 .his-container .item .tit3 {
		margin-bottom: 1.75rem;
	}
	.about-list4 .ul2 .li .p {
		font-size: 18px;
	}
	.about-list4 .ul2 .img {
		height: 9rem;
	}
	.about-list4 .ul .li .num span {
		font-size: 40px;
	}
	.footer .rightbox .sharebox .imghover {
		width: 3rem;
		height: 3rem;
		margin-left: calc(-.65rem - 3px);
	}
	.footer .rightbox .sharebox .imghover:before {
		left: 25%;
	}
	.ilist3 .itembox .item .tit4 {
		display: none;
	}
}

.ilist1 {
	padding: 2.5rem 0 10.5rem;
	background: #fff;
}

.ilist1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.ilist1 .tip {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
}

.ilist1 .contentbox {
	position: relative;
	z-index: 2;
}

.ilist1 .textbox {
	padding: 1.45rem 0 0;
}

.ilist1 .leftbox {
	width: 48.75%;
}

.ilist1 .leftbox .tit2 span {
	color: #FDD000;
}

.ilist1 .leftbox .p {
	margin-top: 1.5rem;
}

.ilist1 .leftbox .layout-btn {
	border: none;
	background: #fdd000;
	width: 180px;
	height: 70px;
	border-radius: 70px;
	margin-top: 3rem;
}

.ilist1 .leftbox .layout-btn span {
	color: #000;
}

.ilist1 .leftbox .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.ilist1 .leftbox .layout-btn:after {
	border-radius: 70px;
	background: #fdd000;
	z-index: -1;
}

.ilist1 .rightbox {
	width: 27%;
	padding-top: 1rem;
}

.ilist1 .rightbox .item {
	padding: .5rem 0;
	border-bottom: 1px solid #f0f0f0;
}

.ilist1 .rightbox .num {
	width: 35%;
}

.ilist1 .rightbox .tit4 {
	width: 60%;
	text-align: right;
}

.ilist1 .rightbox .tit4 a {
	color: #F5CA0E;
}

.ilist1 .rightbox .tit4 a:hover {
	text-decoration: underline;
}

.ilist1 .rightbox .num sup {
	line-height: 1;
	top: .2em;
}

.ilist2 {
	padding: 2.5rem 0 10.5rem;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	background: #fff;
}

.ilist2 .bg {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.ilist2 .contentbox {
	position: relative;
	z-index: 3;
}

.ilist2 .tip {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
}

.ilist2 .videobtn {
	cursor: pointer;
	z-index: 3;
	display: none;
}

.ilist2 .videobtn .img {
	width: 1.55rem;
	height: 1.55rem;
	margin-bottom: .5rem;
}

.ilist2 .pcvideobtn {
	cursor: pointer;
	z-index: 3;
}

.ilist2 .pcvideobtn .img {
	width: 1.55rem;
	height: 1.55rem;
	margin-bottom: .5rem;
}

.ilist2 .i2video {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
}

.ilist2 .btn {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	background: #fdd000;
	opacity: 0;
	visibility: hidden;
	transition: all .8s;
}

.ilist2 .btn.cur {
	opacity: 1;
	visibility: visible;
}

.ilist3 {
	padding: 2.5rem 0 3.5rem;
	position: relative;
	overflow: hidden;
}

.ilist3 .contentbox {
	position: relative;
	z-index: 3;
}

.ilist3 .tip {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
}

.ilist3 .tit2 {
	margin-top: 1.5rem;
}

.ilist3 .tit2 span {
	color: #FDD000;
}

.ilist3 .tabul {
	border-bottom: 1px solid #ededed;
	margin-top: 2rem;
}

.ilist3 .tabul .li {
	cursor: pointer;
	padding-bottom: 1.2rem;
	transition: all .8s;
	position: relative;
}

.ilist3 .tabul .li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #FDD000;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .8s;
}

.ilist3 .tabul .icon {
	width: 1rem;
	height: 1rem;
}

.ilist3 .tabul img {
	max-height: 100%;
	transition: all .8s;
}

.ilist3 .tabul .img1 {
	opacity: 1;
}

.ilist3 .tabul .img2 {
	opacity: 0;
}

.ilist3 .tabul span {
	margin-left: .55rem;
}

.ilist3 .tabul .li:hover,
.ilist3 .tabul .li.cur {
	color: #FDD000;
}

.ilist3 .tabul .li:hover:before,
.ilist3 .tabul .li.cur:before {
	opacity: 1;
}

.ilist3 .tabul .li:hover .img1,
.ilist3 .tabul .li.cur .img1 {
	opacity: 0;
}

.ilist3 .tabul .li:hover .img2,
.ilist3 .tabul .li.cur .img2 {
	opacity: 1;
}

.ilist3 .itembox {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 1.25rem;
}

.ilist3 .itembox .item {
	height: 19rem;
	padding: 5.8rem 3rem 0;
	display: none;
	overflow: hidden;
}

.ilist3 .itembox .item .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: .9rem;
	z-index: 1;
}

.ilist3 .itembox .item .tit4 {
	margin-bottom: .7rem;
}

.ilist3 .itembox .item .text {
	width: 12.5rem;
	position: relative;
	z-index: 3;
}

.ilist3 .itembox .layout-btn {
	border: none;
	background: #fdd000;
	width: 180px;
	height: 70px;
	border-radius: 70px;
	margin-top: 2.35rem;
}

.ilist3 .itembox .layout-btn span {
	color: #000;
}

.ilist3 .itembox .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.ilist3 .itembox .layout-btn:after {
	border-radius: 70px;
	background: #fdd000;
	z-index: -1;
}

.ilist3 .warptabul {
	width: 100%;
	overflow-x: auto;
}

.ilist3 .warptabul .tabul {
	min-width: 600px;
}

.ilist4 {
	padding: 2.5rem 0 6rem;
	position: relative;
	overflow: hidden;
}

.ilist4 .contentbox {
	position: relative;
	z-index: 3;
}

.ilist4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.ilist4 .tip {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1.5rem;
}

.ilist4 .tit2 {
	margin-bottom: 1.2rem;
}

.ilist4 .p {
	margin-bottom: 2.5rem;
}

.ilist4 .text {
	width: 650px;
	max-width: 100%;
}

.ilist4 .ul {
	width: 100%;
}

.ilist4 .ul .li {
	max-width: 25%;
}

.ilist4 .ul .li .num {
	margin-bottom: .1rem;
	transition: all .8s;
}

.ilist4 .ul .p {
	margin-bottom: 0 !important;
}

.ilist4 .ul .li:hover .num {
	color: #FDCE00;
}

.ilist4 .layout-btn {
	border: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.2);
	width: 180px;
	height: 70px;
	border-radius: 70px;
	margin-top: 2.35rem;
}

.ilist4 .layout-btn span {
	color: #000;
}

.ilist4 .layout-btn .icon {
	width: 26px;
	height: 24px;
	fill: #000;
	margin-left: 0.35rem;
}

.ilist4 .layout-btn:after {
	border-radius: 70px;
	background: #fdd000;
	z-index: -1;
}

.ilist4 .layout-btn:hover {
	border: 1px solid transparent;
}

.ilist5 {
	background: #fff;
	padding: 3rem 0 2rem;
	z-index: 1;
}

.ilist5 .tip {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1.5rem;
}

.ilist5 .titlebox {
	align-items: flex-end;
}

.ilist5 .titlebox .tit2 span {
	color: #FDD000;
}

.ilist5 .titlebox .btnbox {
	width: 125px;
}

.ilist5 .titlebox .btnbox .prevbtn .icon {
	transform: rotate(-180deg);
}

.ilist5 .titlebox .btnbox .prevbtn,
.ilist5 .titlebox .btnbox .nextbtn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	transition: all .8s;
}

.ilist5 .titlebox .btnbox .prevbtn .icon,
.ilist5 .titlebox .btnbox .nextbtn .icon {
	fill: #fff;
	width: 22px;
	height: 22px;
}

.ilist5 .titlebox .btnbox .prevbtn:hover,
.ilist5 .titlebox .btnbox .nextbtn:hover {
	background: #fdce00;
}

.ilist5 .news-container {
	margin-left: calc(50vw - 820px);
	margin-top: 2.25rem;
	width: calc(50vw + 820px);
	overflow: hidden;
}

.ilist5 .news-container a {
	display: block;
	background: #F8F8F8;
	border-radius: .75rem;
	overflow: hidden;
	height: 13.75rem;
}

.ilist5 .news-container .img {
	position: relative;
	height: 7.85rem;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.ilist5 .news-container .img {
	transition: all .8s;
}

.ilist5 .news-container .img img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}

.ilist5 .news-container .text {
	padding: 1.2rem 1rem;
	transition: all .8s;
	position: relative;
	z-index: 1;
}

.ilist5 .news-container .text .time {
	margin-bottom: .3rem;
}

.ilist5 .news-container .text .tit5 {
	margin-bottom: .6rem;
	display: none;
	margin-top: .6rem;
	margin-bottom: 3rem;
}

.ilist5 .news-container .text .btn {
	margin-top: .7rem;
}

.ilist5 .news-container .icon {
	width: 8rem;
	height: 8rem;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all .6s;
}

@media (max-width: 1580px) {
	.ilist3 .itembox .item {
		padding: 2.8rem 3rem 0;
	}
	.ilist5 .news-container a {
		height: 15rem;
	}
}

@media (max-width:1500px) {
	.ilist1 .leftbox {
		width: 57%;
	}
}

@media (min-width:1024px) {
	.ilist5 .news-container a:hover .img {
		opacity: 0;
		transform: translate(0, -100%);
	}
	.ilist5 .news-container a:hover .text {
		transform: translate(0, -7.5rem);
	}
	.ilist5 .news-container a:hover .tit5 {
		display: block;
	}
	.ilist5 .news-container a:hover .icon {
		opacity: 1;
	}
	.ilist5 .news-container a:hover .btn {
		color: #FDD000;
	}
}

.ilist6 {
	position: relative;
	overflow: hidden;
	height: 105vh;
	padding: 2rem 0 0;
	z-index: 1;
	background-color: #fff;
}

.ilist6 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.ilist6 .tip {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1.5rem;
}

.ilist6 .contentbox {
	position: relative;
	z-index: 3;
}

.ilist6 .box .leftbox {
	width: 35%;
}

.ilist6 .box .leftbox .tit2 {
	margin-bottom: .45rem;
}

.ilist6 .box .leftbox .tit2 span {
	color: #fdd000;
}

.ilist6 .box .rightbox {
	width: 53%;
}

@media (max-width: 1700px) {
	.ilist5 .news-container {
		margin-left: 6%;
		margin-top: 1.25rem;
		width: 94%;
	}
}

@media (max-width: 1024px) {
	.ilist2 .videobtn {
		display: flex;
	}
	.ilist2 .pcvideobtn {
		display: none;
	}
	.ilist3 .itembox .item {
		padding: 2.2rem 1.5rem 0;
	}
	.ilist2 .videobtn .tit-18 {
		font-size: 18px;
	}
	.ibanner .swiper-slide .text {
		padding: 0 10%;
	}
	.ilist4 .ul {
		width: 60%;
	}
	.ilist4 .ul .li {
		max-width: 50%;
	}
}

@media (max-width: 996px) {
	.ilist1 .rightbox {
		width: 34%;
		padding-top: 0;
	}
	.ilist1 .leftbox .layout-btn {
		margin-top: 1.5rem;
	}
	.ilist1 .rightbox .num {
		width: 38%;
		padding-top: 0;
	}
	.ilist1 .leftbox .p {
		margin-top: 1rem;
	}
	.ilist1 {
		padding: 2.5rem 0 17.5rem;
	}
	.ilist6 .box .leftbox {
		width: 100%;
		margin-bottom: .8rem;
	}
	.ilist6 .box .rightbox {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ilist1 .leftbox .layout-btn {
		width: 140px;
		height: 1.75rem;
		border-radius: 1.75rem;
	}
	.ilist1 .leftbox .layout-btn .icon {
		width: 22px;
		height: 18px;
	}
	.ilist3 .tabul .li {
		font-size: 20px;
	}
	.ilist1 .leftbox {
		width: 100%;
		margin-bottom: .85rem;
	}
	.ilist1 .rightbox {
		width: 100%;
	}
	.ilist1 {
		padding: 2.5rem 0 14.5rem;
	}
	.ilist1 .bg {
		height: 55%;
		top: 45%;
	}
	.ilist2 {
		height: 15rem;
	}
	.ilist3 {
		padding: 2rem 0 2.25rem;
	}
	.ilist3 .itembox .item {
		padding: 0;
		height: auto;
	}
	.ilist3 .itembox .item .text {
		max-width: 100%;
	}
	.ilist3 .itembox .layout-btn {
		width: 140px;
		height: 1.75rem;
		border-radius: 1.75rem;
		margin-top: 1.25rem;
	}
	.ilist3 .itembox .layout-btn .icon {
		width: 22px;
		height: 18px;
	}
	.ilist3 .tabul {
		margin-top: 1.4rem;
	}
	.ilist3 .tabul .li {
		padding-bottom: 1rem;
	}
	.ilist4 .tip {
		margin-bottom: 1rem;
	}
	.ilist4 .tit2 {
		margin-bottom: 0.85rem;
	}
	.ilist4 .p {
		margin-bottom: 1.5rem;
	}
	.ilist4 .layout-btn {
		width: 140px;
		height: 1.75rem;
		border-radius: 1.75rem;
		margin-top: 1.25rem;
	}
	.ilist4 {
		padding: 2.5rem 0 8rem;
	}
	.ilist4 .ul {
		margin-bottom: -.75rem;
	}
	.ilist4 .ul .li {
		max-width: none;
		width: 50%;
		margin-bottom: .75rem;
		align-items: flex-start;
	}
	.ilist5 {
		padding: 2rem 0;
	}
	.ilist5 .titlebox .btnbox {
		width: 3.2rem;
	}
	.ilist5 .titlebox .btnbox .prevbtn,
	.ilist5 .titlebox .btnbox .nextbtn {
		width: 1.4rem;
		height: 1.4rem;
	}
	.ilist5 .titlebox .btnbox .prevbtn .icon,
	.ilist5 .titlebox .btnbox .nextbtn .icon {
		width: 18px;
		height: 18px;
	}
	.ilist6 .box .rightbox .item {
		margin-bottom: .65rem;
	}
	.ilist6 .tip {
		margin-bottom: .85rem;
	}
	.ilist5 .news-container {
		width: 88%;
	}
	.ilist6 {
		padding-top: 1rem;
	}
	.ilist3 .tit2 {
		margin-top: 1rem;
	}
	.ilist1 .leftbox .tit2 br {
		display: none;
	}
	.ilist3 .itembox .item .bg {
		position: relative;
		margin-top: 1rem;
		height: 9rem;
	}
	.ilist3 .itembox .item .tit4 {
		color: #000;
	}
	.ilist3 .itembox .item .tit5 {
		color: #333;
	}
	.ilist4 .layout-btn svg {
		width: 22px !important;
		height: 18px !important;
	}
}

.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: 138px;
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(5px);
	position: relative;
	z-index: 5;
}

.search-alert2 .formbox .box {
	width: 80%;
	padding: .8rem 0 0;
	margin: 0 auto;
}

.search-alert2 .formbox .input1 {
	height: 60px;
	width: calc(100% - 100px);
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.search-alert2 .formbox .input2 {
	background: url(../images/searchbtn2.png) no-repeat center center;
	background-size: auto 40px;
	width: 100px;
	height: 60px;
}

.search-alert2 .closebtn {
	width: 35px;
	height: 35px;
	position: fixed;
	right: 3%;
	top: .5rem;
	z-index: 6;
	cursor: pointer;
}

.search-alert2 .closebtn .icon {
	width: 30px;
	height: 30px;
	fill: #fff;
}

@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;
	}
}


/*.ilist1 .rightbox .num,.ilist6 .box .rightbox .item .tit3,.about-list5 .box .rightbox .item .tit3,.social-list1 .contentbox .itembox .su{    font-family: "tahomabd",Arial;}*/

.nodata svg path {
	fill: #999;
}

.dialog2 .text::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

.ilist3 .warptabul::-webkit-scrollbar {
	width: 1px;
	height: 1px;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

.footer .leftnav .li a,
.footer .rightbox .box .sp,
.footer .rightbox .tit4,
.about-list3 .layout-btn,
.footer .rightbox .inputbox,
.about-list6 .his-container .item .p,
.products-info1 .rightbox .ul .li,
.n-products .rightbox .ul .li .tit3,
.products-info7 .contentbox .li .tit3,
.products-info1 .rightbox .layout-btn,
.contact-list3 .formbox .submitbtn .layout-btn,
.n-recruitment-info .formbox .submitbtn .layout-btn,
.n-news .news-list2 .ulbox .li .btn,
.news-infolist2 .li .btn,
.n-products .leftbox .sec-list a {
	font-weight: bold;
}

.sweet-alert {
	padding-bottom: 1rem !important;
}

.n-products .mnav-bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
	backdrop-filter: blur(2px);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all .8s;
}

.n-products .mnav-bg.active {
	opacity: 1;
	visibility: visible;
}

.n-recruitment-info .formbox .yanbox {
	position: relative;
}

.n-recruitment-info .formbox .yanbox .captcha_ok {
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -6px;
	font-size: 14px !important;
	line-height: 1;
	background: green;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0 !important;
}

.n-recruitment-info .formbox .yanbox .captcha_no {
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -6px;
	font-size: 16px !important;
	line-height: 1;
	background: red;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0 !important;
}


/*# sourceMappingURL=boc_reset.css.map */