/***** css reset v1.2 *****/
/*** author:superOrange ***/
@media (min-width: 1920px) and (max-width: 2560px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 1600px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  html {
    font-size: 20px;
  }
  html .container {
    max-width: 1400px;
  }
}
@media (min-width: 1366px) and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
  html .container {
    max-width: 1200px;
  }
}
@media (min-width: 1000px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
  html .container {
    max-width: 1200px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
  html .container {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 20px;
  }
}
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
img,
form,
input,
textarea,
select,
header,
nav,
main,
menu,
section,
figure,
figcaption,
footer {
  margin: 0;
  padding: 0;
  font: inherit;
  color: #343434;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  /**/
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #070747;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: #767676;
}
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
ul,
li {
  list-style: none;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font: inherit;
}
input,
textarea {
  -webkit-appearance: none;
}
input::placeholder,
textarea::placeholder {
  font-size: inherit;
}
textarea {
  overflow: auto;
  resize: none;
}
img {
  width: 100%;
  max-height: 100%;
  display: block;
  border: none;
  object-fit: cover;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.fy {
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.jb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fc {
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.one-row {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.more-row {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.paged {
  width: 100%;
}
.paged {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paged a {
  padding: 2px;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dedede;
  margin: 0 10px;
  font-size: 13px;
}
.paged a i {
  font-size: 14px;
  color: #666;
}
.paged p {
  padding: 2px;
  background-color: #f4f4f4;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.paged span a {
  padding: 2px;
  background-color: #f4f4f4;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  color: #666;
}
.paged .page-num-current {
  background-color: #739af3;
  color: #fff;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 3001;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #d4c19f;
  transition: linear 0.3s;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle .icon-bar:nth-child(3) {
  margin-top: -2px;
}
.close-nav .icon-bar:nth-child(1),
.close-nav .icon-bar:nth-child(4) {
  background: none;
}
.close-nav .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-nav .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.container {
  margin: 0 auto;
  max-width: 1400px;
}
header {
  padding: 0.8rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  transition: 0.5s ease;
}
header .logo {
  width: 15%;
  transition: 0.4s;
}
header form {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 20%;
  white-space: nowrap;
}
header form input {
  font-size: 0.7rem;
  color: #767676;
  width: 90%;
}
header form button {
  padding: 0;
  background-color: transparent;
}
header form button i {
  font-size: 0.9rem;
  color: #333;
}
.fix {
  padding: 0.5rem 0;
  background-color: #0d034a;
}
.fix .logo {
  width: 13%;
}
footer {
  background-color: #1a1a1a;
}
footer .ft {
  padding: 1.5rem 0;
  border-bottom: 0.05rem solid rgba(246, 250, 255, 0.2);
}
footer .ft nav ul li {
  position: relative;
  padding: 0.15rem 3.5rem;
}
footer .ft nav ul li:first-child {
  padding-left: 0;
}
footer .ft nav ul li:last-child::before {
  display: none;
}
footer .ft nav ul li::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0.05rem;
  height: 100%;
  background-color: #f6faff;
  opacity: 0.2;
}
footer .ft nav ul li a {
  font-size: 0.7rem;
  color: #fff;
}
footer .ft .contact i {
  font-size: 1.9rem;
  color: #fff;
}
footer .ft .contact p {
  margin-left: 0.25rem;
  font-size: 0.7rem;
  color: #fff;
}
footer .ft .contact h4 {
  font-size: 1rem;
  color: #fff;
}
footer .fb {
  padding: 1rem 0;
}
footer .fb .fb-copy p {
  font-size: 0.6rem;
  color: #b3b3b3;
  line-height: 1rem;
}
footer .fb .fb-icon .icon-box {
  margin: 0 0.25rem;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.05rem solid rgba(246, 250, 255, 0.2);
  border-radius: 50%;
  position: relative;
}
footer .fb .fb-icon .icon-box i {
  font-size: 1rem;
  color: rgba(246, 250, 255, 0.6);
}
footer .fb .fb-icon .icon-box > div {
  padding: 0.3rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 0.2rem;
  transform: translate(-50%, -2.5rem);
  transition: 0.5s ease;
  opacity: 0;
  left: 50%;
  bottom: 120%;
  pointer-events: none;
}
footer .fb .fb-icon .icon-box > div::before {
  position: absolute;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  transform: rotate(45deg) translateX(-50%);
  bottom: -0.15rem;
  left: 50%;
}
footer .fb .fb-icon .icon-box > div img {
  width: 5rem;
  height: 5rem;
  background-color: #777;
}
footer .fb .fb-icon .icon-box > div p {
  font-size: 0.6rem;
  color: #767676;
  margin-top: 0.3rem;
}
footer .fb .fb-icon .icon-box:hover > div {
  transform: translate(-50%, 0);
  opacity: 1;
}
.btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn::before,
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 6%;
  height: 20%;
  border: 0.15rem solid;
  transition: all 0.6s ease;
}
.btn::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #00edea;
  border-left-color: #00edea;
}
.btn::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #00edea;
  border-right-color: #00edea;
}
.btn a {
  margin: 0.025rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.45rem 1.65rem;
  font-size: 0.7rem;
  transition: all 0.6s ease;
  color: #fefefe;
  z-index: 11;
  border: 0.05rem solid rgba(255, 255, 255, 0.2);
}
.btn:hover::before {
  width: 110%;
  height: 100%;
}
.btn:hover::after {
  width: 110%;
  height: 100%;
}
.btn:hover a {
  color: #1bc7c4;
}
.float-nav {
  position: fixed;
  top: 30%;
  right: 2%;
  background-color: #2a2828;
  z-index: 200;
}
.float-nav > ul > li {
  position: relative;
}
.float-nav > ul > li > a {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.403);
  transition: 0.4s ease;
}
.float-nav > ul > li > a i {
  font-size: 1.3rem;
  color: #fff;
}
.float-nav > ul > li > a p {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  color: #fff;
}
.float-nav > ul > li > a:hover {
  background-color: rgba(0, 237, 234, 0.7);
}
.float-nav > ul > li:last-child a {
  border-bottom: none;
}
.float-nav > ul > li > ul {
  padding: 0.6rem 0.5rem;
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translate(-2.5rem, -20%);
  background-color: #2a2828;
  transition: 0.4s ease;
  z-index: -1;
  opacity: 0;
  display: none;
}
.float-nav > ul > li > ul::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #2a2828;
  transform: rotate(45deg);
  right: -0.25rem;
  top: 20%;
}
.float-nav > ul > li > ul li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 0.05rem dashed rgba(182, 188, 202, 0.4);
}
.float-nav > ul > li > ul li:last-child {
  border-bottom: none;
}
.float-nav > ul > li > ul li img {
  width: 1.85rem;
}
.float-nav > ul > li > ul li a {
  position: relative;
  padding-left: 0.25rem;
  font-size: 0.7rem;
  color: #fff;
  opacity: 0.5;
  white-space: nowrap;
}
.float-nav > ul > li > ul li:hover a {
  color: rgba(0, 237, 234);
  opacity: 1;
}
.float-nav > ul > li > ul li:hover a::before {
  opacity: 1;
}
.float-nav > ul .show > ul {
  display: block;
  opacity: 1;
  transform: translate(0, -20%);
}
.float-nav > ul .on {
  background-color: rgba(0, 237, 234, 0.7);
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes grow {
  0% {
    width: 6.5rem;
    height: 2rem;
  }
  25% {
    width: 8rem;
    height: 3rem;
  }
  50% {
    width: 9rem;
    height: 4rem;
  }
  75% {
    width: 8rem;
    height: 3rem;
  }
  100% {
    width: 6.5rem;
    height: 2rem;
  }
}
@keyframes grow2 {
  0% {
    width: 6.5rem;
    height: 2rem;
  }
  25% {
    width: 7rem;
    height: 2.5rem;
  }
  50% {
    width: 8rem;
    height: 3rem;
  }
  75% {
    width: 7rem;
    height: 2.5rem;
  }
  100% {
    width: 6.5rem;
    height: 2rem;
  }
}
.sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
}
#dowebok {
  background-color: #103192;
  right: -100%;
  opacity: 0;
}
#dowebok .nav {
  margin-top: 4.5rem;
  line-height: 2rem;
  list-style-type: none;
}
#dowebok .nav li {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#dowebok .nav a {
  padding: 15px 0;
  display: block;
  margin: 0 20px;
  color: #fff;
  font-size: 0.8rem;
  text-align: left;
  text-decoration: none;
  flex: 1;
}
#dowebok .nav a i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  transition: 0.4s;
  color: #fff;
}
#dowebok .nav .tow a {
  display: flex;
}
#dowebok .nav .tow a span {
  color: inherit;
  font: inherit;
}
#dowebok .nav .show i {
  transform: rotate(0);
}
.showtow {
  left: 0;
  right: auto !important;
}
.oon {
  opacity: 1 !important;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 3001;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: linear 0.3s;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle .icon-bar:nth-child(3) {
  margin-top: -2px;
}
.close-nav .icon-bar:nth-child(1),
.close-nav .icon-bar:nth-child(4) {
  background: none;
}
.close-nav .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-nav .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.knsl-scroll-animation {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 1373, ../scss/_content.scss */
.knsl-scroll-animation.knsl-active-el {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
