@charset "UTF-8";


.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0px;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html::-webkit-scrollbar {
  width: 8px;
  background: none;
}

html::-webkit-scrollbar-thumb {
  width: 8px;
  background: #aaa;
}

html::-webkit-scrollbar-corner {
  background: none;
}

html::-webkit-scrollbar:horizontal {
  height: 9px;
}

body {
  font: 14px/1.8 "Montserrat", Arial, Helvetica;
  margin: 0 auto;
  color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

img {
  border: 0;
}

input {
  outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

::-moz-selection {
  background: #8b8b8b;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #8b8b8b;
  color: #fff;
  text-shadow: none;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

.fc {
  text-align: center;
}

.fr {
  text-align: right;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.db {
  display: block;
}

.wzbs {
  color: #fff !important;
}

.fixedImg {
  background-repeat: no-repeat;
  background-size: cover;
}

.imgw {
  width: 100%;
  display: block;
}

.eT {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.linkA {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/w0.png) no-repeat;
  z-index: 99;
}

.pageC a:link,
.pageC a:visited {
  color: #183D82;
}

.pageC a:active,
.pageC a:hover {
  color: #333;
}

.pageC img {
  max-width: 100% !important;
  height: auto !important;
}

.pageC {
  overflow: hidden;
}

.pageC table {
  width: 100% !important;
}

.pageC table img {
  width: 100% !important;
}

.pageC table td {
  padding: 5px !important;
}

.load-words.target span {
  opacity: 0;
  visibility: hidden;
}

.action.load-words span {
  visibility: visible;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: wordsRightFade;
  animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes wordsRightFade {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    -moz-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes wordsRightFade {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

.nimg.target {
  visibility: hidden;
}

.nimg.action {
  visibility: visible !important;
  -webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.w1600 {
  width: 83%;
  margin: 0 auto;
}

.w1332 {
  width: 1332px;
  margin: 0 auto;
}

.mtop {
  margin-top: 82px;
}

/* 头部  */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.45s;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header.active {
  background: none;
}

.header.active .hlimg1 {
  display: block;
}

.header.active .hlimg2 {
  display: none;
}

.header.active .yj-bot .yj-link,
.header.active .nsjt,
.header.active .nuicon {
  color: #fff;
}

.header.active .nzicon,
.header.active .nssrk {
  color: #fff;
}

.head-wrap {
  position: relative;
  padding: 0 8%;
  width: 100%;
  box-sizing: border-box;
  height: 82px;
  line-height: 82px;
}

.head-logo {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.head-logo a {
  display: block;
}

.head-logo img {
  width: 100%;
}

.hlimg1 {
  display: none;
}

.hlimg2 {
  display: block;
}

.header .nav {
  position: relative;
  width: 100%;
  text-align: center;
}

.navr {
  position: absolute;
  right: 8%;
  top: 0;
  height: 82px;
  z-index: 10;
}

.nrsearch:hover .nszk {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.nrsearch {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}

.nszk {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: 0.45s;
  display: inline-block;
  vertical-align: middle;
  width: 189px;
  height: 30px;
  line-height: 30px;
  border-radius: 37px;
  border: 1px solid #239DE8;
  box-sizing: border-box;
  padding: 0 12px;
  margin-right: 14px;
}

.nzicon {
  color: #5E5D5D;
  font-size: 14px;
}

.nsssk.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nsssk {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.45s;
  position: fixed;
  left: 0;
  top: 55px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  background: #fff;
  z-index: 1200;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.nsbox,
.nsclose {
  display: inline-block;
  vertical-align: middle;
}

.nsbox {
  width: 60%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #239DE8;
  border-radius: 37px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
}

.nsbox i {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  font-size: 18px;
}

.nsbox input {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: 10px;
  border: none;
  background: transparent;
  width: 70%;
  color: #666;
  font-size: 14px;
}

.nsclose {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  color: #333;
  font-size: 20px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.nsclose::before,
.nsclose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 18px;
  background: #A2A2A2;
  transform: translateX(-50%);
}

.nsclose::before {
  transform: rotate(45deg);
}

.nsclose::after {
  transform: rotate(-45deg);
}

.nssrk {
  display: inline-block;
  width: 80%;
  height: 100%;
  border: none;
  line-height: 100%;
  color: #5E5D5D;
  font-size: 14px;
  transition: 0.45s;
  padding: 0;
  background: none;
  margin-left: 7px;
}

.header.active .nssrk::-webkit-input-placeholder {
  color: #fff;
}

.header.active .nssrk:-moz-placeholder {
  color: #fff;
}

.header.active .nssrk::-moz-placeholder {
  color: #fff;
}

.header.active .nssrk::-moz-placeholder {
  color: #fff;
}

.header.active .nssrk:-ms-input-placeholder {
  color: #fff;
}

.nsjt {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #5E5D5D;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.nuicon {
  display: inline-block;
  vertical-align: middle;
  color: #5E5D5D;
  font-size: 22px;
  cursor: pointer;
}

.nrload,
.nruser {
  display: inline-block;
  vertical-align: middle;
}

.nrload a {
  display: block;
  width: 92px;
  height: 29px;
  background: #239DE8;
  border-radius: 13px;
  color: #fff;
  font-size: 14px;
  margin-left: 22px;
  text-align: center;
  line-height: 29px;
}

.nruser {
  position: relative;
}

.nruser:hover .nuzk {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nuzk {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  transform: translateY(15px);
  position: absolute;
  top: 98%;
  left: 50%;
  width: 114px;
  margin-left: -57px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 2px 0 15px 0;
}

.nuzk::before {
  top: -10px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #fff;
}

/* .ej-list::before {
	opacity: 0;
	visibility: hidden;
	top: -10px;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 15px solid #fff;
} */
.nuzk::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* .header .yj-bot li:nth-child(2) .yj-link::before,
.header .yj-bot li:nth-child(5) .yj-link::before {
	display: none;
} */
.nuzk a {
  display: block;
  color: #239DE8;
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.5;
  text-align: center;
}

.header .yj-bot li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: 0.35s;
  text-align: center;
  z-index: 10;
}

.header .yj-bot .yj-link {
  position: relative;
  z-index: 3;
  color: #5E5D5D;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  margin: 0 35px;
  z-index: 3;
}

.header .yj-bot .yj-link i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 10px;
}

.header .yj-bot li.active .yj-link {
  color: #239DE8;
}

.header .nav li:hover .ej-list {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header .nav li:hover .ej-list::before {
  opacity: 1;
  visibility: visible;
}

.ej-list.active {
  opacity: 1;
  visibility: visible;
}

.ej-list {
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 136px;
  margin-left: -68px;
  top: 97%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 5px 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.5s;
  border-radius: 0 0 8px 8px;
}

.ybcp {
  position: static !important;
}

.cp-ej {
  left: 0;
  margin-left: 0;
  width: 100%;
  display: flex;
  padding: 35px 0 72px 0;
}

.elitem {
  position: relative;
  flex: 1;
  padding: 0 37px;
  text-align: left !important;
  line-height: 1.5 !important;
}

.elitem:not(:first-child) {
  border-left: 1px solid rgba(112, 112, 112, 0.21);
}

.elitem:hover .elipic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.elipic {
  overflow: hidden;
}

.elipic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.elit1 {
  font-family: "Gilroy-Regular.woff";
  display: block;
  color: #276CAD;
  font-size: 18px;
  font-weight: normal;
  margin-top: 15px;
}

.elit2 {
  display: block;
  color: #5E5D5D;
  font-size: 15px;
  margin-top: 40px;
  font-weight: normal;
}

.elit3 {
  color: #999999;
  font-size: 15px;
  margin-top: 10px;
}

.el-link {
  position: relative;
  display: block;
  color: #6B6B6B;
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 10px 0;
}

.el-link:not(:first-child) {
  border-top: 1px solid #eee;
}

.el-link:hover {
  color: #239DE8;
}

.menu-handler {
  position: fixed;
  left: 0;
  top: 0;
  /* width: 55px; */
  padding: 0 5%;
  height: 55px;
  display: none;
  cursor: pointer;
  z-index: 1300;
  transition: 0.35s;
}

.menu-handler span {
  position: relative;
  display: block;
  margin: 27.5px 0 0 0;
  width: 23px;
  height: 2px;
  background-color: #A2A2A2;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 2px;
  left: 0;
  background-color: #A2A2A2;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu-handler span:before {
  top: -7px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu-handler span:after {
  bottom: -7px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menu-handler.active span {
  height: 2px;
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.menu-handler.active span:after,
.menu-handler.active span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-handler.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-handler.active {
  top: 0;
}

.menuBox a:link,
.menuBox a:visited {
  color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
  background: #F7F7F7;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
  color: #5E5D5D;
  transform: rotate(180deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
  color: #239DE8;
}

.menuBox {
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  color: #333333;
  position: fixed;
  display: none;
  right: 0px;
  top: 55px;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
  z-index: 1008;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menuMoblie {
  margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 14px 5%;
  color: #5E5D5D;
}

.menuMoblie .nav-link i {
  display: block;
  float: right;
  color: #5E5D5D;
  font-size: 12px;
  margin-top: 6px;
}

.menuMoblie li {
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
  transform: scale(1.1) translateX(100px);
  border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
  transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
  transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
  transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
  transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
  transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
  transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
  transition-delay: 0.6s;
}

.menuMoblie .subnav {
  padding: 0 5% 29px 5%;
  display: none;
  background: #E9ECEF;
}

.menuMoblie .subnav .item {
  display: block;
  padding: 0px 58px;
  border-bottom: 1px solid #C5C5C5;
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
  color: #276CAD !important;
}

.menuMoblie .subnav a {
  position: relative;
  display: block;
  padding: 15px 0;
  line-height: 1.4;
  font-size: 14px;
  color: #5E5D5D;
}

.menuOpen .menuBox {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menuOpen .menuBox li {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

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

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/black_80.png) repeat;
  background: none rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/*.pswp--animated-in {
	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}*/
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: 0;
  opacity: .9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button {
    background-image: url(../images/default-skin.svg);
  }

  .pswp__button--close {
    color: #fff;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  position: absolute;
  background: none #767676;
  color: #fff;
  display: block;
  font-family: "iconfont" !important;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
  left: 2%;
}

.pswp__button--arrow--right {
  right: 2%;
}

.pswp__button--arrow--left:before {
  content: "\e83c";
}

.pswp__button--arrow--right:before {
  content: "\e82a";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  color: #fff;
  background-color: #1A1A1A;
}

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

.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

.pswp__counter {
  float: left;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: .75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption__center {
  text-align: center;
  max-width: 600px;
  font-size: 15px;
  margin: 0 auto;
  padding: 20px 10px;
  color: #fff;
}

.pswp__caption__center .xzy-zan {
  float: right;
  display: block;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

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

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

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

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 1;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background-image: none !important;
}

/* banner */
.banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .item {
  position: relative;
  overflow: hidden;
}

.banner .slide-inner img {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  /* transform: scale(1.2);
	-webkit-transform: scale(1.2); */
}

.pimg {
  display: block;
}

.mpimg {
  display: none !important;
  width: 100% !important;
  height: auto !important;
}

.banner .swiper-slide-active .slide-inner img {
  visibility: visible;
  /* -webkit-animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); */
}

@keyframes scaleUpDown1 {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.2);
  }

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

.banner .slick-current .bscover {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

.banner .slick-dots {
  position: absolute;
  left: 8.5% !important;
  bottom: 49px !important;
  width: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*z-index: 104;*/
}

.banner .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-right: 18px;
  transition: 0.45s;
}

.banner .slick-dots li a {
  text-indent: 10em;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .slick-dots li a:focus {
  outline: none;
}

.banner .slick-dots li.slick-active {
  width: 46px;
  border-radius: 50px;
}

/* .banner .swiper-pagination {
  left: 8.5% !important;
  bottom: 49px !important;
  width: auto;
  text-align: left;
  z-index: 20;
}

.banner .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-right: 18px;
  transition: 0.45s;
}

.banner .swiper-pagination-bullet-active {
  width: 46px;
  border-radius: 50px;
} */

.bscover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1.2s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: 1.2s cubic-bezier(0.445, 0.145, 0.355, 1);
  transition: 1.2s cubic-bezier(0.445, 0.145, 0.355, 1);
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  text-align: left;
  transition-delay: 0.2s;
}

.bct1 {
  color: #fff;
  font-size: 54px;
  line-height: 1.5;
  font-weight: normal;
}

.bct2 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.5;
  width: 36%;
}

.bct3 {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 60px;
  width: 174px;
  height: 59px;
  line-height: 59px;
  z-index: 3;
  box-sizing: border-box;
  transition: 0.45s;
  border-radius: 28px;
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
  z-index: 3;
}

.bct3::before,
.icwbtn a::before,
.mbt3::before,
.ic4more a::before,
.pb4an::before,
.clwbtn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 28px;
  background: #239DE8;
  z-index: -2;
  transition: 0.45s;
}

.bct3:hover,
.icwbtn a:hover,
.mbt3:hover,
.ic4more a:hover,
.cwlist li:hover .clwbtn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
}

.bct3:hover::before,
.icwbtn a:hover::before,
.mbt3:hover::before,
.ic4more a:hover::before,
.pb4an:hover::before,
.cwlist li:hover .clwbtn::before {
  left: 0;
  width: 100%;
}

.bct3 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 14px;
}

/* banner end */
.index-swiper .swiper-slide {
  height: auto;
}

.index-swiper .swiper-pagination-bullets {
  left: 30px;
  right: auto !important;
}

.index-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.index-swiper .swiper-pagination-bullet {
  margin: 15px 0 !important;
}

.index-swiper .swiper-pagination-bullet-active {
  background: #239DE8;
}

.index-swiper .swiper-pagination-bullet:last-child {
  opacity: 0;
}

.index-swiper.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.icontent {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.in-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.tXYmiddle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tYmiddle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tXmiddle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#large-header {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

#large-header canvas {
  height: 100%;
}

.index-down {
  position: absolute;
  left: 77px;
  bottom: 0;
  z-index: 10;
}

.index-down img {
  display: block;
  width: 40px;
}

.index-down em {
  position: relative;
  display: block;
  width: 2px;
  height: 56px;
  background: #fff;
  margin: 20px auto 0;
}

.index-down em::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43%;
  background: #276CAD;
  animation: transY 1s infinite forwards;
}

@keyframes transY {
  from {
    top: 0;
  }

  to {
    top: 67%;
  }
}

.isb2cover {
  padding-top: 90px;
}

.ic2tab {
  position: relative;
  overflow: hidden;
  /* border-bottom: 2px solid #D6D6D6; */
}

.ic2tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #D6D6D6;
}

/* .ic2tab .swiper-button-next,.ic2tab .swiper-button-prev{
  color: #999;
}
.ic2tab .swiper-button-next:after,.ic2tab .swiper-button-prev:after{
  font-size: 30px;
}
.ic2tab .swiper-button-next{
  right: 0;
}
.ic2tab .swiper-button-prev{
  left: 0;
}
.ic2tab .swiper-button-next:hover,.ic2tab .swiper-button-prev:hover{
  color: #239DE8;
} */
.ic2tab .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.ic2tab .slick-arrow:before {
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}

.ic2tab .slick-prev:before {
  content: "\e83b";
}

.ic2tab .slick-next:before {
  content: "\e830";
}

.ic2tab .slick-prev {
  left: -10px;
}

.ic2tab .slick-next {
  right: -10px;
}

.ic2tab .slick-arrow:hover {
  color: #239DE8;
}

.ic2tab .slick-current.it2item::before {
  width: 100%;
  left: 0;
}

.it2item {
  position: relative;
  float: left;
  cursor: pointer;
  height: 90px;
  margin-bottom: 36px;
}

.it2item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -36px;
  width: 0;
  height: 2px;
  background: #239DE8;
  transition: 0.45s;
}

.it2item a {
  position: relative;
  display: block;
  /* height: 90px; */
  width: 100%;
  height: 100%;
}

.it2item img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.ic2cont {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.ici2wz {
  float: left;
  width: 49%;
  margin-top: 100px;
}

.ici2tp {
  float: right;
  width: 50%;
  transform: rotateZ(0deg);
  transform-style: preserve-3d;
  perspective: 1500px;
}

.ici2tp img {
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.icw2logo {
  display: block;
}

.icw2txt1 {
  display: block;
  color: #0E1421;
  font-size: 48px;
  line-height: 1.5;
  margin-top: 50px;
  font-weight: normal;
}

.icwtxt2 {
  color: #0E1421;
  font-size: 24px;
}

.icwbtn {
  margin-top: 90px;
}

.icwbtn a {
  position: relative;
  display: inline-block;
  width: 137px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 16px;
  margin-right: 10px;
  border-radius: 50px;
  transition: 0.45s;
  z-index: 3;
  overflow: hidden;
}

.icwbtn a i {
  display: inline-block;
  /* vertical-align: middle; */
  font-size: 12px;
  margin-right: 8px;
}

.icw2logo,
.icw2txt1,
.icwtxt2,
.icwbtn {
  animation-fill-mode: both;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}

.icw2logo {
  width: 37%;
  animation-delay: 0.1s;
}

.icw2logo img {
  display: block;
  width: 100%;
}

.icw2txt1 {
  animation-delay: 0.2s;
}

.icwtxt2 {
  animation-delay: 0.3s;
}

.icwbtn {
  animation-delay: 0.4s;
}

.ic2cont .slick-current .icw2logo,
.ic2cont .slick-current .icw2txt1,
.ic2cont .slick-current .icwtxt2,
.ic2cont .slick-current .icwbtn {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
}

.ic2cont .slick-current .ici2tp img {
  opacity: 1;
  -webkit-animation: swingInPrev 1s forwards;
  animation: swingInPrev 1s forwards;
}

@keyframes swingInPrev {
  0% {
    opacity: 0;
    transform: perspective(600px) rotateX(0deg) rotateY(10deg) scale(0.8) translateX(30%);
  }

  80% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 1;
    transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1) translateX(0%);
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.ib3pics {
  position: relative;
  overflow: hidden;
}

.ib3pics::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 62, 106, 0.6);
  z-index: 1;
}

.ip3item {
  position: relative;
  float: left;
}

.ip3item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**/
.isb3cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}

.isb3cover .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.isb3cover>.bg .cirBg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 86vw;
  height: 86vw;
  border-radius: 50%;
  line-height: 86vw;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.isb3cover>.bg>div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ic3b1,
.ic3b2 {
  width: 90vw;
}

.ic3b3,
.ic3b4 {
  width: 73vw;
}

.isb3cover>.bg .ic3b1 img,
.isb3cover>.bg .ic3b2 img {
  width: 100%;
  animation: roll2 30s linear infinite;
}

.isb3cover>.bg .ic3b3 img,
.isb3cover>.bg .ic3b4 img {
  width: 100%;
  animation: roll 12s linear infinite;
}

.isb3cover>.inner {
  /* padding-top: 120px; */
  position: relative;
  z-index: 10;
  /* padding-bottom: 220px; */
  width: 100%;
  height: 100%;
}

.isb3cover>.inner h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}

.isb3cover>.inner .group {
  height: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.isb3cover>.inner .group .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15vw;
  z-index: 13;
  box-sizing: border-box;
}

/* .isb3cover>.inner .group .con #clock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  width: 674px;
  height: 674px;
  transition: all 1s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0, 0, 1);
} */

.isb3cover>.inner .group .con #clock .cir {
  position: absolute;
  width: 674px;
  height: 674px;
  border-radius: 50%;
  line-height: 674px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.isb3cover>.inner .group .con #clock .time-box {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  top: -24px;
  left: -24px;
}

.isb3cover>.inner .group .con #clock .time-box>ul {
  width: 0;
  position: absolute;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-num {
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-num>li>i {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-num>li.on>i {
  opacity: 1;
}

.isb3cover>.inner .group .con #clock .time-box>ul>li {
  height: calc(100% + 6px);
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.isb3cover>.inner .group .con #clock .time-box>ul>li i {
  position: absolute;
  /* opacity: .5; */
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(1) {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(1) i {
  transform: translateX(-50%) rotate(-36deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(2) {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(2) i {
  transform: translateX(-50%) rotate(-108deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(3) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(3) i {
  transform: translateX(-50%) rotate(-180deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(4) {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(4) i {
  transform: translateX(-50%) rotate(-252deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(5) {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(5) i {
  transform: translateX(-50%) rotate(-324deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(6) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul>li:nth-of-type(6) i {
  transform: translateX(-50%) rotate(-360deg);
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir {
  transform-origin: 50% 50%;
  bottom: 50%;
  left: 50%;
  height: 50%;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li>i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  border: 2px solid;
  /* opacity: .8; */
  cursor: pointer;
  pointer-events: auto;
  border-color: transparent;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li>i>span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li>i>a {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li>i>a em {
  white-space: nowrap;
  display: block;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  transition: color .5s ease-in-out;
  font-style: normal;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li.on {
  pointer-events: none;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li.on>i {
  opacity: 1;
  pointer-events: none;
  /* border-color: #008755; */
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li.on .tcicon {
  opacity: 1;
  visibility: visible;
  background: #239DE8;
  transform: scale(1);
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li.on>i>span {
  opacity: 0;
}

.tcicon {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 40px;
  text-align: center;
  transform: scale(0.1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all .4s ease;
}
.tcicon img {
  width: 30px; margin-top: -10px;
}
.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li.on>i>a>em {
  color: #fff;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li:nth-child(1)>i>a {
  left: calc(100% + 30px);
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li:nth-child(2)>i>a {
  left: calc(100% + 20px);
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li:nth-child(3)>i>a {
  width: calc(100% + 2rem);
  top: 95%;
  left: -1rem;
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li:nth-child(4)>i>a {
  right: calc(100% + 30px);
}

.isb3cover>.inner .group .con #clock .time-box>ul.time-cir>li:nth-child(5)>i>a {
  right: calc(100% + 30px);
}

.isb3cover>.inner .group .con #clock .time-move {
  z-index: 4;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
}

.isb3cover>.inner .group .con #clock .time-move canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@keyframes roll {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    opacity: 1;
  }
}

@keyframes roll2 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    opacity: 1;
  }
}

.max-wid {
  width: 84%;
  max-width: 1600px;
  margin: auto;
}

.msg-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 68%;
  z-index: 10;
}

.mb-ib3tab {
  display: none;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 60px;
  width: 90%;
  overflow: hidden;
  z-index: 10;
}

.mit3qh {
  position: relative;
  float: left;
}

.mit3qh i {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.4);
}

.gybt {
  display: block;
  color: #0E1421;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}

.wzbs {
  color: #fff;
}

.mbt2 {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}

.mbt3 {
  position: relative;
  display: block;
  width: 169px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #fff;
  margin: 67px auto 0;
  z-index: 3;
  overflow: hidden;
}

.ic4tab {
  text-align: center;
  margin-top: 45px;
}

.it4qh {
  display: inline-block;
  padding: 0 37px;
  color: #999999;
  font-size: 18px;
  line-height: 1;
}

.it4qh:not(:first-child) {
  border-left: 1px solid #D6D6D6;
}

.it4qh.active,
.it4qh:hover {
  color: #239DE8;
}

.ic4cont {
  margin-top: 70px;
}

.ic4box {
  display: none;
}

.ib4list {
  margin-left: -4%;
}

.ib4list li {
  float: left;
  width: 29.333%;
  margin-left: 4%;
  cursor: pointer;
}

.ib4list li:hover .il4tp img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
}

.il4tp {
  position: relative;
  overflow: hidden;
}

.il4tp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.il4tp img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.il4tp i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  color: #239DE8;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.il4txt {
  background: #fff;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  padding: 0 10px;
}

.ic4more a {
  position: relative;
  display: block;
  width: 169px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  border-radius: 25px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 15px;
  margin: 78px auto 0;
  z-index: 3;
  overflow: hidden;
  transition: 0.45s;
}

.spbg.active,.spbg2.active {
  opacity: 1;
  visibility: visible;
}

.spbg,.spbg2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.video {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.spbot {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  width: 800px;
  /* height: 500px; */
  transform: translate(-50%, -50%);
}

.spclose {
  position: absolute;
  top: 0;
  right: -60px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  z-index: 10;
  cursor: pointer;
  transition: 0.45s;
  line-height: 1;
}

.spclose:hover {
  transform: rotate(360deg);
}

.isb5cover {
  position: relative;
  height: 100%;
}
.ic5top{
  display: flex;
  align-items: center;
  padding-top: 140px;
}
.ic5left{
  width: 29%;
}
.ic5btn{
  margin-left: auto;
}
.ic5btn a{
  position: relative;
  display: block;
  width: 169px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  border-radius: 25px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 15px;
  overflow: hidden;
  z-index: 3;
}
.ic5btn a::before{
  content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-radius: 28px;
    background: #239DE8;
    z-index: -2;
    transition: 0.45s;
}
.ic5btn a:hover{
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
}
.ic5btn a:hover::before{
  left: 0;
  width: 100%;
}
.ic5dw{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ic5bg img{
  display: block;
  width: 100%;
}
.ic5pa{
  position: absolute;
}
.icd1{
  left: 16%;
  bottom: 85%;
}
.icd2{
  left: 32.5%;
  bottom: 105%;
}
.icd3{
  left: 49%;
  bottom: 85%;
}
.icd4{
  left: 66%;
  bottom: 105%;
}
.icd5{
  left: 82.5%;
  bottom: 85%;
}
/* .ic5left {
  float: left;
  width: 25%;
  margin-top: 125px;
} */

.il5lable {
  color: #0E1421;
  font-size: 18px;
}

.il5list {
  margin-top: 60px;
}

.il5list li {
  padding: 5px 0 14px 0;
  border-bottom: 1px solid #D9D9D9;
}

.il5number {
  float: left;
  overflow: hidden;
}

.il5number strong {
  display: block;
  font-family: "Gilroy-Regular.woff";
  color: #239DE8;
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
  overflow: hidden;
}

.il5number strong sup {
  font-size: 30px;
  font-weight: bold;
}

.il5number em {
  display: block;
  font-style: normal;
  color: #666666;
  font-size: 16px;
}

.il5icon {
  float: right;
  margin-top: 25px;
}

.il5icon img {
  display: block;
  width: 100%;
}

.il5list li:nth-child(1) .il5icon {
  margin-right: 6px;
}

.ic5right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 55%;
}

.ar5map img {
  display: block;
  width: 100%;
}

.ar5cv {
  position: absolute;
  top: 2%;
  left: -2%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
}

.circle:nth-child(1) {
  animation: anim 3s linear infinite;
}

.circle:nth-child(2) {
  animation: anim 3s linear 0.8s infinite;
}

.circle:nth-child(3) {
  animation: anim 3s linear 1.6s infinite;
}

@keyframes anim {
  from {
    background-color: rgba(35, 157, 232, 0.1);
    opacity: 1;
    transform: scale(0);
  }

  to {
    background-color: rgba(35, 157, 232, 0.1);
    opacity: 0;
    transform: scale(4);
  }
}
.ar5pic {
  position: absolute;
  top: 52%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 88px;
}

.ar5pic img {
  display: block;
  width: 100%;
}

.isb6cover {
  position: relative;
  z-index: 10;
  height: 100%;
}

.ic6left {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.il6w {
  width: 25%;
}

.iw6r {
  margin-top: 60px;
}

.ir6qh {
  display: block;
  color: #0E1421;
  font-size: 18px;
  margin-top: 20px;
}

.ir6qh:hover,
.ir6qh.active {
  color: #239DE8;
}

.iw6more a {
  position: relative;
  display: block;
  width: 169px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  background: #239DE8;
  margin-top: 120px;
  z-index: 3;
  transition: 0.9s;
  overflow: hidden;
}

.ic6right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
}

.ir6box.active {
  opacity: 1;
  visibility: visible;
}

.ir6box {
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
}

.ir6item {
  position: relative;
  float: left;
  width: 33.333%;
  height: 100%;
  box-sizing: border-box;
  padding: 150px 28px 0 28px;
  border-left: 1px solid #DCDCDC;
  transition: 0.65s;
}

.ir6item::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 2px;
  height: 0;
  background: #239DE8;
  transition: 0.55s;
}

.ir6item.active::before {
  height: 20%;
}

.ic6right .ir6item.sx-w {
  width: 25%;
}

.ic6right .ir6item.wf-w {
  width: 50%;
}

.iri6bt {
  display: block;
  color: #666767;
  font-size: 22px;
  line-height: 1.5;
  height: 66px;
  overflow: hidden;
}

.iri6date {
  display: block;
  color: #666767;
  font-size: 14px;
  margin-top: 5px;
}

.iri6ms {
  color: #999999;
  font-size: 15px;
  margin-top: 20px;
  height: 81px;
  overflow: hidden;
}

.iri6more {
  display: block;
  color: #999999;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
  font-style: normal;
}

.iri6more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.iri6pic {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 50%;
  overflow: hidden;
}

.iri6pic img {
  display: block;
  width: 100%;
}

.footer-wrap {
  padding: 127px 0 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.fwtop {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 32px 0;
}

.ftlogo {
  position: relative;
  float: left;
  width: 24%;
  height: 57px;
}

.ftlogo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.ftlogo:not(:first-child) {
  /* margin-left: 39px; */
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.ftlogo:not(:first-child) img {
  margin-left: 39px;
}

.fttop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fttop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  border: 1px solid #ccc;
  transition: 0.35s;
  z-index: 99;
}

.fttop a {
  color: #ccc;
  display: block;
  font-size: 39px;
  transition: 0.35s;
}

.fttop:hover {
  background: #239DE8;
  border: 1px solid #239DE8;
}

.fttop:hover a {
  color: #fff;
  transform: rotateY(180deg);
}

.fwcenter {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.fcway {
  float: left;
  width: 24%;
  padding: 36px 15px 70px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}

.fwtxt1 {
  display: block;
  color: #fff;
  font-size: 16px;
}

.fwnumber {
  font-family: "Gilroy-Regular.woff";
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
}

.fwtxt2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.fwewm {
  margin-top: 50px;
  width: 110px;
}

.fwewm img {
  display: block;
  width: 100%;
}

.fclist {
  float: right;
  padding: 40px 0 0 0;
}

.fclist li {
  float: left;
  margin-left: 108px;
}

.flyj {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.flej {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-top: 10px;
}

.flej:hover {
  color: #fff;
}

.fwbottom {
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.fbl {
  float: left;
  margin-top: 10px;
}

.fbltxt {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-right: 40px;
}

.fs-select {
  float: right;
  position: relative;
  width: 290px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.18) !important;
  background: url(../images/i8.png) 95% no-repeat;
  background-size: 11px 9px;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 3px;
}

.fs-zk {
  display: none;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  z-index: 99;
  position: absolute;
  left: -1px;
  bottom: 100%;
  z-index: 99;
  box-sizing: border-box;
}

.fs-zk a {
  display: block;
  color: #333;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
}

.fs-zk a:hover {
  color: #239DE8;
}

@keyframes waves {
  from {
    clip-path: polygon(0% 17%, 9% 10%, 18% 4%, 30% 0%, 43% 1%, 49% 4%, 57% 7%, 66% 10%, 78% 11%, 89% 11%, 96% 9%, 100% 7%, 100% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(0% 4%, 6% 9%, 13% 13%, 23% 15%, 31% 16%, 42% 15%, 49% 13%, 61% 10%, 71% 5%, 81% 3%, 90% 2%, 100% 5%, 100% 100%, 0% 100%);
  }

  to {
    clip-path: polygon(0% 17%, 9% 10%, 18% 4%, 30% 0%, 43% 1%, 49% 4%, 57% 7%, 66% 10%, 78% 11%, 89% 11%, 96% 9%, 100% 7%, 100% 100%, 0% 100%);
  }
}

.insides-banner {
  position: relative;
}

.ibpic {
  overflow: hidden;
}

.ibpic img {
  display: block;
  width: 100%;
}

.ibbrand {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.ibbtxt {
  display: inline-block;
  color: #9FA9B4;
  font-size: 12px;
  margin-right: 5px;
}

.ibbtxt i {
  display: inline-block;
  margin-left: 7px;
  font-size: 12px;
  transform: scale(0.7);
}

.ibbtxt.active {
  color: #239DE8;
}

.ibcv {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}

.pct1 {
  font-family: 'Gilroy';
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  display: block;
}

.pct2 {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
}

.pct3 {
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
}

.insides-ej {
  position: relative;
  z-index: 10;
  margin-top: -60px;
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
  line-height: 60px;
}

.ielink {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0 40px;
  z-index: 3;
}

.ielink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #239DE8;
  z-index: -3;
  transition: 0.45s;
}

.ielink:hover::before,
.ielink.active::before {
  top: 0;
  height: 100%;
}

.products-bot1 {
  padding: 110px 0;
}

.isgb1 {
  display: block;
  color: #0E1421;
  font-size: 40px;
  font-weight: normal;
}

.isgb2 {
  color: #5E5D5D;
  font-size: 18px;
}

.pb1cont {
  margin-top: 80px;
}

.pc1left {
  float: left;
  position: relative;
  width: 47%;
  border-radius: 8px;
  overflow: hidden;
}

.pc1left img {
  display: block;
  width: 100%;
}

.pl1play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

.pl1play i {
  display: block;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  text-align: center;
  line-height: 59px;
  color: #fff;
  font-size: 20px;
  background: #239DE8;
  margin: 0 auto;
}

.pl1play em {
  display: block;
  font-family: "Gilroy-Regular.woff";
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  font-style: normal;
  text-decoration: underline;
}

.pc1right {
  float: right;
  width: 47%;
  margin-top: 30px;
}

.pr1nr {
  color: #5E5D5D;
  font-size: 16px;
  line-height: 32px;
}

.pr1btn a {
  position: relative;
  display: block;
  width: 183px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50px;
  background: #239DE8;
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  z-index: 3;
  transition: 0.9s;
  overflow: hidden;
}

.pr1btn a::before,
.iw6more a::before,
.cbright a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #999;
  transition: 0.45s;
  border-radius: 50px;
  z-index: -3;
}

.pr1btn a:hover::before,
.iw6more a:hover::before,
.cbright a:hover::before {
  left: 0;
  width: 100%;
}

.pr1btn a:hover {
  background: none;
}

.pr1btn a i {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}

.products-bot2 {
  padding: 0 0 86px 0;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.pb2list {
  margin-left: -3%;
  display: flex;
}

.pb2list li {
  flex: 1;
  float: left;
  width: 30.333%;
  margin-left: 3%;
  border-radius: 8px;
  overflow: hidden;
  background: #F7F7F7;
  margin-top: 50px;
}

.pb2list li:hover .pl2pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.pl2pic {
  overflow: hidden;
}

.pl2pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.pl2wz {
  /* background: #F7F7F7; */
  padding: 36px 32px 55px 32px;
}

.pw2txt1 {
  display: block;
  color: #0E1421;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
}

.pw2nr {
  margin-top: 35px;
  /* height: 81px; */
  /* overflow-y: scroll; */
  padding-right: 10px;
}

.pn2txt {
  position: relative;
  color: #5E5D5D;
  font-size: 15px;
  /* margin-top: 15px; */
  padding-left: 8px;
}

.pw2nr::-webkit-scrollbar {
  width: 4px;
  background: none;
  border-radius: 10px;
}

.pw2nr::-webkit-scrollbar-thumb {
  width: 4px;
  background: #ccc;
}

.pw2nr::-webkit-scrollbar-corner {
  background: none;
}

.pw2nr::-webkit-scrollbar:horizontal {
  height: 9px;
}


.pn2txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  height: 2px;
  background: #5E5D5D;
  border-radius: 50%;
}

.products-bot3 {
  padding: 125px 0;
  overflow: hidden;
}

.pb3banner {
  position: relative;
  margin-left: -2%;
  margin-top: 50px;
}

.pb3banner .slick-list {
  overflow: visible;
}

.pb3item {
  position: relative;
  float: left;
  width: 23%;
  margin-left: 2%;
  margin-top: 30px;
}

.pb3pic {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}

.pb3pic img {
  display: block;
  width: 100%;
}

.pb3txt {
  color: #707070;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  height: 58px;
  overflow: hidden;
}

.pb3lb {
  position: relative;
  width: 53%;
  margin: 35px auto 0;
}

.pb3pn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 53px;
  height: 53px;
  line-height: 53px;
  cursor: pointer;
}

.pb3jt {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #EDF2F6;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
  transition: 0.25s;
}

.pb3prev {
  left: -26px;
}

.pb3next {
  right: -26px;
}

.pb3cricle {
  position: absolute;
  top: 0;
  left: 0;
  /* border: 1px solid #239DE8; */
}

.path {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  fill: rgba(255, 255, 255, 0);
}

.pb3pn:hover .pb3jt {
  border: 1px solid rgba(237, 242, 246, 0);
}

.pb3pn:hover .path {
  animation: dash 4s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.products-bot4 {
  background: #F7F7F7;
  padding: 89px 0 155px 0;
}

.pb4cont {
  position: relative;
}

.pc4left {
  float: left;
  width: 27%;
  position: sticky;
  top: 82px;
}

.pl4yaer {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  padding: 35px 0;
}

.pl4yaer .slick-arrow {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #239DE8;
  border: 1px solid #239DE8;
}

.pl4yaer .slick-arrow:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}

.pl4yaer .slick-prev:before {
  content: "\e83c";
}

.pl4yaer .slick-next:before {
  content: "\e83a";
}

.pl4yaer .slick-prev {
  top: 0;
}

.pl4yaer .slick-next {
  bottom: 0;
}

.pl4yaer .slick-arrow:hover {
  color: #239DE8;
}

.pl4yaer::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #239DE8;
}

.pl4yaer .slick-current.py4item::before {
  /* width: 12px;
	height: 12px;*/
  left: 4px;
  transform: translateY(-50%) scale(1.3);
  background: #239DE8;
}

.pl4yaer .slick-current.py4item em,
.pl4yaer .slick-current.py4item em::before {
  background: #239DE8;
}

.pl4yaer .slick-current.py4item span {
  /* font-size: 24px; */
  color: #239DE8;
}

.py4item {
  position: relative;
  padding: 35px 0 35px 34px;
  cursor: pointer;
}

.py4item::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999999;
  border: 8px solid #fff;
  transition: 0.65s;
  transform-origin: center;
}

.py4item em {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 1px;
  background: #999999;
  transition: 0.45s;
}

.py4item em::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999999;
  transition: 0.45s;
}

.py4item span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Gilroy-Regular.woff";
  color: #999999;
  font-size: 18px;
  margin-left: 12px;
  transition: 0.45s;
}

.pl4load {
  display: block;
  color: #239DE8;
  font-size: 16px;
  text-decoration: underline !important;
  margin-top: 49px;
}

.pc4right {
  float: right;
  width: 73%;
  margin-top: 200px;
}

.pr4title {
  display: block;
  color: #0E1421;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}

.pr47nr {
  color: #666767;
  font-size: 16px;
  margin-top: 30px;
  line-height: 32px;
}

.products-bot5 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.pb5list {
  margin-top: 20px;
  margin-left: -4%;
  padding-bottom: 93px;
  overflow: hidden;
}

.pb5list .slick-dots {
  position: absolute;
  width: 96%;
  text-align: center;
  left: 4%;
  bottom: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*z-index: 104;*/
}

.pb5list .slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 10px;
}

.pb5list .slick-dots li a {
  text-indent: 10em;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pb5list .slick-dots li a:focus {
  outline: none;
}

.pb5list .slick-dots li.slick-active {
  opacity: 1;
  visibility: visible;
  background: #000;
}

.pl5item {
  position: relative;
  float: left;
}

.pi5l,
.tb2list li {
  position: relative;
  float: left;
  width: 29.333%;
  margin: 42px 0 0 4%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  padding: 30px 30px 20px 30px;
  box-sizing: border-box;
  transition: 0.45s;
}

.pi5l:hover,
.tb2list li:hover {
  box-shadow: 0 0 12px rgba(14, 20, 33, 0.16);
}

.pi5l:hover .pl5btn,
.tb2list li:hover .pl5btn {
  background: #239DE8;
  color: #fff;
  border: 1px solid #239DE8;
}

.pl5txt {
  color: #0E1421;
  font-size: 18px;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pl5btn {
  position: relative;
  display: block;
  width: 137px;
  height: 39px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #707070;
  color: #5E5D5D;
  font-size: 16px;
  margin-top: 40px;
  border-radius: 50px;
  transition: 0.45s;
  z-index: 3;
  overflow: hidden;
  box-sizing: border-box;
}

.pl5btn i {
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
}

.pd6bot1 {
  padding: 120px 0;
}

.pb6cont {
  position: relative;
  margin-top: 50px;
  border: 1px solid #EDEDED;
  padding: 60px 56px 48px 68px;
  border-radius: 8px;
}

.pc4logo {
  position: absolute;
  left: 68px;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
}

.pc4logo img {
  display: block;
  width: 100%;
}

.pc4wz {
  float: right;
  width: 69%;
}

.pr4txt1 {
  display: block;
  line-height: 1.5;
  color: #0E1421;
  font-size: 26px;
}

.pr4txt2 {
  color: #666767;
  font-size: 16px;
  margin-top: 10px;
}

.pr4lable {
  margin-top: 30px;
}

.pl4td {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  margin-right: 30px;
  line-height: 1;
}

.pl4td:not(:first-child) {
  padding-left: 30px;
  border-left: 1px solid #999999;
}

.pr4btn {
  margin-top: 38px;
}

.pb4an {
  position: relative;
  display: inline-block;
  width: 137px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  border-radius: 50px;
  border: 1px solid #239DE8;
  margin-right: 10px;
  font-size: 16px;
  color: #239DE8;
  transition: 0.45s;
  z-index: 3;
  overflow: hidden;
}

.pb4an i {
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
}

.pb4an:hover {
  background: #239DE8;
  color: #fff;
}

.pd6bot2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 168px 0;
}

.pb6list {
  margin-left: -3%;
  margin-top: 10px;
}

.pb6list li {
  position: relative;
  float: left;
  width: 30.333%;
  margin: 45px 0 0 3%;
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px;
  transition: 0.45s;
}

.pb6list li:hover {
  box-shadow: 0 0 12px rgba(14, 20, 33, 0.16);
}

.pl2t1 {
  color: #0E1421;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pl2t2 {
  display: block;
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
}

.pl2line {
  display: block;
  width: 100%;
  height: 1px;
  background: #DEDEDE;
  margin-top: 50px;
}

.pl2t3 {
  margin-top: 20px !important;
  border: 1px solid #239DE8;
  color: #239DE8;
  font-weight: normal;
}

.pb6list li:hover .pl2t3 {
  background: #239DE8;
  color: #fff;
  border: 1px solid rgba(35, 157, 232, 0);
}

.nybt1 {
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 1.5;
}

.nybt2 {
  color: #fff;
  font-size: 23px;
  margin-top: 20px;
  line-height: 1.5;
}

.cwlist li {
  position: relative;
  padding: 95px 0;
  z-index: 3;
}

.cwlist li:hover::before {
  height: 100%;
}

.cwlist li:hover .clpic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.cwlist li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #F7F6F7;
  transition: 0.65s;
  z-index: -3;
}

.cwlist li:nth-of-type(odd) .clpic {
  float: left;
}

.cwlist li:nth-of-type(odd) .clwz {
  float: right;
  padding-left: 64px;
}

.cwlist li:nth-of-type(even) .clpic {
  float: right;
}

.cwlist li:nth-of-type(even) .clwz {
  float: left;
  padding-right: 64px;
}

.clpic {
  border-radius: 6px;
  overflow: hidden;
  width: 50%;
}

.clpic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.clwz {
  width: 50%;
  box-sizing: border-box;
}

.clwt1 {
  display: block;
  color: #0E1421;
  font-size: 26px;
  line-height: 1.5;
  font-weight: normal;
}

.clwt2 {
  color: #999999;
  font-size: 16px;
  margin-top: 40px;
  height: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: justify;
}

.clwbtn {
  margin-top: 90px !important;
  border: 1px solid #999999;
  color: #999999;
}

.cdwbot1 {
  margin-top: 60px;
}

.cb1lable {
  color: #239DE8;
  font-size: 24px;
  font-weight: normal;
}

.cdwnr {
  margin-top: 40px;
  font-size: 18px;
  color: #5E5D5D;
}

.cdwbot2 {
  margin-top: 150px;
}

.cb2title {
  position: relative;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
}

.cb2title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 198px;
  height: 3px;
  background: #239DE8;
}

.ct2txt {
  display: block;
  color: #239DE8;
  font-size: 18px;
  line-height: 1.5;
}

.cdwbg {
  background: #F7F6F7;
  padding: 50px 0 150px 0;
  margin-top: 75px;
}

.cdblist {
  margin-top: 70px;
  border: 1px solid #999999;
  overflow: hidden;
}

.cdblist li:not(:first-child) {
  border-top: 1px solid #999999;
}

.clbt {
  position: relative;
  padding: 23px 30px;
  cursor: pointer;
}

.clbtxt {
  float: left;
  width: 90%;
  color: #999999;
  font-size: 18px;
}

.clbicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #999999;
}

.clbicon::before,
.clbicon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.35s;
}

.clbicon::before {
  width: 10px;
  height: 2px;
}

.clbicon::after {
  width: 2px;
  height: 10px;
}

.clbt.active .clbicon::after {
  height: 0;
}

.clzk {
  display: none;
  border-top: 1px solid #999999;
  padding: 45px 50px;
  margin-left: -1%;
}

.czpic {
  float: left;
  width: 32.333%;
  margin: 10px 0 10px 1%;
}

.czpic img {
  display: block;
  width: 100%;
}

.cdwbottom {
  padding: 66px 0 90px 0;
}

.cbleft {
  float: left;
  width: 50%;
}

.cltxt {
  display: block;
  color: #666767;
  font-size: 16px;
  margin-bottom: 8px;
}

.cltxt:hover {
  color: #239DE8;
}

.cbright {
  float: right;
}

.cbright a {
  position: relative;
  display: block;
  width: 137px;
  height: 39px;
  border-radius: 50px;
  text-align: center;
  line-height: 39px;
  color: #fff;
  font-size: 16px;
  background: #239DE8;
  overflow: hidden;
  z-index: 3;
  transition: 0.45s;
}

.cbright a i {
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
}

.train-wrap {
  padding: 15px 0 178px 0;
}

.train-wrap .ic4tab {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1);
  transition: 0s;
}

.twlist {
  margin-left: -2%;
  margin-top: 19px;
}

.twlist li {
  position: relative;
  float: left;
  width: 31.333%;
  margin: 38px 0 0 2%;
  overflow: hidden;
  border-radius: 6px;
  background: #F7F6F7;
  transition: 0.45s;
  cursor: pointer;
}

.tlwz {
  padding: 37px 30px 30px 30px;
}

.tlwbt {
  display: block;
  font-size: 22px;
  color: #666666;
  line-height: 1.5;
  font-weight: normal;
}

.tlwms {
  color: #999999;
  font-size: 16px;
  margin-top: 5px;
  height: 58px;
  overflow: hidden;
}

.tlwzy {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
}

.tlz {
  float: left;
}

.tly {
  float: right;
}

.tlztxt {
  font-family: "Gilroy-Regular.woff";
  color: #999999;
  font-size: 14px;
}

.tlztxt i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 23px;
  margin-right: 6px;
  line-height: 1;
  color: #CECECE;
}

.it4time {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px 0 6px 0;
  color: #fff;
  font-size: 14px;
  padding: 2px 15px;
  z-index: 1;
}

.twlist li:hover .il4tp img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
}

.twlist li:hover {
  box-shadow: 0 0 12px rgba(14, 20, 33, 0.16);
}

.twlist li:hover .tlwbt {
  color: #239DE8;
}

.pages-list {
  margin-top: 135px;
  text-align: center;
}

.pages-list a {
  font-family: "Gilroy-Regular.woff";
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  text-align: center;
  line-height: 48px;
  color: #999999;
  font-size: 16px;
  margin: 0 4px;
}

.pages-list a:hover {
  background: #239DE8;
  border: 1px solid #239DE8;
  color: #fff;
}

.plgo {
  background: #CECECE;
  color: #fff !important;
  border: 1px solid #CECECE;
}

.plsrk {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  text-align: center;
  line-height: 48px;
  color: #999999;
  font-size: 16px;
  margin-left: 30px;
}

.plsrk input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
}

.train2-wrap {
  padding: 65px 0 108px 0;
}

.tb2list {
  margin-left: -4%;
  margin-top: 20px;
}

.tb22list {
  margin-left: -4%;
}

.tb22list li {
  float: left;
  width: 46%;
  position: relative;
  margin: 58px 0 0 4%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  padding: 20px;
  transition: 0.45s;
}

.tb22list li:hover .tl22pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.tb22list li:hover {
  box-shadow: 0 0 12px rgba(14, 20, 33, 0.16);
}

.tb22list li:hover .tw22btn {
  color: #fff;
  background: #239DE8;
  border: 1px solid #239DE8;
}

.tl22pic {
  float: left;
  width: 21%;
  overflow: hidden;
}

.tl22pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.tl22wz {
  float: right;
  width: 72%;
}

.tw22bt {
  display: block;
  color: #0E1421;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}

.tw22ms {
  color: #666767;
  font-size: 16px;
  margin-top: 10px;
  height: 58px;
  overflow: hidden;
}

.tw22btn {
  margin-top: 20px !important;
}

.support-wrap {
  padding: 58px 0 216px 0;
}

.swselect {
  position: relative;
  z-index: 101;
  margin-left: -3%;
}

.swsitem {
  position: relative;
  float: left;
  width: 30.333%;
  margin-left: 3%;
}

.swibt {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-radius: 50px;
  border: 1px solid #EDEDED;
  padding: 0 38px;
  color: #999999;
  font-size: 16px;
  appearance: none;
  background: url(../images/i13.png) no-repeat 85%;
  background-size: 16px 10px;
  box-sizing: border-box;
  background-color: #fff !important;
  cursor: pointer;
  transition: 0.25s;
}

.swibt.active {
  color: #239DE8;
  background: url(../images/i14.png) no-repeat 85%;
  background-size: 16px 10px;
}

.swibt:hover {
  background-color: #E5F6FF !important;
}

.swiselect {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  padding: 75px 38px 30px 38px;
  z-index: 2;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.swiselect li {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.swstxt {
  transition: 0.35s;
  display: block;
  color: #999999;
  font-size: 16px;
  margin: 15px 0;
  word-break: break-all;
}

.swiselect li:nth-child(1),
.az32qh:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.swiselect li:nth-child(2),
.az32qh:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.swiselect li:nth-child(3),
.az32qh:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.swiselect li:nth-child(4),
.az32qh:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.swiselect li:nth-child(5),
.az32qh:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.swiselect li:nth-child(6),
.az32qh:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.swiselect li:nth-child(7),
.az32qh:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.swiselect li:nth-child(8),
.az32qh:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.swiselect li:nth-child(9),
.az32qh:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.swiselect li:nth-child(10),
.az32qh:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.swiselect li:nth-child(11),
.az32qh:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.swiselect li:nth-child(12),
.az32qh:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.swstxt:hover {
  color: #239DE8;
}

.swlist {
  padding-bottom: 78px;
  margin-top: 120px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.23);
}

.swlist li {
  position: relative;
  margin-top: 57px;
}

.swlist li:hover .slqtxt {
  color: #239DE8;
}

.swlist li:hover .swatxt {
  background: #239DE8;
}

.swlist li:hover .swtwz,
.swlist li:hover .swtxq {
  color: #FFF;
}

.swlist li:hover .swatxt::before {
  border-left: 10px solid #239DE8;
}

.swlqs {
  position: relative;
  padding-left: 15px;
}

.swlqs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 24px;
  background: #239DE8;
}

.swlqs img {
  display: inline-block;
  vertical-align: middle;
}

.slqtxt {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin-left: 20px;
  color: #111111;
  font-size: 20px;
  margin-left: 20px;
  font-weight: normal;
}

.swlans {
  position: relative;
  width: 70%;
  margin-left: 30%;
  margin-top: 30px;
}

.swatxt {
  position: relative;
  float: left;
  width: 95%;
  background: #F5F5F5;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px 30px;
  transition: 0.45s;
}

.swatxt::before {
  content: "";
  position: absolute;
  bottom: 24px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #F5F5F5;
  transition: 0.45s;
}

.swtwz {
  color: #333333;
  font-size: 16px;
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.swtxq {
  display: block;
  color: #239DE8;
  font-size: 14px;
  margin-top: 30px;
  font-weight: normal;
}

.swtxq i {
  font-size: 12px;
  margin-right: 5px;
}

.swazk {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.ibcont {
  margin-top: 75px;
}

.ibcleft {
  float: left;
  width: 77%;
  box-sizing: border-box;
  padding-right: 47px;
  border-right: 1px solid #E1E1E1;
  padding-bottom: 50px;
}

.ibllable {
  display: block;
  color: #C7C7C7;
  font-size: 14px;
  font-weight: bold;
}

.ibltitle {
  display: block;
  color: #333333;
  font-size: 32px;
  line-height: 1.5;
  margin-top: 15px;
  font-weight: normal;
}

.iblts {
  border-bottom: 1px solid #D9D8D6;
  padding-bottom: 25px;
  margin: 50px 0 100px 0;
}

.ibltxt {
  display: block;
  color: #999999;
  font-size: 14px;
}

.ibll {
  float: left;
  margin-right: 78px;
}

.iblr {
  float: right;
}

.iblnr {
  color: #5E5D5D;
  font-size: 18px;
  margin-top: 40px;
}

.iblbt {
  font-weight: normal;
  color: #333333;
  font-size: 30px;
  border-bottom: 1px solid #D9D8D6;
  margin-top: 50px;
  padding-bottom: 25px;
}

.ibcright {
  position: sticky;
  top: 120px;
  float: right;
  width: 20%;
}

.sdwrap .ibbrand {
  position: static;
  transform: translateX(0);
}

.sdwrap {
  padding: 30px 0 68px 0;
}

.ibrtitle {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D8D6;
}

.ibtbt {
  display: block;
  float: left;
  color: #333333;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}

.ibtsx {
  display: block;
  float: right;
  color: #999999;
  font-size: 13px;
}

.ibtsx i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
}

.ibrlist {
  padding: 10px 0 37px 0;
  border-bottom: 1px solid #D9D8D6;
}

.ibrlink {
  display: block;
  color: #666767;
  font-size: 14px;
  margin-top: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ibrlink:hover,
.ibtsx:hover {
  color: #239DE8;
}

.ibrbtn a {
  display: block;
  background: #239DE8;
  color: #fff;
  margin-top: 46px;
  border: none;
}

.sp2wrap {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 86px 0;
}

.sw2cv {
  margin-top: 50px;
}

.sc2left {
  float: left;
  width: 40%;
  margin-top: 70px;
}

.sc2btxt {
  color: #fff;
  font-size: 14px;
  margin-top: 70px;
}

.sc2btxt i {
  display: inline-block;
  color: #239DE8;
  font-size: 12px;
}

.sct2wz {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-left: 17px;
}

.sct2wz a {
  color: #239DE8;
  text-decoration: underline;
}

.sc2right {
  float: right;
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 25px 30px 70px 30px;
}

.scr2item:not(:first-child) {
  margin-top: 46px;
}

.sci2title {
  display: block;
  color: #5E5D5D;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
}

.sci2zy {
  margin-top: 10px;
  margin-left: -2%;
}

.scz2l {
  display: block;
  float: left;
  width: 48%;
  margin-left: 2%;
  border-radius: 6px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
}

.scl2bt {
  position: relative;
  display: inline-block;
  color: #999999;
  font-size: 15px;
  font-style: normal;
  padding-right: 8px;
}

.scl2bt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #999999;
}

.scl2srk {
  display: inline-block;
  width: 75%;
  height: 100%;
  border: none;
  background: transparent;
  margin-left: 10px;
  color: #666;
  font-size: 15px;
}

.scl2xl {
  float: left;
  width: 48%;
  margin-left: 2%;
  border-radius: 6px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  border: none;
  background-color: #fff !important;
  color: #999999;
  font-size: 15px;
  appearance: none;
  background: url(../images/i12.png) no-repeat 93%;
  background-size: 9px 8px;
}

.sci2area {
  font-family: "SourceHanSansCN-Regular";
  width: 100%;
  height: 69px;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
  border: none;
  color: #666;
  font-size: 15px;
  resize: none;
}

.scr2add {
  margin-top: 30px;
}

.sa2tj {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 109px;
  height: 38px;
  line-height: 38px;
  border-radius: 21px;
  background: #239DE8;
  text-align: center;
  line-height: 38px;
}

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

.sa2cv {
  color: #fff;
  font-size: 12px;
}

.sa2cv img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 8px;
}

.sa2txt {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  font-size: 14px;
  margin-left: 18px;
}

.scr2btn a {
  display: block;
  width: 100%;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 6px;
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
  background: #239DE8;
}

.news-wrap {
  padding: 40px 0 175px 0;
}

.nwlist li {
  position: relative;
  padding: 75px 0;
  border-bottom: 1px solid #EBEBEB;
}

.nwlist li:hover::before {
  transition: 0.65s;
  left: 0;
  width: 100%;
}

.nwlist li:hover .nwlpic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.nwlist li:hover .nlwicon {
  color: #fff;
}

.nwlist li:hover .nlwicon::before {
  transform: scale(1);
}

.nwlist li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #239DE8;
  transition: 0.15s;
}

.nwldate {
  float: left;
  font-family: "Gilroy-Regular.woff";
  text-align: center;
}

.nwldd {
  display: block;
  color: #0E1421;
  font-size: 58px;
  line-height: 1;
  font-weight: normal;
}

.nwldym {
  display: block;
  font-style: normal;
  color: #0E1421;
  font-size: 16px;
}

.nwlpic {
  float: left;
  width: 26%;
  margin-left: 44px;
  overflow: hidden;
}

.nwlpic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.nlwwz {
  float: right;
  width: 63%;
}

.nlwt1 {
  display: block;
  color: #0E1421;
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
}

.nlwt2 {
  color: #999999;
  font-size: 16px;
  margin-top: 30px;
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nlwicon {
  position: relative;
  display: block;
  color: #999999;
  font-size: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-top: 60px;
  transition: 0.45s;
  z-index: 3;
}

.nlwicon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: center;
  background: #239DE8;
  z-index: -3;
  transition: 0.45s;
  border-radius: 50%;
}

.ndlable {
  color: #0E1421;
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.5;
  font-weight: lighter;
}

.ndritem {
  position: relative;
}

.ndritem:first-child {
  margin-top: 20px;
}

.ndritem:not(:first-child) {
  margin-top: 70px;
}

.ndritem:hover .ndit1,
.ndritem:hover .ndit2 {
  color: #239DE8;
}

.ndit1 {
  display: block;
  color: #0E1421;
  font-size: 14px;
}

.ndit2 {
  color: #666767;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ndit3 {
  display: block;
  color: #239DE8;
  font-size: 14px;
  margin-top: 20px;
  text-decoration: underline;
}

.about-bot1 {
  padding: 90px 0 137px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ab1left {
  position: relative;
  float: left;
  width: 36%;
}

.ab1left img {
  display: block;
}

.alimg1 {
  position: relative;
  z-index: 1;
  width: 100%;
}

.alimg2 {
  position: absolute;
  top: -8px;
  left: -16px;
  width: 108%;
  webkit-animation: rotate1 6s linear infinite;
  -moz-animation: rotate1 6s linear infinite;
  -o-animation: rotate1 6s linear infinite;
  animation: rotate1 6s linear infinite;
}

@-webkit-keyframes rotate1 {
  50% {
    border-radius: 36%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    border-radius: 45%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate1 {
  50% {
    border-radius: 36%;
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    border-radius: 45%;
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ab1wz {
  float: right;
  width: 60%;
  margin-top: 20px;
}

.aw1yh {
  width: 17%;
}

.aw1yh img {
  display: block;
  width: 100%;
}

.aw1txt {
  display: block;
  color: #239DE8;
  font-size: 36px;
  margin-top: 60px;
  line-height: 1.5;
  font-weight: 500;
}

.about-bot2 {
  padding: 160px 0 260px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.ab2list {
  margin-left: -3%;
  display: flex;
  margin-top: 77px;
}

.ab2list li {
  position: relative;
  float: left;
  width: 30.333%;
  margin-left: 3%;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  padding: 28px 40px 130px 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  z-index: 3;
}

.ab2list li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
  background: #239DE8;
  z-index: -3;
}

.ab2list li:hover::before {
  top: 0;
  height: 100%;
}

.ab2list li:hover .al2icon,
.ab2list li:hover .al2txt,
.ab2list li:hover .al2num {
  color: #fff;
}

.al2icon {
  display: block;
  color: #5E5D5D;
  font-size: 46px;
  line-height: 1;
  transition: 0.35s;
}

.al2txt {
  color: #999999;
  font-size: 18px;
  margin-top: 30px;
  text-align: justify;
  transition: 0.35s;
}

.al2num {
  display: block;
  font-family: "Gilroy-Regular.woff";
  position: absolute;
  bottom: -40px;
  right: 40px;
  color: rgba(153, 153, 153, 0.3);
  font-size: 100px;
  line-height: 1;
  font-weight: normal;
  transition: 0.35s;
}

.about-bot3 {
  display: flex;
}

.ab3item {
  position: relative;
  float: left;
  width: 50%;
  transition: 0.65s;
}

.ab3item.sx-w {
  width: 26%;
}

.ab3item.wf-w {
  width: 74%;
}

.ab3item.active .ai3wz {
  top: 50%;
}

.ab3item.active .aw3txt2 {
  opacity: 1;
  visibility: visible;
}

.ab3item.active .aw3txt1 {
  text-align: left;
}

.ab3item.active .ai3pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.ab3item.active .ai3wz {
  /* width: 650px; */
}

.ai3pic {
  position: relative;
  overflow: hidden;
}

.ai3pic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.ai3pic img {
  display: block;
  /* width: 100%; */
  transition: 0.45s;
}

.ai3wz {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: 0.65s;
  width: 650px;
}

.aw3txt1 {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  transition: 0.65s;
}

.aw3txt2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.65s;
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  text-align: justify;
}

.about-bot4 {
  padding: 99px 0 164px 0;
}

.ab4list {
  display: flex;
  margin-left: -2%;
  margin-top: 60px;
}

.ab4list li {
  position: relative;
  float: left;
  width: 31.333%;
  margin-left: 2%;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  padding: 90px 13px 126px 13px;
  border-radius: 6px;
  text-align: center;
  transition: 0.45s;
}

.ab4list li:hover,
.ab23list li:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.ab4list li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 31px;
  height: 4px;
  background: #239DE8;
}

.al4icon {
  display: block;
  color: #239DE8;
  font-size: 40px;
}

.al4t1 {
  display: block;
  color: #0E1421;
  font-size: 20px;
  margin-top: 16px;
  font-weight: 500;
  line-height: 1;
}

.al4t2 {
  color: #0E1421;
  font-size: 16px;
  margin-top: 3px;
}

.al4adr {
  margin-top: 15px;
}

.al4t3 {
  color: #0E1421;
  font-size: 24px;
  font-family: "Gilroy-Regular.woff";
  margin-top: 10px;
}

.al4ewm {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.about2-bot1 {
  padding: 110px 0 90px 0;
}

.ac21left {
  float: left;
}

.al21eng {
  display: block;
  font-family: "Gilroy-Regular.woff";
  color: #0E1421;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.al21title {
  position: relative;
  color: #0E1421;
  font-size: 29px;
  margin-top: 30px;
  padding-bottom: 35px;
}

.al21title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: #0E1421;
}

.ac21right {
  float: right;
  width: 52%;
}

.ar21txt1 {
  display: block;
  color: #239DE8;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
}

.ar21txt2 {
  color: #666767;
  font-size: 20px;
  margin-top: 50px;
}

.ab21list {
  margin-left: -8%;
  margin-top: 160px;
}

.ab21list li {
  float: left;
  width: 17%;
  margin-left: 8%;
  text-align: center;
}

.ab21list li:hover .al21pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.al21pic {
  width: 87%;
  margin: 0 auto;
}

.al21pic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.al21txt1 {
  display: block;
  font-weight: normal;
  color: #5E5D5D;
  font-size: 24px;
  margin-top: 30px;
}

.al21txt2 {
  color: #666767;
  font-size: 16px;
  margin-top: 10px;
}

.about2-bot2 {
  padding: 148px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.ab2lable {
  width: 88%;
  text-align: center;
  color: #5E5D5D;
  font-size: 18px;
  margin: 50px auto 0;
}

.ab22lb {
  position: relative;
  margin-top: 30px;
}

.al22line img {
  display: block;
  width: 100%;
}

.ab22item {
  position: relative;
  float: left;
  width: 100%;
}

.ai22l {
  position: absolute;
  width: 18%;
  box-sizing: border-box;
  /* margin-left: 3%; */
}

.aid1 {
  bottom: 20.5%;
  left: 17%;
}

.aid2 {
  top: 55%;
  left: 37%;
}

.aid3 {
  bottom: 58%;
  left: 53%;
}

.aid4 {
  top: 32.5%;
  left: 71%;
}

.aid1::after,
.aid3::after {
  bottom: 0;
}

.aid2::after,
.aid4::after {
  top: 0;
}

/* .ai22l:nth-of-type(odd)::before {
  top: 0;
}

.ai22l:nth-of-type(even)::before {
  bottom: 0;
}

.ai22l:nth-of-type(odd)::after {
  bottom: 0;
}

.ai22l:nth-of-type(even)::after {
  top: 0;
} */

/* .ai22l:nth-child(1) {
  margin-top: 22.5%;
}

.ai22l:nth-child(2) {
  margin-top: 28%;
}

.ai22l:nth-child(3) {
  margin-top: 5%;
}

.ai22l:nth-child(4) {
  margin-top: 16%;
} */

.ai22l::before {
  content: "";
  position: absolute;
  left: 25px;
  width: 1px;
  height: 100%;
  background: #239DE8;
}

.ai22l::after {
  content: "";
  position: absolute;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #239DE8;
}

.ail22date {
  position: relative;
  display: inline-block;
  border-radius: 22px;
  background: #239DE8;
  padding: 0 39px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.ail22date::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}

.ail22txt {
  width: 55%;
  color: #666767;
  font-size: 15px;
  margin: 40px 0 40px 40px;
}

.about2-bot3 {
  background: #F7F7F7;
  padding: 200px 0 140px 0;
}

.ab23list {
  margin-left: -3%;
}

.ab23list li {
  position: relative;
  float: left;
  width: 30.333%;
  margin: 44px 0 0 3%;
  background: #fff;
  box-sizing: border-box;
  padding: 36px 36PX 100PX 36PX;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  transition: 0.45s;
}

.al23txt1 {
  color: #0E1421;
  font-size: 20px;
}

.al23num {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.al23num span {
  display: inline-block;
  font-family: "Gilroy-Regular.woff";
  color: #239DE8;
  font-size: 90px;
  font-weight: lighter;
}

.al23num em {
  font-style: normal;
  color: #999999;
  font-size: 18px;
  margin-left: 10px;
  font-weight: normal;
}

.al23icon {
  display: block;
  position: absolute;
  right: 36px;
  bottom: 36px;
  color: #CCCCD6;
  font-size: 46px;
  line-height: 1;
  transition: 0.45s;
}

.ab23list li:hover .al23icon {
  transform: rotateY(180deg);
}

.mb-al22banner {
  display: none;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.mb-al22banner .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.mb-al22banner .slick-arrow:before {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}

.mb-al22banner .slick-prev:before {
  content: "\e83b";
}

.mb-al22banner .slick-next:before {
  content: "\e830";
}

.mb-al22banner .slick-prev {
  left: 0;
}

.mb-al22banner .slick-next {
  right: 0;
}

.mb-al22banner .slick-arrow:hover {
  color: #239DE8;
}

.mb-ab22item {
  position: relative;
  margin-bottom: 25px;
}

.about3-bot1 {
  background: #F2F2F2;
  padding: 100px 0 120px 0;
}

.ab31list {
  display: flex;
  margin-left: -1%;
  margin-top: 70px;
}

.ab31list .al31item {
  position: relative;
  float: left;
  width: 20%;
  height: 446px;
  background: #fff;
  box-sizing: border-box;
  margin-left: 1%;
  transition: 0.65s;
  overflow: hidden;
}

.ab31list .al31item.al-s {
  width: 10.75%;
}

.ab31list .al31item.al-s .ac31logo img {
  transform: scale(0.6);
}

.ab31list .al31item.al-l {
  width: 52%;
}

.ac31logo img {
  display: block;
  transition: 0.65s;
}

.ac31nr {
  width: 634px;
  display: none;
  color: #999999;
  font-size: 16px;
  margin-top: 50px;
}

.ai31cv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about3-bot2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 80px 0;
}

.ab32left {
  float: left;
  width: 40%;
}

.ab32lable {
  color: #999999;
  font-size: 20px;
  margin-top: 30px;
  font-weight: lighter;
}

.ab32list {
  width: 75%;
  margin-top: 30px;
}

.ab32list li {
  position: relative;
  margin-top: 10px;
  border: 1px solid #EDEDED;
  border-radius: 8px;
}

.ab32list li.active {
  border: 1px solid rgba(255, 255, 255, 0);
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); */
}

.al32yj.active {
  background: #E5F6FF;
  /* border-radius: 8px 8px 0 0; */
}

.al32yj {
  position: relative;
  z-index: 11;
  background: #F7FCFF;
  padding: 22px 39px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.35s;
  border-radius: 8px 8px 0 0;
}

.ay32txt {
  display: block;
  float: left;
  color: #239DE8;
  font-size: 26px;
  font-weight: normal;
}

.ay32icon {
  display: block;
  float: right;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #239DE8;
  font-size: 14px;
  border: 1px solid #239DE8;
}

.al32zk.active {
  opacity: 1;
  visibility: visible;
}

.al32zk {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 114px 30px 30px 30px;
  background: #fff;
  /* border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED; */
  border-radius: 0 0 8px 8px;
  z-index: 1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.az32qh {
  display: block;
  float: left;
  color: #999999;
  font-size: 15px;
  margin-top: 5px;
  border-radius: 50px;
  border: 1px solid #999999;
  margin: 10px 7px;
  padding: 10px 30px;
}

.az32qh:hover {
  color: #239DE8;
  border: 1px solid #239DE8;
}

.az32qh.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.ab32right {
  position: relative;
  float: right;
  width: 57%;
}

.ysmap img {
  display: block;
  width: 100%;
}

.ar32dw {
  position: absolute;
}

.ar32dw.active .ad32txt {
  transform: scale(1.2);
  color: #239DE8;
  font-weight: 500;
}

.ad32txt {
  display: block;
  color: #999999;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.ad32dd {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #239DE8;
  margin: 0 auto;
  animation: scale1 1s infinite ease-in-out;
}

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

  100% {
    opacity: 1;
  }
}

.ardw1 {
  top: 44%;
  left: 34%;
}

.ardw2 {
  top: 39%;
  left: 51%;
}

.ardw3 {
  top: 41%;
  left: 71%;
}

.ardw4 {
  top: 53%;
  left: 45%;
}

.ardw5 {
  top: 54%;
  left: 54%;
}

.ardw6 {
  top: 51%;
  left: 61%;
}

.ardw7 {
  top: 59%;
  left: 66%;
}

.ardw8 {
  top: 56%;
  left: 73.5%;
}

.ardw9 {
  top: 64.5%;
  left: 43.5%;
}

.ardw10 {
  top: 66%;
  left: 63%;
}

/*TT*/
.tt-userbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tt-user-box {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.tt-login-form {
  width: 380px;
  padding: 44px 49.5px 44px;
  margin-left: 15%;
  background-color: #fff;
}

.tt-login-form .tt-logo {
  text-align: center;
  width: 293px;
  margin: 0 auto 48px;
}

.tt-login-form .tt-logo img {
  width: 100%;
  display: block;
}

.tt-mb14 {
  margin-bottom: 14px;
}

.tt-mb32 {
  margin-bottom: 32px;
}

.tt-txt {
  width: 100%;
  border: 0px none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CBCDD1;
  height: 41px;
  line-height: 41px;
}

.tt-txt::-webkit-input-placeholder {
  color: #9A9B9D;
}

.tt-txt:-moz-placeholder {
  color: #9A9B9D;
}

.tt-txt::-moz-placeholder {
  color: #9A9B9D;
}

.tt-txt:-ms-input-placeholder {
  color: #9A9B9D;
}

.tt-txt:focus {
  border-color: #239DE8;
}

.tt-btn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #239DE8;
  border-radius: 3px;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.tt-btn:hover {
  background-color: #003989;
}

.tt-login-ts {
  padding-top: 100px;
  color: #666;
  text-align: center;
}

.tt-login-ts a {
  color: #239DE8;
}

.tt-login-ts a:hover {
  color: #003989;
}

.tt-form-flex {
  display: flex;
  justify-content: space-between;
}

.tt-wb46 {
  width: 46%;
}

.tt-yzm-r {
  width: 98px;
}

.tt-yzm-btn {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #239DE8;
  display: block;
  text-align: center;
  color: #ffffff;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tt-yzm-btn:hover {
  background-color: #003989;
}

.tt-yzm-l {
  flex: 1;
}

.bgf4 {
  background-color: #f4f4f4;
}

.tt-page-pading {
  padding: 45px 0 65px;
}

.tt-page-cur {
  color: #999999;
  font-size: 16px;
  margin-bottom: 85px;
}

.tt-page-cur .fg {
  padding: 0 5px;
}

.tt-page-cur a {
  color: #999999;
}

.tt-page-cur a:hover,
.tt-page-cur .cur {
  color: #239DE8;
}

.tt-user-page {
  display: flex;
}

.tt-user-sider {
  width: 200px;
  margin-right: 22px;
}

.tt-user-left {
  background-color: #fff;
  padding: 25px 5%;
  text-align: center;
}

.tt-user-left .tou {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #EBECED;
  margin: 0 auto;
}

.tt-user-left .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.tt-user-left .name {
  padding: 14px 0;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 35px;
  color: #666666;
}

.tt-user-left .name::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 3px;
  bottom: 0;
  margin-left: -8px;
  background-color: #999999;
}

.tt-user-left .time {
  color: #999999;
}

.tt-user-right {
  flex: 1;
  background-color: #ffffff;
}

.tt-user-tabT {
  display: flex;
  border-bottom: 1px solid #E3E3E3;
}

.tt-user-tabT .item {
  width: 50%;
  height: 54px;
  line-height: 54px;
  color: #999999;
  text-align: center;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.tt-user-tabT .item.active {
  background-color: #239DE8;
  color: #ffffff;
}

.tt-f16 {
  font-size: 16px;
}

.tt-fw300 {
  font-weight: 300;
}

@-webkit-keyframes tab {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }

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

@keyframes tab {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }

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

.tt-user-tab {
  padding: 28px 36px 120px;
}

.tt-user-tabC {
  display: none;
}

.tt-user-tabC.active {
  display: block;
  -webkit-animation-name: tab;
  animation-name: tab;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tt-user-desc {
  color: #666767;
  margin-bottom: 75px;
}

.tt-user-desc .t {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.tt-user-infoF {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4%;
}

.tt-user-infoF dd {
  position: relative;
  width: 46%;
  margin-left: 4%;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  padding: 14px 0;
}

.tt-user-infoF .item1 {
  width: 35%;
  margin-right: 5%;
  color: #0E1421;
}

.tt-user-infoF .item2 {
  position: relative;
  width: 40%;
  flex: 1;
  color: #999999;
}

.it2srk.active {
  opacity: 1;
  visibility: visible;
}

.it2srk {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  border: none;
  background: transparent;
  color: 999999;
}

.tt-user-infoF .tt-user-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* width: 40px; */
  text-align: center;
  color: #999999;
}

.tt-user-infoF .tt-user-btn .ico {
  font-size: 20px;
}

.tt-user-infoF .tt-user-btn :hover {
  color: #239DE8;
}

.tt-user-passF {
  display: flex;
}

.user-ftitle {
  color: #666767;
  line-height: 1.4;
  margin-bottom: 15px;
}

.tt-user-passF {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 22px;
}

.tt-user-passF>li {
  width: 46%;
  margin-bottom: 32px;
}

.user-itxt {
  display: flex;
  border: 1px solid #CCCCCC;
  justify-content: space-between;
}

.user-itxt .txt {
  width: 100%;
  border: 0 none;
  height: 46px;
  line-height: 46px;
  margin: 0;
  padding: 0 16px;
  box-sizing: border-box;
  flex: 1;
}

.user-itxt .txt:focus {
  background-color: #E8F0FE;
}

.user-itxt .ico {
  border-left: 1px solid #CCCCCC;
  width: 48px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #999999;
  font-size: 18px;
}

.tt-user-btnbox {
  display: flex;
  justify-content: flex-end;
  padding-top: 45px;
}

.tt-user-button {
  padding: 0 24px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 16px;
  border: 0 none;
  background-color: #239DE8;
  margin-left: 4px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.tt-userbtn-bc:hover {
  background-color: #003989;
}

.tt-userbtn-rs {
  background-color: #0E1421;
}

.tt-userbtn-rs:hover {
  background-color: #666666;
}

.tt-user-mangerF>li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
  align-items: center;
  margin-bottom: 10px;
}

.tt-user-mangerF .t {
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  margin-right: 5%;
}

.tt-u-check {
  position: relative;
  width: 42px;
  height: 21px;
  cursor: pointer;
}

.tt-u-hidden {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.tt-u-checkico {
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  width: 40px;
  height: 19px;
  display: block;
  position: relative;
}

.tt-u-checkico::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #DDDDDD;
  left: 2px;
  top: 1px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tt-u-check input[type="checkbox"]:checked+.tt-u-checkico {
  background-color: #239DE8;
  border-color: #239DE8;
}

.tt-u-check input[type="checkbox"]:checked+.tt-u-checkico::before {
  background-color: #fff;
  left: 21px;
}

.tt-ppading90 {
  padding: 90px 0;
}

.tt-joinTab-t {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.tt-joinTab-t a {
  position: relative;
  padding: 8px 26px;
  border: 1px solid #CECECE;
  border-radius: 24px;
  margin: 0 25px;
  line-height: 1.5;
  color: #B1B1B1;
}

.tt-joinTab-t a.active,
.tt-joinTab-t a:hover {
  background-color: #239DE8;
  color: #ffffff;
  border-color: #239DE8;
}

.tt-joinTab-c {
  display: none;
}

.tt-joinTab-c.active {
  display: block;
  -webkit-animation-name: tab;
  animation-name: tab;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tt-pageT {
  font-size: 46px;
  color: #0E1421;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  font-weight: normal;
}

.join-list>dd {
  margin-bottom: 22px;
}

.joinT {
  background-color: #F4F4F4;
  padding: 18px 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.joinT .title {
  font-size: 24px;
  line-height: 1.5;
  color: #0E1421;
  margin-right: 20px;
  text-align: justify;
  flex: 1;
}

.joinT:hover {
  background-color: #F7FCFF;
}

.join-more {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #239DE8;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.join-more::before,
.join-more::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.join-more::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
}

.join-more::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
}

.jactive .join-more {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.jactive .join-more::before {
  background-color: transparent;
}

.joinB {
  display: none;
}

.join-desc {
  padding: 35px 4% 70px;
  border: 1px solid #EAEAEA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #666767;
}

.join-desc a {
  color: #239DE8;
  text-decoration: underline;
}

.join-desc a:hover {
  color: #003989;
}

.join-bot {
  padding-top: 50px;
}

.join-bot .blue {
  color: #239DE8;
  text-decoration: underline;
}

.tt-f18 {
  font-size: 18px;
}

.pageC img {
  max-width: 100% !important;
  height: auto !important;
}

.tt-hrlist {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tt-hrlist .item {
  width: 48.5%;
  margin-bottom: 40px;
  background-color: #ffff;
}

.tt-hrlist .desc {
  padding: 34px 8% 70px;
}

.tt-hrlist .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #0E1421;
  line-height: 1.5;
  margin-bottom: 10px;
}

.tt-hrlist .c {
  color: #0E1421;
}

.tt-hrdemo {
  position: relative;
  overflow: hidden;
}

.tt-hrdemo .imgBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 52%;
}

.tt-hrdemo .imgBox .imgw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-swiperpag {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3%;
  z-index: 400;
  text-align: center;
  line-height: 1;
}

.tt-swiperpag .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  width: 11px;
  height: 11px;
  margin: 0 6px;
}

.tt-swiperpag .swiper-pagination-bullet-active {
  opacity: 1;
}

/* 
.ic3cricle {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
} */
.tt-clock {
  position: absolute;
  width: 42%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tt-clock .img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: .7;
}

.is3svg {
  position: absolute;
  top: -2px;
  left: -2px;display: inline-block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.is3svg canvas {
  width: 100%;
  height: 100%;
}

.is3svg svg {
  width: 100%;
  height: 100%;
}

.is3circle {
  width: 100%;
  height: 100%;
  transition: all 3.5s linear;
}

/* 搜索结果页 */
.srkk {
  width: 800px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 50px auto 0;
  overflow: hidden;
  border-radius: 50px;
}

.srkenter {
  display: block;
  float: left;
  width: 90%;
  box-sizing: border-box;
  border: none;
  line-height: 60px;
  padding: 0 30px;
  color: #333;
  font-size: 16px;
}

.srkbtn {
  display: block;
  float: right;
  width: 10%;
  text-align: center;
  color: #666;
  font-size: 25px;
  /* background: #239DE8; */
}

.srkbtn:hover {
  color: #239DE8;
}

.srjg {
  color: #333;
  font-size: 36px;
  font-weight: normal;
  margin-top: 50px;
}

.srjg span {
  color: #239DE8;
}

.srlist {
  margin-top: 30px;
}

.srlist li {
  position: relative;
  float: none;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.srlist li:hover .srltxt {
  color: #239DE8;
}

.srltxt {
  float: left;
  width: 75%;
  color: #333333;
  font-size: 20px;
}

.srldate {
  display: block;
  float: right;
  color: #666;
  font-size: 18px;
}

/*  搜索结束 */
.bwxt {
  display: flex;
  position: absolute;
  right: 79px;
  bottom: 52px;
  z-index: 10;
  border-left: 1px solid #fff;
}

.blxp {
  width: 279px;
  position: relative;
  overflow: hidden;
  margin-left: 33px;
  border-radius: 3px;
  border: 1px solid #fff;
}

.bxitem.active {
  opacity: 1;
  visibility: visible;
}

.bxitem {
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all .8s;
}

.bxitem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bljt {
  position: relative;
  width: 172px;
  height: 154px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #fff;
  margin-left: 22px;
  text-align: center;
  line-height: 154px;
  cursor: pointer;
}

.bjtxt {
  font-family: "Gilroy-Regular.woff";
  display: block;
  color: #fff;
  font-size: 20px;
}

.bjtxt i {
  margin-left: 20px;
  font-size: 20px;
}

.thumbnail-next-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  overflow: hidden;
}

.thumbnail-next-01.active div {
  transform: translate(0, 0);
  transition: transform .75s linear;
}

.thumbnail-next-01 div {
  position: relative;
  right: -1px;
  width: 100%;
  height: 100%;
  transform: translate(100%, 0);
  background-color: #fff;
}

.thumbnail-next-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  overflow: hidden;
}

.thumbnail-next-02.active div,
.thumbnail-next-03.active div,
.thumbnail-next-04.active div {
  transform: translate(0, 0);
  transition: transform 1.5s linear;
}

.thumbnail-next-02.active div {
  transition-delay: 0.75s;
}

.thumbnail-next-03.active div {
  transition-delay: 2.25s;
}

.thumbnail-next-04.active div {
  transition-delay: 3.75s;
}

.thumbnail-next-02 div {
  position: relative;
  top: -1px;
  width: 100%;
  height: 100%;
  transform: translate(0, -100%);
  background-color: #fff;
}

.thumbnail-next-03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.thumbnail-next-03 div {
  position: relative;
  left: -1px;
  width: 100%;
  height: 100%;
  transform: translate(-100%, 0);
  background-color: #fff;
}

.thumbnail-next-04 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  overflow: hidden;
}

.thumbnail-next-04 div {
  position: relative;
  bottom: -1px;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
  background-color: #fff;
}

.thumbnail-next-05 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 1px;
  overflow: hidden;
}

.thumbnail-next-05.active div {
  transform: translate(0, 0);
  transition: transform .75s linear;
  transition-delay: 5.25s;
}

.thumbnail-next-05 div {
  position: relative;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translate(100%, 0);
  background-color: #fff;
}

.an32list {
  padding: 30px 33px 45px 33px;
}

.al32txt {
  color: #999999;
  font-size: 15px;
  margin: 15px 0;
}

.ubi2,
.ubi3 {
  display: none;
  margin-left: 20px;
}

.user-info dd {
  display: flex;
  align-items: center;
}

.user-info dd:not(:first-child) {
  margin-top: 40px;
}

.uibt {
  width: 13%;
  text-align: right;
  color: #999999;
  line-height: 1.5;
  font-weight: lighter;
}

.uibt sup {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #239DE8;
  font-weight: bold;
}

.uibox {
  display: flex;
  width: 75%;
  position: relative;
  margin-left: 60px;
}

.uiwbk {
  display: block;
  height: 100%;
  border: none;
  color: #999999;
}

.uitxt,
.uiupdate,
.uigwsr,
.uigwcode {
  display: inline-block;
}

.uixgwb.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.uixgwb {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  transform: translateX(20px);
  position: absolute;
  top: 100%;
  left: 0;
  height: 35px;
  line-height: 35px;
}

.uitxt {
  width: 150px;
  border: none;
  color: #666666;
}

.uiupdate {
  color: #239DE8;
  cursor: pointer;
}

.uigwsr {
  vertical-align: top;
  padding: 0 10px;
  height: 100%;
  border-right: none;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  box-sizing: border-box;
}

.uigwcode {
  width: 90px;
  background: #239DE8;
  text-align: center;
  color: #fff;
}

.uigwsure,
.uigwclose {
  color: #999;
  font-size: 16px;
  padding: 0 5px;
  cursor: pointer;
}

.uigwsure {
  margin-left: 15px;
}

.uigwclose {
  margin-left: 10px;
}

.uigwsure:hover,
.uigwclose:hover {
  color: #239DE8;
}

.uisex {
  display: flex;
  align-items: center;
  color: #666666;
  margin-right: 30px;
  cursor: pointer;
}

.uisex input {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 50% !important;
  margin: 0 10px 0 0 !important;
}

.uisex:checked input {
  border: 4px solid #239DE8;
}

.uisk {
  display: block;
  width: 382px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
  background: #F4F4F4;
  border-radius: 4px !important;
  border: 1px solid #DDDDDD;
}

.uiselect {
  width: 382px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
  background-color: #F4F4F4 !important;
  border-radius: 4px !important;
  border: 1px solid #DDDDDD;
  appearance: none;
  background: url(../images/i15.png) no-repeat 95%;
  background-size: 12px 6px;
  color: #666666;
}

.user-info {
  padding-bottom: 90px;
  border-bottom: 1px solid #E3E3E3;
}

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

.ui-btn a {
  display: inline-block;
  width: 111px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  background: #239DE8;
  color: #fff;
  font-size: 14px;
  margin-top: 47px;
}
