@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.n-info .leftbox .textbox{
  width:100%;
}
.n-info .leftbox .newsbtn {
  width: 162px;
  height: 47px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  border-radius: 10px;
  margin-top: 1.25rem;
  transition: all .5s;
  float:right;
}
.n-info .leftbox .newsbtn .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #fff;
  transition: all .5s;
}
.n-info .leftbox .newsbtn:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .n-info .leftbox .newsbtn{
    width: 140px;
    height: 40px;
  }
}
.loading-fix{
  position:fixed;
  width:100%;
  height:100vh;
  left:0;
  top:0;
  background:#fff;
  z-index:99;
}
.loading-fix img{
  width:100vw;
  height:100%;
  object-fit:cover;
  position: relative;
  z-index:1;
}
.loading-fix .img2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index:3;
}
.loading-fix .img2{
  -webkit-clip-path: circle(0% at 0 50%);
  clip-path: circle(0% at 0 50%);
  -webkit-animation:loadinganimat 5s 1  ease forwards;
  -moz-animation:loadinganimat 5s  1 ease forwards;
}
.loading-fix.active{
  opacity:0;
  visibility:hidden;
}
@keyframes loadinganimat{
  0%{
    -webkit-clip-path: circle(0% at 0 50%);
    clip-path: circle(0% at 0 50%);
  }
  100%{
    -webkit-clip-path: circle(150% at 0 50%);
    clip-path: circle(150% at 0 50%);
  }
}
@media (max-width: 1024px) {
 	.loading-fix img{
    height:50%;
  }
  .loading-fix .img1{
    top:25%;
  }
}
body{
		position: relative;
	}
	.cnzzbtn{
		position: absolute;
	    z-index: 9;
	    right: 15%;
	    bottom: 0.85rem;
	    width: 20px;
	    height: 20px;
	}
	@media(max-width: 1680px){
		.cnzzbtn{
		    right: 17%;
		}
	}
	@media(max-width: 1480px){
		.cnzzbtn{
		    right: 18.5%;
		}
	}
	@media(max-width: 1280px){
		.cnzzbtn{
		    right: 20.5%;
		    bottom: 1.15rem;
		}
	}
	@media(max-width: 1100px){
		.cnzzbtn{
		    right: 24.5%;
		    bottom: 1.15rem;
		}
	}
	@media(max-width: 996px){
		.cnzzbtn{
		    right: 30.5%;
		    bottom: 1.15rem;
		}
	}
	@media(max-width: 767px){
		.cnzzbtn{
		    right: 12.5%;
		    bottom: .8rem;
		}
	}
#app{
    width:100%;
    overflow: hidden;
    position: relative;
    z-index:1;
}
[v-cloak] {
  display: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header{
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.header.sticky-on{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
}

.header .n-header .hright .qunbox .qunlist:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

html,
button,
input,
select,
textarea {
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Microsoft YaHei Light","Noto Sans S Chinese 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: #1E50E6;
  color: #fff;
}

::selection {
  background: #1E50E6;
  color: #fff;
}

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

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

::-webkit-scrollbar-thumb {
  background: #1E50E6;
}

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

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

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 13px;
  }

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

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

  .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: 14px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*响应隐藏样式*/
.pc-block {
  display: block;
}

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

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

.m-block {
  display: none;
}

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

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

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

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

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

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

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

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

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

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

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

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

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

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

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

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

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

.w1300 {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

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

/*分页样式*/
.wpage {
  text-align: center;
  display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
}
.wpage .gonum{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    margin: 0 3px;
    padding:5px 10px;
}
.wpage .gobbtn{
    width: 50px;
    height: 45px;
    line-height: 45px;
    margin: 0 3px;
    background:#fff;
    border-radius:10px;
    transition:all .5s;
    cursor:pointer;
}
.wpage .gobbtn:hover{
    color:#1E50E6;
}

.page {
  padding: 2.35rem 0 0;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  /*display: inline-block;*/
}
.page span{
  text-decoration: none;
  color: #666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  margin: 0 3px;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  cursor:pointer;
}
.page span.current{
  color:#1E50E6;
}
.page a {
  text-decoration: none;
  color: #666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  margin: 0 3px;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  color: #1947ba;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

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

.page a:hover {
  text-decoration: none;
  color: #fff;
  color: #1E50E6;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page .prev {
  margin-right: .5rem;
}

.page .next {
  margin-left: .5rem;
}

.page .next, .page .prev {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all .5s;
}
.page .next .icon, .page .prev .icon {
  width: 25px;
  height: 25px;
  fill: #000;
}

.page .next:hover, .page .prev:hover {
  background: #1E50E6;
  color: #fff;
}
.page .next:hover .icon, .page .prev:hover .icon {
  fill: #fff;
}


.page #pagination-next, .page #pagination-prev {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all .5s;
}
.page #pagination-next .icon, .page #pagination-prev .icon {
  width: 25px;
  height: 25px;
  fill: #000;
}

.page #pagination-next:hover, .page #pagination-prev:hover {
  background: #1E50E6;
  color: #fff;
}
.page #pagination-next:hover .icon, .page #pagination-prev:hover .icon {
  fill: #fff;
}
.page .pagination-wrap{
  display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.page .pagination-wrap li{
  cursor:pointer;
  text-decoration: none;
  color: #666;
  width: auto;
  padding:0 10px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  margin: 0 3px;
  display: block;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page .pagination-wrap li.pagination-current{
  color:#1947ba;
}




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

.page a:hover {
  text-decoration: none;
  color: #fff;
  color: #1E50E6;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

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

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

.page a[rel="next"], .page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all .5s;
}
.page a[rel="next"] .icon, .page a[rel="prev"] .icon {
  width: 25px;
  height: 25px;
  fill: #000;
}

.page a[rel="next"]:hover, .page a[rel="prev"]:hover {
  background: #1E50E6;
  color: #fff;
}
.page a[rel="next"]:hover .icon, .page a[rel="prev"]:hover .icon {
  fill: #fff;
}

@media (max-width: 768px) {
  .wpage .page {
    padding-top: 1rem;
  }
}
/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }

  .page a,.page span {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: .25rem;
    margin: 0 3px;
  }
  .wpage .gonum{
     width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: .25rem;
  }
  .wpage .allpage{
    height: 1.25rem !important;
    line-height:1.25rem !important;
  }
  .wpage .gobbtn{
    width: 40px;
    height: 1.25rem;
    line-height: 1.25rem;
  }
}
.wrap-sm {
  padding: 30px;
}

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

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

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

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

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

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

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

.pb0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}
.m-t-xxs {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}
/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

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

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

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

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

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

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

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

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

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden;
}

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

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

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}
.anim_emt.start.scale_down {
  -webkit-animation-name: mk_scale2;
  animation-name: mk_scale2;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

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

.anim_emt.start.path_r_to_l {
  -webkit-animation-name: path_r_to_l;
  animation-name: path_r_to_l;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}



.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

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

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

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


@keyframes path_r_to_l {
  0% {
    -webkit-clip-path: inset(0 0 0 93%);
    clip-path: inset(0 0 0 93%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@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_scale2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
  }
  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(-1.5rem);
    transform: translateX(-1.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
    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-del11{
  animation-delay: 1.1s;
}
.a-del12{
  animation-delay: 1.2s;
}
.a-del13{
  animation-delay: 1.3s;
}
.a-del14{
  animation-delay: 1.4s;
}
.a-del15{
  animation-delay: 1.5s;
}
.a-del20{
  animation-delay: 2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

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

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

.darkmode #pageloader {
  background: #252525;
}

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

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .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*/
.enfon {
  font-family: "Arial",Helvetica, Tahoma, sans-serif;
}

.nbanner {
  position: relative;
  height: 550px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.nbanner .link{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.nbanner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.nbanner .tit2 {
  width: 90%;
  text-align: center;
  z-index: 4;
}
.nbanner .subbox {
  position: absolute;
  width: 100%;
  height: 1.8rem;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.nbanner .subbox a {
  line-height: 1.8rem;
  position: relative;
  transition: all .5s;
  
  opacity:.5;
  color:#fff;
}
.nbanner .subbox a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
}
.nbanner .subbox a:hover, .nbanner .subbox a.cur {
  color: #fff;
  opacity:1;
  font-weight: bold;
}
.nbanner .subbox a:hover:before, .nbanner .subbox a.cur:before {
  opacity: 1;
}
.nbanner .n-subbox2 {
  width: 870px;
  max-width: 88%;
}
.nbanner .n-subbox3 {
  width: 1460px;
  max-width: 88%;
}

@media (max-width: 1360px) {
  .nbanner {
    height: 13.75rem;
  }
}
@media (max-width: 1024px) {
  .nbanner:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .nbanner {
    height: 10.75rem;
  }
}
@media (max-width: 767px) {
  .nbanner {
    height: 14rem;
  }
}
.n-news {
  background: #f4f4f4;
}

.news-list1 {
  padding: 1.25rem 2rem 2rem;
  z-index: 2;
}
.news-list1 .ul .li {
  width: 31.28%;
  height: 8.75rem;
  border-radius: .625rem;
}
.news-list1 .ul .li img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s;
}
.clouds-news.news-list1 .ul .li {
  height: auto;
  min-height: 6.75rem;
  margin-bottom: .92rem;
}
.news-list1 .ul .li .text {
  position: absolute;
  width: 100%;
  bottom: .9rem;
  padding: 0 1.25rem;
  z-index: 3;
}
.news-list1 .ul .li .time {
  margin-bottom: .4rem;
}
.news-list1 .ul .li .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list1 .ul .li:hover img {
  transform: scale(1.1);
}

.news-list2 {
  position: relative;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.news-list2 .formbox .input1 {
  width: 280px;
  height: 50px;
  background: #fff;
  border: 2px solid #e3e3e3;
  padding: 0 50px 0 .5rem;
  border-radius: .2rem;
}
.news-list2 .formbox .input2 {
  width: 30px;
  height: 30px;
  background: transparent;
  z-index: 2;
}
.news-list2 .formbox .btn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: .4rem;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
.news-list2 .formbox .btn .icon {
  width: 22px;
  height: 22px;
  fill: #999;
}
.news-list2 .warpselectbox {
  width: 405px;
  position: relative;
  z-index: 3;
}
.news-list2 .warpselectbox .selectbox {
  width: 120px;
  height: 50px;
  margin-right: 15px;
  position: relative;
  z-index: 3;
}
.news-list2 .warpselectbox .selectbox span {
  margin-right: 10px;
}
.news-list2 .warpselectbox .selectbox .icon {
  width: 12px;
  height: 12px;
  fill: #000;
}
.news-list2 .warpselectbox .selectbox .selecttop {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 2px solid #e3e3e3;
  border-radius: .2rem;
  cursor: pointer;
  padding: 0 .4rem;
  position: relative;
  z-index: 3;
}
.news-list2 .warpselectbox .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  background: #f4f4f4;
  max-height: 150px;
  padding: 15px 5px 10px;
  border-radius: .2rem;
  overflow-y: auto;
  display: none;
}
.news-list2 .warpselectbox .selectbox .item {
  height: .8rem;
  line-height: .8rem;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  border-bottom: none;
}
.news-list2 .warpselectbox .selectbox .item:hover {
  color: #fff;
  background: #000;
}
.news-list2 .warpselectbox .selectbox:hover .selecttop {
  color: #999;
}
.news-list2 .warpselectbox .selectbox:hover .icon {
  fill: #999;
}

.news-list3 {
  padding: 2.825rem 2rem 3.85rem;
}
.news-list3 .li {
  width: 49.48%;
  border-radius: .625rem;
  background: #fff;
  overflow: hidden;
  margin-bottom: .92rem;
  height:6.3rem;
}
.news-list3 .li .img {
  width: 44%;
  height:100%;
}
.news-list3 .li .img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s;
}
.news-list3 .li .text {
  width: 56%;
  padding: 1.25rem .7rem;
}
.news-list3 .li .text .tit2 {
  margin-bottom: .35rem;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight:bold;
}
.news-list3 .li .text .tit3 {
  color: #808080;
  line-height: 28px;
  height: 56px;
  margin-bottom: .4rem;
  overflow: hidden;
}
.news-list3 .li .text .more {
  width: 80px;
  height: 30px;
  border-radius: 6px;
  overflow: hidden;
  color: #1E50E6;
  margin-right: 16px;
  position: relative;
  transition: all .5s;
}
/*.news-list3 .li .text .more:before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid;
  border-image: linear-gradient(0deg, #1E50E6, #50C8FF) 10 10;
  left: 0;
  top: 0;
  transition: all .5s;
}*/
.news-list3 .li .text .more{
    position: relative;
    z-index:1;
}
.news-list3 .li .text .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .15rem;
  --border-width: 2px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.news-list3 .li:hover .text .more {
  background: #1E50E6;
  color: #fff;
}
.news-list3 .li:hover .text .more:before {
  opacity: 0;
}

.news-list3 .li:hover .img img {
  transform: scale(1.1);
}
.news-list3 .li:hover .text .tit2 {
  color: #1E50E6;
}

@media (max-width: 1024px) {
  .news-list1 {
    padding: 1.25rem 6% 2rem;
  }

  .news-list2 {
    padding: 1rem 6%;
  }

  .news-list3 {
    padding: 1.6rem 6% 2.5rem;
  }
  .news-list3 .li .text{
    padding: 0.75rem 0.7rem;
  }
  .news-list3 .li .text .tit3{
    line-height: 20px;
    height: 40px;
  }
}
@media (max-width: 768px) {

  .news-list1 .ul .li {
    width: 100%;
    height: 12rem;
    margin-bottom: .7rem;
  }

  .news-list3 .li {
    width: 100%;
  }

  .news-list2 .warpselectbox {
    width: 100%;
    margin-bottom: .6rem;
  }

  .news-list2 .warpselectbox .selectbox {
    width: 31%;
  }

  .news-list2 .warpselectbox .selectbox:last-child {
    margin-right: 0;
  }

  .news-list2 .formbox {
    width: 100%;
  }

  .news-list2 .formbox .input1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-list3 .li{
    height:auto;
  }
  .news-list3 .li .img {
    width: 100%;
    height: 8rem;
  }

  .news-list3 .li .text {
    width: 100%;
  }

  .news-list2 .warpselectbox .selectbox {
    width: 100%;
    margin-bottom: .4rem;
    margin-right: 0;
  }

  .news-list2 .warpselectbox .select1 {
    position: relative;
    z-index: 5;
  }

  .news-list2 .warpselectbox .select2 {
    position: relative;
    z-index: 4;
  }

  .news-list2 .warpselectbox .select3 {
    position: relative;
    z-index: 3;
  }

  .news-list2 .warpselectbox {
    margin-bottom: 0;
  }

  .news-list3 .li .text .tit3 {
    line-height: 20px;
    height: 40px;
    margin-bottom: 0.4rem;
  }
}




.footer {
  background: #1A1A1A;
}
.footer .footertop {
  position: relative;
}
.footer .footertop .leftbox {
  width: 66.66%;
  padding: 2.6rem 4rem 3.25rem 2rem;
  border-right: 1px solid rgba(221, 221, 221, 0.1);
}
.footer .footertop .leftbox .tit3 {
  margin-bottom: .4rem;
  display: block;
  transition: all .5s;
}
.footer .footertop .leftbox .tit3:hover{
  color:#1E50E6;
}
.footer .footertop .leftbox .tit4 {
  color: #b2b2b2;
  display: block;
  line-height: 26px;
  /*margin-bottom:.15rem;*/
  transition:all .5s;
}
.footer .footertop .leftbox .tit4:hover{
  color:#fff;
}
.footer .footertop .rightbox {
  width: 33.34%;
  padding: 2.25rem 2rem 3.25rem 1.85rem;
}
.footer .footertop .rightbox .botlogo {
  height: 1.95rem;
  margin-bottom: 1.3rem;
}
.footer .footertop .rightbox .item {
  max-width: 50%;
  padding-right: 4%;
}
.footer .footertop .rightbox .item .li-item {
  margin-bottom: .8rem;
}
.footer .footertop .rightbox .item .sp:nth-child(2) {
  margin-top: .15rem;
}
.footer .footertop .rightbox .contentbox {
  margin-bottom:.6rem;
}
.footer .footertop .rightbox .sharebox .sp {
  color: #808080;
}
.footer .footertop .rightbox .sharebox .shareul {
  margin-top: .5rem;
}
.footer .footertop .rightbox .sharebox .shareul .li {
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  cursor: pointer;
  border-radius:50%;
  /*overflow: hidden;*/
  position: relative;
  transition: all .5s;
}
.footer .footertop .rightbox .sharebox .shareul .li:hover{
  background:#fff;

}
.footer .footertop .rightbox .sharebox .shareul .wximg{
  width:120px;
  height:120px;
  background:#fff;
  position: absolute;
  left:50%;
  margin-left:-60px;
  bottom:1.25rem;
  opacity:0;
  transition: all .5s;
}
.footer .footertop .rightbox .sharebox .shareul .li:hover .wximg{
  opacity:1;
}
.footer .footertop .rightbox .gzhbox {
  position: absolute;
  width: 3rem;
  /*right: 5rem;
  bottom: 2.5rem;*/
  z-index: 2;
}
.footer .footertop .rightbox .gzhbox .tit4 {
  margin-bottom: .7rem;
}
.footer .footertop .rightbox .gzhbox .gximg {
  width: 100%;
}
.footer .footerbot {
  padding: .7rem 2rem;
  background: #000;
}
.footer .footerbot .leftbox {
  width: 60%;
}
.footer .footerbot .leftbox p {
  margin-right: .35rem;
}
.footer .footerbot .leftbox .line {
  margin: 0 .5rem;
  width: 1px;
  height: 12px;
  background: #666;
}
.footer .footerbot .leftbox a {
  color: #666;
  transition: all .6s;
}
.footer .footerbot .leftbox a:hover {
  color: #fff;
}
.footer .footerbot .rightbox {
  max-width: 30%;
}
.footer .footerbot .rightbox a {
  color: #666;
  transition: all .6s;
}
.footer .footerbot .rightbox a:hover {
  color: #fff;
}

.footer .footerbot .rightbox .line {
  margin: 0 .5rem;
  width: 1px;
  height: 12px;
  background: #666;
}

.footer .backbtn {
  position: absolute;
  z-index: 5;
  right: 2rem;
  top: 2.75rem;
  color: #ccc;
  cursor: pointer;
}
.footer .backbtn .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  transform: translate(0, 2px);
  transition: all .8s;
}
.footer .backbtn:hover .icon {
  transform: translate(0, -4px);
}
@media (min-width:2200px) {
  .footer .footertop .rightbox .gzhbox {
    bottom: 1.25rem;
  }
}

@media (max-width: 1300px) {
  .footer .footertop .rightbox .gzhbox {
    right: 4rem;
  }
}
@media (max-width: 1024px) {
  .footer .footertop .leftbox {
    display: none;
  }

  .footer .footertop .rightbox {
    width: 100%;
    padding: 2.25rem 6% 1.85rem;
  }

  .footer .footerbot {
    padding: 0.7rem 6%;
  }
}
@media (max-width: 767px) {
  .footer .footerbot .leftbox {
    width: 100%;
  }

  .footer .footertop .rightbox {
    padding: 2rem 6% 1.25rem;
  }

  .footer .footerbot .rightbox {
    max-width: none;
    width: 100%;
    margin-top: .15rem;
  }

  .footer .footertop .rightbox .gzhbox {
    right: 30%;
        bottom: 1.5rem;
  }

  .footer .backbtn {
    top: 2rem;
  }

  .footer .footerbot .leftbox p{
    margin-bottom:.25rem;
    line-height:1.5;
    text-align:center;
    width: 100%;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  .footer .footerbot .rightbox{
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
.n-report {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.n-report .leftbox {
  width: 240px;
  /*overflow: hidden;*/
}
.n-report .leftbox .time-container {
  height: 630px;
  width: 100%;
}
.n-report .leftbox .time-container .swiper-slide {
  cursor: pointer;
}
.n-report .leftbox .time-container .swiper-slide .item {
  width: 100%;
  height: 100%;
  color: #999;
  opacity: .2;
  transition: all .5s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all .5s;
}
.n-report .leftbox .time-container .swiper-slide .item:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 9px;
  height: 100%;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  z-index: 3;
  opacity: 0;
  transition: all .5s;
}
.n-report .leftbox .time-container .swiper-slide.swiper-slide-active .item {
  color: #000;
  opacity: 1;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
}
.n-report .leftbox .time-container .swiper-slide.swiper-slide-active .item:before {
  right: -4.5px;
  opacity: 1;
}
.n-report .leftbox .time-container .swiper-slide.swiper-slide-next .item {
  color: #999;
  opacity: 1;
}
.n-report .leftbox .time-container .swiper-slide.swiper-slide-prev .item {
  color: #999;
  opacity: 1;
}
.n-report .rightbox {
  width: calc(100% - 240px);
  padding: 3rem 3.5rem 3.5rem;
  border-left: 1px solid whitesmoke;
  min-height: 750px;
}
.n-report .rightbox .ul .li {
  width: 6.2rem;
  margin-bottom: 2.95rem;
  margin-right: calc(50% - 9.3rem);
}
.n-report .rightbox .ul .li:nth-child(3n) {
  margin-right: 0;
}
.n-report .rightbox .ul .cover {
  width: 100%;
  padding-bottom: 144%;
  position: relative;
}
.n-report .rightbox .ul .cover .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.n-report .rightbox .ul .cover .book {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.n-report .rightbox .ul .cover .book .book-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(-15deg);
  transform-origin: left center;
  transition: all .4s ease;
  transform-style: preserve-3d;
  z-index: 100;
}
.n-report .rightbox .ul .cover .book-front > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: rotateY(0);
}
.n-report .rightbox .ul .cover .book-front > :last-child {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 4px;
  background: #fffbec;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(1deg);
  transform: rotateY(1deg);
}
.n-report .rightbox .ul .cover .book-front > :last-child::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: transparent;
  box-shadow: 0px 0px 30px 5px rgba(51, 51, 51, 0.8);
  -webkit-transform: rotateX(80deg);
  transform: rotateX(80deg);
}
.n-report .rightbox .ul .cover .book .book-page {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 5px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-timing-function: ease;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: linear-gradient(to right, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(50, 50, 50, 0.2);
  border-radius: 0px 5px 5px 0px;
}
.n-report .rightbox .ul .cover .book .book-page.book-page-1 {
  right: -1px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-13deg);
  transform: rotateY(-13deg);
  z-index: 99;
}
.n-report .rightbox .ul .cover .book-page.book-page-2 {
  right: -2px;
  transition-duration: .25s;
  -webkit-transform: rotateY(-11deg);
  transform: rotateY(-11deg);
  z-index: 98;
}
.n-report .rightbox .ul .cover .book-page.book-page-3 {
  right: -3px;
  transition-duration: .2s;
  -webkit-transform: rotateY(-9deg);
  transform: rotateY(-9deg);
  z-index: 97;
}
.n-report .rightbox .ul .cover .book-page.book-page-4 {
  right: -4px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-7deg);
  transform: rotateY(-7deg);
  z-index: 3;
}
.n-report .rightbox .ul .cover .book-page.book-page-5 {
  right: -5px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-5deg);
  transform: rotateY(-5deg);
  z-index: 2;
}
.n-report .rightbox .ul .cover .book .book-back {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 12px);
  height: 100%;
  -webkit-transform: rotateY(-3deg);
  transform: rotateY(-3deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}
.n-report .rightbox .ul .cover .book-back > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.n-report .rightbox .ul .cover .book-back > :first-child img {
  width: 100%;
  height: 100%;
}
.n-report .rightbox .ul .cover .book .book-back > :last-child {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 4px;
  background: #fffbec;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(-1deg);
  transform: rotateY(-1deg);
}
.n-report .rightbox .ul .text {
  margin-top: .67rem;
}
.n-report .rightbox .ul .text .tit3 {
  transition: all .5s;
}
.n-report .rightbox .ul .text .tit4 {
  color: #808080;
  margin-top: .1rem;
}
@media (min-width: 1024px) {
  .n-report .rightbox .ul .li:hover .book .book-front {
    transform: rotateY(-30deg);
  }
  .n-report .rightbox .ul .li:hover .book-page.book-page-1 {
    transform: rotateY(-25deg);
    transition-duration: .6s;
  }
  .n-report .rightbox .ul .li:hover .book-page.book-page-2 {
    transform: rotateY(-22deg);
    transition-duration: .7s;
  }
  .n-report .rightbox .ul .li:hover .book-page.book-page-3 {
    transform: rotateY(-18deg);
    transition-duration: .8s;
  }
  .n-report .rightbox .ul .li:hover .book-page.book-page-4 {
    transform: rotateY(-12deg);
    transition-duration: .9s;
  }
  .n-report .rightbox .ul .li:hover .book-page.book-page-5 {
    transform: rotateY(-7deg);
    transition-duration: .75s;
  }
  .n-report .rightbox .ul .li:hover .tit3 {
    color: #1E50E6;
  }
}

@media (max-width: 1280px) {
  .n-report .leftbox {
    width: 180px;
  }

  .n-report .rightbox {
    width: calc(100% - 180px);
    padding: 3rem 2rem;
  }
}
@media (max-width: 996px) {
  .n-report .rightbox .ul .li {
    width: 4.2rem;
    margin-bottom: 2.95rem;
    margin-right: calc(50% - 6.5rem);
  }
}
@media (max-width: 767px) {
  .n-report .leftbox {
    width: 100%;
  }

  .n-report .rightbox {
    width: 100%;
    padding: 2rem 6%;
    border-left: none;
    min-height:auto;
  }

  .n-report .leftbox .time-container {
    height: 2rem;
  }

  .n-report .rightbox .ul .li {
    width: 43%;
    margin-right: 14% !important;
    margin-bottom: 1.2rem;
  }

  .n-report .rightbox .ul .li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .n-report .leftbox{
    padding:0 6%;
  }
  .n-report .leftbox .time-container .swiper-slide .item:before {
    left:50%;
    margin-left:-.5rem;
    top:auto !important;
    bottom:0 !important;
    width:1rem !important;
    height:3px !important;
  }
  

  .n-report .leftbox .time-container .swiper-slide.swiper-slide-active .item{
    opacity:.2;
  }
  .n-report .leftbox .time-container .swiper-slide.swiper-slide-active .item:before{
    opacity:0;
  }
  .n-report .leftbox .time-container .swiper-slide.cur .item{
    opacity:1;
  }
  .n-report .leftbox .time-container .swiper-slide.cur .item:before{
    opacity:1;
  }

  .n-report .leftbox .time-container .swiper-slide.swiper-slide-active .item {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
.n-info {
  padding: 172px 2rem 2.9rem;
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
.n-info .contentbox {
  position: relative;
  background: #fff;
  border-radius: .5rem;
  padding: 1.25rem 1.5rem 5rem;
  z-index: 2;
}
.n-info .titlebox {
  width: 100%;
  margin-bottom: 1.4rem;
}
.n-info .titlebox .icon {
  width: 20px;
  height: 20px;
  fill: #1E50E6;
  margin-right: 5px;
  margin-bottom:5px;
}
.n-info .titlebox a {
  color: #777;
}
.n-info .titlebox span {
  margin: 0 .35rem;
  display: inline-block;
}
.n-info .leftbox {
 /* width: 70.86%;*/
width:calc(100% - 25vw);
  padding-right: 1.7rem;
  border-right: 1px solid rgba(27, 27, 27, 0.08);
  min-height: 600px;
}
.n-info .leftbox .tit2 {
  margin-bottom: 2rem;
}
.n-info .leftbox .titletop {
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
}
.n-info .leftbox .titletop .tipbox {
  color: #262626;
}
.n-info .leftbox .titletop .tipbox .line {
  height: 10px;
  width: 1px;
  background: #BFBFBF;
  margin: 0 1.2rem;
}
.n-info .leftbox .titletop .icon2{
    width:26px;
    height:20px;
    fill:#333;
    margin-right:.15rem;
}
.n-info .leftbox .textbox {
  color: #808080;
  padding: 1.9rem 0 0;
}
.n-info .leftbox .textbox img {
  display: inline-block;
}
.n-info .rightbox {
 /* width: 29.14%;*/
	width:25vw;
  padding-left: 1.7rem;
}
.n-info .rightbox .tit3 {
  margin-bottom: 1rem;
}
.n-info .rightbox .li {
  width: 100%;
  height: 8rem;
  border-radius: .625rem;
  margin-bottom: 1rem;
  display: block;
}
.n-info .rightbox .li img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s;
}
.n-info .rightbox .li .text {
  position: absolute;
  width: 100%;
  bottom: .9rem;
  padding: 0 .9rem;
  z-index: 3;
}
.n-info .rightbox .li .time {
  margin-bottom: .35rem;
}
.n-info .rightbox .li .tit4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-info .rightbox .li:hover img {
  transform: scale(1.1);
}
.n-info .rightbox .hrefbox .hrefbtn {
  display: block;
  width: 100%;
  margin-bottom: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}
.n-info .rightbox .hrefbox .hrefbtn:hover {
  color: #1E50E6;
}
.n-info .rightbox .newsbtn {
  width: 162px;
  height: 47px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  border-radius: 10px;
  margin-top: 1.25rem;
  transition: all .5s;
}
.n-info .rightbox .newsbtn .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #fff;
  transition: all .5s;
}
.n-info .rightbox .newsbtn:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .n-info {
    padding: 2.5rem 6% 2rem;
  }

  .n-info .leftbox .tit2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 996px) {
  .n-info .leftbox {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  .n-info .rightbox {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }

  .n-info .contentbox {
    padding: 1.25rem 5% 2rem;
  }

  .n-info .rightbox .li {
    height: 11.5rem;
  }
}
@media (max-width: 767px) {
  .n-info .titlebox {
    margin-bottom: .75rem;
  }

  .n-info .leftbox .titletop .tipbox .line {
    margin: 0 8px;
  }

  .n-info .leftbox .titletop .tipbox .sharebox {
    width: 100%;
    margin-top: .25rem;
    justify-content: center;
  }

  .n-info .leftbox .tit2 {
    font-size: 20px;
  }

  .n-info .leftbox .textbox {
    padding: 1rem 0 0;
  }

  .n-info .rightbox .li {
    height: 8.5rem;
  }

  .n-info .rightbox .newsbtn {
    width: 140px;
    height: 40px;
  }

  .n-info .leftbox .titletop .tipbox .line:nth-child(4) {
    display: none;
  }
}
.n-video {
  padding-bottom: 5.75rem;
}
.n-video .subbox {
  position: relative;
  width: 100%;
  height: 2.5rem;
  left: 0;
  bottom: 0;
  z-index: 2;
  border-bottom: 2px solid rgba(220, 220, 220, 0.2);
}
.n-video .n-subbox2 {
  width: 870px;
  position: relative;
  z-index: 3;
}
.n-video .n-subbox2 a {
  line-height: 2.5rem;
  color: #808080;
  position: relative;
  transition: all .5s;
}
.n-video .n-subbox2 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  bottom: 2px;
  left: 0;
  opacity: 0;
  transition: all .5s;
}
.n-video .n-subbox2 a:hover,
.n-video .n-subbox2 a.cur {
  color: #000;
  font-weight: bold;
}
.n-video .n-subbox2 a:hover:before,.n-video .n-subbox2 a.cur:before {
  opacity: 1;
}
.n-video .video-list2 {
  position: relative;
  padding: 2rem 2rem 1.85rem;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.n-video .video-list2 .formbox .input1 {
  width: 280px;
  height: 50px;
  background: #fff;
  border: 2px solid #e3e3e3;
  padding: 0 50px 0 .5rem;
  border-radius: .2rem;
}
.n-video .video-list2 .formbox .input2 {
  width: 30px;
  height: 30px;
  background: transparent;
  z-index: 2;
}
.n-video .video-list2 .formbox .btn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: .4rem;
  top: 50%;
  margin-top: -15px;
  cursor:pointer;
}
.n-video .video-list2 .formbox .btn .icon {
  width: 22px;
  height: 22px;
  fill: #999;
}
.n-video .video-list2 .warpselectbox {
  width: 405px;
  position: relative;
  z-index: 3;
}
.n-video .video-list2 .warpselectbox .selectbox {
  width: 120px;
  height: 50px;
  margin-right: 15px;
  position: relative;
  z-index: 3;
}
.n-video .video-list2 .warpselectbox .selectbox span {
  margin-right: 10px;
}
.n-video .video-list2 .warpselectbox .selectbox .icon {
  width: 12px;
  height: 12px;
  fill: #000;
}
.n-video .video-list2 .warpselectbox .selectbox .selecttop {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 2px solid #e3e3e3;
  border-radius: .2rem;
  cursor: pointer;
  padding: 0 .4rem;
  position: relative;
  z-index: 3;
}
.n-video .video-list2 .warpselectbox .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  background: #f4f4f4;
  max-height: 150px;
  padding: 15px 5px 10px;
  border-radius: .2rem;
  overflow-y: auto;
  display: none;
}
.n-video .video-list2 .warpselectbox .selectbox .item {
  height: .8rem;
  line-height: .8rem;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  border-bottom: none;
}
.n-video .video-list2 .warpselectbox .selectbox .item:hover {
  color: #fff;
  background: #000;
}
.n-video .video-list2 .warpselectbox .selectbox:hover .selecttop {
  color: #999;
}
.n-video .video-list2 .warpselectbox .selectbox:hover .icon {
  fill: #999;
}
.n-video .video-warpbox {
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
.n-video .video-warpbox .item {
  width: 32.13%;
  margin-right: 1.805%;
  margin-bottom: 2rem;
}
.n-video .video-warpbox .img {
  height: 8.5rem;
  margin-bottom: 1rem;
  border-radius: .65rem;
  overflow: hidden;
}
.n-video .video-warpbox .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s;
}
.n-video .video-warpbox .item:nth-child(3n) {
  margin-right: 0;
}
.n-video .video-warpbox .tit3 {
  margin-bottom: .5rem;
}
.n-video .video-warpbox .tit4 {
  color: #666;
}
.n-video .video-warpbox .item:hover .img1 {
  transform: scale(1.1);
}
.n-video .video-warpbox .item:hover .tit4 {
  color: #1E50E6;
}
.n-video .video-warpbox .item:hover .svgs {
  transform: rotate(360deg);
}
.n-video .video-warpbox .item:hover .videobtn .path-loop {
  animation: run 2.5s linear forwards;
}
.n-video .video-warpbox .item:hover .videobtn .path-loop-bg {
  opacity: 1;
}
.n-video .video-warpbox .item:hover .icon {
  transform: scale(0.9);
}
.n-video .video-warpbox .videobtn{
    width: 1.5rem;
  height: 1.5rem;
}
.n-video .videobtn .svgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.n-video .videobtn .tit3{
    position: absolute;
    top:-2.75rem;
    z-index:2;
    width:90vw;
    line-height:1.2;
}
.n-video .videobtn .svgs .path-loop {
  stroke-dasharray: 360;
  stroke-dashoffset: 280;
  opacity: 1;
}
.n-video .videobtn {
  width: 2.2rem;
  height: 2.2rem;
  z-index: 9;
  cursor: pointer;
}
.n-video .videobtn .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: all .8s;
}
.n-video .videobtn .svgs {
  transform: rotate(90deg);
  transition: all .8s;
}
@keyframes run {
  to {
    stroke-dashoffset: 0;
  }
}
.warpvideo {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.warpvideo.active {
  height: auto;
  overflow-y: auto;
}

.video-container {
  width: 100vw;
  height: 100vh;
  position:absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: transform 1s ease-in-out;
}
body.active .video-container{
  transform: translate3d(0, -100vh, 0) scale3d(1, 1, 1);
}
.warp2video{
  background:#fff;
  position: relative;
  transition: transform 1s ease-in-out;
  transform: translate3d(0, 100vh, 0) scale3d(1, 1, 1);
  z-index:6;
}
body.active .warp2video{
  transform: translate3d(0, 2.5rem, 0) scale3d(1, 1, 1);  
}
.video-container > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.video-container > .swiper-wrapper > .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.video-container .pcvideo {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-container .pcvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .pcvideo .mvideobg{
    height:calc(100vh - 60px);
    width:100%;
    object-fit:cover;
}
.video-container > .swiper-wrapper > .swiper-slide:hover .svgs {
  transform: rotate(360deg);
}
.video-container > .swiper-wrapper > .swiper-slide:hover .videobtn .path-loop {
  animation: run 2.5s linear forwards;
}
.video-container > .swiper-wrapper > .swiper-slide:hover .videobtn .path-loop-bg {
  opacity: 1;
}
.video-container > .swiper-wrapper > .swiper-slide:hover .icon {
  transform: scale(0.9);
}
.video-container .btn {
  width: 138px;
  height: 46px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  bottom: 2.2rem;
  left: 50%;
  overflow: hidden;
  z-index: 3;
  transition: all .5s;
}
.video-container .btn:before {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  left: -.5%;
  bottom: 0;
  background: #fff;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
  transition: all .5s ease;
  z-index: -1;
}
.video-container .btn:hover {
  /*background:#fff;*/
  color: #1E50E6;
  border: 2px solid transparent;
}
.video-container .btn:hover:before {
  transform: scale(1, 1);
}
.video-container .warptabvideo {
  padding: 0 40px;
  right: 2.4rem;
  bottom: 1.25rem;
  width: 56.25%;
  position: absolute;
  z-index: 4;
}
.video-container .warptabvideo .button-prev, .video-container .warptabvideo .button-next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -30px;
  cursor:pointer;
}
.video-container .warptabvideo .button-prev .icon, .video-container .warptabvideo .button-next .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.video-container .warptabvideo .button-prev {
  left: 0;
  transform: rotate(-180deg);
}
.video-container .warptabvideo .button-next {
  right: 0;
}
.video-container .tabvideo {
  width: 100%;
  z-index: 3;
}
.video-container .tabvideo .img {
  height: 4.3rem;
  border-radius: .85rem;
}
.video-container .tabvideo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .tabvideo .tit3 {
  margin-top: .35rem;
}
.video-container .tabvideo .item {
  cursor: pointer;
}
.video-container .swiper-pagination {
  bottom: 1.2rem !important;
  z-index: 4;
  position: absolute;
  width: 100% !important;
}
.video-container .swiper-pagination span {
  width: 1rem;
  height: 4px;
  margin-right: .25rem;
  border-radius: 0;
  background: #fff;
  opacity: .9;
  transition: all .5s;
}
.video-container .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1E50E6;
}


@media (max-width: 1024px) {
  .n-video .video-list2 {
    padding: 1.5rem 6% 1.5rem;
  }

  .n-video .video-warpbox {
    padding: 0 6%;
  }

  .n-video .subbox {
    display: none;
  }

  .n-video .video-list2 .warpselectbox {
    width: 100%;
    margin-bottom: .6rem;
  }

  .n-video .video-list2 .warpselectbox .selectbox {
    width: 31%;
  }

  .n-video .video-list2 .warpselectbox .selectbox:last-child {
    margin-right: 0;
  }

  .n-video .video-list2 .formbox {
    width: 100%;
  }

  .n-video .video-list2 .formbox .input1 {
    width: 100%;
  }
  .video-container{
    height:calc(100vh - 60px);
    position: relative;
  }
  .video-container > .swiper-wrapper > .swiper-slide{
    height:calc(100vh - 60px);
  }
    .warpvideo {
      height: auto;
      overflow-y: auto;
    }
    /*.video-container> .swiper-wrapper{
        flex-direction: column;
    }*/
    .video-container .warptabvideo{
        bottom:3rem;
    }
    .video-container .btn{
        bottom:3.5rem;
    }
  .warp2video{
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@media (max-width: 996px) {
  .n-video .video-warpbox .img {
    height: 5.5rem;
  }

  .n-video .video-warpbox .item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .n-video .video-warpbox .img {
    height: 7rem;
  }

  .n-video .video-warpbox .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: .65rem;
  }

  .n-video .video-list2 .warpselectbox .selectbox {
    width: 100%;
    margin-bottom: .4rem;
    margin-right: 0;
  }

  .n-video .video-list2 .warpselectbox .select1 {
    position: relative;
    z-index: 5;
  }

  .n-video .video-list2 .warpselectbox .select2 {
    position: relative;
    z-index: 4;
  }

  .n-video .video-list2 .warpselectbox .select3 {
    position: relative;
    z-index: 3;
  }

  .n-video .video-list2 .warpselectbox {
    margin-bottom: 0;
  }

  .video-container .warptabvideo {
    right: 6%;
    bottom: 3rem;
    width: 78.25%;
  }

    .video-container .tabvideo .img {
        height: 2.2rem;
        border-radius: 0.25rem;
    }

      .video-container .warptabvideo .button-prev, .video-container .warptabvideo .button-next {
        margin-top: -24px;
      }
    
    .video-container .btn{
        width:120px;
        height:40px;
    }
    .n-video .video-warpbox .img{
        margin-bottom:.65rem;
    }
    .n-video .video-warpbox .tit3{
        margin-bottom:.3rem;
    }
}
.n-services {
  padding: 0 2rem;
}
.n-services .tit2 {
  margin-bottom: 1.5rem;
  padding-left: 20px;
  position: relative;
}
.n-services .tit2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  z-index: 1;
  background: url(../img/line.png) no-repeat center center;
  width: 8px;
  height: 34px;
}
.n-services .services-list1 {
  padding: 2.85rem 0 1.5rem;
  position: relative;
  background: #fff;
}
.n-services .services-list1 .contentbox {
  border-radius: .25rem;
  padding: 3rem 2rem 2.5rem;
}
.n-services .services-list1 .contentbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-services .services-list1 .contentbox .tit3 {
  margin-bottom: .4rem;
}
.n-services .services-list1 .contentbox .tit4 {
  opacity: .5;
}
.n-services .services-list1 .contentbox .title {
  padding-left: 1.2rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 3;
}
/*.n-services .services-list1 .contentbox .ul {
  position: relative;
  z-index: 3;
}
.n-services .services-list1 .contentbox .ul .li {
  width: 24%;
  margin-right: 1.33%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem 1.25rem 1.75rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: .25rem;
}
.n-services .services-list1 .contentbox .ul .li:nth-child(4) {
  margin-right: 0;
}
.n-services .services-list1 .contentbox .ul .tit5 {
  margin-bottom: .4rem;
  text-align: center;
}
.n-services .services-list1 .contentbox .ul .tit5 a {
  color: #fff;
  text-decoration: underline;
}
.n-services .services-list1 .contentbox .ul .tit6 {
  text-align: center;
}
.n-services .services-list1 .contentbox .ul .icon {
  height: 3.125rem;
  width: 3.125rem;
  margin: 0 auto .7rem;
}*/


.n-services .services-list1 .ul {
  position: relative;
  z-index: 3;
}
.n-services .services-list1 .ul .li {
  width: 22%;
  margin-right: 4%;
  padding: 1rem 1.15rem 1rem;
  background: #f0f0f0;
  border-radius: .25rem;
}
.n-services .services-list1 .ul .li:nth-child(4) {
  margin-right: 0;
}
.n-services .services-list1 .ul .tit5 {
  margin-bottom: .45rem;
  text-align: center;
}
.n-services .services-list1 .ul .tit5 a {
  color: #000;
  text-decoration: underline;
}
.n-services .services-list1 .ul .tit6 {
  text-align: center;
}
.n-services .services-list1 .ul .icon {
  height: 3.125rem;
  width: 3.125rem;
  margin: 0 auto .9rem;
}
.n-services .services-list2 {
  padding: 1.25rem 0 4rem;
  position: relative;
  z-index: 2;
}
.n-services .services-list2 .ul{
  margin-bottom:-1rem;
}
.n-services .services-list2 .li {
  background: #f0f0f0;
  width: 22%;
  margin-right: 4%;
  border-radius: .25rem;
  padding: 1rem 1rem 1rem;
  margin-bottom:1rem;
  height: 7.25rem;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  /*justify-content: flex-end;*/
  transition: all .5s;
}
.n-services .services-list2 .li .icon {
  margin:0 auto .8rem;
  width:2.75rem;
  height:2.75rem;
}
.n-services .services-list2 .li .icon img{
    max-height:100%;
    width:100%;
}
.n-services .services-list2 .li .box{
  transform:translate(0,calc(.5rem + 10px));
  transition: all .5s;
}

.n-services .services-list2 .li .hrefbtn {
  text-decoration: underline;
  padding-bottom: 2px;
  opacity: .5;
  margin-top: .4rem;
  opacity: 0;
  text-align: center;
  transition: all .5s;
}
.n-services .services-list2 .li:nth-child(4n) {
  margin-right: 0;
}
.n-services .services-list2 .li:hover {
  background: #1E50E6;
}
.n-services .services-list2 .li:hover .tit3 {
  color: #fff;
}
.n-services .services-list2 .li:hover .hrefbtn{
  margin-bottom: 0;
  opacity: 1;
  text-align: center;
  display: inline-block;
  opacity:.5;
}
.n-services .services-list2 .li:hover .box {
  
  transform:translate(0,0);
}
@media (max-width:1481px) {
  .n-services .services-list1 .ul .tit5{
    font-size:20px;
        word-break: break-all;
  }
  .n-services .services-list1 .ul .tit6{
    font-size:18px;
  }
}
@media (max-width: 1024px) {

  .n-services .services-list1 .contentbox .title {
    margin-bottom: 2rem;
  }

  .n-services {
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  /*.n-services .services-list1 .contentbox .ul .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .n-services .services-list1 .contentbox .ul .li:nth-child(2n) {
    margin-right: 0;
  }*/

  .n-services .services-list1 .ul .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .n-services .services-list1 .ul .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-services .services-list1 {
    padding-bottom: 0;
  }

  .n-services .services-list2 .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .n-services .services-list2 .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /*.n-services .services-list1 .contentbox {
    padding: 2rem 5% 1.5rem;
  }*/

  /*.n-services .services-list1 .contentbox .title {
    padding-left: 0;
  }*/

  /*.n-services .services-list1 .contentbox .ul .li {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
  }

  .n-services .services-list1 .contentbox .ul .icon {
    height: 2rem;
  }

  .n-services .services-list1 .contentbox .ul .icon img {
    max-height: 100%;
  }*/
  .n-services .services-list1{
    padding-top:2rem;
  }
  .n-services .services-list2{
    padding-bottom:3rem;
  }
  .n-services .services-list1 .ul .li {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
  }

  .n-services .services-list1 .ul .icon {
    height: 2rem;
  }

  .n-services .services-list1 .ul .icon img {
    max-height: 100%;
  }

  .n-services .services-list2 .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-services .services-list2 .li:nth-child(3n), .n-services .services-list2 .li:nth-child(6n) {
    margin-right: 4%;
  }

  .n-services .services-list2 .li:nth-child(2n) {
    margin-right: 0;
  }
}
.n-good {
  padding: 3rem 2rem 2.5rem;
}
.n-good .tit3 {
  margin-bottom: 2.25rem;
}
.n-good .ul .li {
  position: relative;
  padding: 2rem 2rem 1.5rem;
  width: calc(50% - 10px);
  border-radius: .5rem;
  margin-right: 20px;
  overflow: hidden;
}
.n-good .ul .li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1.01);
  z-index: 1;
  transition: all .5s;
  background:linear-gradient(to right, #1E50E6 0%, transparent 80%);

}
.n-good .ul .li .text {
  position: relative;
  z-index: 2;
}
.n-good .ul .li .tit4 {
  height: 66px;
  line-height: 33px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.n-good .ul .li .tit4 span {
  margin-left: -.25rem;
}
.n-good .ul .li .more {
  width: 150px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: all .5s;
}
.n-good .ul .li:nth-child(2n) {
  margin-right: 0;
}
.n-good .ul .li:hover .bg {
  transform: scale(1.1);
}
.n-good .ul .li:hover .more {
  color: #1E50E6;
  background: #fff;
  border: 2px solid transparent;
}
.n-good .itembox {
  margin-top: 1.75rem;
  background: #F5F5F5;
  border-radius: .5rem;
  height:17rem;
  overflow: hidden;
}
.n-good .itembox .item.active {
  width: 49.88%;
  background: #EBEBEB;
  padding: 2.5rem 2rem 2.35rem;
  border-right: 1px solid transparent;
  align-items: flex-start;
  transition: all .8s;
  z-index: 1;
}
.n-good .itembox .item.active .icon {
  margin-bottom: 1rem;
}
.n-good .itembox .item.active .tit5 {
  display: block;
  width: 13.5rem;
}
.n-good .itembox .item.active .more {
  display: flex;
}
.n-good .itembox .tit5 {
  color: #808080;
  font-size: 16px;
  margin-top: 1rem;
  margin-bottom: 2.25rem;
  display: none;
}
.n-good .itembox .item {
  width: 16.7%;
  padding: 2.5rem 1rem 2.35rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  background: #F5F5F5;
  transition: all .8s;
  position: relative;
  z-index: 3;
}
.n-good .itembox .icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 2rem;
}
.n-good .itembox .more {
  width: 141px;
  height: 47px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  display: none;
  border-radius: .25rem;
  transition: all .5s;
}
.n-good .itembox .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 2px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.n-good .itembox .more:hover {
  background: #1E50E6;
  color: #fff;
}
.n-good .itembox .more:hover:before {
  opacity: 0;
}

@media (max-width: 1024px) {
  .n-good {
    padding: 3rem 6% 2.5rem;
  }

  .n-good .itembox .item {
    width: 18.7%;
  }

  .n-good .itembox .item.active {
    width: 43.88%;
  }

  .n-good .itembox .item.active .tit5 {
    width: 10rem;
  }

  .n-good .itembox .tit5 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 996px) {
    .n-good .itembox{
        height:auto;
    }
  .n-good .ul .li {
    width: 100%;
    margin-bottom: .75rem;
    padding: 1.5rem 6%;
    margin-right: 0;
  }

  .n-good .itembox {
    margin-top: 1rem;
  }

  .n-good .itembox .item.active, .n-good .itembox .item {
    width: 100% !important;
  }

  .n-good .itembox .item {
    margin-bottom: .5rem;
    padding: 2rem 6% !important;
    border-radius: 0.5rem;
  }

  .n-good .itembox {
    background: transparent;
    border-radius: 0;
  }

  .n-good .ul .li .more {
    width: 120px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .n-good {
    padding: 2rem 6% 2.5rem;
  }

  .n-good .tit3 {
    margin-bottom: 1.25rem;
  }
}
.n-info2 {
  padding: 172px 2rem 2.9rem;
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
.n-info2 .contentbox {
  position: relative;
  background: #fff;
  border-radius: .5rem;
  padding: 1.25rem 1.5rem 3.25rem;
  z-index: 2;
}
.n-info2 .titlebox {
  width: 100%;
  margin-bottom: 1.4rem;
}
.n-info2 .titlebox .icon {
  width: 20px;
  height: 20px;
  fill: #1E50E6;
  margin-right: 5px;
}
.n-info2 .titlebox a {
  color: #777;
}
.n-info2 .titlebox span {
  margin: 0 .35rem;
  display: inline-block;
}
.n-info2 .leftbox {
  width: 100%;
  padding: 0 2rem;
  /*min-height: 600px;*/
}
.n-info2 .leftbox .titletop {
  margin-bottom: 1.25rem;
}
.n-info2 .leftbox .textbox {
  color: #808080;
  margin-bottom: 2rem;
}
.n-info2 .leftbox .textbox img {
  display: inline-block;
}
.n-info2 .leftbox .infobot {
  align-items: flex-end;
}
.n-info2 .leftbox .botleftbox {
  width: 50%;
}
.n-info2 .leftbox .botleftbox a {
  color: #1E50E6;
  display: block;
}
.n-info2 .leftbox .botrightbox .newsbtn {
  width: 162px;
  height: 47px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  border-radius: 10px;
  /*margin-top: 1.25rem;*/
  transition: all .5s;
}
.n-info2 .leftbox .botrightbox .newsbtn .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #fff;
  transition: all .5s;
}
.n-info2 .leftbox .botrightbox .newsbtn:hover {
  color: #fff;
}
@media (max-width:1024px) {
    .n-info2{
        padding: 2rem 6%;
    }
    .n-info2 .leftbox{
        padding:0;
        min-height:auto;
    }
    .n-info2 .contentbox{
        height:auto;
        padding: 1rem 5% 2rem;
    }
    .n-info2 .leftbox .textbox{
        margin-bottom:1.5rem;
    }
    .n-info2 .leftbox .titletop{
        margin-bottom:.85rem;
    }
}
@media (max-width:768px) {
    .n-info2 .titlebox{
        margin-bottom:.8rem;
    }
    .n-info2 .leftbox .titletop{
        margin-bottom:.5rem;
    }
    .n-info2 .leftbox .titletop .tit2{
        font-size:22px;
    }
    .n-info2 .leftbox .botrightbox .newsbtn{
        margin-top:0;
        width: 130px;
        height: 40px;
    }
    .n-info2 .leftbox .botrightbox .newsbtn .icon{
        width:15px;
        height:15px;
    }
}

.n-chairman {
  padding: 2.85rem 2rem 2.25rem;
  position: relative;
  z-index: 2;
}
.n-chairman .chairman-list1 {
  height: 15rem;
  width: 100%;
}
.n-chairman .chairman-list1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-chairman .chairman-list1 .text {
  position: absolute;
  right: 18%;
  top: 4rem;
  width: 12rem;
  z-index: 2;
}
.n-chairman .chairman-list1 .text .tit2 {
  margin-bottom: 1.75rem;
}
.n-chairman .chairman-list1 .text .tit2 span {
  margin-left: 2.2rem;
}
.n-chairman .chairman-list1 .text .tit3 {
  margin-left: 1.5rem;
}
.n-chairman .chairman-list1 .text .tit3 span {
  margin-left: .5rem;
}
.n-chairman .chairman-list2 {
  padding: 1.6rem 2rem 0;
  position: relative;
  z-index: 2;
}
.n-chairman .chairman-list2 .leftbox {
  width: 54%;
  padding-top: .4rem;
}
.n-chairman .chairman-list2 .leftbox p {
  text-indent: 2em;
}
.n-chairman .chairman-list2 .rightbox {
  width: 42%;
}
.n-chairman .chairman-list2 .rightbox .tit3 {
  padding-bottom: .3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.n-chairman .chairman-list2 .rightbox .sp {
  margin-bottom: .9rem;
  margin-right: .5rem;
}
.n-chairman .chairman-list2 .rightbox .sp .span {
    display:inline-block;
  color: #1E50E6;
}
.n-chairman .chairman-list2 .rightbox .sp:nth-child(2n+1) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .n-chairman .chairman-list1 {
    height: 13rem;
  }

  .n-chairman .chairman-list2 {
    padding: 1.6rem 0 2.25rem;
  }

  .n-chairman {
    padding: 2rem 6%;
  }
}
@media (max-width: 996px) {
  .n-chairman .chairman-list1 {
    height: 10rem;
  }

  .n-chairman .chairman-list1 .text {
    right: 7%;
    top: 2rem;
    width: 12rem;
  }

  .n-chairman .chairman-list1 .text .tit2 {
    margin-bottom: .8rem;
  }

  .n-chairman .chairman-list2 .leftbox {
    width: 100%;
  }

  .n-chairman .chairman-list2 .rightbox {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .n-chairman .chairman-list2 {
    padding-bottom: 0;
  }

  .n-chairman .chairman-list1 .text {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .n-chairman .chairman-list1 {
    height: auto;
  }

  .n-chairman .chairman-list1 .bg {
    width: 100%;
    height: 5rem;
    position: relative;
    object-fit: cover;
    object-position: left center;
  }

  .n-chairman .chairman-list1 .text .tit2 {
    color: #333;
  }

  .n-chairman .chairman-list1 .text .tit3, .n-chairman .chairman-list1 .text .tit3 span {
    color: #333;
  }
}
.n-networks {
  padding: 3rem 2rem 4.25rem;
  position: relative;
  z-index: 2;
}
.n-networks .leftbox {
  width: 50.8%;
  padding-left: .55rem;
}
.n-networks .rightbox {
  width: 40%;
}
.n-networks .rightbox .tip {
  margin-bottom: 1rem;
}
.n-networks .rightbox .more {
  width: 141px;
  height: 47px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: .25rem;
  transition: all .5s;
  margin: .7rem 0 1.5rem;
}
.n-networks .rightbox .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 3px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.n-networks .rightbox .more:hover {
  background: #1E50E6;
  color: #fff;
}
.n-networks .rightbox .more:hover:before {
  opacity: 0;
}
.n-networks .rightbox .item {
  margin-bottom: .75rem;
}
.n-networks .rightbox .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .n-networks {
    padding: 2rem 6% 3rem;
  }
}
@media (max-width: 996px) {
  .n-networks .leftbox {
    width: 100%;
    padding-left: 0;
    margin-bottom: .85rem;
  }

  .n-networks .rightbox {
    width: 100%;
  }
}
@media (max-width: 996px) {
  .n-networks .rightbox .more {
    width: 120px;
    height: 38px;
    margin: 0.7rem 0 1rem;
  }
}
.nbanner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  right: 60px;
  opacity: .12;
  z-index: 3;
}

@media (max-width: 1024px) {
  .nbanner .subbox {
    display: none;
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: transparent;
  transition: all .5s;
}
.header .n-header {
  padding: 0 0 0 2rem;
  height: 100px;
  width: 100%;
}
.header .n-header .logo {
  width: 180px;
  height: 100px;
  position: relative;
  margin-right: 3rem;
}
.header .n-header .logo a {
  position: absolute;
  width: 180px;
  height: 129px;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
}
.header .n-header .logo .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #50C8FF;
}
.header .n-header .logo .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
.header .n-header .logo .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1E50E6;
}
.header .n-header .logo .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #D61518;
}
.header .n-header .logo svg {
  width: 181px;
  height: 129px;
}
.header .n-header .navbox .litem {
  margin-right: 1.5rem;
}
.header .n-header .navbox .litem > a {
  height: 100px;
  line-height: 100px;
  font-size: 17px;
  color: #fff;
  display: block;
  position: relative;
}
.header .n-header .navbox .litem > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #1E50E6;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all .5s;
}
.header .n-header .navbox .litem:hover > a:before {
  opacity: 1;
}
.header .n-header .navbox .litem:last-child {
  margin-right: 0;
}
.header .n-header .navbox .nav-item {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  padding: 2.25rem 4rem 2.25rem calc(2rem + 183px + 3rem);
  background: #F5F5F5;
  display: none;
  z-index: 1;
}
.header .n-header .navbox .nav-item .itemleft {
  width: 70%;
}
.header .n-header .navbox .nav-item .item {
  /*max-width: 16.67%;*/
  max-width:14.25%;
  padding-right: 2%;
}
.header .n-header .navbox .nav-item .item:hover .tit4 {
  color: #1E50E6;
}
.header .n-header .navbox .nav-item .item:hover .tit4:before {
  opacity: 1;
}
.header .n-header .navbox .nav-item .tit4 {
  color: #000;
  padding-left: 15px;
  transition: all .5s;
  position: relative;
  margin-bottom: .8rem;
  display: block;
}
.header .n-header .navbox .nav-item .tit4:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 20px;
  background: linear-gradient(0deg, #1E50E6 0%, #25C1FE 100%);
  left: 0;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
  transition: all .5s;
}
.header .n-header .navbox .nav-item .tit5 {
  padding-left: 15px;
  color: #808080;
  margin-bottom: .15rem;
  display: block;
  transition: all .5s;
}
.header .n-header .navbox .nav-item .tit5:hover {
  color: #1E50E6;
}
.header .n-header .navbox .nav-item .item:last-child {
  padding-right: 0;
}
.header .n-header .navbox .nav-item .itemimg {
  width: 24.82%;
}
.header .n-header .hright .qunbox {
  position: relative;
  margin-right: 1rem;
}
.header .n-header .hright .qunbox .qunlist {
  position: absolute;
  width: 25.75rem;
  top: 74px;
  right: -1.75rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 5rem 1.5rem 4rem;
  display: none;
}
.header .n-header .hright .qunbox .qunlist:before {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: -6px;
  border-bottom: 6px solid #fff;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
  opacity: .9;
}
.header .n-header .hright .qunbox .qunlist .item {
  width: 26.5%;
}
.header .n-header .hright .qunbox .qunlist .tit4 {
  padding-bottom: .4rem;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: .45rem;
  color: #1E50E6;
  font-weight: bold;
  display: block;
}
.header .n-header .hright .qunbox .qunlist .tit5 {
  display: block;
  margin-bottom: .2rem;
  transition: all .5s;
}
.header .n-header .hright .qunbox .qunlist .tit5:before {
  content: "";
  position: absolute;
}
.header .n-header .hright .qunbox .qunlist .tit5:hover {
  color: #1E50E6;
}
.header .n-header .hright .qunbtn {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.header .n-header .hright .qunbtn .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: .2rem;
}
.header .n-header .hright .qunbtn .icon2 {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: .12rem;
}
.header .n-header .hright .headericon img {
  height: 40px;
  margin-left: .25rem;
}
.header .n-header .hright .searchbtn {
  width: 40px;
  height: 100px;
  margin-left: .95rem;
  position: relative;
  cursor: pointer;
  transition: all .5s;
}
.header .n-header .hright .searchbtn:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 27px;
  left: 50%;
  margin-left: -13.5px;
  background: #fff;
  opacity: 0;
  transition: all .5s;
}
.header .n-header .hright .searchbtn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all .5s;
}
.header .n-header .hright .searchbtn.cur:before {
  opacity: 1;
}
.header .n-header .hright .searchbtn.cur .icon {
  fill: #fff;
}
.header .n-header .hright .searchbtn:hover:before {
  opacity: 1;
}
.header .n-header .hright .searchbtn:hover .icon {
  fill: #fff;
}
.header .n-header .hright .langbox {
  width: 60px;
  margin-left: 1rem;
  position: relative;
  top:.3rem;
}
.header .n-header .hright .langbox a {
  color: #fff;
  line-height: 25px;
  opacity: .6;
  text-align: center;
  display: block;
  position: relative;
  transition: all .5s;
}
.header .n-header .hright .langbox a:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 3px;
  left: -1.5px;
  top: 50%;
  margin-top: -8px;
  background: #fff;
  opacity: 0;
  z-index: 2;
}
.header .n-header .hright .langbox .line {
  width: 19px;
  height: 1px;
  background: #fff;
  opacity: .5;
  margin: 5px auto;
}
.header .n-header .hright .langbox a.cur {
  opacity: 1;
}
.header .n-header .hright .langbox a.cur:before {
  opacity: 1;
}
.header .n-header .hright .langbox a:hover {
  opacity: 1;
}

.headerfrom {
  position: fixed;
  width: 100%;
  left: 0;
  top: 100px;
  background: #F5F5F5;
  z-index: 3;
  padding: 3.5rem 0 4rem;
  display: none;
}
.headerfrom .tit3 {
  margin-bottom: 1.25rem;
}
.headerfrom .inputbox {
  width: 24.8rem;
  position: relative;
}
.headerfrom .inputbox .icon {
  position: absolute;
  left: .5rem;
  height: 24px;
  width: 24px;
  fill: #808080;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}
.headerfrom .inputbox .input1 {
  width: calc(100% - 163px);
  height: 59px;
  border: 1px solid #808080;
  border-right: none;
  color: #808080;
  text-indent: 1.75rem;
  background: transparent;
}
.headerfrom .inputbox .submit {
  width: 163px;
  height: 59px;
  background: linear-gradient(0deg, #1E50E6 0%, #25C1FE 100%);
  cursor: pointer;
}

.header.active, .header.on {
  background: #fff;
}
.header.active .navbox .litem > a, .header.on .navbox .litem > a {
  color: #000;
}
.header.active .hright .qunbox .qunbtn, .header.on .hright .qunbox .qunbtn {
  color: #000;
}
.header.active .hright .qunbox .icon, .header.active .hright .qunbox .icon2, .header.on .hright .qunbox .icon, .header.on .hright .qunbox .icon2 {
  fill: #000;
}
.header.active .hright .headericon .sp, .header.on .hright .headericon .sp {
  color: #000;
}
.header.active .hright .searchbtn:before, .header.on .hright .searchbtn:before {
  background: #1E50E6;
}
.header.active .hright .searchbtn .icon, .header.on .hright .searchbtn .icon {
  fill: #000;
}
.header.active .hright .langbox a, .header.on .hright .langbox a {
  color: #000;
}
.header.active .hright .langbox .line, .header.on .hright .langbox .line {
  background: #000;
}
.header.active .hright .searchbtn:hover:before, .header.active .hright .searchbtn.cur:before, .header.on .hright .searchbtn:hover:before, .header.on .hright .searchbtn.cur:before {
  opacity: 1;
}
.header.active .hright .searchbtn:hover .icon, .header.active .hright .searchbtn.cur .icon, .header.on .hright .searchbtn:hover .icon, .header.on .hright .searchbtn.cur .icon {
  fill: #1E50E6;
}
.header.active .hright .langbox a:before, .header.on .hright .langbox a:before {
  background: #999;
}

.header .n-header .hright .downlink {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.header .n-header .hright .downlink .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: .2rem;
}
.header .n-header .hright .downlink{
  color:#fff;
}

.header.active .hright .downlink, .header.on .hright .downlink {
  color: #000;
}

.header.active .hright .downlink .icon, .header.on .hright .downlink .icon {
  fill: #000;
}


.header.on {
  background: #fff !important;
}
@media (max-width: 1680px) {

    .header .n-header .navbox .nav-item{
        padding: 2.25rem 4rem 2.25rem;
    }
    .header .n-header{
        height:80px;
    }
    .header .n-header .logo{
        width:145px;
        height:80px;
    }
    .header .n-header .logo a{
        width: 145px;
        height: 112px;
    }
    .header .n-header .logo svg{
        width: 145px;
        height: 104px;
    }
    .header .n-header .navbox .litem > a{
        height: 80px;
        line-height: 80px;
        font-size:15px;
    }
    .header .n-header .navbox .litem{
        margin-right:1.2rem;
    }
    .header .n-header .navbox .nav-item{
        top:80px;
    }
    .header .n-header .hright .searchbtn{
        height:80px;
    }
    .headerfrom{
        top:80px;
    }
}
@media (max-width: 1481px) {
    .header .n-header .navbox .nav-item {
    padding: 2.5rem 2rem 2rem;
  }
  .header .n-header .navbox .nav-item .item{
    padding-right:0;
  }
}
@media (max-width: 1360px) {
  .header .n-header .hright .qunbox {
    margin-right: .85rem;
  }

  .header .n-header .hright .searchbtn {
    margin-left: 0.75rem;
  }

  .header .n-header .hright .langbox {
    margin-left: .5rem;
  }

  .header .n-header .navbox .litem {
    margin-right: .75rem;
  }

  .header .n-header .logo {
    margin-right: 1.5rem;
  }

  .header .n-header .navbox .litem > a {
    font-size: 14px;
  }

  
}
@media (max-width: 1280px) {
  .header .n-header .hright .qunbox .qunlist {
    width: 22rem;
    right: -2.75rem;
    padding: 1.5rem 2rem;
  }
}
.formbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.formbg.cur {
  opacity: 1;
  visibility: visible;
}

.warp-header {
  position: relative;
  height: 60px;
  z-index: 99;
}

.header2 {
  background: #fff;
  height: 60px;
  padding: 0 6%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 15;
}
.header2 .logo {
  width: 110px;
  height: auto;
  display: block;
  position: relative;
  z-index: 12;
}
.header2 .logo .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #50C8FF;
}
.header2 .logo .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
.header2 .logo .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1E50E6;
}
.header2 .logo .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #D61518;
}
.header2 .logo svg {
  width: 110px;
  height: 77px;
}
.header2 .nav .tit {
  display: block;
  width: 100%;
  padding: 16px 5%;
  line-height: 60px;
  position: relative;
}
.header2 .nav .tit {
  line-height: 1.5;
}
.header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 6.4%;
  top: 16px;
  background: url(../img/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.header2 .nav .sub-tit.on:after {
  transform: rotate(-180deg);
}
.header2 .nav .sec-list {
  line-height: 40px;
  padding: 0 6%;
  display: none;
}
.header2 .nav .sec-list a {
  color: #666;
}
.header2 .hamburger {
  padding: 0;
  height: 24px;
}
.header2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #222;
}
.header2 .hamburger.is-active .hamburger-inner, .header2 .hamburger.is-active .hamburger-inner::before, .header2 .hamburger.is-active .hamburger-inner::after {
  background: #222;
}
.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;
}
.header2 .hamburger--3dx-r .hamburger-inner::before, .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .h-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 12;
}
.header2 .search-box {
  position: relative;
}
.header2 .search-btn {
  cursor: pointer;
  margin-right: .75rem;
  width: 25px;
  height: 25px;
}
.header2 .search-btn svg {
  width: 25px;
  height: 25px;
  fill: #666;
}
.header2 .warp-nav {
  height: calc(100vh - 45px);
  padding: 30px 0 45px;
  position: fixed;
  /*background:#fff;*/
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);   
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  display: none;
}
.header2 .nav {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 130px);
}
.header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
  border-bottom: 1px solid #d1d1d1;
}
.header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding-left: 5%;
  position: relative;
  color: #333;
  transition: all .3s ease;
}
.header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.header2 .nav .li:hover .warp-btn, .header2 .nav .li:hover .warp-btn.cur, .header2 .nav .li.cur .warp-btn, .header2 .nav .li.cur .warp-btn.cur {
  color: #016cb6;
}
.header2 .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header2 .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.header2 .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  transition: all .3s ease;
}
.header2 .nav .nav-item a:hover {
  color: #016cb6;
  font-weight: bold;
}
.header2 .search-btn{
    height:60px;
    transition: all .5s;
    position: relative;
}
.header2 .search-btn:before{
    content:"";
    position: absolute;
    width:100%;
    height:2px;
    left:0;
    bottom:0;
    background:#1E50E6;
    transition: all .5s;
    opacity:0;
}
.header2 .search-btn svg{
    transition: all .5s;
}
.header2 .search-btn.cur:before{
    opacity:1;
}
.header2 .search-btn.cur svg{
    fill:#1E50E6;
}

@media (max-width: 1024px) {
  .warp-search-form {
    top: 60px;
  }
  .headerfrom{
    top: 60px;
    padding: 1.5rem 6% 2rem;
  }
  .headerfrom .inputbox{
    width:100%;
  }
}
@media (max-width: 767px) {

  .header2 {
    height: 60px;
  }

  .warp-header {
    height: 60px;
  }

  .header2 .search-btn {
    margin-right: 15px;
  }

  .header2 .logo {
    width: 110px;
  }

  .header2 .search-btn svg {
    width: 22px;
    height: 22px;
  }

  .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .header2 .hamburger {
    height: 20px;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    bottom: -8px;
  }

  .header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background: #222;
  }

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

  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  .headerfrom .tit3{
    margin-bottom:.6rem;
  }
  .headerfrom .inputbox .input1{
    width: calc(100% - 90px);
    height: 40px;
    text-indent: 1.4rem;
  }
  .headerfrom .inputbox .submit{
    width:90px;
    height:40px;
  }
  .headerfrom .inputbox .icon{
    height: 18px;
    width: 18px;
    margin-top:-9px;
  }
}
@keyframes overlayOpen {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }
  1% {
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
}
.culture-list1 {
  padding: 3rem 2rem 3.5rem;
}
.culture-list1 .title {
  padding-left: 20px;
  margin-bottom: 2.9rem;
}
.culture-list1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.culture-list1 .ul .li {
  padding: 1rem 1rem .25rem .75rem;
  width: 25%;
  border-left: 2px solid #F5F5F5;
  transition: all .6s;
}
.culture-list1 .ul .tit3 {
  color: #000;
  transition: all .6s;
}
.culture-list1 .ul .tit3 span {
  margin-left: .25rem;
}
.culture-list1 .ul .p {
  margin-top: 1.35rem;
  transition: all .6s;
}
.culture-list1 .ul .icon {
  max-width: 1.7rem;
  height: 1.75rem;
}
.culture-list1 .ul .icon img {
  max-height: 100%;
}
.culture-list1 .ul .li:hover {
    /*border-left: 2px solid #1E50E6;*/
    /*background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);*/
    border-left: 2px solid;
    border-image: linear-gradient(0deg, #1E50E6, #50C8FF) 10 10;
}
.culture-list1 .ul .li:hover .tit3 {
  color: #1E50E6;
}
.culture-list1 .ul .li:hover .p {
  color: #666;
}

.culture-list2 {
  padding: 2.5rem 2rem 5rem;
}
.culture-list2 .title {
  padding-left: 20px;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 3;
}
.culture-list2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.culture-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.culture-list2 .bg:nth-child(2n) {
  z-index: 2;
}
.culture-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.culture-list2 .leftbox {
  width: 55%;
  padding-right: 4rem;
  padding-left: 24%;
}
.culture-list2 .leftbox .tab-container {
  position: relative;
  margin-bottom: 2.25rem;
  height: 300px;
  overflow: hidden;
}
.culture-list2 .leftbox .tab-container:before{
    content: "";
      position: absolute;
      width: 1px;
      left: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      z-index: 2;
}
.culture-list2 .leftbox .tab-container .item {
  height: 58px;
  line-height: 29px;
  padding-left: 1.5rem;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}
.culture-list2 .leftbox .tab-container .item:before {
  content: "";
  position: absolute;
  width: 3px;
  left: 0;
  height: 100%;
  background: #fff;
  z-index: 2;
  opacity: 0;
  transition: all .5s;
}
.culture-list2 .leftbox .tab-container .item {
  font-size: 20px;
  opacity: .2;
}
.culture-list2 .leftbox .tab-container .swiper-slide.swiper-slide-active .item {
  font-size: 24px;
  opacity: 1;
}
.culture-list2 .leftbox .tab-container .swiper-slide.swiper-slide-active .item:before {
  opacity: 1;
}
.culture-list2 .leftbox .more {
  width: 150px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  margin-left:1.5rem;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.culture-list2 .leftbox .more:before {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  left: -.5%;
  bottom: 0;
  background: #1E50E6;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
  transition: all .5s ease;
  z-index: -1;
}
.culture-list2 .leftbox .more:hover {
  color: #fff;
  border: 2px solid #1E50E6;
}
.culture-list2 .leftbox .more:hover:before {
  transform: scale(1, 1);
}
.culture-list2 .imgbox {
  width: 45%;
  border-radius: .65rem;
  overflow: hidden;
}
.culture-list2 .imgbox .imgbox-container{
    width:100%;
}
.culture-list2 .imgbox .imgbox-container img{
    width:100%;
    height:13.75rem;
    object-fit:cover;
}
.culture-list4 {
  padding: 3rem 2rem 0;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.culture-list4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center top;
  z-index: 1;
}
.culture-list4 .title {
  padding-left: 20px;
  position: relative;
  z-index: 3;
}
.culture-list4 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.culture-list4 .text {
  position: absolute;
  margin-left: 43.4%;
  margin-top: 1.5rem;
  width: 10.5rem;
  z-index: 4;
}
.culture-list4 .text .tit3 {
  margin-bottom: .85rem;
}

.culture-list5 {
  padding: 2.95rem 2rem 0;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.culture-list5 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center top;
  z-index: 1;
}
.culture-list5 .title {
  padding-left: 20px;
  margin-bottom: .55rem;
  position: relative;
  z-index: 3;
}
.culture-list5 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.culture-list5 .img {
  height: 7rem;
  margin-bottom: 1.75rem;
}
.culture-list5 .contentbox {
  position: relative;
  z-index: 4;
}
.culture-list5 .p {
  width: calc(700rem / 40);
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .culture-list5 .img{
    margin-bottom:1rem;
  }
}
@media (max-width: 1500px) {
  .culture-list5 .img{
    height:5.5rem;
  }
  .culture-list5{
    padding-top:2rem;
  }
}
@media (max-width: 1024px) {
  .culture-list4 {
    height: 75vh;
  }

  .culture-list4 .text {
    margin-top: -0.5rem;
  }

  .culture-list2 .leftbox {
    width: 55%;
    padding-right: 4rem;
    padding-left: 24%;
  }

  .culture-list2 .leftbox {
    padding-right: 3rem;
    padding-left: 15%;
  }

  .culture-list1 .title {
    margin-bottom: 1.25rem;
  }

  .culture-list1 .ul .p br {
    display: none;
  }

  .culture-list1 .ul .p {
    margin-top: .75rem;
  }

  .culture-list1 {
    padding: 2rem 6% 3.5rem;
  }

  .culture-list2 {
    padding: 2rem 6% 4rem;
  }

  .culture-list4 {
    padding: 3rem 6% 0;
  }

  .culture-list5 {
    padding: 2rem 6% 10rem;
    height: auto;
  }
}
@media (max-width: 996px) {
  .culture-list1 .ul .li {
    width: 50%;
    margin-bottom: .65rem;
    padding: 0 6% 0 0.75rem;
  }

  .culture-list2 .leftbox {
    padding-right: 2rem;
    padding-left: 0;
  }

  .culture-list2 .leftbox .tab-container .item {
    font-size: 16px;
  }

  .culture-list2 .leftbox .tab-container .swiper-slide.swiper-slide-active .item {
    font-size: 20px;
  }

  .culture-list2 .leftbox .tab-container .item {
    padding-left: 1rem;
  }

  .culture-list2 .leftbox .more {
    width: 120px;
    height: 40px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    margin-left: 1rem;
  }

  .culture-list4 {
    height: 46vh;
    padding: 2rem 6% 0;
  }

  .culture-list5 .img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .culture-list1 .ul .li {
    width: 100%;
    margin-bottom: .9rem;
    padding-right: 0;
  }

  .culture-list1 .ul .p {
    margin-top: .4rem;
  }

  .culture-list1 {
    padding-bottom: 2.5rem;
  }

  .culture-list5 .img {
    margin-bottom: 1.2rem;
  }

  .culture-list5 .contentbox {
    margin-top: 2rem;
  }

  .culture-list5 .title {
    margin-bottom: 0;
  }

  .culture-list4 .text {
    position: relative;
    margin-left: 0;
    width: 100%;
    margin-top: 1.5rem;
  }

  .culture-list4 .bg {
    position: relative;
    width: 100%;
    height: 7rem;
    margin-top: 1.2rem;
  }

  .culture-list4 {
    height: auto;
    padding-bottom: 2rem;
  }

  .culture-list4 .text .tit3 {
    margin-bottom: .6rem;
  }

  .culture-list2 .leftbox {
    width: 100%;
    padding-right: 0;
  }

  .culture-list2 .imgbox {
    width: 100%;
    display: none;
  }

  .culture-list2 .leftbox .tab-container {
    margin-bottom:0;
  }
  .culture-list2 .leftbox .tab-container .img{
    width:100%;
    height:8rem;
    margin-bottom:.8rem;
  }
  .culture-list2 .leftbox .tab-container .img img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .culture-list2 .leftbox .tab-container .item{
    padding-left:0;
  }
  .culture-list2 .leftbox .tab-container .item:before{
    display:none;
  }
  .culture-list2{
    padding-bottom:3rem;
  }
  .culture-list2 .leftbox .tab-container{
    height:auto;
  }
  .culture-list2 .leftbox .more{
    margin-left:0;
    margin-top:.5rem;
  }
  .culture-list2 .leftbox .tab-container:before{
    display:none;
  }
  .culture-list2 .leftbox .tab-container .swiper-slide .item{
    font-size:18px;
  }
  .culture-list2 .leftbox .tab-container .swiper-slide.swiper-slide-active .item{
    font-size:18px;
  }
}
.party-list1 {
  position: relative;
  padding: 3rem 2rem 4.85rem;
}
.party-list1 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
}
.party-list1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: #FF0000;
  left: 0;
}
.party-list1 .leftbox {
  padding-top: 1.7rem;
  width: 54%;
}
.party-list1 .leftbox .tit4 {
  margin-bottom: 2.75rem;
}
.party-list1 .leftbox .item {
  width: 42%;
}
.party-list1 .leftbox .item .sp {
  width: 150px;
}
.party-list1 .leftbox .item .img {
  width: calc(100% - 150px);
  margin-top: -.2rem;
}
.party-list1 .leftbox .item .sp2 {
  width: 100%;
  margin-bottom: .7rem;
}
.party-list1 .rightimg {
  width: 35.8%;
}

.party-list2 {
  position: relative;
  padding: 3rem 2rem 4.85rem;
}
.party-list2 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
}
.party-list2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: #FF0000;
  left: 0;
}
.party-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.party-list2 .tabul {
  margin: 2.25rem auto 0;
  width: 870px;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
.party-list2 .tabul .li {
  /*max-width: 45%;*/
  width:45%;
}
.party-list2 .tabul .icon {
  width: 2.25rem;
  margin-right: 1.25rem;
}
.party-list2 .tabul .text {
  width: calc(100% - 3.5rem);
  padding-left: 1.4rem;
  padding-top: .5rem;
  border-left: 2px solid rgba(128, 128, 128, 0.3);
}
.party-list2 .tabul .text .num {
  color: #D9251B;
}
.party-list2 .tabul .text p {
  margin-top: .4rem;
  color:#808080;
}
.party-list2 .img {
  margin: -2rem auto 0;
  position: relative;
  z-index: 3;
}

.party-list3 {
  position: relative;
  padding: 3.5rem 2rem 0;
}
.party-list3 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
  margin: 0 0 2.25rem;
}
.party-list3 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: #FF0000;
  left: 0;
}
.party-list3 .contentbox {
  position: relative;
  z-index: 2;
}
.party-list3 .contentbox .leftbox {
  position: relative;
  z-index: 3;
  margin-left: -2rem;
  width: 53.6vw;
  /*background: #F2EFEF;*/
  background:#faf7f7;
}
.party-list3 .contentbox .tabbox {
  width: 240px;
  padding: 0 0 0 2rem;
  height: 860px;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.party-list3 .contentbox .tabbox .li {
  padding-right: 1.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all .5s;
}
.party-list3 .contentbox .tabbox .li .tit span {
  transition: all .5s;
}
.party-list3 .contentbox .tabbox .li .tit span:nth-child(2) {
  font-weight: bold;
  width: 100%;
  color: #FF0000;
  opacity: 0;
}
.party-list3 .contentbox .tabbox .li:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -12px;
  width: 6px;
  height: 24px;
  background: #FF0000;
  opacity: 0;
  transition: all .5s;
}
.party-list3 .contentbox .tabbox .li:last-child {
  margin-bottom: 0;
}
.party-list3 .contentbox .tabbox .li:hover span:nth-child(1), .party-list3 .contentbox .tabbox .li.cur span:nth-child(1) {
  opacity: 0;
}
.party-list3 .contentbox .tabbox .li:hover span:nth-child(2), .party-list3 .contentbox .tabbox .li.cur span:nth-child(2) {
  opacity: 1;
}
.party-list3 .contentbox .tabbox .li:hover:before, .party-list3 .contentbox .tabbox .li.cur:before {
  opacity: 1;
}
.party-list3 .contentbox .tabtext {
  width: calc(100% - 240px);
  padding: 1rem 4.45rem 1rem 3.5rem;
}
.party-list3 .contentbox .tabtext .textbox {
  width: 100%;
}
.party-list3 .contentbox .tabtext .item {
  margin-bottom: 1.5rem;
}
.party-list3 .contentbox .tabtext .item .tit4 {
  margin-bottom: .65rem;
}
.party-list3 .contentbox .tabtext .item .tit5 p {
  margin-bottom: .25rem;
}
.party-list3 .contentbox .tabtext .item:last-child {
  margin-bottom: 0;
}
.party-list3 .contentbox .rightbox {
  width: 50.85%;
  margin-left: -2.65rem;
  margin-bottom: -1.55rem;
  position: relative;
  z-index: 4;
}
.party-list3 .contentbox .rightbox .li {
  width: 45.5%;
  border-radius: .65rem;
  margin-bottom: 1.55rem;
  position: relative;
  overflow: hidden;
}
.party-list3 .contentbox .rightbox .li img {
  transform: scale(1.01);
  transition: all .5s;
}
.party-list3 .contentbox .rightbox .tit4 {
  position: absolute;
  padding: .55rem;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #F0F0F0;
}
.party-list3 .contentbox .rightbox .li:hover img {
  transform: scale(1.1);
}
@media (max-width: 1681px) {
  .party-list3 .contentbox .tabtext{
    padding: 1rem 2.45rem 1rem 1.5rem;
  }
  .party-list3 .contentbox .leftbox{
      width: 57.6vw;
  }
  .party-list3 .contentbox .rightbox{
      width: 45.85%;
  }
  .party-list3 .contentbox .tabbox{
    height:24rem;
    width: 210px;
  }
  .party-list3 .contentbox .tabtext{
    width: calc(100% - 210px);
  }
}
@media (max-width: 1024px) {
  .party-list1 .leftbox {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .party-list1 .rightimg {
    width: 100%;
  }

  .party-list1 .leftbox .tit4 {
    margin-bottom: 1rem;
  }

  .party-list3 .contentbox .leftbox {
    width: 100%;
  }

  .party-list3 .contentbox .rightbox {
    width: 100%;
    margin-left: 0;
  }

  .party-list3 {
    padding: 3.5rem 6%;
  }

  .party-list3 .contentbox .leftbox {
    margin-left: 0;
    background: transparent;
  }

  .party-list3 .contentbox .tabtext {
    width: 100%;
    padding: 1rem 0 1.5rem;
  }

  .party-list3 .contentbox .tabbox {
    width: 100%;
    border-right: none;
    height: 2rem;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  .party-list3 .contentbox .tabbox .li {
    margin-bottom: 0;
    width: 25%;
    padding-right: 3%;
    padding-bottom: 1rem;
  }

  .party-list3 .contentbox .tabbox .li:before {
    right: auto;
    bottom: -2px;
    top: auto;
    margin-top: 0;
    width: 1rem;
    height: 4px;
    background: #FF0000;
  }

  .party-list1 {
    padding: 2.5rem 6% 3rem;
  }

  .party-list2 {
    padding: 2.5rem 6% 3rem;
  }

  .party-list1 .leftbox {
    padding-top: 0;
  }

  .party-list2 .img {
    margin-top: 0;
  }

  .party-list2 .tabul .icon {
    width: 1.5rem;
    margin-right: .75rem;
  }

  .party-list2 .tabul .li {
    width: 40%;
  }

  .party-list2 .tabul .text {
    width: calc(100% - 2.25rem);
    padding-left: 1rem;
    padding-top: 0;
  }
}
@media (max-width: 996px) {
  .party-list3 {
    padding: 2.5rem 6%;
  }

  .party-list3 .title {
    margin: 0 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .party-list3 .contentbox .tabbox .li {
    padding-right: 0;
  }

  .party-list1 .leftbox .item {
    width: 100%;
    margin-bottom: .75rem;
  }

  .party-list1 .leftbox {
    margin-bottom: .8rem;
  }

  .party-list2 .tabul .icon {
    margin: 0 auto .75rem;
    height: 1.75rem;
  }

  .party-list2 .tabul .text {
    width: 100%;
    border-top: 1px solid rgba(128, 128, 128, 0.3);
    border-left: none;
    padding-left: 0;
    padding-top: .45rem;
    text-align: center;
  }

  .party-list2 .tabul .text p {
    margin-top: .2rem;
  }

  .party-list2 .tabul {
    margin-top: 1.25rem;
  }

  .party-list3 .contentbox .tabbox {
    height: auto;
    flex-flow: row wrap;
  }

  .party-list3 .contentbox .tabbox .li {
    padding-bottom: .65rem;
  }

  .party-list3 .contentbox .rightbox .li {
    width: 100%;
    margin-bottom: .8rem;
  }
  .party-list3 .contentbox .tabbox .li{
    font-size:16px;
  }
}
.technology-list1 {
  position: relative;
  padding: 2.85rem 0 0;
}
.technology-list1 .contentbox {
  margin-bottom: 2.75rem;
  padding: 0 2rem;
}
.technology-list1 .title {
  padding-left: 20px;
  position: relative;
  z-index: 3;
}
.technology-list1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.technology-list1 .p {
  width: 45.7%;
  color: #808080;
}
.technology-list1 .ul {
  border-top: 1px solid #f3f3f3;
}
.technology-list1 .ul .li {
  width: 33.3%;
  height: 7rem;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.technology-list1 .ul .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
}
.technology-list1 .ul .tit4 {
  color: #1E50E6;
  align-items: flex-end;
}
.technology-list1 .ul .tit4 .enfon {
  line-height: 1;
}
.technology-list1 .ul .tit5 {
  margin-top: .1rem;
  color: #808080;
  padding-left: 1.5rem;
}

.technology-list2 {
  padding: 3.5rem 2rem 0;
  height: 100vh;
  position: relative;
  z-index: 3;
}
.technology-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.technology-list2 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
  margin: 0 0 4rem;
}
.technology-list2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.technology-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.technology-list2 .p {
  width: 820px;
  max-width: 100%;
  margin-bottom: 1.7rem;
}
.technology-list2 .ul {
  width: 710px;
  max-width: 100%;
}
.technology-list2 .ul img {
  max-width: 90%;
  max-height: 85%;
}
.technology-list2 .ul .li {
  width: 32%;
  height: 70px;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 2px solid #fff;
  border-radius: .25rem;
  overflow: hidden;
  /*box-sizing: content-box;*/
}
.technology-list2 .ul .li:nth-child(3n) {
  margin-right: 0;
}

.technology-list3 {
  padding: 2.85rem 0 2.75rem;
  position: relative;
  z-index: 3;
}
.technology-list3 .contentbox {
  padding: 0 2rem;
}
.technology-list3 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
  margin: 0 0 1.25rem;
}
.technology-list3 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.technology-list3 .p {
  color: #808080;
}
.technology-list3 .img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.technology-list3 .ul {
  margin-bottom: 4rem;
}
.technology-list3 .ul .li {
  width: 46.3%;
  padding: .4rem 0;
  border-bottom: 1px solid #d1d4d6;
}
.technology-list3 .ul .li:nth-child(2) .lileft{
  opacity:0;
  visibility: hidden;
}
.technology-list3 .ul .li:nth-child(2) .sp{
  opacity:0;
  visibility: hidden;
}
.technology-list3 .ul .li .icon {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 1.25rem;
}
.technology-list3 .ul .li .enfon {
  line-height: 1;
}
.technology-list3 .ul .li .num {
  color: #1E50E6;
}
.technology-list3 .ul .lileft {
  max-width: 55%;
}
.technology-list3 .ul .sp {
  color: #808080;
  max-width: 40%;
}
.technology-list3 .contentbox2 .warptab {
  padding: 0 2rem;
}
.technology-list3 .contentbox2 .imgswiper {
  margin-bottom: 2rem;
}
.technology-list3 .contentbox2 .imgswiper .swiper-slide {
  overflow: hidden;
  border-radius: .65rem;
}
.technology-list3 .contentbox2 .imgswiper .tit3 {
  position: absolute;
  width: 100%;
  padding: 2.75rem 2.5rem;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 4;
  transition: all .5s;
}
.technology-list3 .contentbox2 .imgswiper .swiper-slide.swiper-slide-active .tit3 {
  opacity: 1;
}
.technology-list3 .contentbox2 .warptab-container{
  padding: 0 5rem;
}
.technology-list3 .contentbox2 .tab-container {
  padding: 4px 0 0;
}
.technology-list3 .contentbox2 .warptab-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e2e2e2;
  left: 0;
  top: 2px;
  z-index: 1;
}
.technology-list3 .contentbox2 .tab-container .swiper-slide {
  width: auto;
  padding: 0 6px;
  margin: 0 0.625rem;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.technology-list3 .contentbox2 .tab-container .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #1E50E6;
  left: 0;
  top: -4px;
  opacity: 0;
  z-index: 4;
  transition: all .5s;
}
.technology-list3 .contentbox2 .tab-container .item {
  padding: 1rem 0 0;
  transition: all .5s;
}
.technology-list3 .contentbox2 .tab-container .item br{
  display:none;
}
.technology-list3 .contentbox2 .tab-container .swiper-slide:hover .item {
  color: #1E50E6;
}
.technology-list3 .contentbox2 .tab-container .swiper-slide.cur:before {
  opacity: 1;
}
.technology-list3 .contentbox2 .tab-container .swiper-slide.cur .item {
  color: #1E50E6;
}

.technology-list4 {
  padding: 3.5rem 2rem 3rem;
  position: relative;
  z-index: 3;
}
.technology-list4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.technology-list4 .contentbox {
  position: relative;
  z-index: 3;
}
.technology-list4 .contentbox .p {
  width: 54%;
}
.technology-list4 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
  margin: 0 0 1.25rem;
}
.technology-list4 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.technology-list4 .titlebox {
  margin-bottom: 3.5rem;
}
.technology-list4 .item {
  padding: 1rem 1rem .75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: .5rem;
  transition: all .5s;
}
.technology-list4 .item:hover {
  box-shadow: inset 0 0 0 2px #fff;
}
.technology-list4 .img {
  height: 5.75rem;
}
.technology-list4 .img img{
  max-height:100%;
}
.technology-list4 .tit3 {
  margin-top: 1rem;
}
.technology-list4 .tec-container {
  padding-bottom: 2.6rem;
}
.technology-list4 .tec-container .swiper-pagination span {
  background: #fff;
  border-radius: 0;
  width: 1rem;
  height: 4px;
  opacity: .2;
  margin: 0 3px;
  transition: all .5s;
}
.technology-list4 .tec-container .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1600px) {
    .technology-list3 .contentbox2 .warptab-container{
      padding: 0 4rem;
    }
    .technology-list3 .contentbox2 .tab-container{
        padding: 4px 0 0;
    }
}
@media (max-width: 1280px) {
    .technology-list3 .contentbox2 .warptab-container{
      padding: 0 3rem;
    }
    .technology-list3 .contentbox2 .tab-container{
        padding: 4px 0 0;
    }
}
@media (max-width: 1024px) {
  .technology-list1 {
    padding: 2rem 0 0;
  }
 .technology-list3 .contentbox2 .warptab-container{
      padding: 0 2rem;
    }
    .technology-list3 .contentbox2 .tab-container{
        padding: 4px 0 0;
    }

  .technology-list1 .contentbox {
    padding: 0 6%;
    margin-bottom: 1.75rem;
  }

  .technology-list1 .ul .li {
    height: 5rem;
  }

  .technology-list2 {
    padding: 3.5rem 6% 0;
  }

  .technology-list3 .contentbox {
    padding: 0 6%;
  }

  .technology-list4 {
    padding: 3.5rem 6% 3rem;
  }

  .technology-list3 .contentbox2 .warptab {
    padding: 0 6%;
  }
}
@media (max-width: 996px) {
  .technology-list2 {
    height: 75vh;
  }

  .technology-list2 .title {
    margin-bottom: 2rem;
  }

  .technology-list3 .contentbox2 .tab-container .item {
    padding-top: .7rem;
  }
}
@media (max-width: 767px) {
    .technology-list3 .contentbox2 .warptab-container{
      padding: 0 .5rem;
    }
    .technology-list3 .contentbox2 .tab-container{
        padding: 4px 0 0;
    }
  .technology-list1 .title {
    width: 100%;
    margin-bottom: .75rem;
  }

  .technology-list1 .p {
    width: 100%;
  }

  .technology-list1 .ul .li {
    width: 50%;
  }

  .technology-list2 {
    height: auto;
    padding: 2rem 6% 5rem;
  }

  .technology-list2 .title {
    margin-bottom: 1rem;
  }

  .technology-list2 .p {
    margin-bottom: 1rem;
  }

  .technology-list2 .ul .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .technology-list2 .ul .li:nth-child(3n) {
    margin-right: 4%;
  }

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

  .technology-list3 .ul .li {
    width: 100%;
    margin-bottom: .3rem;
  }

  .technology-list3 .ul .li:nth-child(2) {
    display: none;
  }

  .technology-list3 .ul {
    margin-bottom: 1.2rem;
  }

  .technology-list3 .contentbox2 .imgswiper .tit3 {
    padding: .6rem 5%;
    font-size: 18px;
  }

  .technology-list3 .contentbox2 .imgswiper {
    margin-bottom: 1rem;
  }

  .technology-list4 .contentbox .p {
    width: 100%;
  }

  .technology-list4 .titlebox {
    margin-bottom: 1.5rem;
  }

  .technology-list4 .item {
    padding: .55rem;
  }

  .technology-list4 .tec-container .swiper-pagination span {
    width: .7rem;
    height: 2px;
  }
}
.about-list1 {
  padding: 2.75rem 2rem 3rem;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.about-list1 .contentbox {
  width: 1480px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
.about-list1 .contentbox .p {
  width: 54%;
}
.about-list1 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
  margin: 0 0 1.25rem;
}
.about-list1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.about-list1 .leftitem {
  width: 31%;
  padding-top: 1.25rem;
  position: relative;
  z-index:3;
}
.about-list1 .leftitem .item {
  padding: .5rem 0;
  margin-bottom:1rem;
  border-bottom: 2px solid #f5f5f5;
}
.about-list1 .leftitem .item:last-child{
    margin-bottom:0;
}
.about-list1 .leftitem .item .icon {
  width: 2.2rem;
  height: 1.75rem;
  margin-right: .9rem;
}
.about-list1 .leftitem .itemright p {
  color: #101010;
}
.about-list1 .leftitem .itemright .tit5 {
  margin-bottom: 5px;
}
.about-list1 .leftitem .sp {
  color: #1E50E6;
}
.about-list1 .videobox {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  opacity:0;
  
}
@media (min-width: 1024px) {
  .about-list1 .videobox {
    -webkit-clip-path: polygon(44.6% 33%, 56% 25.8%, 55.9% 70.8%, 44.6% 77.4%);
    clip-path:polygon(44.6% 33%, 56% 25.8%, 55.9% 70.8%, 44.6% 77.4%);
  }
   
}
.about-list1 .videobox .pcvideo {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.about-list1 .videobox .video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list1 .videobox .videobtn {
  cursor: pointer;
  opacity:0;
}
.about-list1 .videobox .bgimg {
  width: 8.5rem;
  z-index: 2;
}
.about-list1 .videobox:hover .img1 {
  transform: scale(1.1);
}
.about-list1 .videobox:hover .tit4 {
  color: #1E50E6;
}
.about-list1 .videobox .videobtn:hover .svgs {
  transform: rotate(360deg);
}
.about-list1 .videobox .videobtn:hover .path-loop {
  animation: run 2.5s linear forwards;
}
.about-list1 .videobox .videobtn:hover .path-loop-bg {
  opacity: 1;
}
.about-list1 .videobox .videobtn:hover .icon {
  transform: scale(0.9);
}
.about-list1 .videobtn .svgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.about-list1 .videobtn .svgs .path-loop {
  stroke-dasharray: 360;
  stroke-dashoffset: 280;
  opacity: 1;
}
.about-list1 .videobtn {
  width: 2rem;
  height: 2rem;
  z-index: 9;
}
.about-list1 .videobtn .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: all .8s;
}
.about-list1 .videobtn .svgs {
  transform: rotate(90deg);
  transition: all .8s;
}
@keyframes run {
  to {
    stroke-dashoffset: 0;
  }
}
.warpabout{
  height:100vh;
  width:100%;
  overflow: hidden;
}
.about-list2 {
  padding: 2.75rem 2rem 4.5rem;
  overflow: hidden;
  position: relative;
  background:#fff;
  z-index: 5;
}
.about-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.about-list2 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
  margin: 0 0 1rem;
}
.about-list2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.about-list2 .leftbox {
  width: 45.14%;
  padding-top: .5rem;
  max-height: 14rem;
  padding-right:10px;
  overflow: hidden;
}
.about-list2 .leftbox .textbox{
    position: relative;
}
.about-list2 .leftbox.active{
    overflow-y: auto;
}
.about-list2 .img {
  width: 44.85%;
  border-radius: .4rem;
  overflow: hidden;
}

.about-list3 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.about-list3 .contentbox {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-list3 .warptitle {
  position: absolute;
  top: 3rem;
  width: 100%;
  padding: 0 2rem;
  left: 0;
  z-index: 3;
}
.about-list3 .title {
  padding-left: 20px;
  z-index: 3;
}
.about-list3 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.about-list3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-list3 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-list3 .ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-list3 .ul .swiper-slide {
  padding: 11.5rem 1.25rem 0;
  /*justify-content: flex-end;*/
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background .5s;
}
.about-list3 .ul .swiper-slide:last-child {
  border-right: none;
}
.about-list3 .ul .tit3 {
  transition: all .5s;
}
.about-list3 .ul .tit5 {
  height:34px;
  /*display:none;*/
}
.about-list3 .ul .tit4 {
  margin-top: 2rem;
  opacity: .5;
  transition: all .5s;
}
.about-list3 .ul .icon {
  width: 2.25rem;
  margin: 0 auto 1rem;
  display: block;
  transition: all .5s;
  opacity: 0;
}
.about-list3 .ul .text {
  width: 100%;
  transition: all .5s;
}
.about-list3 .ul .swiper-slide:hover {
  background: rgba(31, 87, 168, 0.5);
  backdrop-filter: blur(18px);
}
/*.about-list3 .ul .swiper-slide:hover .tit5 {
  display: none;
}*/
.about-list3 .ul .swiper-slide:hover .tit4 {
  opacity: 1;
}
.about-list3 .ul .swiper-slide:hover .icon {
  opacity: 1;
}
.about-list3 .ul .swiper-slide:hover .text {
  transform: translate(0, -1rem);
}

.about-list4 {
  position: relative;
  z-index: 3;
  padding: 3rem 2rem 3.25rem;
}
.about-list4 .title {
  padding-left: 20px;
  z-index: 3;
}
.about-list4 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.about-list4 .tabul {
  margin-top: .7rem;
}
.about-list4 .tabul .li {
  margin-right: .5rem;
  width: 140px;
  height: 42px;
  border-radius: .2rem;
  border: 1px solid #50C8FF;
  color: #50C8FF;
  transition: all .5s;
  cursor: pointer;
}
.about-list4 .tabul .li:hover, .about-list4 .tabul .li.cur {
  background: #1E50E6;
  border: 1px solid #50C8FF;
  color: #fff;
}
.about-list1 .videobox p{
    width:5rem;
    bottom:-1rem;
    z-index:2;
}
@media (max-width: 1481px) {
  .about-list3 .ul .swiper-slide{
      padding: 10rem 1.25rem 0;
  }
  .about-list3 .ul .tit4{
    font-size:13px;
  }
  .about-list3 .ul .tit4{
    margin-top:1.5rem;
  }
}
@media (max-width: 1024px) {
  .about-list2 {
    padding: 2rem 6% 3rem;
  }

  .about-list1 {
    padding: 2rem 0 0;
  }

  .about-list3 .warptitle {
    padding: 0 6%;
    top: 2rem;
  }

  .about-list4 {
    padding: 2rem 6% 3.25rem;
  }
  .about-list1 .videobox{
    position: relative;
  }
  .about-list1 .videobox .bgimg{
    display:none;
  }
  .about-list1{
    height:auto;
  }
  .about-list1 .leftitem{
    width: 48%;
    padding-top: 0;
  }

  .about-list1 .title,.about-list1 .contentbox{
    width:88%;
    margin:0 auto;
  }
  .about-list1 .title{
    margin-bottom:1rem;
  }
  .about-list1 .contentbox{
    margin-bottom:2.5rem;
  }
  .about-list1 .videobox .pcvideo{
    clip-path: initial;
  }
  .about-list1 .mvideo{
    width:100%;
    height:20rem;
  }
  .about-list1 .mvideo .videobg{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .about-list1 .videobox{
    height:auto;
  }
  .about-list3 .ul .swiper-slide{
    padding: 13.5rem 1.25rem 0;
  }
  .warpabout{
    height:auto;
  }
}
@media (max-width: 996px) {
  .about-list2 .leftbox {
    width: 100%;
    margin-bottom: 1.25rem;
    padding-top: 0;
    max-height: none;
  }

  .about-list2 .img {
    width: 100%;
  }

  .about-list3 {
    height: 60vh;
  }

  .about-list3 .ul .swiper-slide {
    /*padding-bottom: 2.5rem;*/
    padding-top:8rem;
  }
}
@media (max-width: 767px) {
  .about-list3 .ul .tit4 {
    margin-top: 1rem;
  }

  .about-list3 .ul .icon {
    width: 1.75rem;
  }
  .about-list1 .leftitem{
    width:100%;
  }
  .about-list1 .leftitem .item .icon{
    width:1.8rem;
    height:1.25rem;
  }
  .about-list1 .leftitem .item .icon img{
    max-height:100%;
  }
  .about-list1 .mvideo{
    height:10rem;
  }
  .about-list2 .title{
    margin-bottom:1rem;
  }
  .about-list1 .leftitem .item{
    margin-bottom:0;
  }
  .about-list3 .ul .swiper-slide{
    padding: 5.5rem .65rem 0;
  }
}
.join-list1 {
  position: relative;
  z-index: 3;
  padding: 2.85rem 2rem 4rem;
  background: #fff;
}
.join-list1 .title {
  padding-left: 20px;
  margin-bottom: 3.25rem;
  z-index: 3;
}
.join-list1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.join-list1 .li {
  width: 23.31%;
  margin-right: 2.25%;
}
.join-list1 .li:nth-child(4n) {
  margin-right: 0;
}
.join-list1 .icon {
  height: 30px;
  margin-right: .42rem;
}
.join-list1 .tit4 {
  padding-bottom: 1.5rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #e6e6e6;
}
.join-list1 .tit4 span {
  width: calc(100% - 30 - .42rem);
  display: inline-block;
}
.join-list1 .tit5 {
  color: #808080;
  padding-right: 1rem;
}
.join-list1 .tit5 span{
  white-space: normal !important;
}
.join-list2 {
  position: relative;
  z-index: 3;
  padding: 2.5rem 2rem 4.1rem;
  background: #f0f0f0;
}
.join-list2 .title {
  padding-left: 20px;
  margin-bottom: 1.4rem;
  z-index: 3;
}
.join-list2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.join-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.join-list2 .ul .li {
  width: 32.34%;
  margin-right: 1.45%;
  margin-bottom: 1.5%;
  border-radius: .5rem;
  height: 13.5rem;
  overflow: hidden;
}
.join-list2 .ul .li:nth-child(3n) {
  margin-right: 0;
}
.join-list2 .ul .bgimg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s;
}
.join-list2 .ul .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10.25rem;
  width: 100%;
  object-fit: cover;
  z-index: 3;
  opacity:0;
  transition:all .5s;
}
.join-list2 .ul .text {
  padding: 0 2.6rem 1.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.join-list2 .ul .tit4 {
  opacity: .5;
  margin-top: 1.25rem;
  line-height: 28px;
  height: calc(5 * 25px);
  overflow: hidden;
  opacity: 0;
  transition: all .5s;
}
.join-list2 .ul .li:hover .bgimg {
  transform: scale(1.1);
}
.join-list2 .ul .li:hover .bg{
    opacity:1;
}
.join-list2 .ul .li:hover .tit4 {
  opacity: .5;
}
.join-list2 .ul2 {
  margin-bottom: -1.33%;
}
.join-list2 .ul2 .li {
  border-radius: .4rem;
  padding: 1.25rem 1.7rem;
  background: #fff;
  width: 24%;
  margin-right: 1.33%;
  transition: all .5s;
}
.join-list2 .ul2 .tit4 {
  margin-bottom: .5rem;
}
.join-list2 .ul2 .li:nth-child(4n) {
  margin-right: 0;
}
.join-list2 .ul2 .li:hover{
  box-shadow:0 0 30px 1px rgba(0,0,0,.1);
}

.join-list3 {
  background: #fff;
  padding: 3rem 2rem 2.2rem;
}
.join-list3 .title {
  padding-left: 20px;
  z-index: 3;
}
.join-list3 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.join-list3 .img {
  width: 58.2%;
  border-radius: .5rem;
  overflow: hidden;
}
.join-list3 .text {
  width: 43.83%;
  margin-left: -1rem;
  border-radius: .45rem;
 background: rgba(30, 80, 230, 0.96);

  padding: 1rem 2.25rem 1rem 3.25rem;
}
.join-list3 .text .tit4 {
  margin-top: .75rem;
  opacity: .6;
  line-height:28px;
  height:calc(28px * 3);
  padding-right:10px;
  overflow-y:auto;
}
.join-list3 .textbox {
  width: 1460px;
  max-width: 100%;
  margin: 1.7rem auto 0;
}
.join-list3 .warptab {
  position: relative;
  margin: 1.7rem auto 0;
  z-index: 2;
}
.join-list3 .warptab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e2e2e2;
  left: 0;
  top: 2px;
  z-index: 1;
}
.join-list3 .tab-container {
  padding-top: 4px;
  width: 1460px;
  margin: 0 auto;
  max-width: 100%;
}
.join-list3 .tab-container .swiper-slide {
  width: auto;
  padding: 0 6px;
  margin-right:4rem;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.join-list3 .tab-container .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #1E50E6;
  left: 0;
  top: -4px;
  opacity: 0;
  z-index: 4;
  transition: all .5s;
}
.join-list3 .tab-container .item {
  padding: 1rem 0 0;
  transition: all .5s;
}
.join-list3 .tab-container .swiper-slide:hover .item {
  color: #1E50E6;
}
.join-list3 .tab-container .swiper-slide.cur:before {
  opacity: 1;
}
.join-list3 .tab-container .swiper-slide.cur .item {
  color: #1E50E6;
}
.join-list3 .textbox-container .swiper-slide{
  opacity:0 !important;
}
.join-list3 .textbox-container .swiper-slide-active{
  opacity:1 !important;
}

.join-list4 {
  background: #f0f0f0;
  padding: 2.5rem 0 2.25rem;
}
.join-list4 .warptitle {
  padding: 0 2rem;
}
.join-list4 .title {
  padding-left: 20px;
  margin-bottom: 1.4rem;
  z-index: 3;
}
.join-list4 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.join-list4 .warptab {
  position: relative;
  margin: 1.7rem auto 0;
  padding: 0 2rem;
  z-index: 2;
}
.join-list4 .warptab:before {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 2px;
  background: #e2e2e2;
  left: 2rem;
  top: 2px;
  z-index: 1;
}
.join-list4 .tab-container {
  padding-top: 4px;
  width: 1460px;
  margin: 0 auto;
  max-width: 100%;
}
.join-list4 .tab-container .swiper-slide {
  /*width:auto;*/
  margin-right: 1.25rem;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.join-list4 .tab-container .item {
  padding: 1rem 6px 0;
  position: relative;
  transition: all .5s;
  display: inline-block;
}
.join-list4 .tab-container .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #1E50E6;
  left: 0;
  top: -4px;
  opacity: 0;
  z-index: 4;
  transition: all .5s;
}
.join-list4 .tab-container .swiper-slide:hover .item {
  color: #1E50E6;
}
.join-list4 .tab-container .swiper-slide.cur .item:before {
  opacity: 1;
}
.join-list4 .tab-container .swiper-slide.cur .item {
  color: #1E50E6;
}
.join-list4 .imgswiper .swiper-slide {
  overflow: hidden;
  height: 12.5rem;
  border-radius: .65rem;
}

.join-list4 .imgswiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: all .5s;
  transform: scale(1.01);
}

.join-list4 .imgswiper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.join-list4 .imgswiper .bg:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    z-index:1;
    background:linear-gradient(0deg, #1E50E6 0%, transparent 50%);
    opacity:0;
    transition:all .5s;
}
.join-list4 .imgswiper .text {
  position: absolute;
  width: 100%;
  padding: 0 1.1rem 1.25rem;
  bottom: 0;
  opacity: 0;
  z-index: 4;
}
.join-list4 .imgswiper .tit3 {
  margin-bottom: .7rem;
}
.join-list4 .imgswiper .tit4 {
  width: 70%;
  opacity: .5;
}
.join-list4 .imgswiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.join-list4 .imgswiper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}
.join-list4 .imgswiper .swiper-slide:hover .bg:before {
    opacity: 1;
}
.join-list4 .imgswiper .swiper-slide.swiper-slide-active .bg:before{
    opacity: 1;
}

.join-list5 {
  padding: 2.75rem 2rem 3.75rem;
  background: #fff;
  position: relative;
  z-index: 3;
}
.join-list5 .title {
  padding-left: 20px;
  margin-bottom: 2rem;
  z-index: 3;
}
.join-list5 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.join-list5 .itembox {
  width: 47.8%;
}
.join-list5 .itembox .tit3 {
  margin-bottom: 2rem;
}
.join-list5 .itembox .item {
  height: 10rem;
  padding: 2.75rem 1rem 0 2rem;
  border-radius: .5rem;
  overflow: hidden;
}
.join-list5 .itembox .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}
.join-list5 .itembox .text {
  position: relative;
  z-index: 2;
}
.join-list5 .itembox .more {
  width: 150px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.join-list5 .itembox .more:before {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  left: -.5%;
  bottom: 0;

  transform: scale(1, 0);
  transform-origin: 50% 100%;
  transition: all .5s ease;
  z-index: -1;
}
.join-list5 .itembox .more:hover {
  color: #1E50E6;
background: #fff;
border: 2px solid transparent;
}
.join-list5 .itembox .more:hover:before {
  transform: scale(1, 1);
}
@media (max-width: 1480px) {
  .join-list2 .ul .text{
      padding: 0 1rem 1.5rem;
  }
  .join-list2 .ul2 .li{
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 1024px) {
  .join-list1 {
    padding: 2rem 6% 3rem;
  }

  .join-list1 .title {
    margin-bottom: 1.65rem;
  }

  .join-list1 .tit4 {
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
  }

  .join-list2 {
    padding: 2rem 6% 3rem;
  }

  .join-list2 .ul .text {
    padding: 0 1rem 1rem;
  }

  .join-list2 .ul .tit4 {
    margin-top: .5rem;
  }

  .join-list2 .ul2 .li {
    padding: 1.25rem 1rem .85rem;
  }

  .join-list3 {
    padding: 2rem 6%;
  }

  .join-list4 .warptitle {
    padding: 0 6%;
  }

  .join-list5 {
    padding: 2rem 6% 3.2rem;
  }

  .join-list4 .warptab {
    padding: 0 6%;
  }

  .join-list4 .warptab:before {
    width: calc(100% - 12%);
    left: 6%;
  }
}
@media (max-width: 996px) {
  .join-list1 .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1.5rem;
  }

  .join-list1 .li:nth-child(2n) {
    margin-right: 0;
  }

  .join-list1 {
    padding-bottom: 2rem;
  }

  .join-list2 .ul .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }

  .join-list3 .text {
    padding: 1rem;
  }

  .join-list4 .imgswiper .tit4 {
    width: 100%;
  }

  .join-list5 .itembox .item {
    padding: 2rem 1rem 0 1rem;
  }

  .join-list5 .itembox .tit3 {
    margin-bottom: .85rem;
  }

  .join-list5 .title {
    margin-bottom: 1.2rem;
  }
  .join-list3 .tab-container .swiper-slide{
    margin-right:2rem;
  }
  .join-list3 .tab-container .swiper-slide:last-child{
    margin-right:0;
  }

  .join-list3 .img {
    width: 100%;
  }

  .join-list3 .text {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }

  .join-list3 .img {
    border-radius: 0;
  }

  .join-list3 .textbox {
    border-radius: .5rem;
    background: rgba(35, 123, 228, 0.96);
    margin-top: 1.2rem;
    overflow: hidden;
  }
  .join-list5 .itembox{
    width:100%;
    margin-bottom:1.5rem;
  }
  .join-list5 .itembox:last-child{
    margin-bottom:0;
  }
}
@media (max-width: 767px) {
  .join-list1 .li {
    width: 100%;
    margin-right: 0;
  }

  .join-list1 .tit4 {
    margin-bottom: .85rem;
  }

  .join-list2 .ul2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .3rem;
  }

  .join-list3 .img {
    width: 100%;
  }

  .join-list3 .text {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }

  .join-list3 .img {
    border-radius: 0;
  }

  .join-list3 .textbox {
    border-radius: .5rem;
    background: rgba(35, 123, 228, 0.96);
    margin-top: 1.2rem;
    overflow: hidden;
  }

  .join-list3 .text .tit4 {
    margin-top: .45rem;
  }

  .join-list3 .warptab {
    margin: 1.2rem auto 0;
  }

  .join-list3 .tab-container .swiper-slide {
    margin-right: 0.55rem;
  }

  .join-list3 .tab-container .item {
    padding-top: .6rem;
  }

  .join-list4 .imgswiper .text {
    padding: 0 6% 1.25rem;
  }

  .join-list5 .itembox {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .join-list5 .itembox .more {
    width: 130px;
    height: 40px;
  }

  .join-list5 {
    padding-bottom: 1.5rem;
  }
  .join-list3 .text .tit4{
    height:auto;
    padding-right:0;
    line-height:1.8;
  }
}
.technology-list5 {
  padding: 3.9rem 2rem 4.6rem;
  position: relative;
  z-index: 3;
}
.technology-list5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: center top;
}
.technology-list5 .title {
  padding-left: 20px;
  margin-bottom: 2rem;
  z-index: 3;
}
.technology-list5 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.technology-list5 .contentbox {
  position: relative;
  z-index: 3;
}
.technology-list5 .text {
  width: 37%;
  padding-left: 1.75rem;
  margin-top: 5rem;
  color: #808080;
}
.technology-list5 .img {
  width: 49.7%;
  border-radius: .5rem;
  overflow: hidden;
}
.technology-list5 .ul {
  margin-top: 3.65rem;
  padding-left:1.75rem;
}
.technology-list5 .ul .li {
  width: 24.1%;
  margin-right: 1.2%;
  border-radius: .5rem;
  overflow: hidden;
}
.technology-list5 .ul .li img{
    width:100%;
}
.technology-list5 .ul .li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1600px) {
  .technology-list5 {
    padding: 2rem 2rem 3rem;
  }

  .technology-list5 .text {
    width: 37%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .technology-list5 .ul {
    margin-top: 1.5rem;
    padding-left:0;
  }
}
@media (max-width: 996px) {
  .technology-list5 .text {
    width: 100%;
    margin-top: 0;
  }

  .technology-list5 .img {
    width: 100%;
    margin-top: 1rem;
  }

  .technology-list5 {
    padding: 2rem 6% 3rem;
  }

  .technology-list5 .ul {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .technology-list5 .title br {
    display: none;
  }

  .technology-list3 {
    padding: 2rem 0;
  }

  .technology-list5 .title {
    margin-bottom: 1.25rem;
  }

  .technology-list5 .ul .li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }

  .technology-list5 .ul .li:nth-child(2n) {
    margin-right: 0;
  }
}
.greenlist1 {
  /*height:100vh;*/
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.greenlist1 video{
  width:100%;
}
.greenlist1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
  top: 0;
  right: 59px;
  opacity: .12;
  z-index: 3;
}

.business-list1 {
  position: relative;
  z-index: 2;
  padding: 3rem 0 2.25rem;
  background: #fff;
}
.business-list1 .title {
  width: 35%;
  padding-left: 20px;
  z-index: 3;
}
.business-list1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.business-list1 .text {
  width: 49.7%;
  color: #808080;
}
.business-list1 .contentbox {
  padding: 0 2rem;
  margin-bottom: 2.25rem;
}
.business-list1 .contentbox2 {
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.business-list1 .contentbox2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: 1;
}
.business-list1 .contentbox2 .leftbox {
  width: 50%;
  margin-top: 1rem;
  padding-left: 2rem;
  position: relative;
}
.business-list1 .contentbox2:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 3.25rem);
  left: calc(2rem + 2px);
  top: 3.25rem;
  background: #ddd;
  z-index: 2;
}
.business-list1 .contentbox2 .leftbox .tab-container {
  height: 12rem;
  margin-top: 2rem;
  width: 40%;
  position: relative;
  z-index: 3;
  overflow: hidden;
  /*.swiper-slide.cur .item{
      
  }*/
}
.business-list1 .contentbox2 .leftbox .tab-container .swiper-slide{
  display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.business-list1 .contentbox2 .leftbox .tab-container .item {
  color: #808080;
  width:100%;
  cursor: pointer;
}
.business-list1 .contentbox2 .leftbox .tab-container .item span {
  padding-left: 26px;
  line-height:1.2;
  transform: scale(1);
  transition: all .5s;
  display:inline-block;
}
.business-list1 .contentbox2 .leftbox .tab-container .sp {
  color: #1E50E6;
  padding-left: 26px;
  line-height:1.2;
  transform: scale(0.8);
  opacity: 0;
  transition: all .5s;
}
.business-list1 .contentbox2 .leftbox .tab-container .sp:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.business-list1 .contentbox2 .leftbox .tab-container .swiper-slide .item {
  opacity: .6;
}
.business-list1 .contentbox2 .leftbox .tab-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.business-list1 .contentbox2 .leftbox .tab-container .swiper-slide.swiper-slide-active .item {
  opacity: 1;
}
.business-list1 .contentbox2 .leftbox .tab-container .swiper-slide.swiper-slide-active span {
  opacity: 0;
  transform: scale(0);
}
.business-list1 .contentbox2 .leftbox .tab-container .swiper-slide.swiper-slide-active .sp {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.business-list1 .contentbox2 .leftbox .tab-container .swiper-slide.swiper-slide-prev .item {
  opacity: 1;
}
.business-list1 .contentbox2 .leftbox .tab-container .swiper-slide.swiper-slide-next .item {
  opacity: 1;
}
.business-list1 .contentbox2 .rightbox {
  width: 72.85%;
  margin-left: -23%;
  position: relative;
  z-index: 3;
  border-radius: .6rem;
}
.business-list1 .contentbox2 .rightbox img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.business-list1 .contentbox2 .rightbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.business-list1 .contentbox2 .rightbox .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 1.75rem 1.2rem 2.25rem;
  align-items: flex-end;
  z-index: 3;
}
.business-list1 .contentbox2 .rightbox .textl {
  /*width: 70%;*/
      width: calc(100% - 340px);
}

.business-list1 .contentbox2 .rightbox .tit3 {
  margin-bottom: .4rem;
}
.business-list1 .contentbox2 .rightbox .p {
  width: 90%;
}
.business-list1 .contentbox2 .rightbox .more {
  width: 150px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.business-list1 .contentbox2 .rightbox .more:before {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  left: -.5%;
  bottom: 0;
  
  transform: scale(1, 0);
  transform-origin: 50% 100%;
  transition: all .5s ease;
  z-index: -1;
}
.business-list1 .contentbox2 .rightbox .more:hover {
  color: #1E50E6;
  background:#fff;
  border: 2px solid #fff;
}
.business-list1 .contentbox2 .rightbox .more:hover:before {
  transform: scale(1, 1);
}

.business-list2 {
  position: relative;
  z-index: 2;
  padding: 3rem 0 4.5rem;
  background: #fff;
  overflow: hidden;
}
.business-list2 .title {
  padding-left: 20px;
  z-index: 3;
}
.business-list2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.business-list2 .contentbox {
  padding: 0 2rem;
}
.business-list2 .ul-container {
  margin-top: 1.65rem;
  overflow: hidden;
  padding-left: 2rem;
}

.business-list2 .ul-container .swiper-slide {
  opacity: .2;
}
.business-list2 .ul-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.business-list2 .ul-container .swiper-slide.swiper-slide-next {
  opacity: .4;
}
.business-list2 .ul-container .swiper-slide {
  width: auto;
  margin-right: .85rem;
}
.business-list2 .ul-container .swiper-slide .item {
  width: 21.75rem;
  display: block;
  cursor: initial;
}
.business-list2 .ul-container .swiper-slide .item .img {
  height: 15.75rem;
  border-radius: .65rem;
  overflow: hidden;
}
.business-list2 .ul-container .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.business-list2 .ul-container .swiper-slide .text {
  margin-top: 1rem;
}
.business-list2 .ul-container .swiper-slide .text .tit3 {
  margin-bottom: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-list2 .ul-container .swiper-slide .text .tit4 {
  line-height: 26px;
  height: 108px;
  overflow: hidden;
  color: #808080;
}
.business-list2 .ul-container .swiper-slide .text .more {
  width: 141px;
  height: 47px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: .25rem;
  transition: all .5s;
  margin: 1.2rem 0 0;
  display:none;
}
.business-list2 .ul-container .swiper-slide .text .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 2px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.business-list2 .ul-container .swiper-slide .text .more:hover {
  background: #1E50E6;
  color: #fff;
}
.business-list2 .ul-container .swiper-slide .text .more:hover:before {
  opacity: 0;
}
.business-list2 .ul-container .swiper-slide .item2 {
  margin-bottom:.75rem;
  width: 12.375rem;
  display: block;
  cursor: initial;
}
.business-list2 .ul-container .swiper-slide .item2box{
    margin-left:.85rem;
    width: 12.375rem;
}
.business-list2 .ul-container .swiper-slide .item2 .img {
  height: 9rem;
  border-radius: .65rem;
  overflow: hidden;
}
.business-list2 .ul-container .swiper-slide .item2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.business-list2 .ul-container .swiper-slide .item2 .text {
  margin-top: .7rem;
}
.business-list2 .ul-container .swiper-slide .item2 .tit3 {
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}
.business-list2 .ul-container .swiper-slide .item2:last-child {
  margin-bottom: 0;
}
.business-list2 .ul-container .swiper-slide .item:hover .img img {
  transform: scale(1.1);
}
.business-list2 .ul-container .swiper-slide .item2:hover .img img {
  transform: scale(1.1);
}
.business-list2 .ul-container .swiper-slide .item2 .tit4{
  height:54px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.business-list2 .ul-container .swiper-slide .item2 .more{
  display:none;
}
/*.business-list2 .ul-container .swiper-slide .item2:hover .img img {
  transform: scale(1.1);
}*/
.business-list1 .contentbox2 .rightbox .swiper-slide{
    opacity: 0 !important;
    transition: all .5s;
}
.business-list1 .contentbox2 .rightbox .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
} 
.business-list1 .tab-button-prev{
  width:35px;
  height:35px;
  position: absolute;
  top:.5rem;
  left:15%;
  z-index:2;
  cursor:pointer;
}
.business-list1 .tab-button-prev .icon{
  width:25px;
  height:25px;
  transform:rotate(90deg);
  fill:#c1c1c1;
  transition: all .5s;
}
.business-list1 .tab-button-next{
  width:35px;
  height:35px;
  position: absolute;
  left:15%;
  bottom:-1.5rem;
  z-index:2;
}
.business-list1 .tab-button-next .icon{
  width:25px;
  height:25px;
  transform:rotate(-90deg);
  fill:#c1c1c1;
  transition: all .5s;
  cursor:pointer;
}
.business-list1 .tab-button-prev:hover .icon{
  fill:#1E50E6;
}
.business-list1 .tab-button-next:hover .icon{
  fill:#1E50E6;
}


.business-list2 .button-prev{
  width:1.5rem;
  height:1.5rem;
  position: absolute;
  top:50%;
  margin-top:-.75rem;
  left:1rem;
  z-index:4;
  cursor:pointer;
  background:rgba(35,122,228,.85);
  border-radius:50%;
  cursor:pointer;
  opacity:0;
  transition: all .6s;
}
.business-list2 .button-prev .icon{
  width:.7rem;
  height:.7rem;
  fill:#fff;
  transition: all .5s;
}
.business-list2 .button-next{
  width:1.5rem;
  height:1.5rem;
  position: absolute;
  top:50%;
  margin-top:-.75rem;
  right:1rem;
  z-index:4;
  background:rgba(35,122,228,.85);
  border-radius:50%;
  opacity:0;
  cursor:pointer;
  transition: all .6s;
}
.business-list2 .button-next .icon{
  width:.7rem;
  height:.7rem;
  fill:#fff;
  transform:rotate(-180deg);
  transition: all .5s;
  cursor:pointer;
}
.business-list2 .button-prev:hover .icon{
  /*background:rgba(0, 0, 0, .7);*/
  fill:#fff;
}
.business-list2 .button-next:hover .icon{
  fill:#fff;
}
.business-list2 .ul-container:hover .button-prev,.business-list2 .ul-container:hover .button-next{
  opacity:1;
}

@media (max-width: 1481px) {
  .business-list2 .ul-container .swiper-slide .item .img{
    height:12.75rem;
  }
  .business-list2 .ul-container .swiper-slide .item2 .img{
    height:7rem;
  }
}
@media (max-width: 1024px) {
  .business-list1 .contentbox {
    padding: 0 6%;
  }

  .business-list1 {
    padding: 2rem 0 1.5rem;
  }

  .business-list2 .ul-container {
    padding-left: 6%;
  }

  .business-list2 .contentbox {
    padding: 0 6%;
  }
  .business-list2 .ul-container .swiper-slide .item{
    width: 16.75rem;
  }
  .business-list1 .contentbox2 .rightbox .text{
    padding: 0 1.75rem 1.2rem 1.25rem;
  }
  .greenlist1:after{
    display:none;
  }
}
@media (max-width: 996px) {
  .business-list1 .contentbox2 .rightbox .text {
    padding: 0 6% .7rem;
  }

  .business-list1 .contentbox2 .rightbox .p {
    width: 100%;
    margin-bottom: .35rem;
  }

  .business-list1 .contentbox2 .rightbox .textl {
    width: 100%;
  }
  .business-list1 .contentbox2 .rightbox .text{
        justify-content: flex-start;
  }
  .business-list1 .contentbox2 .rightbox .more{
      margin-right:.5rem;
  }

  .business-list1 .contentbox2 {
    padding-right: 6%;
  }

  .business-list1 .contentbox2 .leftbox {
    width: 100%;
    padding: 0 6%;
    display:none;
  }

  

  .business-list1 .contentbox2 .leftbox .tab-container {
    height: 2rem;
    margin-bottom: .5rem;
  }

  .business-list1 .contentbox2 .rightbox {
    width: 94%;
    margin-left: 6%;
  }

  .business-list1 .contentbox2 .leftbox .tab-container {
    margin-top: 0;
  }
  .business-list1 .contentbox2 .leftbox .tab-container{
    width:100%;
  }
  .business-list1 .contentbox2 .leftbox .tab-container{
    display:none;
  }
  .business-list1 .contentbox2 .rightbox .swiper-slide{
        opacity:1 !important;
        transition: all .5s;
    }
    .business-list1 .contentbox2 .rightbox .swiper-slide.swiper-slide-active{
        opacity: 1 !important;
    }
  .business-list1 .contentbox2:after{
    display:none;
  } 
}
@media (max-width: 768px) {
  .business-list2 .ul-container .swiper-slide .item {
    width: 15rem;
  }


  .business-list2 .ul-container .swiper-slide .item,.business-list2 .ul-container .swiper-slide .item2box{
    width:100%;
  }

}
@media (max-width: 767px) {

  .business-list1 .title {
    width: 100%;
  }

  .business-list1 .text {
    width: 100%;
    margin-top: .5rem;
  }

  .business-list2 .ul-container .swiper-slide .item {
    width: 10rem;
  }

  .business-list2 .ul-container .swiper-slide .item .img {
    height: 13rem;
  }

  .business-list2 .ul-container .swiper-slide .item2 .img {
    height: 7rem;
  }

  .business-list2 {
    padding: 2rem 0 3.5rem;
  }

  .business-list2 .ul-container .swiper-slide .text .more {
    width: 120px;
    height: 36px;
  }

  .business-list1 .contentbox2 .rightbox {
    background: #fff;
  }
  .business-list1 .contentbox2 .rightbox .tit3{
    color:#333;
  }
  .business-list1 .contentbox2 .rightbox .p{
    color:#666;
  }
  .business-list1 .contentbox2 .rightbox .more{
    border: 2px solid #666;
    color:#333;
  }

  .business-list1 .contentbox2 .rightbox .text {
    position: relative;
    padding: .75rem 6% .5rem;
    margin-top: 0;
  }

  .business-list1 .contentbox2 .rightbox .bg {
    display: none;
  }

  .business-list1 .contentbox2 .rightbox .more {
    width: 120px;
    height: 40px;
    margin-top: .4rem;
  }

  .business-list1 .contentbox2:before {
    display: none;
  }


  .business-list1 .contentbox2 {
    padding-bottom: 0;
  }

  .business-list1 .contentbox2 {
    padding-right: 0;
  }

  .business-list1 .contentbox2 .leftbox .tab-container {
    width: 100%;
  }

  .business-list1 .contentbox {
    margin-bottom: 0;
  }

  .business-list1 .contentbox2 .rightbox {
    margin-right: 6%;
    width: 88%;
  }
  .business-list1 .contentbox2 .rightbox img{
    height:10rem;
  }
  .business-list2 .ul-container .swiper-slide .text .tit4{
    max-height:none;
    height:auto;
  }

}
.incubation-list1 {
  padding: 2.5rem 0 3.5rem;
  position: relative;
  z-index: 3;
}
.incubation-list1 .p {
  width: 1480px;
  max-width: 90%;
  margin: 0 auto;
  color:#808080;
}
.incubation-list1 .contentbox2 {
  margin-top: 2rem;
}
.incubation-list1 .contentbox2 .warptab {
  padding: 0 2rem;
  position: relative;
}
.incubation-list1 .contentbox2 .warptab:before {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 2px;
  background: #e2e2e2;
  left: 2rem;
  top: 4px;
  z-index: 1;
}
.incubation-list1 .contentbox2 .imgswiper {
  margin-bottom: 2rem;
}
.incubation-list1 .contentbox2 .imgswiper .swiper-slide {
  overflow: hidden;
  height: 21rem;
  border-radius: .65rem;
}
.incubation-list1 .contentbox2 .imgswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.incubation-list1 .contentbox2 .imgswiper .text {
  width: 39.5%;
  height: 100%;
  background: rgba(30, 80, 230, 0.8);

  backdrop-filter: blur(5px);
  position: absolute;
  right: 0;
  top: 0;
  padding: 5.5rem 3.75rem 1rem 2rem;
  z-index: 2;
  margin-bottom: 1rem;
  opacity: 0;
  transition: all .5s;
}
.incubation-list1 .contentbox2 .imgswiper .text .tit3 {
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.incubation-list1 .contentbox2 .imgswiper .text .tit4 {
  opacity: .5;
  margin-bottom: 1.25rem;
  line-height:25px;
  height:calc(25px * 10);
  overflow: hidden;
}
.incubation-list1 .contentbox2 .imgswiper .text .more {
  width: 150px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.incubation-list1 .contentbox2 .imgswiper .text .more:before {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  left: -.5%;
  bottom: 0;
  background: #fff;
  transform: scale(1, 1);
  opacity:0;
  transform-origin: 50% 100%;
  transition: all .5s ease;
  z-index: -1;
}
.incubation-list1 .contentbox2 .imgswiper .text .more:hover {
  color: #1E50E6;
  border: 2px solid #fff;
}
.incubation-list1 .contentbox2 .imgswiper .text .more:hover:before {
  opacity:1;
}
.incubation-list1 .contentbox2 .imgswiper .swiper-slide {
  opacity: .6;
  transition: opacity .5s;
}
.incubation-list1 .contentbox2 .imgswiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.incubation-list1 .contentbox2 .imgswiper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}
.incubation-list1 .contentbox2 .tab-container {
  padding: 4px 0 0;
  overflow: hidden;
  /*width:1480px;
  margin:0 auto;*/
  max-width: 100%;
}
.incubation-list1 .contentbox2 .tab-container .swiper-slide {
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.incubation-list1 .contentbox2 .tab-container .item {
  padding: 1rem 6px 0;
  position: relative;
  display: inline-block;
  transition: all .5s;
}
.incubation-list1 .contentbox2 .tab-container .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #1E50E6;
  left: 0;
  top: -4px;
  opacity: 0;
  z-index: 4;
  transition: all .5s;
}
.incubation-list1 .contentbox2 .tab-container .swiper-slide:hover .item {
  color: #1E50E6;
}
.incubation-list1 .contentbox2 .tab-container .swiper-slide.cur .item:before {
  opacity: 1;
}
.incubation-list1 .contentbox2 .tab-container .swiper-slide.cur .item {
  color: #1E50E6;
}
@media (max-width: 1680px) {
  .incubation-list1 .contentbox2 .imgswiper .text{
    padding: 2.5rem 2rem 1rem 2rem;
  }
}

@media (max-width: 1024px) {
  .incubation-list1 .contentbox2 .imgswiper .text {
    width: 46.5%;
    padding: 3.5rem 2.75rem 1rem 2rem;
  }

  .incubation-list1 .contentbox2 .imgswiper .text .more {
    width: 120px;
    height: 40px;
  }

  .incubation-list1 .contentbox2 .warptab {
    padding: 0 6%;
  }
}
@media (max-width: 996px) {
  .incubation-list1 .contentbox2 .imgswiper .swiper-slide {
    height: 17rem;
  }

  .incubation-list1 .contentbox2 .imgswiper .text {
    width: 55%;
    padding: 2rem 1rem;
  }

  .incubation-list1 .contentbox2 .imgswiper {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .incubation-list1 .contentbox2 .imgswiper .text .tit4 {
    line-height:25px;
    height:calc(25px * 6);
  }
  .incubation-list1 .contentbox2 .imgswiper .text {
    position: relative;
    width: 100%;
  }

  .incubation-list1 .contentbox2 .imgswiper .swiper-slide {
    height: auto;
  }

  .incubation-list1 .contentbox2 .imgswiper .text {
    opacity: 1;
    background: #1E50E6;
    backdrop-filter: blur(0);
    height: auto;
    padding: 1rem .8rem 1.25rem;
    margin-bottom: 0;
  }

  .incubation-list1 .contentbox2 .imgswiper .swiper-slide img {
    height: 10rem;
  }

  .incubation-list1 .contentbox2 .imgswiper .text .tit4 {
    margin-bottom: .75rem;
  }
  .incubation-list1 .contentbox2 .imgswiper .text .tit3{
    margin-bottom:.65rem;
  }
  .incubation-list1{
      padding: 2rem 0 2.5rem;
  }
}
.dialog2 {
  z-index: 99;
}
.dialog2 .dialog__content {
  width: 91.66% !important;
  max-width: none !important;
  min-width: 290px;
  padding: 2.75rem 3.25rem 3.5rem !important;
  background: #fff;
  text-align: left !important;
  border-radius: .5rem;
}
.dialog2 .contentbox {
  overflow-y: auto;
  max-height: 65vh;
  padding-right: 15px;
}
.dialog2 .closebtn {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  right: .75rem;
  top: 1rem;
  z-index: 2;
  background: transparent;
  transition: all .3s;
}
.dialog2 .closebtn:hover {
  transform: scale(0.9);
}
.dialog2 .itemtop {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2.2rem;
}
.dialog2 .itemtop .p {
  color: #808080;
  width:61%;
  max-width:100%;
}
.dialog2 .title {
  padding-left: 20px;
  z-index: 3;
  margin-bottom: 1.2rem;
}
.dialog2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.dialog2 .itemlist2 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.75rem;
}
.dialog2 .itemlist2 .li {
  background: url(../img/busbg2.png) no-repeat center center;
  background-size: 100% 100%;
  width: 17.5%;
  height: 2.2rem;
  margin-right: 10%;
  margin-bottom: 1.9rem;
  padding: 0 .65rem;
  text-align: center;
}
.dialog2 .itemlist2 .li span {
  display: block;
  text-align: center;
}
.dialog2 .itemlist2 .li:nth-child(4n) {
  margin-right: 0;
}
.dialog2 .itemlist3 .tit {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  padding: .25rem .4rem;
  border-radius: .4rem;
  left: .3rem;
  bottom: .3rem;
  z-index: 3;
}
.dialog2 .itemlist3 .li .bg {
  transition: all .8s;
  transform: scale(1.01);
}
.dialog2 .itemlist3 .li:hover .bg {
  transform: scale(1.1);
}
.dialog2 .itemlist3 .leftbox {
  width: 62%;
  margin-right: 2.2%;
}
.dialog2 .itemlist3 .leftbox .li {
  border-radius: .65rem;
}
.dialog2 .itemlist3 .leftbox .bg {
  width: 100%;
  height: 100%;
  height: 18rem;
}
.dialog2 .itemlist3 .rightbox {
  width: 35.8%;
}
.dialog2 .itemlist3 .rightbox .li {
  width: calc(50% - .375rem);
  border-radius: .65rem;
  margin-bottom: .75rem;
}
.dialog2 .itemlist3 .rightbox .li .bg {
  height: 8.5rem;
}
.dialog2 .itemlist3 .rightbox .li:nth-child(2) {
  margin-right: 0;
}
.dialog2 .itemlist3 .rightbox .li:nth-child(3) {
  width: 100%;
}
.dialog2 .itemlist3 .rightbox .li:nth-child(3) .bg {
  height: 8.75rem;
}

@media (max-width: 1280px) {
  .dialog2 .dialog__content {
    padding: 2rem 6% !important;
  }
}
@media (max-width: 996px) {
  .dialog2 .closebtn {
    top: .5rem;
  }

  .dialog2 .itemtop {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.2rem;
  }

  .dialog2 .itemlist2 .li {
    width: 45%;
    margin-right: 10%;
  }

  .dialog2 .itemlist2 .li:nth-child(2n) {
    margin-right: 0;
  }

  .dialog2 .itemlist3 .leftbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .dialog2 .itemlist3 .rightbox {
    width: 100%;
  }
  .dialog2 .itemtop .p{
    width:100%;
  }
}
@media (max-width: 767px) {
  .dialog2 .dialog__content {
    padding: 0;
    width: 90%;
  }

  .dialog2 .closebtn {
    top: 8px;
  }

  .dialog2 .itemlist3 .leftbox .bg {
    height: 9rem;
  }

  .dialog2 .itemlist3 .rightbox .li .bg {
    width: 100%;
    height: 6rem;
  }

  .dialog2 .itemlist3 .rightbox .li {
    width: 100%;
  }
}
.dialog {
  z-index: 99;
}
.dialog .dialog__content {
  width: 80%;
  max-width: 1000px;
  min-width: 290px;
  padding: 30px !important;
  background: transparent;
}
.dialog .closebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  z-index: 2;
  background: transparent;
}
.dialog .closebtn .icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.dialog .video {
  width: 100%;
}
.dialog .video video {
  width: 100%;
}

@media (max-width: 767px) {
  .dialog .dialog__content {
    padding: 0 !important;
    width: 90%;
  }

  .dialog .closebtn {
    top: -35px;
  }
}
@keyframes warn {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}
@media  (max-width: 1300px) {
    /* 当屏幕宽度在 1260px 到 1300px 之间，高度在 1000px 到 1040px 之间，且宽高比为 5:4 时应用的样式 */
   .ibanner {
  position: relative;
  height: 85vh;
  width: 100vw;
  z-index: 1;
}
}

@media  (min-width: 1300px) {
.ibanner {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
}
.ibanner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  right: 64px;
  opacity: .12;
  z-index: 3;
}
.ibanner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ibanner .slide-inner {
  position: relative;
  width: 100%;
  height: 95%;
}
.ibanner .slide-inner video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.ibanner .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1300px) {
.ibanner .text {
  position: absolute;
  top: 32.66vh;
  width: 100%;
  padding: 0 2rem;
  z-index: 7;
}
}
@media (min-width: 1301px) {
.ibanner .text {
  position: absolute;
  top: 41.66vh;
  width: 100%;
  padding: 0 2rem;
  z-index: 7;
}
}
.ibanner .tit2 {
  margin-bottom: .5rem;
}
.ibanner .more {
  width: 142px;
  height: 45px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: all .5s;
  margin: 3.5rem 0 0;
  border: 2px solid #fff;
}
.ibanner .more:hover {
  background: #1E50E6;
  color: #fff;
  border: 2px solid #1E50E6;
}
@media (max-width: 1300px) {
.ibanner .banner-pagination {
  bottom: 5.75rem !important;
  z-index: 4;
  position: absolute;
  width: 100% !important;
}
}
@media (min-width: 1301px) {
.ibanner .banner-pagination {
  bottom: 1.75rem !important;
  z-index: 4;
  position: absolute;
  width: 100% !important;
}
}
.ibanner .banner-pagination span {
  width: 1rem;
  height: 4px;
  margin-right: .25rem;
  border-radius: 0;
  background: #fff;
  opacity: .9;
  transition: all .5s;
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1E50E6;
}

.ilist2 .swiper-pagination {
  bottom: 1rem !important;
  z-index: 4;
  position: absolute;
  width: 100% !important;
}
.ilist2 .swiper-pagination span {
  width: 1rem;
  height: 4px;
  margin-right: .25rem;
  border-radius: 0;
  background: #fff;
  opacity: .9;
  transition: all .5s;
}
.ilist2 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1E50E6;
}

@media (max-width: 1680px) {
  .banner-container .banner-pagination {
    left: 6% !important;
  }

  .banner-container .warpnum {
    left: 6% !important;
  }
}
@media (max-width: 767px) {
    .ibanner .more{
        width:120px;
        height:40px;
        margin: 1.25rem 0 0;
    }
}
@media  (min-width: 1310px) {
.ilist1 {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 3.75rem 2rem 2rem;
}
}
@media  (max-width: 1300px) {
.ilist1 {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 1.25rem 2rem 2rem;
}
}
.ilist1 .title {
  padding-left: 20px;
  z-index: 3;
  width: 45%;
}
.ilist1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.ilist1 .textbox {
  margin-bottom: 1.75rem;
}
.ilist1 .text {
  width: 43.5%;
}
.ilist1 .text .p {
  color: #808080;
  margin-bottom: 1.2rem;
}
.ilist1 .tabul {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}
.ilist1 .tabul .li {
  width: 11.6rem;
  height: 2.85rem;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}
.ilist1 .tabul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 3;
  transform: scale(1.01);
  object-position: center center;
  transition: all .5s;
}
.ilist1 .tabul .tit3 {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
}
.ilist1 .tabul .li:hover img {
  transform: scale(1.1);
}
.ilist1 .warpbox .li{
    
    width:33.3%;
    padding:0 1%;
}
.ilist1 .warpbox .li .img{
    filter: grayscale(100%);
    opacity:.7;
    width:100%;
    max-height:12rem;
    /*object-fit:cover;*/
    transform:scale(.8);
    transition: all .8s;
}

.ilist1 .warpbox .li .dianbox{
    position: absolute;
    z-index:3;
    left:30%;
    top:40%;
    opacity:.7;
    transition: all .5s;
}
.ilist1 .warpbox .li .dian .dianicon{
    z-index:3;
    width:.75rem;
    height:.75rem;
}
.ilist1 .warpbox .li .dian .quan{
    z-index:1;
    max-width:none;
    width:1.25rem;
    height:1.25rem;
    transform:scale(.8) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    opacity:0;
    transition: all .5s;
}
.ilist1 .warpbox .li .dianbox .dian{
    width:40px;
    height:40px;
    margin-right:10px;
}
.ilist1 .warpbox .li .dianbox .span{
    border:2px solid #50C8FF;
    border-radius:.25rem;
    height:45px;
    padding:0 .5rem 0 .7rem;
    background:#fff;
    transition: all .5s;
}
.ilist1 .warpbox .li .dianbox .span .txt{
    transition: all .5s;
}
.ilist1 .warpbox .li .dianbox .span .icon{
    fill:#1E50E6;
    margin-left: 0.2rem;
    width: 0.8rem;
    height: 0.75rem;
    /*display:none;*/
    transform:scale(0);
    opacity:0;
    transition: all .5s;
}
.ilist1 .warpbox .li.active .img{
    filter: grayscale(0);
    opacity:1;
    transform:scale(1.3) translate(0,-1rem);
}
.ilist1 .warpbox .li.active .dian .quan{
    transform:scale(1) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    opacity:1;
}
.ilist1 .warpbox .li.active .dianbox .span .icon{
    transform:scale(1);
    opacity:1;
}
.ilist1 .warpbox .li.active .dianbox{
    opacity:1;
}
.ilist1 .warpbox .li.active .dianbox .span{
    /*font-size:24px;*/
    height:55px;
}
.ilist1 .warpbox .li.active .dianbox .span .txt{
    transform:scale(1.2) translate(-3px,0);;
}


.ilist2 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  background:#000;
}
.ilist2 .contentbox {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.ilist2 .warptitle {
  position: absolute;
  top: 3.65rem;
  width: 100%;
  padding: 0 2rem;
  left: 0;
  z-index: 3;
}
.ilist2 .title {
  padding-left: 20px;
  margin-bottom: 1rem;
  z-index: 3;
}
.ilist2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.ilist2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity:0;
  
  /*animation: scaleDownUp 1.5s .3s  forwards ease;*/
}
.ilist2 .bg:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:1;
    background:rgba(0,0,0,.2);

}
.ilist2 .bg.active {
  /*transition: all .5s;*/
  z-index:2;
  animation: scaleDownUp .8s forwards ease;
  opacity:1;
}
.ilist2 .ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.ilist2 .ul .swiper-slide {
  justify-content: flex-end;
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background .5s;
}
.ilist2 .ul .swiper-slide:last-child {
  border-right: none;
}
.ilist2 .ul .tit3 {
  transition: all .5s;
}
.ilist2 .ul .tit5 {
  /*transition: all .5s;*/
}
.ilist2 .ul .tit4 {
  display: none;
  opacity: .7;
  text-align: left;
}
.ilist2 .ul .icon {
  height: 1.35rem;
  margin: 0 auto .2rem;
  display: block;
  /*transition: all .5s;*/
}
.ilist2 .ul .text {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 1.75rem 1.25rem;
  transition: all .5s;
	z-index:4;
}
.ilist2 .ul .textbg{
    position: absolute;
    width:100%;
    bottom:0;
    left:0;
    height:50vh;
    z-index:1;
}
.ilist2 .ul .swiper-slide.active {
  background: linear-gradient(0deg, #1E50E6 0%, transparent 100%);
}
.ilist2 .ul .swiper-slide.active .tit4 {
  display: block;
}
.ilist2 .ul .swiper-slide.active .icon {
  opacity: 0;
}
.ilist2 .ul .swiper-slide.active .tit5 {
  opacity: 0;
}
.ilist2 .ul .swiper-slide.active .text {
 /* transform: translate(0, -0.55rem);*/
}
.ilist2 .ul .swiper-slide.active .more{
  opacity:1;
}
.ilist2 .more {
  width: 142px;
  height: 45px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: all .5s;
  margin: 1.55rem 0 0;
  border: 2px solid #fff;
  opacity:0;
  z-index:3;
}
.ilist2 .more:hover {
  /*background: #1E50E6;
  color: #fff;
  border: 3px solid #1E50E6;*/

  background: #fff;
  color: #1E50E6;
  border: 2px solid #fff;
}

@keyframes scaleDownUp {
  0% {
    opacity: .6;
    /*transform: scale(1.05);*/
  }
  100% {
    opacity: 1;
    /*transform: scale(1);*/
  }
}
.ilist3 {
  padding: 3.25rem 0 3.75rem;
  position: relative;
  z-index: 2;
}
.ilist3 .title {
  padding-left: 20px;
  z-index: 3;
}
.ilist3 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.ilist3 .textbox {
  padding: 0 2rem;
  margin-bottom: 1.75rem;
}
.ilist3 .text {
  width: 49.15%;
}
.ilist3 .text .p {
  color: #808080;
  margin-bottom: 1.2rem;
}
.ilist3 .text .more {
  width: 142px;
  height: 47px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: all .5s;
}
.ilist3 .text .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 3px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.ilist3 .text .more:hover {
  background: #1E50E6;
  color: #fff;
}
.ilist3 .text .more:hover:before {
  opacity: 0;
}
.ilist3 .img-container .img {
  border-radius: .65rem;
  position: relative;
}
.ilist3 .img-container .img:hover .img1{
  
  transform:scale(1.1);
}
.ilist3 .img-container .img1 {
  position: relative;
  z-index: 1;
  transform:scale(1.02);
  transition: all .5s;
}
.ilist3 .img-container .bg {
  width: 104%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  left:-2%;
  bottom:0;
  max-width:none;
  transition: all .5s;
  background: linear-gradient(0deg, #1E50E6 0%, transparent 80%)


}
.ilist3 .img-container .titbox {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 1.9rem;
  z-index: 3;
  bottom: 1.4rem;
}
.ilist3 .img-container .tit3 {
  margin-bottom: .2rem;
}
.ilist3 .img-container .swiper-slide.swiper-slide-active .bg {
  opacity: 1;
}

.ilist4 {
  padding: 3.25rem 2rem 3.4rem;
  background: #f0f0f0;
  position: relative;
  z-index: 2;
}
.ilist4 .title {
  padding-left: 20px;
  z-index: 3;
}
.ilist4 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.ilist4 .tabul {
  margin-left: 1.75rem;
}
.ilist4 .tabul .li {
  color: #808080;
  padding: 0 .65rem;
  position: relative;
  z-index: 2;
  transition: all .5s;
}
.ilist4 .tabul .li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: .42rem;
  top: 50%;
  right: 0;
  margin-top: -.21rem;
  background: #808080;
  z-index: 1;
}
.ilist4 .tabul .li:last-child:before {
  display: none;
}
.ilist4 .tabul .li:hover, .ilist4 .tabul .li.cur {
  color: #1E50E6;
  font-weight: bold;
}
.ilist4 .more {
  width: 142px;
  height: 47px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: all .5s;
}
.ilist4 .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 2px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.ilist4 .more:hover {
  background: #1E50E6;
  color: #fff;
}
.ilist4 .more:hover:before {
  opacity: 0;
}
.ilist4 .topbox {
  margin-bottom: 1.75rem;
}
.ilist4 .topbox .lefttop{
    width:calc(100% - 200px);
}
.ilist4 .ulbox .li {
  width: 45%;
  border-radius: .55rem;
  overflow: hidden;
  position: relative;
}
.ilist4 .ulbox .li img {
  width: 100%;
  height: 15.5rem;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .6s;
}
.ilist4 .ulbox .li .text {
  position: absolute;
  width: 100%;
  bottom: 1.25rem;
  padding: 0 1.4rem;
  z-index: 3;
}
.ilist4 .ulbox .li .time {
  margin-bottom: .3rem;
}
.ilist4 .ulbox .li .tip {
  width: 65px;
  height: 24px;
  border-radius: .15rem;
  margin-bottom: .5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.ilist4 .ulbox .li .tit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .15rem;
}
.ilist4 .ulbox .li .tit4 {
  opacity: .8;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ilist4 .rightbox {
  width: 53.8%;
}
.ilist4 .rightbox .item {
  border-radius: .5rem;
  background: #fff;
  height: 4.85rem;
  margin-bottom: .5rem;
  overflow: hidden;
}
.ilist4 .rightbox .item:last-child {
  margin-bottom: 0;
}
.ilist4 .rightbox .img {
  height: 100%;
  width: 7.5rem;
  overflow: hidden;
}
.ilist4 .rightbox .img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .6s;
}
.ilist4 .rightbox .text {
  padding: .75rem 1.25rem .75rem .75rem;
  width: calc(100% - 7.5rem);
}
.ilist4 .rightbox .text .tit4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .1rem;
  transition: all .5s;
  width: 100%;
}
.ilist4 .rightbox .text .tit5 {
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .2rem;
  width: 100%;
}
.ilist4 .rightbox .text .time {
  margin-left: .3rem;
}
.ilist4 .rightbox .text .tipbtn {
  width: 80px;
  height: 32px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: all .5s;
}
.ilist4 .rightbox .text .tipbtn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius:6px;
  --border-width: 2px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.ilist4 .rightbox .text .tipbtn:hover {
  background: #1E50E6;
  color: #fff;
}
.ilist4 .rightbox .text .tipbtn:hover:before {
  opacity: 0;
}
.ilist4 .rightbox .text .botbox {
  margin-top: .5rem;
}
.ilist4 .li:hover img {
  transform: scale(1.1);
}
.ilist4 .item:hover .img img {
  transform: scale(1.1);
}
.ilist4 .item:hover .tit4 {
  color: #1E50E6;
}

.ilist5 {
  height: 18.75rem;
  position: relative;
  z-index: 2;
}
.ilist5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ilist5 .tit3 {
  margin-bottom: 1.1rem;
}
.ilist5 .tit4 {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  opacity: .8;
}
.ilist5 .contentbox {
  width: 100%;
  position: relative;
  z-index: 3;
}
.ilist5 .more {
  width: 142px;
  height: 45px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: all .5s;
  margin: 2.9rem auto 0;
  border:2px solid #fff;
}
.ilist5 .more:hover {
  background: #1E50E6;
  color: #fff;
  border: 2px solid #1E50E6;
}

.ilist6 {
  height: 18.75rem;
  position: relative;
  z-index: 2;
}
.ilist6 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ilist6 .tit3 {
  margin-bottom: 1.25rem;
}
.ilist6 .tit4 {
  width: 520px;
  max-width: 90%;
  margin: 0 auto;
}
.ilist6 .contentbox {
  width: 100%;
  position: relative;
  z-index: 3;
}
.ilist6 .more {
  width: 142px;
  height: 47px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  transition: all .5s;
  margin: 2.25rem auto 0;
}
.ilist6 .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 2px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.ilist6 .more:hover {
  background: #1E50E6;
  color: #fff;
}
.ilist6 .more:hover:before {
  opacity: 0;
}
@media (max-width: 1600px) {
    .ilist2 .more{
        width: 130px;
        height: 38px;
    }
}
@media (max-width: 1400px) {
    .ilist4 .title:before,.ilist3 .title:before,.ilist2 .title:before,.ilist1 .title:before{
        width:6px;
        height:1.25rem;
        margin-top:-.625rem;
    }
}
@media (max-width: 1024px) {
  .ilist1 {
    padding: 3.75rem 6% 2rem;
  }

  .ilist4 {
    padding: 3.25rem 6% 3.4rem;
  }

  .ibanner:after {
    display: none;
  }

  .ibanner .text {
    padding: 0 6%;
  }
  .ilist1 .warpbox .li{
    padding: 0;
  }
  .ilist1 .warpbox{
    margin-bottom:1rem;
  }
  .ilist4 .topbox .lefttop{
    width:100%;
  }

}
@media (max-width: 996px) {
  .ilist5 {
    height: 13.5rem;
  }

  .ilist6 {
    height: 13.5rem;
  }

  .ilist6 .tit3, .ilist5 .tit3 {
    margin-bottom: .8rem;
  }

  .ilist6 .more, .ilist5 .more {
    margin-top: 1.25rem;
  }

  .ilist4 .li, .ilist4 .rightbox {
    width: 100%;
  }

  .ilist4 .rightbox {
    margin-top: 1rem;
  }

  .ilist4 .tabul .li {
    padding: 0 0.3rem;
  }

  .ilist4 .tabul {
    margin-left: .55rem;
  }

  .ilist4 {
    padding: 2rem 6% 3rem;
  }

  .ilist3 {
    padding: 2rem 0 3rem;
  }

  .ilist3 .title, .ilist1 .title {
    width: 100%;
    margin-bottom: 1rem;
  }

  .ilist3 .text, .ilist1 .text {
    width: 100%;
  }

  .ilist3 .textbox {
    padding: 0 6%;
  }

  .ilist1 .tabul .li {
    width: 45%;
  }

  .ilist1 {
    padding: 2rem 6%;
  }

  .ilist1 .textbox {
    margin-bottom: 0;
  }

  .ilist2 .warptitle {
    padding: 0 6%;
    top: 2.5rem;
  }

  .ibanner {
    height: 80vh;
  }
  .ilist4 .tabul{
    width:100%;
  }
  .ilist4 .ulbox .li{
    width:100%;
  }
  .ilist1 .warpbox .li{
    width:100%;
  }
  .ilist1 .warpbox .li .img{
    filter: grayscale(0) !important;
    transform: scale(1.08) !important;
     margin-bottom:1.25rem;
  }
  .ilist1 .warpbox{
    margin-bottom:0;
  }
  .ilist1 .warpbox .li .dianbox .span .icon{
    display:block;
  }
  .ilist4 .more{
    position: absolute;
    right:0;
    top:-.4rem;
  }
  .ilist4 .tabul{
    margin-top:.8rem;
    margin-left:0;
  }
}
@media (max-width: 767px) {
  .ilist1 .tabul .tit3 {
    left: 6%;
    width: 100%;
    margin-bottom: .5rem;
  }

  .ilist2 {
    height: 80vh;
  }

  .ilist2 .ul .text {
    padding: 0 6% 0.75rem;
  }

  .ilist3 .text .more {
    width: 120px;
    height: 40px;
  }

  .ilist3 .img-container .titbox {
    padding: 0 6%;
    bottom: .8rem;
  }

  .ilist4 .tabul {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    margin-bottom: 0;
  }

  .ilist1 .tabul .li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .ilist4 .topbox {
    position: relative;
  }

  .ilist4 .more {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -7px;
    width: 100px;
    height: 40px;
  }

  .ilist5 .more, .ilist5 .more {
    width: 120px;
    height: 40px;
  }

  .ilist4 .topbox {
    margin-bottom: .9rem;
  }

  .ilist4 .tabul .li:nth-child(1) {
    padding-left: 0;
  }

  .ilist4 .tabul .li:last-child {
    padding-right: 0;
  }

  .ilist4 .li .text {
    bottom: 1rem;
    padding: 0 6%;
  }

  .ilist4 .rightbox .img, .ilist4 .rightbox .text {
    width: 100%;
  }

  .ilist4 .rightbox .item {
    height: auto;
  }
  .ilist4 .ulbox .li .text{
    bottom: .8rem;
    padding: 0 .65rem;
  }
  .ilist4 .ulbox .li .tit4{
    display:none;
  }
  .ilist4 .ulbox .li img{
    height:12rem;
  }
  .ilist4 .rightbox{
    margin-top:.5rem;
  }
  .ilist2 .more{
    width: 120px;
    height: 40px;
    margin: 1rem 0 0;
  }
  /*.ilist4 .tabul .li:nth-child(4),.ilist4 .tabul .li:nth-child(5){
    display:none;
  }*/
  .ilist4 .tabul .li{
    padding: 0 0.25rem;
    font-size:14px;
  }
  .ilist4 .tabul .li:before{
    right: -2px;
  }
    /*.ilist4 .tabul .li:nth-child(3):before{
    display:none;
    }*/
    .ilist4 .title,.ilist3 .title,.ilist2 .title,.ilist1 .title{
        padding-left:12px;
        font-size:24px;
    }
  .ilist2 .ul .swiper-slide.active .text{
   /* transform: translate(0, -2rem);*/
  }
  .ilist2 .ul .swiper-slide{
        background: linear-gradient(0deg, #1E50E6 0%, transparent 100%);
  }

}
.news-list1 .ul .li:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    z-index:1;
    background:linear-gradient(0deg, #1E50E6 0%, transparent 80%);
}
.n-info .rightbox .li:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    z-index:1;
    background:linear-gradient(0deg, #1E50E6 0%, transparent 80%);
}
.ilist4 .ulbox .li{
    position: relative;
}
.ilist4 .ulbox .li:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    z-index:1;
    background:linear-gradient(0deg, #1E50E6 0%, transparent 80%);
}




.about-list4 .warpbox {
  margin-top: 1.2rem;
}
.about-list4 .warpbox .yearleft {
  font-size: 4.5rem;
  color: rgba(35, 122, 228, 0.5);
  font-weight: bold;
  width: 6.25rem;
  height: 100%;
  position: relative;
}
.about-list4 .warpbox .yearleft span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 140%;
  transform: rotate(-90deg) translate(0, -50%);
  transform-origin:3.3rem 1.6rem;
}
.about-list4 .warpbox .itembox {
  height: 15rem;
}
.about-list4 .warpbox .tab-container {
  width: 12rem;
  height: 15rem;
  background: url(../img/about4line.png) no-repeat left top;
}
.about-list4 .warpbox .tab-container .item {
  padding-left: 3.5rem;
}
.about-list4 .warpbox .tab-container .item:before {
  content: "";
  position: absolute;
  width:10px;
  height: 1rem;
  left: 0;
  top: 50%;
  margin-top: -.5rem;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  opacity: 0;
  transition: all .5s;
}
.about-list4 .warpbox .tab-container .yearbtn {
  color: #b2b2b2;
  transition: all .5s;
}
.about-list4 .warpbox .tab-container .tit2 {
  color: #b2b2b2;
  transition: all .5s;
}
.about-list4 .warpbox .tab-container .swiper-slide {
  cursor: pointer;
}
.about-list4 .warpbox .tab-container .swiper-slide-active .item:before {
  opacity: 1;
}
.about-list4 .warpbox .tab-container .swiper-slide-active .yearbtn {
  color: #000;
}
.about-list4 .warpbox .tab-container .swiper-slide-active .tit2 {
  font-weight: bold;
  color: #1E50E6;
}
.about-list4 .warpbox .imgbox {
  width: calc(100% - 21.5rem);
  height: 15rem;
  margin-left: 3rem;
}
.about-list4 .warpbox .imgbox img {
  border-radius: .55rem;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .about-list4 .warpbox .tab-container {
    width: 100%;
    height: auto;
  }

  .about-list4 .warpbox .tab-container .item {
    padding-left: 0;
  }

  .about-list4 .warpbox .tab-container .item:before {
    display: none;
  }

  .about-list4 .warpbox .tab-container {
    background: none;
  }

  .about-list4 .warpbox .itembox {
    height: auto;
    width: 100%;
  }

  .about-list4 .warpitem {
    width: 100%;
  }

  .about-list4 .tab-container .img {
    border-radius: .55rem;
    margin-bottom: .7rem;
  }

  .about-list4 .tabul .li {
    width: 100px;
    height: 35px;
  }
}
@media (max-width: 996px) {
  .about-list4 {
    padding: 2rem 0 3.25rem;
  }

  .about-list4 .title {
    width: 88%;
    margin: 0 auto;
  }

  .about-list4 .tabul {
    width: 88%;
    margin: .7rem auto 0;
  }
}
.culture-list3 {
  padding: 3rem 2rem   0;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  z-index: 2;
}
.culture-list3 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center top;
  z-index: 1;
}
.culture-list3 .title {
  padding-left: 20px;
  position: relative;
  z-index: 3;
}
.culture-list3 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.culture-list3 .text {
  width: 23.5rem;
  max-width: 100%;
  margin-top: 1.2rem;
  position: relative;
  z-index:3;
}
/*.culture-list3 .bgline {
  width: 13.54%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -6.77%;
  z-index: 2;
}*/
.culture-list3 .mapbox {
  background: url(../img/about3bg.png) no-repeat center top;
  margin-top: 1.5rem;
}
.culture-list3 .mapbox .ul {
  padding-top: 28vh;
  padding-bottom:8vh;
  position: relative;
  z-index:4;
}
.culture-list3 .mapbox .ul .li {
  width: 25%;
  padding: 0 2.5%;
}
.culture-list3 .mapbox .ul .icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: .6rem;
  transition: all .5s;
}
.culture-list3 .mapbox .ul .li:hover .icon{
  transform:translate(0,-15px);
}
.culture-list3 .warp-imgbox {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 4;
  padding-top: 30vh;
  /*-webkit-clip-path: circle(5.2% at 48.5% 46.5%);
  clip-path: circle(5.2% at 48.5% 46.5%);*/
}
.culture-list3 .warp-imgbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  transition: all .5s;
}
.culture-list3 .warp-imgbox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.culture-list3 .warp-imgbox .imgbox-container {
  padding-bottom: 2rem;
  position: relative;
  z-index: 4;
  opacity: 0;
  transition: all .5s;
}
.culture-list3 .warp-imgbox .imgbox-container .img {
  border-radius: .65rem;
  height:10rem;
  overflow: hidden;
}
.culture-list3 .warp-imgbox .imgbox-container .img img {
  width: 100%;
  height:100%;
  object-fit:cover;
}
.culture-list3 .warp-imgbox .imgbox-container .img .tit3 {
  padding: 0 2rem 1.4rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.culture-list3 .warp-imgbox .imgbox-container .swiper-pagination span {
  width: .5rem;
  height: 2px;
  background: #fff;
  opacity: .5;
  border-radius: 0;
  margin: 0 3.5px;
  transition: all .5s;
}
.culture-list3 .warp-imgbox .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
  background: #1E50E6;
}


.culture-list2 .leftbox .tab-container .list2-pagination{
  text-align:center;
  margin-top:.8rem;
}
.culture-list2 .leftbox .tab-container .list2-pagination span {
  width: .5rem;
  height: 2px;
  background: #fff;
  opacity: .5;
  border-radius: 0;
  margin: 0 3.5px;
  transition: all .5s;
}
.culture-list2 .leftbox .tab-container .list2-pagination span.swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
  background: #1E50E6;
}

.business-list1 .noinfor{
  padding:0;
}
.business-list1 .noinfor:before{
  display:none;
}

.technology-list3 .contentbox2 .imgswiper .swiper-slide img{
  width:100%;
}
.technology-list3 .contentbox2 .imgswiper .swiper-slide:before{
  content:"";
  position: absolute;
  width:80%;
  height:100%;
  left:0;
  top:0;
  background: linear-gradient(90deg, #1E50E6 0%, transparent 100%);
  z-index:1;
}
.technology-list3 .contentbox2 .imgswiper .swiper-slide img{
  transform:scale(1.05);
  transition: all .8s;
}
.technology-list3 .contentbox2 .imgswiper .swiper-slide:hover img{
  transform:scale(1.1);
}
.n-networks .rightbox .item:nth-child(2) .more{
  display:none;
}
.n-networks .rightbox .item:nth-child(3) .more{
  display:none;
}

.n-searchbox{
    padding:calc(100px + 2.5rem) 2rem 4rem;
    background:#fff;
    position: relative;
    z-index:1;
}
.n-searchbox .tabul{
    border-bottom:1px solid #d1d1d1;
}
.n-searchbox .tab-container .swiper-slide{
    width:auto;
    margin-right:1rem;
    cursor:pointer;
}
.n-searchbox .tab-container .swiper-slide:last-child{
    margin-right:0;
}
.n-searchbox .tab-container .item{
    padding-bottom:.65rem;
} 
.n-searchbox .tab-container .item:before{
    content:"";
    position: absolute;
    width:1rem;
    height:4px;
    background:#1E50E6;
    bottom:0;
    left:0;
    opacity:0;
    transition:all .5s;
}
.n-searchbox .tab-container .swiper-slide.cur .item{
    color:#1E50E6;
}
.n-searchbox .tab-container .swiper-slide.cur .item:before{
    opacity:1;
}
.n-searchbox .ullist{
    padding:1.2rem 0 0;
}
.n-searchbox .ullist .li{
    padding:.75rem 0;
    border-bottom: 1px solid #f1f1f1;
    transition: all .5s;
}
.n-searchbox .ullist .li .li-txt{
    margin-top:.2rem;
}
.n-searchbox .ullist .li .li-name{
    transition: all .5s;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
    display:block;
}
.n-searchbox .title {
  padding-left: 20px;
  position: relative;
  z-index: 3;
  margin-bottom:1.5rem;
}
.n-searchbox .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.n-searchbox .ullist .li:hover .li-name{
    color:#1E50E6;
}
.n-searchbox .ullist .itembnox{
    display:none;
}
.n-searchbox .ullist .li:hover{
    padding-left:20px;
}
.pagingUl{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
@media (max-width:1024px) {
    .n-searchbox{
        padding:2.5rem 6%;
    }
}
@media (max-width:767px) {
    .n-searchbox .ullist .li .li-txt{
        display:none;
    }
    .n-searchbox .title{
        margin-bottom:1rem;
    }
    .n-searchbox .ullist{
        padding-top:.8rem;
    }
}

@media (max-width: 1720px) {
  .culture-list3 .text {
    width: 25.5rem;
  }
}
@media (max-width: 1024px) {
  .culture-list3 {
    padding: 3rem 0 0;
    height: auto;
  }

  .culture-list3 .title {
    width: 88%;
    margin: 0 auto;
  }

  .culture-list3 .text {
    width: 88%;
    margin: .85rem auto 0;
  }

  .culture-list3 .mapbox {
    width: 100%;
    margin: 1.2rem auto 0;
  }

  .culture-list3 .bgline {
    display: none;
  }

  .culture-list3 .warp-imgbox {
    position: relative;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 4;
    padding-top: 30vh;
    clip-path: initial;
  }

  .culture-list3 .mapbox .ul {
    padding-top: 28.5vh;
    padding-bottom: 3rem;
  }

  .culture-list3 .warp-imgbox:before {
    opacity: 1;
  }

  .culture-list3 .warp-imgbox .imgbox-container {
    opacity: 1;
  }

  .culture-list3 .warp-imgbox {
    height: auto;
    padding: 3rem 0;
  }
}
@media (max-width: 996px) {
  .culture-list3 .warp-imgbox .imgbox-container .img .tit3 {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .culture-list3 {
    padding: 2rem 0 0;
  }

  .culture-list3 .text {
    font-weight: normal;
  }

  .culture-list3 .mapbox .ul {
    padding-bottom: 1.5rem;
    padding-top:0;
  }

  .culture-list3 .mapbox .ul .li {
    width: 50%;
    padding: 0 5%;
    margin-bottom: 1rem;
  }

  .culture-list3 .mapbox .ul .icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .culture-list3 .mapbox .ul .icon img {
    max-height: 100%;
  }
}

@media (max-width: 1024px) {
    .n-good .itembox .tit5{
        font-size:14px;
    }
}
@media (max-width: 767px) {
    .join-list2 .ul .tit4{
        opacity:1;
    }
    .join-list2 .ul .tit4{
        line-height:1.8;
    }
    .n-good .itembox .item.active .tit5{
        width:100%;
        margin-top:.5rem;
    }
    .n-good .itembox .item.active .icon{
        margin-bottom:.5rem;
    }
    .n-good .itembox .tit5{
        margin-bottom:1rem;
    }
    .n-good .itembox .more{
        width:120px;
        height:40px;
    }
    .n-good .ul .li .tit4{
        height:50px;
        line-height:25px;
    }

  .n-report{
    padding-top:2rem;
  }
  .business-list1 .contentbox2 .leftbox .tab-container .sp {
    padding-left: 15px;
  }
  .technology-list3 .ul .li .icon{
    margin-right:.65rem;
  }
  .business-list1 .contentbox2 .leftbox .tab-container .item{
    font-size:16px;
  }

  .party-list1 .title:before, .party-list2 .title:before, .party-list3 .title:before, .culture-list1 .title:before, .culture-list2 .title:before, .culture-list4 .title:before, .culture-list5 .title:before, .about-list1 .title:before, .about-list2 .title:before, .about-list3 .title:before, .about-list4 .title:before, .ilist1 .title:before, .ilist2 .title:before, .ilist3 .title:before, .ilist4 .title:before, .business-list1 .title:before, .business-list1 .contentbox2 .leftbox .tab-container .sp:before, .business-list2 .title:before,.technology-list1 .title:before,.technology-list2 .title:before,.technology-list3 .title:before,.technology-list4 .title:before,.technology-list5 .title:before,.n-searchbox .title:before{
    width: 4px;
    height: 24px;
    margin-top: -12px;
  }
  .technology-list3 .contentbox2 .tab-container .swiper-slide:before{
    height: 4px;
    top: -3px;
  }

  .n-report .leftbox .time-container .swiper-slide .item:before{
    width: 4px;
    height: 74%;
    top:13%;
  }
}

.all_fixbox{
    position:fixed;
    right:0;
    bottom:76px;
    z-index:9;
    width:60px;
}
.all_fixbox .li{
    margin-bottom:2px;
    cursor:pointer;
    display:block;
}
.all_fixbox .li .icon{
    overflow: hidden;
}
.all_fixbox .telbox{
    width:238px;
    height:58px;
    position: absolute;
    left:-240px;
    top:0;
    background:rgba(255,255,255,.8);
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem;
    padding-left:.55rem;
    opacity:0;
    visibility:hidden;
    z-index:1;
    transition: all .5s;
}
.all_fixbox .telbox{
    color:#010101;
}
.all_fixbox .telbox span{
    color:#1E50E6;
    margin-left:5px;
}
.all_fixbox .li:hover .telbox{
    opacity:1;
    visibility:visible;
}

.all_fixbox .li .icon img{
    height:58px;
    width:60px;
}

.ilist4 .ulitem{
    display:none;
}
.ilist4 .ulitem.on{
    display:flex;
}

@media (max-width: 767px) {
    .all_fixbox .telbox{
        display:none;
    }
    .all_fixbox{
        width: 50px;
    }
    .all_fixbox .li .icon img{
        width:50px;
        height:50px;
    }
}
.n-info .rightbox .newsbtn .icon{
    transition:all .5s;
}
.n-info .rightbox .newsbtn:hover .icon{
    transform:translate(-3px,0);
}
.n-networks_info{
    padding-top:100px;
}
@media (max-width:1680px) {
  .n-networks_info{
    padding-top:80px;
}
}
@media (max-width:1024px) {
    .n-networks_info{
        padding:0;
    }
}
.culture-list3 .warp-imgbox{
    opacity:0;
}
.culture-list3 .bgline {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
    object-fit:cover;
}
.culture-list3 .bgimg {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
    object-fit:cover;
}
.culture-list3 .warp-imgbox.active:before{
    opacity:1;
}
/*.culture-list3 .warp-imgbox .imgbox-container{
    opacity:0;
}*/
.culture-list3 .warp-imgbox.scr-el{
    animation-name: clipath; 
}
.culture-list3 .scr-el {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in-out;
}
@keyframes clipath {
  0% {
    clip-path: circle(5.2% at 49% 45.5%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}


.n-about{
    position: relative;
    z-index:1;
    overflow:hidden;
}
/*.about-list1 .bgimg{
    opacity:1;
    transition: opacity .8s;
}*/
.about-list1 .videobox.scr-el{
    animation-name: clipath2; 
}
.about-list1 .scr-el {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in-out;
}
/*.about-list1 .scr-el {
    opacity:0;
    transition: opacity .5s;
   -webkit-clip-path:polygon(44.5% 32%, 56% 24.8%, 56% 71.2%, 44.5% 78%);
    clip-path: polygon(44.5% 32%, 56% 24.8%, 56% 71.2%, 44.5% 78%);
}
.about-list1.on .bgimg{
    opacity:0 !important;
}
.about-list1 .scr-el.on{
    opacity:1;
    animation-name: clipath2; 
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-play-state: running;
    animation-delay:.3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
}
.about-list1 .scr-el.on .videobtn{
    opacity:1;
}*/
@keyframes clipath {
  0% {
    clip-path: circle(5.2% at 49% 45.5%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}



@keyframes clipath2 {
  0% {
    -webkit-clip-path:polygon(44.5% 32%, 56% 24.8%, 56% 71.2%, 44.5% 78%);
    clip-path: polygon(44.5% 32%, 56% 24.8%, 56% 71.2%, 44.5% 78%);
    /*-webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);*/
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}


@media (max-width: 1024px) {
    .culture-list3 .bgline,.culture-list3 .bgimg{
        display:none;
    }
    .culture-list3 .mapbox .ul .li{
        padding:0 1%;
    }

    .culture-list3 .warp-imgbox{
        opacity:1;
        /*clip-path: initial !important;*/
        clip-path: circle(100% at 50% 50%) !important;
        animation-name: none !important;
    }
    
    .about-list1 .bgimg{
        display:none;
    }
    .about-list1 .videobox.scr-el{
        opacity:1;
        clip-path: none !important;
        animation-name: none !important;
    }
    .about-list1 .videobox .videobtn{
        opacity:1;
    }
}
.n-info .social-share .social-share-icon{
  border:none;
  transition:all .3s;
}

/*功能隐藏待开发*/
/*.n-info .leftbox .titletop .tipbox .sharebox{
    display:none;
}
.n-info .leftbox .titletop .tipbox .line:nth-child(4){
    display:none;
}*/
/*.n-video .video-list2 .warpselectbox{
    opacity:0;
    visibility:hidden;
}*/
.n-info2 .leftbox .titletop br{
    display:none;
}
.n-info2 .leftbox .botrightbox .newsbtn .icon{
    transition: all .5s;
}
.n-info2 .leftbox .botrightbox .newsbtn:hover .icon{
    transform:translate(3px,0);
}
/*@media (max-width: 1024px) {
    .n-video .video-list2 .warpselectbox{
        display:none;
    }
}*/

.networks_info1{
    background:#f0f2f5;
    padding:4rem 2rem 3rem;
}
.networks_info1 .leftbox{
    width:34.88%;
    max-width:100%;
    margin-right:11%;
}
.networks_info1 .title {
  padding-left: 20px;
  margin-bottom:1rem;
}
.networks_info1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.networks_info1 .leftbox .p{
    margin-bottom:1.25rem;
}
.networks_info1 .leftbox .itemli{
    margin-bottom:.75rem;
}
.networks_info1 .leftbox .itemli:last-child{
    margin-right:0;
}
.networks_info1 .videobox{
    margin-top:2rem;
    width:51.16%;
}
.networks_info1 .videobox .videobg{
    position: relative;
    z-index:4;
}
.networks_info1 .videobox .video{
    width: 72%;
    height: 11rem;
    position: absolute;
    left: 50%;
    margin-left: -37%;
    top: 0.3rem;
    /*object-fit: cover;*/
    z-index: 2;
        background: #000;
}
.networks_info1 .videobox .mvideo{
    width: 74%;
    height: 11rem;
    position: absolute;
    left: 50%;
    margin-left: -37%;
    top: 0.4rem;
    object-fit: cover;
    z-index: 2;
}

.networks_info2{
    position: relative;
    padding:2.65rem 2rem 3rem;
    background:#fff;
    z-index:1;
}
.networks_info2 .p{
    width:560px;
    max-width:100%;
}

.networks_info2 .title {
  padding-left: 20px;
  margin-bottom:1rem;
}
.networks_info2 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.networks_info2 .imgbox{
    margin-top:.5rem;
}
.networks_info2 .img{
    width:747px;
    margin:0 auto;
    display:block;
}
.networks_info2 .fuimg{
    position: absolute;
    left:0;
    top:0;
    animation: arrow2 3s infinite linear;
}
.networks_info2 .imgbox .textli .tit3{
    margin-bottom:.35rem;
}

.networks_info2 .imgbox .textli1{
    left:-9rem;
    width:8rem;
    top:50%;
     position: absolute;
    z-index:2;
}
.networks_info2 .imgbox .textli2{
    right:-9rem;
    width:8rem;
    top:50%;
     position: absolute;
    z-index:2;
}
.networks_info2 .imgbox .textli3{
    margin-top:1rem;
}
@keyframes arrow2{
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0%);
    }
}


.networks_info3{
    position: relative;
    padding:3.25rem 2rem;
    background:url(../img/networks3img.jpg) no-repeat center center;
    background-size:cover;
    z-index:1;
}
.networks_info3 .title {
    position: relative;
    z-index:3;
    padding-left: 20px;
    margin-bottom:1.2rem;
}
.networks_info3 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background:#fff;
  left: 0;
}
.networks_info3 .leftbox{
    width:33.13%;
    /*margin-right:16.8%;*/
}

.networks_info3 .contentbox .img{
    margin-right:19.7%;
    width:31.4%;
}
.networks_info4{
    position: relative;
    padding:2.65rem 2rem 3rem;
    z-index:1;
}
.networks_info4 .title {
  padding-left: 20px;
  margin-bottom:1rem;
}
.networks_info4 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.networks_info4 .ul{
    margin-top:1.25rem;
    border-radius:.65rem;
    background:#fafafa;
    overflow: hidden;
}
.networks_info4 .ul .li{
    border-right:1px solid #f0f0f0;
    justify-content: flex-start;
    padding:1rem 1.25rem;
    transition: all .5s;
    width:16.33%;
    height:330px;
    overflow: hidden;
}
.networks_info4 .ul .li:last-child{
    border-right:none;
}
.networks_info4 .ul .li .icon{
    height:6rem;
    width:31.43%;
    display:none;
    /*transform:scale(0,0);*/
}
.networks_info4 .ul .li .icon img{
    max-height:100%;
}
.networks_info4 .ul .li .text{
    margin-top:1rem;
}
.networks_info4 .ul .li .tit3{
    margin-bottom:.65rem;
    white-space: nowrap;
}
.networks_info4 .ul .li p{
    color:#4c4c4c;
    padding-left:20px;
    position: relative;
    white-space: nowrap;
}
.networks_info4 .ul .li p:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ccc;
    margin-top:-4px;
}
.networks_info4 .ul .li.cur{
    background:#f5f5f5;
    padding:1rem 2.25rem;
    width:51%;
}
.networks_info4 .ul .li.cur .text{
    width:51%;
    padding-right:3%;
}
.networks_info4 .ul .li.cur p:before{
    background:#1E50E6;
}
.networks_info4 .ul .li.cur .icon{
    /*transform:scale(1,1);*/
    display:block;
}



.networks_info5{
    position: relative;
    padding:4.25rem 2rem 3rem;
    background:url(../img/networks5img1.jpg) no-repeat center center;
    background-size:cover;
    z-index:1;
}
.networks_info5 .title {
    position: relative;
    z-index:3;
    padding-left: 20px;
    margin-bottom:1.2rem;
}
.networks_info5 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background:#fff;
  left: 0;
}
.networks_info5 .leftbox{
    width:30%;
}
.networks_info5 .rightbox{
    width:53.4%;
    margin-right:11.6%;
}
.networks_info5 .contentbox .rightbox .tabul-container{
    height:440px;
    width:46.7%;
    position: relative;
    padding:1rem 0;
    overflow: hidden;
}
.networks_info5 .contentbox .rightbox .pcimg{
    width:39.1%;
}
.networks_info5 .contentbox .tabul-container:before{
    content:"";
    position: absolute;
    left:1px;
    width:1px;
    height:100%;
    top:0;
    background:#fff;
    opacity:.1;
}
.networks_info5 .contentbox .swiper-slide{
    opacity:.2;
    height:auto;
    /*height:calc(440 / 3);*/
    margin-bottom:70px;
    padding-left:1.5rem;
    position: relative;
    transition: opacity .5s;
    cursor:pointer;
}
.networks_info5 .contentbox .swiper-slide:before{
    content:"";
    position: absolute;
    left:0;
    width:3px;
    height:100%;
    top:0;
    background:#fff;
    opacity:0;
    transition: all .5s;
}
.networks_info5 .contentbox .swiper-slide .tit4{
    display: none;
    margin-top:.5rem;
    opacity:.4;
}
/*.networks_info5 .contentbox .swiper-slide.swiper-slide-active{
    opacity:1;
}
.networks_info5 .contentbox .swiper-slide.swiper-slide-active:before{
    opacity:1;
}
.networks_info5 .contentbox .swiper-slide.swiper-slide-active .tit4{
    display:block;
}*/

.networks_info5 .contentbox .swiper-slide.cur{
    opacity:1;
}
.networks_info5 .contentbox .swiper-slide.cur:before{
    opacity:1;
}
.networks_info5 .contentbox .swiper-slide.cur .tit4{
    display:block;
}

.networks_info6{
    position: relative;
    padding:2rem;
    background:#fff;
    z-index:1;
}
.networks_info6 .contentbox .leftbox{
    width:32.3%;
}
.networks_info6 .contentbox .rightbox{
    width:34%;
    margin-right:17%;
}

.networks_info6 .title {
  padding-left: 20px;
  margin-bottom:1.25rem;
}
.networks_info6 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.networks_info7{
    position: relative;
    height:18.75rem;
    overflow: hidden;
    z-index:1;
}
.networks_info7 .video{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    object-fit:cover;
    z-index:1;
}
.networks_info7 .bg{
    position: relative;
    width:100%;
    height:100%;
    left:0;
    top:0;
    object-fit:cover;
    z-index:2;
}
.networks_info7 .title {
  padding-left: 20px;
  position: absolute;
  left:2rem;
  top:6.5rem;
  z-index:3;
}
.networks_info7 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background:#fff;
  left: 0;
}
/*.culture-list1 .title {
  padding-left: 20px;
  margin-bottom: 2.9rem;
}
.culture-list1 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}*/
@media (max-width: 1780px) {
  .networks_info1 .videobox .video,.networks_info1 .videobox .mvideo{
        height:74%;
        width:74%;
    }
}
@media (max-width: 1680px) {
    .networks_info1 .videobox .video,.networks_info1 .videobox .mvideo{
        height:74%;
        width:74%;
    }
}
@media (max-width: 1500px) {
    .networks_info4 .ul .li{
        height:10rem;
            padding: 1rem 1.25rem;
            width:20%;
            justify-content: space-between;
    }
    .networks_info4 .ul .li.cur{
        padding: 1rem 1.25rem;
        width:40%;
    }



}

@media (max-width: 1481px) {
   
    .networks_info1 .videobox .video,.networks_info1 .videobox .mvideo{
        height:74%;
        width:74%;
    }
}
@media (max-width: 1360px) {
    .networks_info5 .rightbox{
        width: 65%;
        margin-right:0;
    }
    .networks_info2 .img{
        width:18.75rem;   
    }
    .networks_info1 .videobox .video, .networks_info1 .videobox .mvideo{
      height: 68%;
      width: 74%;
    }
    
   
}
@media (max-width: 1280px) {
    .networks_info1 .videobox .video, .networks_info1 .videobox .mvideo{
      height: 62%;
      width: 74%;
    }
    .networks_info1 .videobox{
        width:50%;
    }
    .networks_info1 .leftbox{
        width:46%;
        margin-right:4%;
    }
}
@media (max-width: 1160px) {
  .networks_info1 .videobox .video, .networks_info1 .videobox .mvideo{
    height: 57%;
    width: 74%;
  }
}
@media (max-width: 1024px) {
    .networks_info7{
        height:14rem;
    }
    .networks_info6 .contentbox .leftbox{
        width:49.3%;
    }
    .networks_info6 .contentbox .rightbox{
        margin-right:0;
    }
    .networks_info7 .title{
        left: 6%;
        top: 2rem;
    }
    .networks_info6{
        padding:2rem 6%;
    }
    .networks_info5 .leftbox{
        width:100%;
        margin-bottom:1.25rem;
    }
    .networks_info5 .rightbox{
        width:100%;
    }
    .networks_info5 .contentbox .rightbox .pcimg{
        display:none;
    }
    .networks_info5 .contentbox .rightbox .tabul-container{
        width:100%;
    }
    .networks_info5 .contentbox .tabul-container:before{
        display:none;
    }
    .networks_info5 .contentbox .swiper-slide.swiper-slide-active:before,.networks_info5 .contentbox .swiper-slide.cur:before{
        display:none;
    }
    .networks_info5 .contentbox .swiper-slide .text{
        margin-top:1rem;
    }
    .networks_info5{
        padding: 3rem 0 2rem;
    }
    .networks_info5 .leftbox{
        width:88%;
        margin:0 auto 1.25rem; 
    }
    .networks_info5 .contentbox .rightbox .tabul-container{
        height:auto;
        padding:0;
    }
    .networks_info5 .contentbox .swiper-slide{
        margin-bottom:0;
        padding-left:0;
    }

    .networks_info4 .ul .li{
        width:50% !important;
    }
    .networks_info4 .ul .li:nth-child(2n){
        border-right:none;
    }
    .networks_info4 .ul .li{
        background: #f5f5f5;
    }
    .networks_info4 .ul .li .icon{
        display: block;
    }
    .networks_info4 .ul .li .itemli:before{
        background: #1E50E6;
    }
    .networks_info4 .ul .li:nth-child(1){
        border-bottom: 1px solid #f0f0f0;
    }
    .networks_info4 .ul .li:nth-child(2){
        border-bottom: 1px solid #f0f0f0;
    }
    .networks_info4{
         padding: 2rem 6%;
    }
    .networks_info1 .videobox .mvideo{
        top:.3rem;
    }
    .networks_info1 .videobox .video, .networks_info1 .videobox .mvideo{
      height:50%;
      width: 74%;
    }
    .networks_info1{
        padding: 4rem 6% 2rem;
    }

    .networks_info2 .imgbox .textli1{
        left: -7rem;
        width: 6rem;
    }
    .networks_info2 .imgbox .textli2{
        right: -7rem;
        width: 6rem;
    }
    .networks_info3 .leftbox{
        width:53%;
    }
    .networks_info3 .contentbox .img{
        margin-right:0;
    }
    .networks_info3{
        padding: 3.25rem 6%;
    }
    .networks_info1{
        padding:2.5rem 6%;
    }
    .networks_info2{
        padding:2.5rem 6%;
    }

    .networks_info5 .contentbox .swiper-slide.swiper-slide-active{
        opacity:1;
    }
    .networks_info5 .contentbox .swiper-slide.swiper-slide-active:before{
        opacity:1;
    }
    .networks_info5 .contentbox .swiper-slide.swiper-slide-active .tit4{
        display:block;
    }
}
@media (max-width:996px) {
    
    .networks_info1 .leftbox{
        width:100%;
        margin-right:0;
    }
    .networks_info1 .videobox{
        margin-top:1rem;
        width:100%;
    }
    .networks_info1 .videobox .video, .networks_info1 .videobox .mvideo{
        height:11rem;
    }
    .networks_info2 .imgbox .textli1,.networks_info2 .imgbox .textli2{
        position: relative;
        left:0;
        right:0;
        top:auto;
        width:100%;
        margin-top:1rem;
        text-align:center;
    }
    .networks_info2 .img .tran-middle{
        left:0;
        top:0;
        transform: translate(0,0);
    }
    .networks_info2 .img{
        max-width:100%;
    }
}
@media (max-width:767px) {
    .networks_info7{
        height:12rem;
    }
    .networks_info6 .contentbox .leftbox{
        width:100%;
        margin-bottom:1.25rem;
    }
    .networks_info6 .contentbox .rightbox{
        width:100%;
    }

    .networks_info7 .title:before,.networks_info6 .title:before,.networks_info5 .title:before,.networks_info3 .title:before,.networks_info2 .title:before,.networks_info1 .title:before,.networks_info4 .title:before{
        width: 4px;
        height: 24px;
        margin-top: -12px;
    }
    .networks_info5 .contentbox .rightbox .tabul-container{
        padding-bottom:1.2rem;
    }
    .networks_info5 .contentbox .tabul-container .swiper-pagination{
        bottom:0;
    }
    .networks_info5 .contentbox .tabul-container .swiper-pagination span{
        border-radius:50%;
        width:8px;
        height:8px;
        background:#fff;
        opacity:.4;
    }
    .networks_info5 .contentbox .tabul-container .swiper-pagination span.swiper-pagination-bullet-active{
        background:#1E50E6;
    }
    .networks_info4 .ul .li{
        width:100% !important;
        height:auto;
    }
    .networks_info4 .ul .li{
        border-right:none;
        border-bottom: 1px solid #f0f0f0;
    }
    .networks_info4 .ul .li:last-child{
        border-bottom:none;
    }
    .networks_info4 .ul .li .text{
        margin-top:0;
    }
    .networks_info4 .ul .li .icon{
        height:5rem;
    }
    .networks_info4 .ul .li p{
            white-space: initial;
    }
    .networks_info4 .ul .li{
        padding: 1rem .85rem;
    }
    .networks_info3 .leftbox{
        width:100%;
        margin-bottom:1.25rem;
    }
    .networks_info3 .contentbox .img{
        width:100%;
    }
    .networks_info1 .videobox .mvideo{
        top: 0.2rem;
    }
    .networks_info1 .videobox .mvideo{
        height:6.4rem;
    }
}


.news-list2 .formbox .input:-moz-placeholder{
  color: #999;
}

.news-list2 .formbox .input:-moz-placeholder {
  color: #999;
}

.news-list2 .formbox .input:-ms-input-placeholder{
  color: #999;
}

.news-list2 .formbox .input:-webkit-input-placeholder {
  color: #999;
}
.party-list3 .contentbox .rightbox .li:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, #f6050a 0%, transparent 80%);
}


.business-list2 .swiper-pagination {
  bottom: 0 !important;
  z-index: 4;
  position: absolute;
  width: 100% !important;
}
.business-list2 .swiper-pagination span {
  width:1rem;
  height: 4px;
  margin-right: .25rem;
  border-radius: 0;
  background: #e5e5e5;
  transition: all .5s;
}
.business-list2 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1E50E6;
}
.business-list2 .swiper-pagination span:last-child{
  display:none;
}
.business-list1 .swiper-pagination {
  bottom: 0 !important;
  z-index: 4;
  position: absolute;
  width: 100% !important;
}
.business-list1 .swiper-pagination span {
  width: .65rem;
  height: 2px;
  margin-right: .25rem;
  border-radius: 0;
  background: #e5e5e5;
  transition: all .5s;
}
.business-list1 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1E50E6;
}
@media (max-width:768px) {
  .business-list2{
    padding-bottom:3rem;
  }
  .business-list2 .ul-container .swiper-slide .item{
    width:92%;
  }
  .business-list2 .ul-container .swiper-slide .item .img{
    height:9rem;
  }
  .business-list2 .ul-container .swiper-slide .text .tit4{
    max-height:none;
    height:auto;
  }
   .business-list2 .ul-container{
    padding-bottom:1.5rem;
   }

    .business-list1 .imgbox-container{
        padding-bottom:1.5rem;
    }
  .business-list2 .swiper-pagination span {
    width: .3rem;
    height: 2px;
    margin-right: .25rem;
  }
  .business-list2 .swiper-pagination span:last-child{
    display:inline-block;
  }
}

.ibanner .videobtn .svgs {
  position:absolute;
  width:  2.2rem;
  height: 2.2rem;
  left: 0;
  top: 0;
  z-index: 3;
}
.ibanner .videobtn .tit6{
    position: absolute;
    bottom:-1rem;
    z-index:2;
    width:2.5rem;
    line-height:1.2;
}
.ibanner .svgs .path-loop {
  stroke-dasharray: 360;
  stroke-dashoffset: 280;
  opacity: 1;
}
.ibanner .videobtn{
  width: 2.2rem;
  height: 2.2rem;
  z-index: 9;
  margin:.85rem 0 .4rem;
  cursor: pointer;
  position: relative;
}
.ibanner .videobtn .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: all .8s;
}
.ibanner .videobtn .svgs {
  transform: rotate(90deg);
  transition: all .8s;
}
@media (max-width:767px) {
  .ibanner .text{
    top: 28.66vh;
  }
  .ilist1 .warpbox .li.active .dianbox .span{
    font-size: 20px;
  }
      
}

.wpage .allpage{
    height:45px;
    line-height:45px;
}


.greenlist1 .dianbox{
     position: absolute;
    z-index:3;
    transition: all .5s;
}
.greenlist1 .probox1 .dianbox1{
    left: 34%;
    top: 59%;
}
.greenlist1 .probox1 .dianbox2{
    left: 65%;
    top: 54%;
}
.greenlist1 .probox1 .dianbox3{
    left: 48%;
    top: 59%;
}
.greenlist1 .probox1 .dianbox4{
    left: 42%;
    top: 66%;
}
.greenlist1 .probox1 .dianbox5{
    left: 44%;
    top: 75%;
}

.greenlist1 .probox1 .dianbox6{
    left: 42%;
    top: 71%;
}
.greenlist1 .probox1 .dianbox7{
    left: 48%;
    top: 63%;
}
.greenlist1 .probox1 .dianbox8{
          left: 44%;
    top: 32%;
}
.greenlist1 .probox1 .dianbox9{
    left: 53%;
    top: 21%;
}
.greenlist1 .probox1 .dianbox10{
        left: 56%;
    top: 32%;
}
.greenlist1 .probox1 .dianbox11{
    left: 50%;
    top: 43%;
}
.greenlist1 .probox1 .dianbox12{
        left: 62%;
    top: 47%;
}
.greenlist1 .probox1 .dianbox13{
   left: 60%;
    top: 63%;
}


.greenlist1 .probox1 .dianbox14{
        left: 26%;
    top: 27.5%;
}
.greenlist1 .probox1 .dianbox15{
       left: 35%;
    top: 40%;
}
.greenlist1 .probox1 .dianbox16{
   
        left: 39%;
    top: 55%;
}
.greenlist1 .probox1 .dianbox17{
       left: 47%;
    top: 69%;
}
.greenlist1 .probox1 .dianbox18{
        left: 52%;
    top: 33%;
}
.greenlist1 .probox1 .dianbox19{
   
   left: 54%;
    top: 59%;
}
.greenlist1 .probox1 .dianbox20{
    left: 53%;
    top: 24%;
}
.greenlist1 .probox1 .dianbox21{
    left: 67%;
    top: 48%;
}
.greenlist1 .probox1 .dianbox22{
        left: 63%;
    top: 63%;
}

.greenlist1 .quan{
    z-index:1;
    max-width:none;
    width:1.25rem;
    height:1.25rem;
    transform:scale(1) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    opacity:1;
    z-index:-1;
    transform-origin:0 0;
    transition: all .5s;
    -webkit-animation: bounce-circle 2.5s infinite;
    animation: bounce-circle 2.5s infinite;
}
@keyframes bounce-circle{
    0% {
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transform:scale(.8) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
        transform:scale(.8) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    }
    20% {
        opacity:1;
        filter:alpha(opacity=100)
    }
    80%,100% {
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transform:scale(1.2) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
        transform:scale(1.2) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    }
}

.greenlist1 .dian{
    width:26px;
    height:26px;
    margin-right:10px;
    cursor:pointer;
}
.greenlist1 .span{
    background:#fff;
    border-radius:.25rem;
    height:40px;
    padding:0 .5rem 0 .7rem;
    transition: all .5s;
    opacity:0;
    transform:translate(-20px,0);
}
.greenlist1 .span .txt{
    opacity:.6;
    color:#0165EB;
}
.greenlist1 .span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 3px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.greenlist1 .dianbox:hover{
    z-index:6;
}
.greenlist1 .dianbox:hover .quan{
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    transform:scale(1) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}
.greenlist1 .dianbox:hover .span{
    opacity:1;
    transform:translate(0,0);
}
@media (max-width:767px) {
  .greenlist1{
    background: #f1f1f1;
  }
    .greenlist1 .m-block {
        height:40vh;
    }
    .greenlist1 .mporimg{
        width:100%;
        height:100%;
        position: relative;
        object-fit:cover;
    }
    .n-info .leftbox .titletop .icon2{
        width: 20px;
        height: 16px;
    }
}

.header2 .nav .li:hover .warp-btn, .header2 .nav .li:hover .warp-btn.cur, .header2 .nav .li.cur .warp-btn, .header2 .nav .li.cur .warp-btn.cur{
    color: #333;
}


.technology-list3 .contentbox2 .tab-container{
  cursor: e-resize;
}




.dialog-news {
  z-index: 99;
}
.dialog-news .dialog__content {
  width: 91.66% !important;
  max-width: none !important;
  min-width: 290px;
  padding:2.5rem 3.5rem 1.75rem !important;
  background: #fff;
  text-align: left !important;
  border-radius: .5rem;
}
.dialog-news .titletop {
  margin-bottom:0;
}
.dialog-news .contentbox {
  overflow-y: auto;
  max-height: 65vh;
  padding-right: 15px;
}
.dialog-news .closebtn {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  right: .75rem;
  top: 1rem;
  z-index: 2;
  background: transparent;
  transition: all .3s;
}
.dialog-news .closebtn:hover {
  transform: scale(0.9);
}
.dialog-news .itemtop {
  padding-top:1.2rem;
  padding-bottom: 1.55rem;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-news .itemtop .p {
  color: #808080;
  width: 61%;
  max-width: 100%;
  text-indent: 2em;
}
.dialog-news .title {
  padding-left: 20px;
  z-index: 3;
  margin-bottom: 1.2rem;
}
.dialog-news .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.dialog-news .itemlist2 {
  padding-top: 2rem;
  padding-bottom: 1.55rem;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-news .itemlist2 .img {
  height: 20rem;
  border-radius: 1rem;
  overflow: hidden;
}
.dialog-news .itemlist2 .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s;
}
.dialog-news .itemlist2 .img:hover .img1 {
  transform: scale(1.1);
}
.dialog-news .itemlist2 .img:hover .svgs {
  transform: rotate(360deg);
}
.dialog-news .itemlist2 .img:hover .videobtn .path-loop {
  animation: run 2.5s linear forwards;
}
.dialog-news .itemlist2 .img:hover .videobtn .path-loop-bg {
  opacity: 1;
}
.dialog-news .itemlist2 .img:hover .icon {
  transform: scale(0.9);
}
.dialog-news .itemlist2 .videobtn .svgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.dialog-news .itemlist2 .videobtn .svgs .path-loop {
  stroke-dasharray: 360;
  stroke-dashoffset: 280;
  opacity: 1;
}
.dialog-news .itemlist2 .videobtn {
  width: 1.55rem;
  height: 1.55rem;
  z-index: 9;
  cursor: pointer;
}
.dialog-news .itemlist2 .videobtn .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: all .8s;
}
.dialog-news .itemlist2 .videobtn .svgs {
  transform: rotate(90deg);
  transition: all .8s;
}
@keyframes run {
  to {
    stroke-dashoffset: 0;
  }
}
.dialog-news .itemlist3 {
  padding-top: 2rem;
  padding-bottom: 1.55rem;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-news .itemlist3 .ul {
  margin-top: 1.5rem;
  margin-bottom: -4%;
}
.dialog-news .itemlist3 .li {
  width: 48.7%;
  height: 11rem;
  margin-bottom: 5.5%;
  border-radius: .5rem;
}
.dialog-news .itemlist3 .li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .8s;
  transform: scale(1.01);
}
.dialog-news .itemlist3 .li .tit {
  position: absolute;
  bottom: .5rem;
  left: .5rem;
  z-index: 3;
  height: 48px;
  padding: 0 .75rem;
  border-radius: .25rem;
  background: rgba(0, 0, 0, 0.4);
}
.dialog-news .itemlist3 .li:hover .bg {
  transform: scale(1.1);
}
.dialog-news .itemlist4 {
  padding-top: 2rem;
  padding-bottom: 1.55rem;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-news .itemlist4 .ul {
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.dialog-news .itemlist4 .img {
  width: 100%;
  height: 8.5rem;
  margin-bottom: .75rem;
  align-items: flex-end;
}
.dialog-news .itemlist4 .img img {
  max-height: 100%;
  max-width: 100%;
}
.dialog-news .itemlist4 .wli {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 1rem;
}
.dialog-news .itemlist4 .li {
  background: url(../img/newimg10.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 2.2rem;
  padding: 0 .65rem;
  text-align: center;
}
.dialog-news .itemlist4 .li span {
  display: block;
  text-align: center;
}
.dialog-news .itemlist4 .wli:nth-child(2n) {
  margin-right: 0;
}
.dialog-news .more {
  width: 141px;
  height: 47px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: .25rem;
  transition: all .5s;
  margin: 1.75rem auto 0;
}
.dialog-news .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --m-i: linear-gradient(#fff, #fff);
  --m-o: content-box, padding-box;
  --border-radius: .25rem;
  --border-width: 3px;
  box-sizing: border-box;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  -webkit-mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  transition: all .5s;
}
.dialog-news .more:hover {
  background: #1E50E6;
  color: #fff;
}
.dialog-news .more:hover:before {
  opacity: 0;
}

@media (max-width: 1280px) {
  .dialog-news .dialog__content {
    padding: 2rem 6% !important;
  }
}
@media (max-width: 996px) {
  .dialog-news .closebtn {
    top: .5rem;
  }

  /*.dialog-news .itemlist2 .li{
      width:45%;
      margin-right:10%;
  }
  .dialog-news .itemlist2 .li:nth-child(2n){
      margin-right:0;
  }
  .dialog-news .itemlist3 .leftbox{
      width:100%;
      margin-right:0;
      margin-bottom:2%;
  }
  .dialog-news .itemlist3 .rightbox{
      width:100%;
  }*/
  .dialog-news .itemlist2 .img {
    height: 12rem;
  }

  .dialog-news .itemlist3 .li {
    height: 7rem;
  }

  .dialog-news .itemlist4 .img {
    height: 5rem;
  }

  .dialog-news .itemlist4 .li {
    height: 1.8rem;
  }

  .dialog-news .itemtop {
    padding: 1.25rem 0 1rem;
  }

  .dialog-news .itemlist2 {
    padding: 1.25rem 0 1rem;
  }

  .dialog-news .itemlist3 {
    padding: 1.25rem 0 1rem;
  }

  .dialog-news .itemlist4 {
    padding: 1.25rem 0 1rem;
  }
  .dialog-news .itemtop .p{
    width:100%;
  }
}
@media (max-width: 767px) {
  .dialog-news .dialog__content {
    padding: 0;
    width: 90%;
  }

  .dialog-news .closebtn {
    top: 8px;
  }

  .dialog-news .titletop {
    margin-bottom: 0;
  }

  .dialog-news .title {
    margin-bottom: .85rem;
  }

  .dialog-news .itemlist2 .img {
    height: 7rem;
  }

  .dialog-news .itemlist3 .li {
    width: 100%;
    height: 7rem;
  }

  .dialog-news .itemlist3 .li .tit {
    height: 40px;
    font-size: 15px;
  }

  .dialog-news .itemlist4 .wli {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  /*.dialog-news .itemlist3 .leftbox .bg{
      height: 9rem;
  }
  .dialog-news .itemlist3 .rightbox .li .bg{
      width:100%;
      height:6rem;
  }
  .dialog-news .itemlist3 .rightbox .li{
      width:100%;
  }*/
}



.news-itemlist5 {
  padding: 2.75rem 2rem 2.55rem;
  background: #f7f7f7;
  z-index: 1;
}
.news-itemlist5 .title {
  padding-left: 20px;
  z-index: 3;
}
.news-itemlist5 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.news-itemlist5 .ul-container2 {
  margin-top: 2.2rem;
  padding-bottom: 1.5rem;
}
.news-itemlist5 .ul-container2 .li {
  border: 1px solid #dadada;
  height: 3.25rem;
  width: 100%;
  transition: all .8s;
}
.news-itemlist5 .ul-container2 .li img {
  max-width: 90%;
  max-height: 90%;
  transition: all .8s;
}
.news-itemlist5 .ul-container2 .li:hover {
  box-shadow: inset 0 0 0 .25rem #dcdcdc;
}
.news-itemlist5 .ul-container2 .li:hover img {
  transform: scale(0.9);
}
.news-itemlist5 .ul-container2 .swiper-pagination {
  bottom: 0;
}
.news-itemlist5 .ul-container2 .swiper-pagination span {
  border-radius: 0;
  width: 1rem;
  height: 4px;
  margin: 0 3px;
  background: #e0e0e0;
}
.news-itemlist5 .ul-container2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1E50E6;
}

.news-itemlist6 {
  padding: 1.75rem 2rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
.news-itemlist6 .li {
  width: 100%;
  align-items: flex-end;
}
.news-itemlist6 .img {
  width: 3.775rem;
  height: 3.775rem;
  border: .2rem solid #f0f0f0;
}
.news-itemlist6 .txtbox {
  width: calc(100% - 4.5rem);
  margin-bottom: .75rem;
}
.news-itemlist6 .tit3 {
  margin-bottom: .45rem;
}
.news-itemlist6 .share-container {
  padding-bottom: 2rem;
}
.news-itemlist6 .share-container .swiper-pagination {
  bottom: 0;
}
.news-itemlist6 .share-container .swiper-pagination span {
  border-radius: 0;
  width: 1rem;
  height: 4px;
  margin: 0 3px;
  background: #e0e0e0;
}
.news-itemlist6 .share-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1E50E6;
}

@media (max-width: 1024px) {
  .news-itemlist5 {
    padding: 2.75rem 6% 2.55rem;
  }

  .news-itemlist6 {
    padding: 1.75rem 6%;
  }

  .news-itemlist6 .txtbox {
    width: calc(100% - 4.2rem);
  }

  .news-itemlist5 .ul-container2 .li {
    height: 2.5rem;
  }

  .news-itemlist5 .ul-container2 .li:hover {
    box-shadow: inset 0 0 0 0.15rem #dcdcdc;
  }
}
@media (max-width: 767px) {
  .news-itemlist5 .title:before {
    width: 4px;
    height: 24px;
    margin-top: -12px;
  }

  .news-itemlist5 .ul-container2 .swiper-pagination span, .news-itemlist6 .share-container .swiper-pagination span {
    width: .5rem;
    height: 2px;
  }

  .news-itemlist5 .ul-container2 {
    margin-top: 1.2rem;
  }

  .news-itemlist6 .share-container {
    padding-bottom: 1.5rem;
  }
  .news-itemlist6 .txtbox{
    width:100%;
    margin-top:.4rem;
  }
  .news-itemlist6 .tit3{
    margin-bottom:.15rem;
  }
  .news-itemlist6 .img{
    margin:0 auto;
  }
  .news-itemlist6 .txtbox{
    text-align:center;
  }
}

.new-info2 .contentbox{
  padding: 2.25rem 1.5rem  !important;
}
.new-info2 .leftbox .textbox{
  margin-bottom:.5rem;
}
@media (max-width: 767px) {
  .new-info2 .contentbox{
    padding: 1.75rem 6%  !important;
  }
}





.news-itemlist7 {
  padding: 2.85rem 2rem 1.75rem;
  position: relative;
  z-index: 1;
}

.news-itemlist7 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.news-itemlist7 .warp-porducts {
  margin-top: 2.1rem;
}
.news-itemlist7 .title {
  padding-left: 20px;
  z-index: 3;
}
.news-itemlist7 .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.news-itemlist7 .contentbox{
  position: relative;
  z-index:3;
}
.news-itemlist7 .porducts-container {
  padding-bottom: 2.5rem;
}
.news-itemlist7 .porducts-container .swiper-pagination span {
  border-radius: 0;
  width: 1rem;
  height: 5px;
  background: #fff;
  transition: all .8s;
}
.news-itemlist7 .porducts-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1E50E6;
}
.news-itemlist7 .button-prev, .news-itemlist7 .button-next {
  width: 1.5rem;
  height: 1.5rem;
  background: #dfe5e8;
  border-radius: 50%;
  top: 50%;
  margin-top: -2.5rem;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  transition: all .8s;
}
.news-itemlist7 .button-prev .icon, .news-itemlist7 .button-next .icon {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.news-itemlist7 .button-prev {
  left: 0;
}
.news-itemlist7 .button-prev .icon {
  transform: rotate(-180deg);
}
.news-itemlist7 .button-next {
  right: 0;
}
.news-itemlist7 .button-prev:hover, .news-itemlist7 .button-next:hover {
  background: #4287e1;
}
.news-itemlist7 .img {
  width: 11rem;
}
.news-itemlist7 .textbox {
  width: calc(100% - 14rem);
  padding: 1.5rem 2.5rem 1.7rem;
  border-radius: .55rem;
  background: #fff;
  overflow: hidden;
}
.news-itemlist7 .textbox .tit3 {
  position: relative;
  padding-bottom: .25rem;
}
.news-itemlist7 .textbox .tit3:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 2.25rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #1E50E6, #50c8ff);
  z-index: 1;
}
.news-itemlist7 .textbox .p {
  margin-top: 1rem;
}
.news-itemlist7 .porducts-container {
  width: calc(100% - 8.7rem);
  margin: 0 auto;
}
.news-itemlist7 .libox {
  margin-top: 1.25rem;
}
.news-itemlist7 .libox .litem {
  margin-right: 1rem;
  margin-bottom:.55rem;
}
.news-itemlist7 .libox .litem .su {
  color: #1E50E6;
}
.news-itemlist7 .libox .litem:nth-child(4n){
  margin-right:0;
}

@media (max-width: 1500px) {
  .news-itemlist7 .porducts-container {
    width: calc(100% - 6.7rem);
  }
  .news-itemlist7 .textbox{
    padding: 1.5rem 1.75rem 1.7rem;
  }
  .news-itemlist7 .libox .litem{
     margin-right:1rem;
  }
}
@media (max-width: 1380px) {
  .news-itemlist7 .libox .litem .su{
        font-size: 18px;
  }
  .news-itemlist7 .libox{
    margin-top:.75rem;
  }
  .news-itemlist7 .textbox{
    width: calc(100% - 13rem);
  }
}
@media (max-width: 1024px) {
  .news-itemlist7 .porducts-container {
    width: 100%;
  }

  .news-itemlist7 .button-prev, .news-itemlist7 .button-next {
    display: none;
  }

  .news-itemlist7 .textbox {
    padding: 1.5rem 1.25rem;
  }

  .news-itemlist7 {
    padding: 2rem 6% 1.75rem;
  }
}
@media (max-width: 996px) {
  .news-itemlist7 .img {
    max-width: 100%;
  }

  .news-itemlist7 .textbox {
    margin-top: 1.5rem;
    width: 100%;
  }

  .news-itemlist7 .porducts-container .swiper-pagination span {
    height: 3px;
  }
}
@media (max-width: 767px) {
  .news-itemlist7 .img {
    height: 10rem;
    width: 100%;
    justify-content: center;
  }

  .news-itemlist7 .img img {
    max-height: 100%;
  }

  .news-itemlist7 .textbox {
    margin-top: 1rem;
  }

  .news-itemlist7 .libox .litem {
    width: 50%;
    padding-right: .5rem;
    margin-right: 0;
    margin-bottom: .55rem;
  }
  .news-itemlist7 .porducts-container .swiper-pagination span{
    width:.5rem;
    height:2px;
  }
}
/*下载*/
.nbanner .downsubbox {
  width: 940px;
  max-width: 100%;
}
.nbanner .formbox {
  width: 17rem;
  max-width: 88%;
  position: relative;
  z-index: 3;
  opacity:0;
}
.nbanner .formbox .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: .85rem;
  top: 50%;
  margin-top: -10px;
}
.nbanner .formbox .input1 {
  width: 100%;
  height: 55px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 55px;
  padding-right: 3.75rem;
  padding-left: 1.75rem;
}
.nbanner .formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.nbanner .formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.nbanner .formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.nbanner .formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.nbanner .formbox .input2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.25rem;
  height: 55px;
  background: linear-gradient(270deg, #1E50E6 0%, #50C8FF 100%);
  border-radius: 55px;
  pointer-events:none;
}

@media (max-width: 1024px) {
  .nbanner .formbox .input1 {
    height: 42px;
  }

  .nbanner .formbox .input2 {
    height: 42px;
  }
}
.n-down .leftnav {
  width: 300px;
  background: rgba(240, 240, 240, 0.3);
  padding: 3rem 1.2rem 2rem 1.5rem;
}
.n-down .leftnav .navtop {
  background: #fff;
  padding: 0 6%;
  height: 2rem;
  display: none;
}
.n-down .leftnav .navtop .icon {
  width: 20px;
  height: 20px;
  fill: #333;
}
.n-down .leftnav .line {
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, #1E50E6 0%, #50C8FF 100%);
  margin-bottom: .3rem;
}
.n-down .leftnav .liname {
  padding: .65rem 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(77, 77, 77, 0.1);
}
.n-down .leftnav .liname span {
  width: calc(100% - 40px);
}
.n-down .leftnav .liname .icon {
  width: 22px;
  height: 22px;
  fill: #d1d2d4;
}
.n-down .leftnav .liname .icon .path2 {
  position: absolute;
  transform-origin: center center;
  transform: rotate(-90deg) translate(0, 0);
  transition: all .6s;
}
.n-down .leftnav .litem {
  padding: .5rem 0;
  border-bottom: 1px solid rgba(77, 77, 77, 0.1);
  display: none;
}

.n-down .leftnav .litem  {
  padding-top:0;
  padding-bottom:0;
      padding-left:10px;
}
/*.n-down .leftnav .litem .li .litem:last-child{
  border-bottom:none;
}*/
.n-down .leftnav .li .liname{
  padding:.5rem 0;
  font-size:16px;
}
.n-down .leftnav .litem .li .litem .litem{
      padding-left:10px;
}
.n-down .leftnav .litem .li .litem .litem .litem{
      padding-left:10px;
}
.n-down .leftnav .litem .li .litem .litem .litem .litem {
      padding-left:10px;
}
.n-down .leftnav .litem .li .litem .litem .litem .litem .litem{
      padding-left:10px;
}
.n-down .leftnav .litem .li .litem .litem .litem .litem .litem .litem{
      padding-left:10px;
}
.n-down .leftnav .litem a {
  padding: .35rem 0;
  display: block;
  color: #999;
  line-height: 1.4;
  transition: all .6s;
}
.n-down .leftnav .litem a:hover, .n-down .leftnav .litem a.cur {
  color: #1E50E6;
  font-weight:bold;
}
.n-down .leftnav .liname.cur .icon .path2 {
  transform: rotate(-90deg) translate(0, 10px);
  opacity: 0;
}
.n-down .rightbox {
  width: calc(100% - 300px);
  padding: 3rem 1.75rem 5rem;
  min-height:16rem;
}
.n-down .rightbox .li {
  padding: .28rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.n-down .rightbox .li .icon {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: .5rem;
}
.n-down .rightbox .li .icon img {
  transition: all .6s;
}
.n-down .rightbox .li .icon .img2 {
  opacity: 0;
  transition: all .6s;
}
.n-down .rightbox .li .sp {
  width: calc(100% - 4.5rem);
}
.n-down .rightbox .li .sp span {
  width: calc(100% - 3rem);
}
.n-down .rightbox .li:hover .icon .img2 {
  opacity: 1;
}
.n-down .rightbox .li:hover .icon .img1 {
  opacity: 0;
}
.n-down .rightbox .li:hover .sp {
  color: #000;
  font-weight: bold;
}
.n-down .rightbox .seebtn {
  width: 3.75rem;
  height: 46px;
  border: 2px solid #1E50E6;
  border-radius: 46px;
  position: relative;
  overflow: hidden;
}
.n-down .rightbox .seebtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-85deg, #1E50E6 0%, #50C8FF 100%);
  border-radius: 46px;
  opacity: 0;
  z-index: 1;
  transition: all .6s;
}
.n-down .rightbox .seebtn span {
  position: relative;
  z-index: 3;
  color: #1E50E6;
}
.n-down .rightbox .seebtn .icon2 {
  width: 20px;
  height: 20px;
  fill: #c7c7c7;
  margin-right: .2rem;
}
.n-down .rightbox .seebtn:hover:before {
  opacity: 1;
}
.n-down .rightbox .seebtn:hover span {
  color: #fff;
}
.n-down .rightbox .seebtn:hover .icon2 {
  fill: #fff;
}

@media (max-width: 1480px) {
  .n-down .rightbox .seebtn {
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .n-down .leftnav {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 6;
  }

  .n-down .rightbox {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .n-down .leftnav .line {
    margin-bottom: 0;
  }

  .n-down .leftnav .navtop {
    display: flex;
    border-bottom: 1px solid #E9E9E9;
  }

  .n-down .leftnav .list {
    padding: .5rem 6% 1rem;
    display: none;
    position: absolute;
    left: 0;
    top: 2rem;
    width: 100%;
    background: #fafafa;
    z-index: 2;
  }

  .n-down .rightbox {
    padding: 1.2rem 6% 3rem;
  }
}
@media (max-width: 767px) {
  .n-down .rightbox .li .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .n-down .rightbox .li .sp {
    width: calc(100% - 3.8rem);
  }

  .n-down .rightbox .li .sp span {
    width: calc(100% - 2rem);
  }

  .n-down .rightbox .seebtn {
    width: 3.25rem;
  }

  .n-down .rightbox .seebtn {
    height: 35px;
  }

  .n-down .rightbox .li {
    padding: .5rem 0;
  }

  .n-down .leftnav .liname .icon {
    width: 18px;
    height: 18px;
  }

  .n-down .rightbox {
    padding-bottom: 2.25rem;
  }
}
.w1440 {
  width: 1440px;
  max-width: 88%;
  margin: 0 auto;
  display: block;
}

.down-list1 {
  background: #fafafa;
  position: relative;
  z-index: 2;
  padding: 3rem 0 4rem;
}
.down-list1 .line {
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, #1E50E6 0%, #50C8FF 100%);
  margin-bottom: .3rem;
}
.down-list1 .list {
  border-top: 1px solid rgba(77, 77, 77, 0.1);
}
.down-list1 .li {
  border-bottom: 1px solid rgba(77, 77, 77, 0.1);
}
.down-list1 .liname {
  padding: 1rem 0;
  cursor: pointer;
}
.down-list1 .liname span {
  width: calc(100% - 40px);
}
.down-list1 .liname .icon {
  width: 22px;
  height: 22px;
  fill: #d1d2d4;
}
.down-list1 .liname .icon .path2 {
  position: absolute;
  transform-origin: center center;
  transform: rotate(-90deg) translate(0, 0);
  transition: all .6s;
}
.down-list1 .litem {
  padding: 1rem 0 1rem 0;
  display: none;
}
.down-list1 .litem .nli {
  padding: 1rem;
  background: #fff;
  width: 23.5%;
  border-radius: .5rem;
  overflow: hidden;
  line-height: 1.4;
  transition: all .6s;
  margin-right: 2%;
  margin-bottom: 2%;
}
.down-list1 .litem .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto .7rem;
}
.down-list1 .litem .imgbox {
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
  margin-bottom: .5rem;
}
.down-list1 .litem .imgbox .img {
  width: 100%;
  height: 4rem;
  object-fit: cover;
}
.down-list1 .litem .imgbox .videobtn {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.down-list1 .litem .nli:nth-child(4n) {
  margin-right: 0;
}
.down-list1 .litem .p {
  text-align: center;
}
.down-list1 .litem .botbox {
  margin-top: 1.4rem;
}
.down-list1 .litem .botbox .seebtn {
  width: 80px;
  height: 38px;
  border: 2px solid #1E50E6;
  border-radius: 38px;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
}
.down-list1 .litem .botbox .seebtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-85deg, #1E50E6 0%, #50C8FF 100%);
  border-radius: 46px;
  opacity: 0;
  z-index: 1;
  transition: all .6s;
}
.down-list1 .litem .botbox .seebtn span {
  position: relative;
  z-index: 3;
  color: #1E50E6;
}
@media (min-width: 1024px) {
  .down-list1 .litem .botbox .seebtn:hover:before {
    opacity: 1;
  }
  .down-list1 .litem .botbox .seebtn:hover span {
    color: #fff;
  }
}

.down-list1 .litem .botbox2 {
  margin-top: .4rem;
}
.down-list1 .li .liname.cur .icon .path2 {
  transform: rotate(-90deg) translate(0, 10px);
  opacity: 0;
}

@media (max-width: 1024px) {
  .down-list1 .litem .nli {
    padding: 1rem 0.5rem;
  }

  .down-list1 .litem .botbox .seebtn {
    width: 65px;
    height: 32px;
    border-radius: 32px;
  }
}
@media (max-width: 996px) {
  .down-list1 .litem .nli {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .down-list1 .litem .nli:nth-child(2n) {
    margin-right: 0;
  }
  .n-down .leftnav .list{
    max-height:10rem;
    padding-right:15px;
    overflow-y:auto;
  }
}
@media (max-width: 767px) {
  .down-list1 .litem .nli {
    width: 100%;
    margin-right: 0 !important;
  }

  .down-list1 {
    padding: 2rem 0 2.5rem;
  }

  .down-list1 .litem .imgbox .img {
    height: 6rem;
  }

  .down-list1 .litem {
    padding: .5rem 0 1rem 0;
  }


  .ilist1 .warpbox .li.active .dianbox .span{
    font-size: 15px;
        height: 45px;
  }
  .ilist6 .more,.dialog-news .more{
    width: 120px;
    height: 40px;
  }

  .incubation-list1 .contentbox2 .tab-container .item:before{
    height: 4px;
    top:-2px;
  }
  .dialog-news .titletop{
    font-size:26px;
  }
  .dialog-news .title,.dialog2 .title,.news-itemlist7 .title{
    padding-left:15px;
  }
  .dialog2 .title:before,.news-itemlist7 .title:before,.dialog-news .title:before{
    width: 4px;
    height: 24px;
    margin-top: -12px;
  }
  .business-list1 .contentbox2 .rightbox .more:hover{
    color: #fff;
    background: #1E50E6;
        border: 2px solid #1E50E6;
  }
  .n-info .leftbox .textbox img{
    width: auto !important;
    height: auto !important;
  }
  .n-services .services-list2 .li .icon{
    margin-bottom:.4rem;
  }
  .n-services .services-list2 .li .box{
    transform: translate(0,calc(0.5rem));
  }
  .n-down .rightbox .seebtn{
    border:transparent;
  }
  .n-down .rightbox .seebtn span{
    color:#fff;
  }
  .n-down .rightbox .seebtn:before{
    opacity:1;
  }
  .n-down .rightbox .seebtn .icon2{
    fill: #fff;
  }
}
.n-searchbox .wpage .gonum{
  background:#f3f3f3;
}
@media (max-width: 1024px) {
  
  .ilist3 .text .more:before,.ilist4 .rightbox .text .tipbtn:before,.ilist6 .more:before,.ilist4 .more:before,.n-networks .rightbox .more:before,.n-good .itembox .more:before,.dialog-news .more:before,.news-list3 .li .text .more:before,.down-list1 .litem .botbox .seebtn:before{
    background:transparent;
    border:2px solid #1E50E6;
        --m-i: auto;
  }
}
.networks_info6 .title{
  position: relative;
  z-index:1;
}
@media (max-width: 767px) {
  .technology-list1 .ul .li{
    padding: 0 0.5rem;
  }
  .technology-list1 .ul .tit5{
    width: 100%;
  }
  .header2 .nav{
    height: calc(100vh - 200px);
  }
  .footer .footertop .rightbox .sharebox .shareul .li>img{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer .footertop .rightbox .sharebox .shareul .wximg{
    width:100px;
    height:100px;
    margin-left: -20px;
  }
}
.infoshare{

}
.infoshare:hover .kshare{
  opacity:1;
  transform:translate(0,0);
  visibility:visible;
}
.infoshare .iconbtn{
  width:35px;
  height:35px;
}
.infoshare .iconbtn .icon{
  width:20px;
  height:20px;
  fill:#666;
}
.infoshare .kshare{
  padding:.1rem .35rem;
  width:110px;
  position: absolute;
  background:#fff;
  box-shadow:0 0 10px 0 rgba(0,0,0,.1);
  left:0;
  top:35px;
  opacity:0;
  transform:translate(0,15px);
  visibility:hidden;
  transition:all .4s;
}


.infoshare .kshare a:before{
  display:none !important;
}
.infoshare .kshare .icon-weibo{
  background:transparent url(../img/img7-2.png) no-repeat center center !important;
}
.infoshare .kshare .icon-wechat{
  background:transparent url(../img/img7-1.png) no-repeat center center !important;
}
/*# sourceMappingURL=boc_reset.css.map */
.edui-upload-video {
  max-width: 100%;
}

/*专题页*/
.chintSpec .container{
  padding: 0 2rem;
}
.chintSpec .section{
  position: relative;
  background: #FFF;
}
.chintSpec .section:nth-child(2n){
  background: #F0F0F0;
}
.chintSpec .com-title{
  color: #000;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 20px;
  position: relative;
}
.chintSpec .com-title::before{
  content: '';
  position: absolute;
  width: 8px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
  left: 0;
}
.chintSpec .spec-top{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}


.chintSpec .intro-box{
  padding: 3rem 0 3.375rem;
}
.chintSpec .intro-box .main{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
}
.chintSpec .intro-box .content{
  width: 44.89%;
  font-size: 16px;
  line-height: 1.75;
  color: #666;
}
.chintSpec .intro-box .content p{
  margin-bottom: 0.675rem;
}
.chintSpec .intro-box .content p:last-child{
  margin-bottom: 0;
}
.chintSpec .intro-box .pic{
  width: 44.77%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.chintSpec .intro-box .pic img{
  display: block;
  width: 100%;
}

.chintSpec .star-box{
  padding: 2.75rem 0 1.25rem;
}

.chintSpec .more{
  font-size: 16px;
  line-height: 1;
  color: #666;
}

.chintSpec .more:hover{
  color: #1E50E6;
}

.motion{
  transition: .8s all;
}

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

.swiper-com .swiper-pagination{
  bottom: 0;
  display: flex;
  justify-content: center;
}

.swiper-com .swiper-pagination-bullet{
  width: 1rem;
  height: 5px;
  background: #e0e0e0;
  transition: all .8s;
  margin: 0 3px;
}

.swiper-com .swiper-pagination-bullet-active{
  background: #1E50E6;
}

.swiper-star{
  margin-top: 1.75rem !important;
  padding-bottom: 2.5rem;
}

.swiper-star a{
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #FFF;
}

.swiper-star .pic{
  height: 9.825rem;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}

.swiper-star .pic img{
  display: block;
  width: 100%;
  height: 9.825rem;
  object-fit: cover;
}

.swiper-star a .main{
  padding: 0.5rem 0.5rem 0.75rem;
}

.swiper-star a .title{
  line-height: 1.4167;
  color: #0a0a0a;
  font-weight: bold;
}

.swiper-star .learn-more{
  width: 80px;
  height: 32px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: all .5s;
  margin-top: 0.375rem;
}

.swiper-star .learn-more::before{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    --m-i: linear-gradient(#fff, #fff);
    --m-o: content-box, padding-box;
    --border-radius: 6px;
    --border-width: 2px;
    box-sizing: border-box;
    padding: var(--border-width);
    border-radius: var(--border-radius);
    background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
    -webkit-mask-image: var(--m-i), var(--m-i);
    -webkit-mask-image: var(--m-i), var(--m-i);
    -webkit-mask-origin: var(--m-o);
    -webkit-mask-origin: var(--m-o);
    -webkit-mask-clip: var(--m-o);
    -webkit-mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    filter: hue-rotate(0);
    transition: all .5s;
}

.swiper-star a:hover img{
  transform: scale(1.1, 1.1);
}

.swiper-star a:hover .title{
  color: #1e50e6;
}

.swiper-star a:hover .learn-more{
  color:#fff;
  background:#1E50E6;
  border:2px solid #1E50E6;
}

.swiper-star a:hover .learn-more::before{
  opacity: 0;
}

.chintSpec .solute-box{
  padding: 2.75rem 0 1.25rem;
}

.swiper-solute{
  margin-top: 1.75rem !important;
  padding-bottom: 2.25rem;
}

.swiper-solute a{
  display: block;
}

.swiper-solute .pic{
  height: 10rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.swiper-solute .pic img{
  display: block;
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.swiper-solute .main{
  padding-top: 1.05rem;
}
.swiper-solute .title{
  line-height: 1.4167;
  color: #0a0a0a;
  font-weight: bold;
}

.swiper-solute .txt{
  line-height: 28px;
  height: 56px;
  margin-top: 0.2rem;
  color: #808080;
}
.swiper-solute .read-more{
  display: flex;
  align-items: center;
  color: #1e50e6;
  line-height: 1.625;
  margin-top: 0.5rem;
}
.swiper-solute .read-more i{
  display: block;
  width: 27px;
  height: 16px;
  background: url(../img/solute_arrow.png) no-repeat;
  background-size: cover;
  margin-left: 12px;
  transition: .8s all;
}

.swiper-solute a:hover img{
  transform: scale(1.1, 1.1);
}

.swiper-solute a:hover .title{
  color: #1E50E6;
}

.swiper-solute a:hover .read-more i{
  margin-left: 18px;
}

.chintSpec .story-box{
  padding: 2.75rem 0 1.25rem;
}

.swiper-story{
  margin-top: 1.75rem !important;
  padding-bottom: 2.5rem;
}

.swiper-story a{
  display: block;
}

.swiper-story .pic{
  height: 10rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.swiper-story .pic img{
  display: block;
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.swiper-story .main{
  padding-top: 1.125rem;
}
.swiper-story .title{
  line-height: 1.4167;
  color: #0a0a0a;
  font-weight: bold;
}

.swiper-story .txt{
  line-height: 28px;
  height: 56px;
  margin-top: 0.2rem;
  color: #808080;
}

.swiper-story .learn-more{
  width: 80px;
  height: 32px;
  color: #1E50E6;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: all .5s;
  margin-top: 0.375rem;
}

.swiper-story .learn-more::before{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    --m-i: linear-gradient(#fff, #fff);
    --m-o: content-box, padding-box;
    --border-radius: 6px;
    --border-width: 2px;
    box-sizing: border-box;
    padding: var(--border-width);
    border-radius: var(--border-radius);
    background-image: linear-gradient(0deg, #1E50E6, #50C8FF);
    -webkit-mask-image: var(--m-i), var(--m-i);
    -webkit-mask-image: var(--m-i), var(--m-i);
    -webkit-mask-origin: var(--m-o);
    -webkit-mask-origin: var(--m-o);
    -webkit-mask-clip: var(--m-o);
    -webkit-mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    filter: hue-rotate(0);
    transition: all .5s;
}

.swiper-story a:hover img{
  transform: scale(1.1, 1.1);
}

.swiper-story a:hover .title{
  color: #1e50e6;
}

.swiper-story a:hover .learn-more{
  color:#fff;
  background:#1E50E6;
  border:2px solid #1E50E6;
}

.swiper-story a:hover .learn-more::before{
  opacity: 0;
}

.chintSpec .partner-box{
  padding: 2.75rem 0 3.75rem;
}

.swiper-partner{
  margin-top: 1.75rem !important;
  padding-bottom: 1.3rem;
}

.swiper-partner .item{
  border: 1px solid #ccc;
  height: 3.25rem;
  box-sizing: border-box;
  transition: all .8s;
}

.swiper-partner .item img{
  display: block;
  max-width: 90%;
  max-height: 90%;
  transition: all .8s;
}

.swiper-partner .item:hover {
  box-shadow: inset 0 0 0 .25rem #ccc;
}
.swiper-partner .item:hover img {
  transform: scale(0.9);
}

@media (max-width: 767px) {
    .chintSpec .com-title{padding-left:15px;}
    .chintSpec .com-title::before{width:4px;height:24px;margin-top: -12px;}
    .chintSpec .container{padding:0 6%;}
    .chintSpec .intro-box{padding:2rem 0;}
    .chintSpec .intro-box .main{display:block;}
    .chintSpec .intro-box .content{width:100%;}
    .chintSpec .intro-box .content br{display: none;}
    .chintSpec .intro-box .pic{width: 100%;margin-top: 1rem;}
    .chintSpec .solute-box{padding-top: 2rem;}
    .chintSpec .more{font-size: 14px;}
}
