@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat") format("woff2"), url("../fonts/Montserrat.woff") format("woff"), url("../fonts/Montserrat.ttf") format("truetype"), url("../fonts/Montserrat.eot") format("embedded-opentype"), url("../fonts/Montserrat.svg") format("svg"); }

body {
  font-family: 'Montserrat', Helvetica, PingFang SC, "思源黑体 CN Normal", DengXian, Microsoft YaHei, Simsun, SimHei, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 992px) {
  .col-lg-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

* {
  outline: none; }

a {
  transition: ease-in-out 0.5s; }

ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none; }

a:hover {
  text-decoration: none; }

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

@media (min-width: 1200px) {
  .container {
    max-width: 1230px; } }

.hide {
  display: none; }

.pc-block {
  display: inline-block !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .pc-block {
      display: none !important; } }

.app-block {
  display: none !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .app-block {
      display: inline-block !important; } }

/*----------------------------------------*/
/*  Header
/*----------------------------------------*/
header {
  width: 100%;
  top: 0px;
  margin: 0 auto;
  position: fixed;
  height: 90px;
  z-index: 300;
  background: #000;
  transition: all 0.5s ease-in-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    header {
      height: 76px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    header {
      height: 60px; } }
  header .container {
    position: relative;
    max-width: 94%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      header .container {
        max-width: 100%;
        background-color: #060918; } }
  header .top-links {
    display: block;
    position: relative;
    z-index: 999; }
  header nav.navbar {
    padding: 0px; }
  header .navbar-brand {
    padding: 0px;
    height: 40px;
    transition: all 0.5s ease-in-out 0s;
    position: absolute;
    left: 10px;
    top: 24px;
    display: inline-block; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      header .navbar-brand {
        height: 40px;
        top: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      header .navbar-brand {
        top: 10px;
        height: 32px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    header .navbar-collapse {
      position: relative;
      margin-top: 80px;
      padding-bottom: 20px; } }
  header .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 999;
    border: 1px solid #404040 !important;
    box-shadow: none !important; }
    header .navbar-toggler:focus, header .navbar-toggler:active {
      border: 1px solid #404040 !important;
      box-shadow: none !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      header .navbar-toggler {
        top: 10px;
        padding: .15rem .75rem; } }
  header .head-nav {
    transition: all 0.5s ease-in-out 0s; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
      header .head-nav {
        margin-top: 0px; } }
    header .head-nav ul.nav {
      position: relative;
      z-index: 300;
      transition: ease-in-out 0.5s; }
      header .head-nav ul.nav li {
        display: inline-block;
        text-transform: capitalize; }
        header .head-nav ul.nav li a {
          color: #ffffff;
          display: inline-block;
          padding-bottom: 3px;
          font-size: 18px;
          padding: 30px 17px 30px 17px;
          transition: all ease-in-out 0.5s; }
          @media only screen and (min-width: 1400px) and (max-width: 1599px) {
            header .head-nav ul.nav li a {
              font-size: 16px;
              padding: 30px 16px 24px 16px; } }
          @media only screen and (min-width: 1200px) and (max-width: 1399px) {
            header .head-nav ul.nav li a {
              font-size: 16px;
              padding: 24px 12px 24px 12px; } }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            header .head-nav ul.nav li a {
              width: 100%;
              font-size: 15px;
              padding: 16px 6px 16px 6px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
            header .head-nav ul.nav li a {
              width: 100%;
              font-size: 15px;
              padding: 12px 20px 15px 20px; } }
          header .head-nav ul.nav li a span {
            padding-bottom: 4px; }
          header .head-nav ul.nav li a:hover, header .head-nav ul.nav li a.active {
            position: relative; }
            header .head-nav ul.nav li a:hover span, header .head-nav ul.nav li a.active span {
              color: #DD3DBF;
              border-bottom: 1px solid #DD3DBF; }
          header .head-nav ul.nav li a.active {
            position: relative; }
          @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
            header .head-nav ul.nav li a:before {
              display: none !important; } }
  header .contact-btn {
    background-size: 100%;
    background-position: 50% 50%;
    width: 150px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    color: #000;
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    background-image: linear-gradient(120deg, #DB3ABC, #7534C2); }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      header .contact-btn {
        display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    header .navbar-expand-lg .navbar-collapse {
      justify-content: flex-end !important; } }

/*语言切换*/
.atoken_locale_selector {
  right: 0%;
  top: 24px;
  cursor: pointer;
  z-index: 300;
  position: absolute; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .atoken_locale_selector {
      top: 10px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .atoken_locale_selector {
      top: 10px;
      height: 36px;
      right: 16%; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .atoken_locale_selector {
      top: 12px;
      display: none; } }

.atoken_locale_selector > .current_locale {
  padding: 0 10px;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 0px 40px;
  border-radius: 4px;
  color: #fff;
  float: left;
  background-image: linear-gradient(120deg, #DB3ABC, #7534C2);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .atoken_locale_selector > .current_locale {
      padding: 0px 5px;
      width: 150px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .atoken_locale_selector > .current_locale {
      width: 80px;
      padding: 0px 10px; } }
  .atoken_locale_selector > .current_locale .bottom_arrow {
    margin-top: -2px;
    margin-left: -2px; }

.atoken_locale_selector > .current_locale span img {
  padding-right: 8px;
  margin-top: -6px; }

.atoken_locale_selector .current_locale span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 35px; }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .atoken_locale_selector .current_locale span {
      font-size: 12px; } }

.atoken_locale_selector .current_locale images.bottom_arrow {
  width: 4px; }

.atoken_locale_selector > div.selector_optons {
  width: 160px;
  height: 0px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 8px;
  overflow: hidden;
  transition: .2s;
  right: 2px;
  position: relative; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .atoken_locale_selector > div.selector_optons {
      z-index: 888;
      width: 130px; } }

.atoken_locale_selector > div.selector_optons > div.locale_item a {
  color: #a03faf;
  font-size: 15px;
  text-decoration: none;
  padding-left: 15px;
  display: block;
  width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .atoken_locale_selector > div.selector_optons > div.locale_item a {
      padding-left: 5px; } }

.atoken_locale_selector img.flag {
  width: 25px;
  margin-left: 10px;
  margin-right: 10px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .atoken_locale_selector img.flag {
      margin-right: 5px; } }

.atoken_locale_selector > div.selector_optons > div.locale_item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-weight: 400;
  color: #a03faf;
  line-height: 22px;
  height: 26px;
  margin-top: 20px;
  transition: .3s; }

.atoken_locale_selector:hover > div.selector_optons {
  height: 260px; }

@media only screen and (max-width: 1024px) {
  header.bgfixed .atoken_locale_selector {
    top: 16px; } }

@media only screen and (max-width: 640px) {
  .atoken_locale_selector > div.selector_optons {
    right: 8%;
    position: absolute;
    top: 30px; }
  .atoken_locale_selector {
    right: -15px; }
  .atoken_locale_selector > .current_locale {
    border: 0px; }
  .atoken_locale_selector .current_locale span {
    color: #d1ff52; }
  .atoken_locale_selector > .current_locale span img {
    padding-right: 5px; }
  header.bgfixed .atoken_locale_selector > .current_locale {
    border: 0px; } }

.index-root {
  background-color: #060918; }

.index-root .container {
  max-width: 84%;
  min-width: 84%; }
  @media only screen and (min-width: 1600px) and (max-width: 1750px) {
    .index-root .container {
      max-width: 84%;
      min-width: 84%; } }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .index-root .container {
      max-width: 90%;
      min-width: 90%; } }

.pagetitle {
  text-align: center;
  position: relative;
  font-size: 3rem;
  margin-bottom: 90px; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pagetitle {
      font-size: 2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .pagetitle {
      font-size: 2rem;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .pagetitle {
      font-size: 2rem;
      margin-bottom: 30px; } }
  .pagetitle p {
    font-size: 3.4rem;
    color: #DD3DBF;
    position: relative;
    display: inline-block; }
    @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .pagetitle p {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
      .pagetitle p {
        font-size: 21px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .pagetitle p {
        font-size: 15px; } }
  .pagetitle p::after {
    content: '';
    width: 100%;
    background: #DD3DBF;
    height: 4px;
    display: block;
    position: absolute; }
  .pagetitle span {
    color: #fff;
    position: relative;
    display: inline-block; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .pagetitle span {
        font-size: 2rem; } }
  .pagetitle span::after {
    content: '';
    width: 100%;
    background: #DD3DBF;
    height: 4px;
    display: block;
    position: absolute; }

/*头部banner*/
.index-banner {
  width: 100%;
  height: calc(100vh - 0px);
  background: #1f2641 url(../images/indexbanner.jpg) center center no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 99; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .index-banner {
      height: calc(100vh - 0px);
      background: #1f2641 url(../images/indexbanner.jpg) center bottom no-repeat;
      background-size: cover; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .index-banner {
      height: calc(100vh - 0px);
      background: #1f2641 url(../images/indexbanner.jpg) center bottom no-repeat;
      background-size: cover; } }
  .index-banner .videobg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .index-banner .videobg video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-size: cover; }
  .index-banner .container {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: -2rem; }
    @media only screen and (min-width: 1400px) and (max-width: 1599px) {
      .index-banner .container {
        height: 100%;
        padding-top: 0rem; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .index-banner .container {
        height: 100%;
        padding-top: 0rem;
        margin-top: -2rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .index-banner .container {
        height: 100%;
        padding: 0px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .index-banner .container {
        height: 100%;
        padding: 0px; } }
  .index-banner h5 {
    width: 60%;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (min-width: 1400px) and (max-width: 1599px) {
      .index-banner h5 {
        width: 80%;
        font-size: 36px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .index-banner h5 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .index-banner h5 {
        width: 80%;
        font-size: 32px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .index-banner h5 {
        font-size: 1.5rem;
        width: 90%; } }
  .index-banner p {
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
    color: #fff; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .index-banner p {
        font-size: 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .index-banner p {
        font-size: 28px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .index-banner p {
        font-size: 21px; } }
  .index-banner .btn span {
    position: relative;
    z-index: 2; }
  .index-banner .btn {
    border: 0px;
    color: #fff;
    padding: 15px 20px;
    width: 230px;
    font-size: 16px;
    margin-top: 2rem;
    background-image: linear-gradient(120deg, #DB3ABC, #7534C2); }
  .index-banner .scroll-arrow {
    background: url(../images/icon/banner-scrool.png) center center no-repeat;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 18px;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
    bottom: 6%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .index-banner .scroll-arrow {
        margin-top: 16%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .index-banner .scroll-arrow {
        margin-top: 35%; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .index-banner .scroll-arrow {
        margin-top: 30%; } }

/*aboutus*/
.aboutus {
  background: #070537;
  padding: 10% 0px 12% 3%; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .aboutus {
      padding: 12% 3%;
      padding: 10% 0px 0px 0px;
      background-size: 80%; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .aboutus {
      padding: 15% 0px 15% 0px;
      background-size: 98%;
      padding-bottom: 15%; } }
  .aboutus .row {
    display: flex;
    align-items: center;
    height: 100%; }
  .aboutus .imgBox img {
    max-width: 100%; }
  .aboutus .pagetitle {
    text-align: left;
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .aboutus .pagetitle {
        padding-left: 0%; } }
    .aboutus .pagetitle p {
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
        .aboutus .pagetitle p {
          font-size: 2rem; } }
  .aboutus .abouttxt {
    padding: 0% 15% 8% 0%; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .aboutus .abouttxt {
        padding-right: 0%;
        padding-left: 0%; } }
    .aboutus .abouttxt h2 {
      color: #fff;
      font-size: 54px;
      text-transform: uppercase;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .aboutus .abouttxt h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
        .aboutus .abouttxt h2 {
          font-size: 42px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .aboutus .abouttxt h2 {
          font-size: 42px; } }
    .aboutus .abouttxt h5 {
      color: #fff;
      font-size: 32px;
      margin-bottom: 1rem; }
    .aboutus .abouttxt p {
      font-size: 24px;
      color: rgba(255, 255, 255, 0.6);
      line-height: 1.3; }
      @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
        .aboutus .abouttxt p {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
        .aboutus .abouttxt p {
          font-size: 15px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .aboutus .abouttxt p {
          font-size: 14px; } }
  .aboutus .morebtn {
    width: 220px;
    display: block;
    margin-top: 3rem;
    position: relative; }
    @media (max-width: 767px) {
      .aboutus .morebtn {
        font-size: 13px;
        height: 36px;
        padding: 4px 20px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .aboutus .morebtn {
        padding: 4px 0px; } }
    .aboutus .morebtn span {
      color: #8c8c8c;
      font-size: 15px;
      border: 1px solid #4c4c4c;
      height: 45px;
      padding: 6px 20px;
      line-height: 2;
      width: 200px;
      display: block;
      text-align: center;
      position: relative;
      z-index: 10;
      z-index: 10; }
      .aboutus .morebtn span:hover {
        background-color: #fff;
        color: #fff; }
  .aboutus .counter {
    width: 80%;
    color: #fff; }
    .aboutus .counter p {
      color: #DD3DBF;
      font-weight: bold; }
    .aboutus .counter span.h2 {
      color: #DD3DBF;
      font-weight: bold; }
    .aboutus .counter .unitC {
      color: #DD3DBF;
      font-weight: bold;
      font-size: 2rem;
      bottom: 0px; }
    .aboutus .counter img {
      width: 100%;
      max-width: 30px;
      vertical-align: middle;
      display: inline-block; }

/*blogs*/
.newslist.homeblogs {
  padding: 10% 0px 8% 0%; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .newslist.homeblogs {
      padding: 15% 0px 15% 0%; } }
  .newslist.homeblogs .container {
    min-width: 76%;
    max-width: 76%; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .newslist.homeblogs .container {
        min-width: 90%;
        max-width: 90%; } }
  .newslist.homeblogs .pagetitle {
    color: #fff;
    margin-bottom: 90px; }
  .newslist.homeblogs .card {
    background: #262626;
    padding-bottom: 40px; }
    .newslist.homeblogs .card .cardimg {
      width: 80%;
      height: auto;
      margin: 30px auto; }
      .newslist.homeblogs .card .cardimg img {
        object-fit: inherit; }
    .newslist.homeblogs .card .card-body {
      padding: 0px 30px 12px 30px;
      min-height: inherit;
      max-height: inherit;
      width: 100%;
      height: auto;
      text-align: left;
      transition: transform 0.2s ease-out; }
      .newslist.homeblogs .card .card-body h3 {
        color: #fff;
        font-weight: 400;
        font-size: 32px;
        margin-bottom: 12px; }
      .newslist.homeblogs .card .card-body h5 {
        font-size: 15px;
        height: auto;
        line-height: 1.3;
        color: rgba(255, 255, 255, 0.5); }
        @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
          .newslist.homeblogs .card .card-body h5 {
            font-size: 15px; } }

/*portfolio*/
.portfolio {
  padding: 8% 0px 10% 0px;
  background: #0e0e0e url(../images/bg_web.jpg) right bottom no-repeat; }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .portfolio {
      padding: 8% 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .portfolio {
      padding: 15% 0px; } }
  .portfolio .container {
    max-width: 76%;
    min-width: 76%; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .portfolio .container {
        min-width: 90%;
        max-width: 90%; } }
  .portfolio .portfolio-content {
    color: #fff;
    padding: 5% 5%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px); }
    .portfolio .portfolio-content h6 {
      font-size: 32px;
      font-weight: 300; }
  .portfolio .portfolio-list {
    padding: 5% 5%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px); }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .portfolio .portfolio-list {
        padding: 5% 0%; } }
    .portfolio .portfolio-list ul {
      align-items: center;
      display: flex;
      flex-wrap: wrap; }
      .portfolio .portfolio-list ul li {
        margin: 1rem 1rem;
        flex: 1 1 auto;
        text-align: center; }
      .portfolio .portfolio-list ul img {
        max-width: 100%;
        vertical-align: middle; }

/*team*/
.teamlist {
  padding: 6% 0px 10% 0px;
  background: #141414; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .teamlist {
      padding: 15% 0px; } }
  .teamlist .container {
    min-width: 76%;
    max-width: 76%; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .teamlist .container {
        min-width: 90%;
        max-width: 90%; } }
  .teamlist .team {
    text-align: center;
    color: #eee;
    padding-bottom: 1rem;
    font-family: 'Montserrat'; }
    .teamlist .team h4 {
      color: #DD3DBF;
      margin-top: 2rem;
      font-family: 'HarmonyOS_Sans_Regular';
      margin-bottom: 1rem; }
    .teamlist .team img {
      max-width: 180px;
      width: 50%;
      border-radius: 50%; }
    .teamlist .team p {
      color: #fff;
      opacity: .4;
      width: 80%;
      margin: 0 auto;
      font-size: 15px;
      font-family: 'HarmonyOS_Sans_Regular'; }

/*contactus*/
.contactus {
  padding: 8rem 0px 6rem 0px;
  background: #141414 url(../images/wave@3x.png) 90% bottom no-repeat; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contactus {
      padding: 5rem 0px 6rem 0px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .contactus {
      padding: 6rem 0px 6rem 0px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .contactus .container {
      width: 94%; } }
  .contactus .pagetitle {
    text-align: center; }
    .contactus .pagetitle h2 {
      font-size: 45px;
      text-align: center;
      margin-bottom: 1.2rem;
      font-family: 'Montserrat';
      color: #fff; }
      @media only screen and (min-width: 1600px) and (max-width: 1750px) {
        .contactus .pagetitle h2 {
          font-size: 36px; } }
      @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
        .contactus .pagetitle h2 {
          font-size: 32px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .contactus .pagetitle h2 {
          font-size: 28px;
          margin-bottom: 2rem; } }
    .contactus .pagetitle span::after {
      display: none; }
    .contactus .pagetitle p {
      font-size: 28px;
      margin: 10px 0px;
      margin-bottom: 0.5rem;
      margin: 0 auto;
      width: 100%;
      color: #fff;
      text-align: center;
      font-family: 'Montserrat';
      margin-bottom: 3rem; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .contactus .pagetitle p {
          font-size: 16px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .contactus .pagetitle p {
          line-height: 1.2;
          font-size: 1rem;
          width: 100%; } }
    .contactus .pagetitle p::after {
      display: none; }
    .contactus .pagetitle .copytxt {
      font-size: 1rem;
      font-weight: 300;
      font-family: 'Poppins'; }
  .contactus .followus {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5rem;
    width: 45%; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .contactus .followus {
        width: 55%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
      .contactus .followus {
        width: 100%; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .contactus .followus {
        width: 80%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .contactus .followus .col-xs-12 {
        margin-bottom: 1.5rem; } }
    .contactus .followus .snsbtn {
      color: #fff;
      font-weight: bold;
      padding: 1.5rem 1rem;
      display: flex;
      background-position: center center;
      background-repeat: no-repeat;
      top: 0px;
      justify-content: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      border-radius: 12px;
      transition: all 0.3s ease;
      margin: 0px auto;
      background-image: linear-gradient(120deg, #DB3ABC, #7534C2); }
      @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .contactus .followus .snsbtn {
          width: 150px;
          padding: 1rem 1rem; } }
      @media (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
        .contactus .followus .snsbtn {
          width: 100%;
          padding: 1.5rem 3rem; } }
      .contactus .followus .snsbtn i {
        color: #fff;
        font-size: 2.3rem;
        line-height: 1;
        position: relative;
        display: inline-block;
        margin-right: 5px;
        z-index: 2; }
        @media (max-width: 767px) {
          .contactus .followus .snsbtn i {
            font-size: 2rem; } }
      .contactus .followus .snsbtn p {
        font-size: 1rem;
        text-transform: uppercase;
        margin: 0px;
        letter-spacing: 2px; }
      .contactus .followus .snsbtn span {
        color: #fff;
        position: relative;
        z-index: 2;
        font-size: 1.5rem; }
        .contactus .followus .snsbtn span::after {
          display: none; }

/*----------------------------------------*/
/*  Newslist
/*----------------------------------------*/
.newslist {
  padding: 5% 0px;
  background: #141414; }
  @media (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .newslist {
      padding: 8% 0px;
      padding-bottom: 5rem; } }
  .newslist .morebtn {
    width: 220px;
    display: block;
    margin: 0 auto;
    margin-top: 6rem;
    position: relative; }
    @media (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .newslist .morebtn {
        width: 150px; } }
    .newslist .morebtn span {
      color: #8c8c8c;
      font-size: 15px;
      border: 1px solid #4c4c4c;
      text-transform: uppercase;
      height: 45px;
      padding: 6px 30px;
      line-height: 2;
      width: 220px;
      display: block;
      text-align: center;
      position: relative;
      z-index: 10; }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .newslist .morebtn span {
          width: 150px; } }
    .newslist .morebtn:hover {
      background: #ffb11a; }
      .newslist .morebtn:hover span {
        color: #000;
        border: 1px solid #ffb11a; }

.newslist .card {
  border: none;
  background: none;
  position: relative;
  transform: translateZ(0);
  border: 1px solid #000;
  transition-duration: 0.3s;
  transition-property: transform, box-shadow, color;
  transition-timing-function: ease-in-out;
  border-radius: 0px; }
  .newslist .card .cardimg {
    height: 270px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 0px; }
    @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
      .newslist .card .cardimg {
        height: 200px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .newslist .card .cardimg {
        height: 160px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
      .newslist .card .cardimg {
        height: 220px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .newslist .card .cardimg {
        height: 200px; } }
  .newslist .card img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover; }
  .newslist .card .card-body {
    padding: 12px 30px;
    min-height: 160px;
    max-height: 160px;
    padding-bottom: 40px;
    background: none;
    position: relative;
    border-top: 0px; }
    @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
      .newslist .card .card-body {
        min-height: 240px;
        max-height: 240px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 320px) and (max-width: 767px), (max-width: 767px) {
      .newslist .card .card-body {
        padding-top: .8rem;
        min-height: 230px;
        max-height: auto;
        padding: 12px 20px; } }
    .newslist .card .card-body i.line {
      display: inline-block;
      height: 5px;
      width: 41px; }
      @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
        .newslist .card .card-body i.line {
          height: 2px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 320px) and (max-width: 767px), (max-width: 767px) {
        .newslist .card .card-body i.line {
          display: none; } }
    .newslist .card .card-body h3 {
      font-size: 21px;
      width: 100%;
      line-height: 1.2;
      color: #000; }
      @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 320px) and (max-width: 767px), (max-width: 767px) {
        .newslist .card .card-body h3 {
          font-size: 17px;
          line-height: 1; } }
    .newslist .card .card-body h5 {
      font-size: 15px;
      color: #000;
      margin-bottom: .6rem;
      font-weight: 300;
      height: 34px;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: .3rem; }
      @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 320px) and (max-width: 767px), (max-width: 767px) {
        .newslist .card .card-body h5 {
          margin-top: .5rem; } }
    .newslist .card .card-body p {
      color: rgba(0, 0, 0, 0.6); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .newslist .card .card-body p {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
        .newslist .card .card-body p {
          font-size: 14px; } }
    .newslist .card .card-body a.viewbtn {
      height: 40px;
      display: inline-block;
      line-height: 36px;
      font-size: 14px;
      color: #000;
      position: absolute;
      bottom: 40px; }
      @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
        .newslist .card .card-body a.viewbtn {
          bottom: 10px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
        .newslist .card .card-body a.viewbtn {
          width: 120px;
          height: 32px;
          font-size: 13px;
          line-height: 28px;
          bottom: 20px; } }
      .newslist .card .card-body a.viewbtn:hover {
        background-size: 100%;
        background-position: 50% 50%;
        color: #000; }
    .newslist .card .card-body a {
      color: #000; }
  .newslist .card:hover {
    cursor: pointer;
    transform: translateY(-4px) translateZ(0); }
    .newslist .card:hover h2, .newslist .card:hover h5 {
      color: #000; }
    .newslist .card:hover p {
      color: #000; }

/*News view*/
#blog-wrapper {
  background: #fff; }

.blog-listing .container {
  margin-top: 120px;
  max-width: 76%;
  min-width: 76%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .blog-listing .container {
      max-width: 90%;
      min-width: 90%; } }

.newslist.blogslist {
  padding: 10% 0px 12% 0% !important; }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .newslist.blogslist {
      padding: 6rem 0px 8rem 0% !important; } }

.newslist.blogslist .card .card-body h3 {
  font-size: 21px;
  box-shadow: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .newslist.blogslist .card .card-body h3 {
      font-size: 18px; } }

.newslist.blogslist .card .card-body {
  padding: 20px 30px 40px 30px;
  position: relative;
  background: #212121;
  min-height: 180px;
  max-height: 180px; }

.newsdetail {
  margin-bottom: 8rem; }

.news_show {
  padding-top: 0rem !important;
  padding-bottom: 7rem !important; }

.news_show .paper {
  margin-top: 3rem; }

.news_show > h1 {
  font-size: 2.5rem;
  text-align: center; }

.news_show > span {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 0.625rem;
  margin-bottom: 3rem;
  margin-top: 2%;
  font-size: 1rem;
  text-align: center; }

.news_show p {
  font-size: 1rem;
  line-height: 1.8rem; }

.news_show img {
  max-width: 100%; }

.news_show .prenext {
  margin-top: 3.75rem;
  text-align: center;
  overflow: hidden; }

.news_show .prev-next .btn {
  color: #000;
  border: 1px solid #000000;
  margin: 0px 6px;
  box-shadow: none; }

.news_show .prenext p {
  font-weight: bold; }

.news_show .prenext a {
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 6px 20px;
  min-width: 100px;
  font-size: 15px;
  color: #666; }

.news_show .prenext a span {
  font-size: 18px;
  margin-right: 10px; }

.news_show .prenext a em {
  font-style: normal;
  font-size: 18px; }

.news_show .prenext a:hover {
  background: #000000;
  border-color: #000000;
  color: #fff; }

.news_show .prenext a:hover span {
  color: #fff; }

.news_show .prenext .pre {
  float: left; }

.news_show .prenext .next {
  float: right; }

.news_show .tags {
  font-weight: 500;
  clear: both;
  text-align: left;
  margin-top: 20px; }

.news_show .tags a {
  color: #666;
  margin-left: 15px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 4px 10px;
  font-weight: normal;
  font-size: 14px; }

.news_show .tags a:hover {
  background: #000000;
  border-color: #000000;
  color: #fff; }

.news_show .e-content {
  margin-top: 1.5rem; }

.news_show .content-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 3rem; }

.news_show .content-title h1 {
  margin-bottom: 1rem !important;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 80%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .news_show .content-title h1 {
      width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 374px) and (max-width: 767px), (max-width: 767px) {
  .news_show .content-title h1 {
    font-size: 1.3rem; } }

.news_show .content-title h1 a {
  color: #000;
  font-weight: bold; }

.news_show .content-title .blog-date {
  display: block;
  margin-bottom: 1rem; }

.newsdetail .backtobtn {
  color: #157448;
  font-size: 16px;
  border-radius: 0px;
  background: none;
  border: 2px solid #157448;
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-top: 4rem; }

.newsdetail .backtobtn:hover {
  color: #fff;
  border-radius: 0px;
  background: #e3363d;
  border: 2px solid #e3363d; }

.newsdetail .section-banner {
  height: 360px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsdetail .section-banner {
    height: 160px; } }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 374px) and (max-width: 767px), (max-width: 767px) {
  .newsdetail .section-banner {
    display: none; } }

#breadcrumbs {
  padding-left: 0px !important;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex; }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    #breadcrumbs {
      display: none; } }

#breadcrumbs a {
  color: #737373; }

#breadcrumbs span {
  font-size: 14px;
  padding: 0px !important; }

.paper {
  text-align: center; }

.paper .pagination {
  display: inline-block; }

.paper .pagination li {
  border: none;
  color: #fff; }

.paper .pagination li a,
.paper .pagination li span {
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #1a464b;
  line-height: 1.5; }

.paper .pagination li span.active {
  color: #000;
  background: #01C6DD; }

.paper .pagination li:hover {
  color: #000;
  background: #01C6DD; }

.paper .pagination li:hover a,
.paper .pagination li:hover span {
  color: #000; }

/*Footer*/
/*Footer*/
footer {
  padding: 60px 0px 100px 0px;
  background-color: #060918; }
  footer .container {
    max-width: 84%; }
  footer .foot-nav {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10.25rem; }
    footer .foot-nav li {
      display: inline-block;
      padding-right: 1.5rem; }
      footer .foot-nav li a {
        color: #fff; }
  footer .foot-txt {
    color: #999999;
    border-top: 1px solid #363737;
    padding-top: 1rem; }
    footer .foot-txt .foot-sns {
      float: left; }
    footer .foot-txt .foot-sns a.ico {
      background: #999999;
      color: #000;
      height: 30px;
      width: 30px;
      line-height: 30px;
      display: inline-block;
      border-radius: 1.875rem;
      margin-right: .2rem; }
    footer .foot-txt .foot-sns a.ico {
      font-size: 18px;
      text-align: center; }
    footer .foot-txt .copyright-txt {
      float: right; }
