@charset "UTF-8";
/* display */
.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}

/* overflow */
.ovh {
  overflow: hidden;
}

/* position */
.rel {
  position: relative;
}

.abs {
  position: absolute;
}

/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

/* text-align */
.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tj {
  text-align: justify;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

/* padding */
.p0 {
  padding: 0;
}

.p1 {
  padding: 1px;
}

.pl1 {
  padding-left: 1px;
}

.pt1 {
  padding-top: 1px;
}

.pr1 {
  padding-right: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.p2 {
  padding: 2px;
}

.pl2 {
  padding-left: 2px;
}

.pt2 {
  padding-top: 2px;
}

.pr2 {
  padding-right: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.pl5 {
  padding-left: 5px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.p10 {
  padding: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.p15 {
  padding: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.p20 {
  padding: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.p30 {
  padding: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

/* vertical-align */
.vm {
  vertical-align: middle;
}

.vtb {
  vertical-align: text-bottom;
}

.vb {
  vertical-align: bottom;
}

.vt {
  vertical-align: top;
}

.vn {
  vertical-align: -2px;
}

.bgnone {
  background: none !important;
}

.bnone {
  border: none !important;
}

/*nav - style*/
/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v.1.2
Created : 2016-06-02
Last update : 2016-10-19

============================================================== */
/* MEGAMENU STYLE
=================================*/
nav.bootsnav .dropdown.megamenu-fw {
  position: static;
}

nav.bootsnav .container {
  position: relative;
}

nav.bootsnav .megamenu-fw .dropdown-menu {
  left: auto;
}

nav.bootsnav .megamenu-content {
  padding: 15px;
  width: 100% !important;
}

nav.bootsnav .megamenu-content .title {
  margin-top: 0;
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* Navbar
=================================*/
nav.navbar.bootsnav {
  margin-bottom: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #e0e0e0;
  z-index: 9;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: #6f6f6f;
  background-color: transparent;
  outline: none;
  margin-bottom: -2px;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
  background-color: transparent;
}

nav.navbar.bootsnav .navbar-toggle {
  background-color: #fff;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 5px;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
  white-space: normal;
}

ul.menu-col {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.menu-col li a {
  color: #6f6f6f;
}

ul.menu-col li a:hover,
ul.menu-col li a:focus {
  text-decoration: none;
}

/* Navbar Full
=================================*/
nav.bootsnav.navbar-full {
  padding-bottom: 10px;
  padding-top: 10px;
}

nav.bootsnav.navbar-full .navbar-header {
  display: block;
  width: 100%;
}

nav.bootsnav.navbar-full .navbar-toggle {
  display: inline-block;
  margin-right: 0;
  position: relative;
  top: 0;
  font-size: 30px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

nav.bootsnav.navbar-full .navbar-collapse {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  padding: 0;
  display: none !important;
  z-index: 9;
}

nav.bootsnav.navbar-full .navbar-collapse.in {
  display: block !important;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full {
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
  width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav {
  display: block;
  width: 100%;
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a {
  background-color: transparent;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li {
  float: none;
  display: block;
  text-align: center;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li > a {
  display: table;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 24px;
  padding: 10px 15px;
}

li.close-full-menu > a {
  padding-top: 0px;
  padding-bottom: 0px;
}

li.close-full-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Atribute Navigation
=================================*/
.attr-nav {
  float: right;
  margin-left: 13px;
  margin-right: -15px;
}

.attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}

.attr-nav > ul > li {
  float: left;
  display: block;
}

.attr-nav > ul > li > a {
  color: #6f6f6f;
  display: block;
  padding: 28px 15px;
  position: relative;
}

.attr-nav > ul > li > a span.badge {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  font-size: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  padding-top: 2px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border: solid 1px #e0e0e0;
}

ul.cart-list {
  padding: 0 !important;
  width: 250px !important;
}

ul.cart-list > li {
  position: relative;
  border-bottom: solid 1px #efefef;
  padding: 15px 15px 23px 15px !important;
}

ul.cart-list > li > a.photo {
  padding: 0 !important;
  margin-right: 15px;
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  left: 15px;
  top: 15px;
}

ul.cart-list > li img {
  width: 50px;
  height: 50px;
  border: solid 1px #efefef;
}

ul.cart-list > li > h6 {
  margin: 0;
}

ul.cart-list > li > h6 > a.photo {
  padding: 0 !important;
  display: block;
}

ul.cart-list > li > p {
  margin-bottom: 0;
}

ul.cart-list > li.total {
  background-color: #f5f5f5;
  padding-bottom: 15px !important;
}

ul.cart-list > li.total > .btn {
  display: inline-block;
  border-bottom: solid 1px #efefef;
}

ul.cart-list > li .price {
  font-weight: bold;
}

ul.cart-list > li.total > span {
  padding-top: 8px;
}

/* Top Search
=================================*/
.top-search {
  background-color: #333;
  padding: 10px 0;
  display: none;
}

.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
}

.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.top-search .input-group-addon.close-search {
  cursor: pointer;
}

/* Side Menu
=================================*/
body {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.on-side {
  margin-left: -280px;
}

.side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -280px;
  width: 280px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.side.on {
  right: 0;
}

.side .close-side {
  float: right;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.side .widget {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.side .widget .title {
  color: #fff;
  margin-bottom: 15px;
}

.side .widget ul.link {
  padding: 0;
  margin: 0;
  list-style: none;
}

.side .widget ul.link li a {
  color: #9f9f9f;
  letter-spacing: 1px;
}

.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover {
  color: #fff;
  text-decoration: none;
}

/* Share
=================================*/
nav.navbar.bootsnav .share {
  padding: 0 30px;
  margin-bottom: 30px;
}

nav.navbar.bootsnav .share ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
}

nav.navbar.bootsnav .share ul > li {
  float: left;
  display: block;
  margin-right: 5px;
}

nav.navbar.bootsnav .share ul > li > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #cfcfcf;
  color: #fff;
}

/* Transparent
=================================*/
nav.navbar.bootsnav.navbar-fixed {
  position: fixed;
  display: block;
  width: 100%;
}

nav.navbar.bootsnav.no-background {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* Navbar Sticky
=================================*/
.wrap-sticky {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap-sticky nav.navbar.bootsnav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
  left: -280px;
}

/* Navbar Responsive
=================================*/
@media (min-width: 1024px) and (max-width: 1400px) {
  body.wrap-nav-sidebar .wrapper .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  /* General Navbar
  =================================*/
  nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    margin-top: -2px;
  }
  nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: -200px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 600;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    margin-left: 5px;
    margin-top: 2px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    width: 200px;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-top: solid 5px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover,
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
    background-color: transparent;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
    color: #6f6f6f;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: right;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    float: right;
    content: "\f105";
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    float: left;
    content: "\f104";
    margin-top: 0;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: -3px;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
    padding: 0 15px !important;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
    padding: 25px 0 20px;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
    padding: 0;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed > li {
    padding: 0;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 30px;
    margin: 0 -0.5px;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
    border-left: none;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
    border-right: none;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
    display: none;
  }
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    text-align: left;
    padding: 5px 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #6f6f6f;
  }
  nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }
  /* Navbar Transparent
  =================================*/
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
  nav.navbar.bootsnav.navbar-transparent .attr-nav {
    padding-left: 15px;
    margin-left: 30px;
  }
  nav.navbar.bootsnav.navbar-transparent.white {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px #bbb;
  }
  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
  nav.navbar.bootsnav.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #555;
  }
  nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
    border-left: solid 1px #bbb;
  }
  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
    border-left: solid 1px #555;
  }
  nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
  nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
  nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
    color: #eee;
  }
  nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
  nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
    display: none;
  }
  nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
  nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
    display: block;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-display {
    display: none;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block;
  }
  /* Atribute Navigation
  =================================*/
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px;
  }
  /* Menu Center
  =================================*/
  nav.navbar.bootsnav.menu-center .container {
    position: relative;
  }
  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  nav.navbar.bootsnav.menu-center .navbar-header,
  nav.navbar.bootsnav.menu-center .attr-nav {
    position: absolute;
  }
  nav.navbar.bootsnav.menu-center .attr-nav {
    right: 15px;
  }
  /* Navbar Brand top
  =================================*/
  nav.bootsnav.navbar-brand-top .navbar-header {
    display: block;
    width: 100%;
    text-align: center;
  }
  nav.bootsnav.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu {
    margin-top: 2px;
  }
  nav.bootsnav.navbar-brand-top ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
    margin-top: 0;
  }
  nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
    display: inline-block;
    float: none;
    margin: 0;
  }
  nav.bootsnav.navbar-brand-top .navbar-collapse {
    text-align: center;
  }
  nav.bootsnav.navbar-brand-top ul.nav {
    display: inline-block;
    float: none;
    margin: 0 0 -5px 0;
  }
  /* Navbar Center
  =================================*/
  nav.bootsnav.brand-center .navbar-header {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
  }
  nav.bootsnav.brand-center .navbar-brand {
    display: inline-block;
    float: none;
  }
  nav.bootsnav.brand-center .navbar-collapse {
    text-align: center;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {
    margin-top: 2px;
  }
  nav.bootsnav.brand-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
    margin-top: 0;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 50%;
    float: left;
    display: block;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 100px;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 100px;
  }
  nav.bootsnav.brand-center ul.nav {
    float: none !important;
    margin-bottom: -5px !important;
    display: inline-block !important;
  }
  nav.bootsnav.brand-center ul.nav.navbar-right {
    margin: 0;
  }
  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
    text-align: left;
    padding-right: 100px;
  }
  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
    text-align: right;
    padding-left: 100px;
  }
  /* Navbar Sidebar
  =================================*/
  body.wrap-nav-sidebar .wrapper {
    padding-left: 260px;
    overflow-x: hidden;
  }
  nav.bootsnav.navbar-sidebar {
    position: fixed;
    width: 260px;
    overflow: hidden;
    left: 0;
    padding: 0  0 0 0 !important;
    background: #fff;
    border-right: solid 1px #dfdfdf;
  }
  nav.bootsnav.navbar-sidebar .scroller {
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  nav.bootsnav.navbar-sidebar .container-fluid,
  nav.bootsnav.navbar-sidebar .container {
    padding: 0 !important;
  }
  nav.bootsnav.navbar-sidebar .navbar-header {
    float: none;
    display: block;
    width: 260px;
    padding: 10px 15px;
    margin: 10px 0 0 0 !important;
  }
  nav.bootsnav.navbar-sidebar .navbar-collapse {
    padding: 0 !important;
    width: 260px;
  }
  nav.bootsnav.navbar-sidebar ul.nav {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px !important;
    margin: 0 0 30px 0;
  }
  nav.bootsnav.navbar-sidebar ul.nav li {
    float: none !important;
  }
  nav.bootsnav.navbar-sidebar ul.nav > li > a {
    padding: 10px 15px;
    font-weight: bold;
  }
  nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > a:after {
    float: right;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    left: 100%;
    top: 0;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
    border: none !important;
    padding: 0;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
  }
  nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
    border: none !important;
  }
  nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu {
    margin-bottom: 15px;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    padding-left: 0;
    float: none;
    margin-bottom: 0;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
    padding: 5px 15px;
    color: #6f6f6f;
    border: none;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    padding-left: 15px;
    margin-top: 0;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
  }
  nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:before {
    content: "\f107";
  }
  nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content > li {
    padding: 0 !important;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    display: block;
    float: none !important;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
    padding: 7px 0;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    color: #6f6f6f;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107";
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    border: none;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }
  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
    padding: 3px 0 !important;
  }
}

@media (max-width: 991px) {
  /* Navbar Responsive
  =================================*/
  nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
  }
  nav.navbar.bootsnav .navbar-header {
    float: none;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: left;
    margin-right: -200px;
    margin-top: 10px;
  }
  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 350px;
    overflow-y: auto !important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
  }
  nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px -15px;
  }
  nav.navbar.bootsnav .navbar-nav > li {
    float: none;
  }
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
  }
  nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before {
    content: "\f107";
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }
  nav.navbar.bootsnav .navbar-nav > li:first-child > a {
    border-top: none;
  }
  nav.navbar.bootsnav ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
    float: none !important;
    position: relative;
    display: block;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    padding: 0 0 0 15px !important;
    margin: 0 0 -1px 0 !important;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px;
    -o-border-radius: 0px 0px 0px;
    border-radius: 0px 0px 0px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    color: #6f6f6f;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
    background-color: transparent;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
    float: none !important;
    left: 0;
    padding: 0 0 0 15px;
    position: relative;
    background: transparent;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
    display: inline-block;
    margin-top: -10px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
    display: none;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    padding: 10px 15px 10px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #6f6f6f;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 8px 0;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    right: -15px;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
    border-bottom: none;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
    border-bottom: none;
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107";
  }
  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }
  nav.bootsnav.brand-center .navbar-collapse {
    display: block;
  }
  nav.bootsnav.brand-center ul.nav {
    margin-bottom: 0px !important;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 100%;
    float: none;
    display: block;
  }
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    margin-bottom: 0;
  }
  nav.bootsnav .megamenu-content {
    padding: 0;
  }
  nav.bootsnav .megamenu-content .col-menu {
    padding-bottom: 0;
  }
  nav.bootsnav .megamenu-content .title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: normal;
  }
  nav.bootsnav .megamenu-content .content {
    display: none;
  }
  .attr-nav {
    position: absolute;
    right: 60px;
  }
  .attr-nav > ul {
    padding: 0;
    margin: 0 -15px -7px 0;
  }
  .attr-nav > ul > li > a {
    padding: 16px 15px 15px;
  }
  .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
    display: none;
  }
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 2px;
    margin-left: 55px;
    width: 250px;
    left: -250px;
    border-top: solid 5px;
  }
  .top-search .container {
    padding: 0 45px;
  }
  /* Navbar full Responsive
  =================================*/
  nav.bootsnav.navbar-full ul.nav {
    margin-left: 0;
  }
  nav.bootsnav.navbar-full ul.nav > li > a {
    border: none;
  }
  nav.bootsnav.navbar-full .navbar-brand {
    float: left !important;
    padding-left: 0;
  }
  nav.bootsnav.navbar-full .navbar-toggle {
    float: right;
    margin-right: 0;
    margin-top: 10px;
  }
  nav.bootsnav.navbar-full .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Navbar Sidebar
  =================================*/
  nav.navbar.bootsnav.navbar-sidebar .share {
    padding: 30px 15px;
    margin-bottom: 0;
  }
  /* Tabs
  =================================*/
  nav.navbar.bootsnav .megamenu-content.tabbed {
    padding-left: 0 !important;
  }
  nav.navbar.bootsnav .tabbed > li {
    padding: 25px 0;
    margin-left: -15px !important;
  }
  /* Mobile Navigation
  =================================*/
  body > .wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #fff;
    z-index: 99;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
    left: 0;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 293px;
    padding-right: 0;
    padding-left: 15px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
    padding: 15px 15px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=' col-'] {
    width: 100%;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block !important;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-display {
    display: none !important;
  }
  nav.navbar.bootsnav.navbar-mobile .tab-menu,
  nav.navbar.bootsnav.navbar-mobile .tab-content {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .attr-nav {
    right: 30px;
  }
  .attr-nav > ul {
    margin-right: -10px;
  }
  .attr-nav > ul > li > a {
    padding: 16px 10px 15px;
    padding-left: 0 !important;
  }
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    left: -275px;
  }
  .top-search .container {
    padding: 0 15px;
  }
  nav.bootsnav.navbar-full .navbar-collapse {
    left: 15px;
  }
  nav.bootsnav.navbar-full .navbar-header {
    padding-right: 0;
  }
  nav.bootsnav.navbar-full .navbar-toggle {
    margin-right: -15px;
  }
  nav.bootsnav.navbar-full ul.nav > li > a {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 5px 10px !important;
  }
  /* Navbar Sidebar
  =================================*/
  nav.navbar.bootsnav.navbar-sidebar .share {
    padding: 30px 15px !important;
  }
  /* Navbar Sidebar
  =================================*/
  nav.navbar.bootsnav.navbar-sidebar .share {
    padding: 30px 0 !important;
    margin-bottom: 0;
  }
  nav.navbar.bootsnav.navbar-mobile.navbar-sidebar .share {
    padding: 30px 15px !important;
    margin-bottom: 0;
  }
  /* Mobile Navigation
  =================================*/
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    margin-left: 0;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav {
    margin-left: -15px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav {
    border-top: solid 1px #fff;
  }
  li.close-full-menu {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  nav.bootsnav.navbar-full ul.nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*ui-select样式，可根据实际项目需求进行调整*/
.ui-select-wrap {
  display: inline-block;
  border: 1px solid #aaa;
  position: relative;
  height: 30px;
  padding-right: 15px;
  border-radius: 3px;
  background-color: #f2f2f2;
  cursor: pointer;
  font: 100 16px/30px;
  -webkit-user-select: none;
  user-select: none;
  z-index: 8;
  vertical-align: top;
}

.ui-select-wrap.focus {
  z-index: 9;
}

select.ui-select {
  height: 32px;
  vertical-align: top;
  padding: 0 8px 0 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f2f2f2;
  font: 100 16px/30px;
}

.ui-select-wrap > select {
  display: none;
  height: 32px;
  vertical-align: top;
  padding: 0 8px;
  border: 1px solid #aaa;
}

.ui-select-input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 15px;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.ui-select-arrow {
  display: block;
  position: absolute;
  right: 3px;
  top: 40%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-width: 6px 5px 0 5px;
  border-top-color: #999;
}

.ui-select-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  left: -1px;
  top: 30px;
  background-color: #fff;
  border: 1px solid #AAA;
  width: 100%;
  overflow: auto;
  max-height: 200px;
  border-radius: 0 3px 3px 3px;
}

.ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 30px;
}

.ui-select-wrap.focus .ui-select-list {
  display: block;
}

.ui-select-list > li {
  display: block;
  line-height: 28px;
  padding: 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-select-list > li:hover {
  background-color: #ddd;
}

.ui-select-list > li.selected {
  background-color: #0080ff;
  color: #fff;
}

.ui-select-list > li.disabled {
  background-color: #f2f2f2;
  color: #999;
  cursor: not-allowed;
}

.ui-select-list > li.disabled.selected {
  background-color: #59ADFF;
  color: #f2f2f2;
  cursor: not-allowed;
}

.ui-select-wrap.disabled {
  color: #999;
  border-color: #ccc;
  cursor: not-allowed;
}

.ui-select-wrap.disabled .ui-select-arrow {
  border-top-color: #ccc;
}

html.hc-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  position: fixed;
  width: 100%;
  min-height: 100%;
}

.hc-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  overscroll-behavior: none;
}

.hc-mobile-nav.is-ios * {
  cursor: pointer !important;
}

.hc-mobile-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 240px;
  max-width: 100%;
  height: 100%;
  transition: transform .4s ease;
}

.hc-mobile-nav .nav-wrapper {
  width: 100%;
}

.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
  position: static;
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-mobile-nav li {
  position: relative;
  display: block;
}

.hc-mobile-nav li.level-open > .nav-wrapper {
  visibility: visible;
}

.hc-mobile-nav input[type="checkbox"] {
  display: none;
}

.hc-mobile-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.hc-mobile-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

.hc-mobile-nav a,
.hc-mobile-nav a:hover {
  text-decoration: none;
}

.hc-mobile-nav.disable-body:not(.nav-open)::after {
  pointer-events: none;
}

.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease .4s, opacity .4s ease;
}

.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: .05s;
}

.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}

.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease .4s;
}

.hc-mobile-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease .4s, transform .4s ease;
}

.hc-mobile-nav.nav-levels-overlap ul ul {
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.hc-mobile-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transition: transform .4s ease;
}

.hc-mobile-nav.side-left {
  left: 0;
}

.hc-mobile-nav.side-left .nav-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(-40px, 0, 0);
}

.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-mobile-nav.side-right {
  right: 0;
}

.hc-mobile-nav.side-right .nav-container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.hc-mobile-nav.side-right.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(40px, 0, 0);
}

.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.hc-mobile-nav.nav-open .nav-container {
  transform: translate3d(0, 0, 0);
}

.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 20px;
  z-index: 9980;
  min-height: 24px;
}

.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all .2s ease;
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: '';
  width: 100%;
}

.hc-nav-trigger span::before {
  top: -10px;
}

.hc-nav-trigger span::after {
  bottom: -10px;
}

.hc-nav-trigger.toggle-open span {
  background: transparent;
  transform: rotate(45deg);
}

.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}

.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}

.hc-mobile-nav .nav-wrapper {
  background-color: #083B84;
  background-image: linear-gradient(0deg, #083B84 0%, #3F8ED4 100%);
}

.hc-mobile-nav.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-mobile-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #fff;
}

.hc-mobile-nav a {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hc-mobile-nav:not(.touch-device) a:hover {
  background: #083B84;
}

.hc-mobile-nav li {
  text-align: left;
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: #083B84;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background: #083B84;
}

.hc-mobile-nav li.nav-parent a {
  padding-right: 58px;
}

.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease;
}

.hc-mobile-nav li.nav-close span::before {
  display: block;
  content: "\f2d3";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
  transform: translateY(-50%);
}

.hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #325288;
}

.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
}

.hc-mobile-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-mobile-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-mobile-nav.side-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-mobile-nav.side-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}

.hc-mobile-nav.nav-levels-expand .nav-container ul h2,
.hc-mobile-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}

.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
.hc-mobile-nav.nav-levels-none .nav-container ul ul a {
  font-size: 14px;
}

.hc-mobile-nav.nav-levels-expand .nav-container li,
.hc-mobile-nav.nav-levels-none .nav-container li {
  transition: background .3s ease;
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
  background: #17529A;
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #083B84;
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open > a .nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open > a .nav-next::before {
  margin-top: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(225deg);
}

.navbar .toggle {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 20px;
  z-index: 9980;
  min-height: 24px;
  top: auto;
  left: auto;
  right: 0;
  box-sizing: content-box;
  font-size: 20px;
  padding-left: 55px;
  line-height: 24px;
  margin-top: 25px;
}

.navbar .toggle span {
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.navbar .toggle span,
.navbar .toggle span::before,
.navbar .toggle span::after {
  position: absolute;
  left: 0;
  height: 3px;
  background: #fff;
  transition: all .1s ease;
}

.navbar .toggle span::before,
.navbar .toggle span::after {
  content: '';
  width: 100%;
}

.navbar .toggle span::before {
  top: -8px;
}

.navbar .toggle span::after {
  bottom: -8px;
}

.navbar .toggle.toggle-open span {
  background: transparent;
  transform: rotate(45deg);
}

.navbar .toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0);
}

.navbar .toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0);
}

.navbar .toggle:hover span,
.navbar .toggle:hover span::before,
.navbar .toggle:hover span::after {
  background: #fff;
}

.navbar .toggle div {
  display: inline-block;
  margin-right: 15px;
}

#main-nav {
  display: none;
}

.hc-mobile-nav .nav-container {
  width: 280px;
}

.hc-mobile-nav h2 {
  font-weight: 400;
}

.hc-mobile-nav a {
  font-size: 15px;
}

.hc-mobile-nav li.cryptocurrency > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

.hc-mobile-nav li.devices > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

.hc-mobile-nav li.mobile > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

.hc-mobile-nav li.television > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

.hc-mobile-nav li.camera > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

.hc-mobile-nav li.magazines > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

.hc-mobile-nav li.store > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

.hc-mobile-nav li.collections > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

.hc-mobile-nav li.credits > a::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: '';
}

@media (max-width: 767px) {
  .navbar .toggle {
    padding-left: 40px;
  }
}

.hamburger {
  display: none;
  z-index: 99;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

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

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

.hamburger .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-------------------------------- 5列栅格 ----------------------------------*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/*src*/
/* 清除浮动 */
.fix {
  *zoom: 1;
}

.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/* 竖排文字 */
.writing-vertical {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}

/* 垂直居中 */
.middle-box {
  font-size: 0;
  letter-spacing: -1.5em;
}

.middle-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.middle-box .middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}

.fix {
  *zoom: 1;
}

.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

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

:root {
  --skincol: #CE181B;
  --acolor: #f00;
  --webcolor: #377CFD;
}

body {
  font-family: "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, Arial, sans-serif;
  font-size: calc(100vw * 14 / 1920);
}

@media (max-width: 1199px) {
  body {
    font-size: 1.16667rem;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 1.27273rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.27273rem;
  }
}

.container {
  *zoom: 1;
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.row {
  margin: calc(100vw * 0 / 1920) calc(100vw * -15 / 1920) calc(100vw * 0 / 1920) calc(100vw * -15 / 1920);
}

@media (max-width: 1199px) {
  .row {
    margin: 0rem -1.25rem 0rem -1.25rem;
  }
}

@media (max-width: 991px) {
  .row {
    margin: 0rem -1.36364rem 0rem -1.36364rem;
  }
}

@media (max-width: 767px) {
  .row {
    margin: 0rem -1.36364rem 0rem -1.36364rem;
  }
}

.row > [class^="col-"] {
  padding: calc(100vw * 0 / 1920) calc(100vw * 15 / 1920) calc(100vw * 0 / 1920) calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .row > [class^="col-"] {
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
}

@media (max-width: 991px) {
  .row > [class^="col-"] {
    padding: 0rem 1.36364rem 0rem 1.36364rem;
  }
}

@media (max-width: 767px) {
  .row > [class^="col-"] {
    padding: 0rem 1.36364rem 0rem 1.36364rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 73.57%;
    padding-left: 0;
    padding-right: 0;
  }
}

.nav-wrap ul,
.nav-wrap ol,
.nav-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.navbar.bootsnav {
  background: #fff;
  border-bottom: none;
  box-shadow: none;
  z-index: 999;
  transition: all .5s;
  padding: calc(100vw * 28 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  nav.navbar.bootsnav {
    padding: 2.33333rem 0rem;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    padding: 2.33333rem 0rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav {
    padding: 2.54545rem 0rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav {
    padding: 2.54545rem 0rem;
  }
}

nav.navbar.bootsnav .navbar-brand {
  float: none;
  height: auto;
  display: block;
  padding: 0;
  font-weight: bold;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  color: #17224F;
}

@media (max-width: 1280px) {
  nav.navbar.bootsnav .navbar-brand {
    font-size: 3.33333rem;
    line-height: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-brand {
    font-size: 3.33333rem;
    line-height: 3.33333rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    font-size: 3.63636rem;
    line-height: 3.63636rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-brand {
    font-size: 3.63636rem;
    line-height: 3.63636rem;
  }
}

nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

nav.navbar.bootsnav ul.nav {
  margin-left: calc(100vw * 204 / 1920);
}

@media (max-width: 1280px) {
  nav.navbar.bootsnav ul.nav {
    margin-left: 17rem;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav {
    margin-left: 17rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav {
    margin-left: 18.54545rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav {
    margin-left: 18.54545rem;
  }
}

nav.navbar.bootsnav ul.nav > li {
  margin-right: calc(100vw * 54 / 1920);
}

@media (max-width: 1280px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 4.5rem;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 4.5rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 4.90909rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 4.90909rem;
  }
}

nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}

nav.navbar.bootsnav ul.nav > li > a {
  height: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  font-size: calc(100vw * 18 / 1920);
  margin: 0;
  color: #1A1A1A;
  font-weight: 400;
  position: relative;
  padding: 0;
  text-align: center;
}

@media (max-width: 1280px) {
  nav.navbar.bootsnav ul.nav > li > a {
    height: 3.33333rem;
    line-height: 3.33333rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    height: 3.33333rem;
    line-height: 3.33333rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav > li > a {
    height: 3.63636rem;
    line-height: 3.63636rem;
    font-size: 1.63636rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav > li > a {
    height: 3.63636rem;
    line-height: 3.63636rem;
    font-size: 1.63636rem;
  }
}

nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}

nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  left: 50%;
  transition: all .5s;
  background: #377CFD;
  height: calc(100vw * 2 / 1920);
}

@media (max-width: 1280px) {
  nav.navbar.bootsnav ul.nav > li > a::before {
    height: 0.16667rem;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a::before {
    height: 0.16667rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav > li > a::before {
    height: 0.18182rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav > li > a::before {
    height: 0.18182rem;
  }
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent !important;
  color: #1A1A1A !important;
}

nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  left: 0;
  right: 0;
}

nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin: 0;
  }
  .other-page nav.navbar.bootsnav {
    min-height: auto;
  }
}

@media (min-width: 992px) {
  nav.navbar.bootsnav .navbar-brand {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .other-page nav.navbar.bootsnav {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav {
    min-height: auto;
  }
  .other-page nav.navbar.bootsnav {
    min-height: auto;
  }
  .other-page nav.navbar.bootsnav .other-search {
    top: 3.16667rem;
  }
}

.header-right {
  float: right;
}

.header-right li a {
  display: block;
  width: calc(100vw * 132 / 1920);
  height: calc(100vw * 44 / 1920);
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 44 / 1920);
  border-radius: calc(100vw * 22 / 1920);
  text-align: center;
  background: #377CFD;
  color: #FFFFFF;
}

@media (max-width: 1280px) {
  .header-right li a {
    width: 11rem;
    height: 3.66667rem;
    font-size: 1.16667rem;
    line-height: 3.66667rem;
    border-radius: 1.83333rem;
  }
}

@media (max-width: 1199px) {
  .header-right li a {
    width: 11rem;
    height: 3.66667rem;
    font-size: 1.16667rem;
    line-height: 3.66667rem;
    border-radius: 1.83333rem;
  }
}

@media (max-width: 991px) {
  .header-right li a {
    width: 12rem;
    height: 4rem;
    font-size: 1.27273rem;
    line-height: 4rem;
    border-radius: 2rem;
  }
}

@media (max-width: 767px) {
  .header-right li a {
    width: 12rem;
    height: 4rem;
    font-size: 1.27273rem;
    line-height: 4rem;
    border-radius: 2rem;
  }
}

.header-right li a img {
  width: calc(100vw * 16 / 1920);
  height: calc(100vw * 15 / 1920);
  margin-right: calc(100vw * 10 / 1920);
  margin-top: calc(100vw * -3 / 1920);
}

@media (max-width: 1280px) {
  .header-right li a img {
    width: 1.33333rem;
    height: 1.25rem;
    margin-right: 0.83333rem;
    margin-top: -0.25rem;
  }
}

@media (max-width: 1199px) {
  .header-right li a img {
    width: 1.33333rem;
    height: 1.25rem;
    margin-right: 0.83333rem;
    margin-top: -0.25rem;
  }
}

@media (max-width: 991px) {
  .header-right li a img {
    width: 1.45455rem;
    height: 1.36364rem;
    margin-right: 0.90909rem;
    margin-top: -0.27273rem;
  }
}

@media (max-width: 767px) {
  .header-right li a img {
    width: 1.45455rem;
    height: 1.36364rem;
    margin-right: 0.90909rem;
    margin-top: -0.27273rem;
  }
}

/*------------------------------------- index ----------------------------------------------*/
.index-banner {
  background: url(../images/wzkx-img2.webp) no-repeat center center;
  background-size: cover;
  padding-top: calc(100vw * 48 / 1920);
  padding-bottom: calc(100vw * 86 / 1920);
  position: relative;
}

@media (max-width: 1280px) {
  .index-banner {
    padding-top: 4rem;
    padding-bottom: 7.16667rem;
  }
}

@media (max-width: 1199px) {
  .index-banner {
    padding-top: 4rem;
    padding-bottom: 7.16667rem;
  }
}

@media (max-width: 991px) {
  .index-banner {
    padding-top: 4.36364rem;
    padding-bottom: 7.81818rem;
  }
}

@media (max-width: 767px) {
  .index-banner {
    padding-top: 4.36364rem;
    padding-bottom: 7.81818rem;
  }
}

.index-banner .banner-page {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1280px) {
  .index-banner .banner-page {
    bottom: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .index-banner .banner-page {
    bottom: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .index-banner .banner-page {
    bottom: 3.63636rem;
  }
}

@media (max-width: 767px) {
  .index-banner .banner-page {
    bottom: 3.63636rem;
  }
}

.index-banner .banner-page .swiper-pagination-bullet {
  opacity: 1;
  width: calc(100vw * 12 / 1920);
  height: calc(100vw * 12 / 1920);
  margin-left: calc(100vw * 6 / 1920);
  margin-right: calc(100vw * 6 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  background: rgba(255, 255, 255, 0.33);
}

@media (max-width: 1280px) {
  .index-banner .banner-page .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
  }
}

@media (max-width: 1199px) {
  .index-banner .banner-page .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
  }
}

@media (max-width: 991px) {
  .index-banner .banner-page .swiper-pagination-bullet {
    width: 1.09091rem;
    height: 1.09091rem;
    margin-left: 0.54545rem;
    margin-right: 0.54545rem;
    border-radius: 0.54545rem;
  }
}

@media (max-width: 767px) {
  .index-banner .banner-page .swiper-pagination-bullet {
    width: 1.09091rem;
    height: 1.09091rem;
    margin-left: 0.54545rem;
    margin-right: 0.54545rem;
    border-radius: 0.54545rem;
  }
}

.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: calc(100vw * 50 / 1920);
  background: white;
}

@media (max-width: 1280px) {
  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.54545rem;
  }
}

.index-banner .banner-box .right-img {
  float: right;
  width: calc(100vw * 831 / 1920);
  height: calc(100vw * 605 / 1920);
}

@media (max-width: 1280px) {
  .index-banner .banner-box .right-img {
    width: 69.25rem;
    height: 50.41667rem;
  }
}

@media (max-width: 1199px) {
  .index-banner .banner-box .right-img {
    width: 69.25rem;
    height: 50.41667rem;
  }
}

@media (max-width: 991px) {
  .index-banner .banner-box .right-img {
    width: 75.54545rem;
    height: 55rem;
  }
}

@media (max-width: 767px) {
  .index-banner .banner-box .right-img {
    width: 75.54545rem;
    height: 55rem;
  }
}

.index-banner .banner-box .right-cont {
  overflow: hidden;
  padding-top: calc(100vw * 122 / 1920);
  -webkit-animation: fadeOutDown .5s both;
  animation: fadeOutDown .5s both;
}

@media (max-width: 1280px) {
  .index-banner .banner-box .right-cont {
    padding-top: 10.16667rem;
  }
}

@media (max-width: 1199px) {
  .index-banner .banner-box .right-cont {
    padding-top: 10.16667rem;
  }
}

@media (max-width: 991px) {
  .index-banner .banner-box .right-cont {
    padding-top: 11.09091rem;
  }
}

@media (max-width: 767px) {
  .index-banner .banner-box .right-cont {
    padding-top: 11.09091rem;
  }
}

.index-banner .banner-box .right-cont h1 {
  margin-top: 0;
  font-weight: bold;
  font-size: calc(100vw * 62 / 1920);
  line-height: calc(100vw * 90 / 1920);
  margin-bottom: calc(100vw * 36 / 1920);
  color: #FFFFFF;
  text-shadow: 0px 2px 13px rgba(4, 58, 190, 0.45);
}

@media (max-width: 1280px) {
  .index-banner .banner-box .right-cont h1 {
    font-size: 5.16667rem;
    line-height: 7.5rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 1199px) {
  .index-banner .banner-box .right-cont h1 {
    font-size: 5.16667rem;
    line-height: 7.5rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .index-banner .banner-box .right-cont h1 {
    font-size: 5.63636rem;
    line-height: 8.18182rem;
    margin-bottom: 3.27273rem;
  }
}

@media (max-width: 767px) {
  .index-banner .banner-box .right-cont h1 {
    font-size: 5.63636rem;
    line-height: 8.18182rem;
    margin-bottom: 3.27273rem;
  }
}

.index-banner .banner-box .right-cont .desc {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 26 / 1920);
  margin-bottom: calc(100vw * 78 / 1920);
  color: #FFFFFF;
}

@media (max-width: 1280px) {
  .index-banner .banner-box .right-cont .desc {
    font-size: 1.5rem;
    line-height: 2.16667rem;
    margin-bottom: 6.5rem;
  }
}

@media (max-width: 1199px) {
  .index-banner .banner-box .right-cont .desc {
    font-size: 1.5rem;
    line-height: 2.16667rem;
    margin-bottom: 6.5rem;
  }
}

@media (max-width: 991px) {
  .index-banner .banner-box .right-cont .desc {
    font-size: 1.63636rem;
    line-height: 2.36364rem;
    margin-bottom: 7.09091rem;
  }
}

@media (max-width: 767px) {
  .index-banner .banner-box .right-cont .desc {
    font-size: 1.63636rem;
    line-height: 2.36364rem;
    margin-bottom: 7.09091rem;
  }
}

.index-banner .swiper-slide-active .banner-box .right-cont {
  -webkit-animation: fadeInUp .5s both 1s;
  animation: fadeInUp .5s both 1s;
}

.more-btn {
  display: block;
  width: calc(100vw * 160 / 1920);
  height: calc(100vw * 50 / 1920);
  border-radius: calc(100vw * 25 / 1920);
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 50 / 1920);
  background: #4083FF;
  text-align: center;
  font-weight: bold;
  color: #FFFEFE;
  text-align: center;
  transition: all 0.5s;
}

@media (max-width: 1280px) {
  .more-btn {
    width: 13.33333rem;
    height: 4.16667rem;
    border-radius: 2.08333rem;
    font-size: 1.5rem;
    line-height: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .more-btn {
    width: 13.33333rem;
    height: 4.16667rem;
    border-radius: 2.08333rem;
    font-size: 1.5rem;
    line-height: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .more-btn {
    width: 14.54545rem;
    height: 4.54545rem;
    border-radius: 2.27273rem;
    font-size: 1.63636rem;
    line-height: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .more-btn {
    width: 14.54545rem;
    height: 4.54545rem;
    border-radius: 2.27273rem;
    font-size: 1.63636rem;
    line-height: 4.54545rem;
  }
}

.more-btn img {
  width: calc(100vw * 8 / 1920);
  height: calc(100vw * 13 / 1920);
  margin-left: calc(100vw * 5 / 1920);
  margin-top: calc(100vw * -2 / 1920);
}

@media (max-width: 1280px) {
  .more-btn img {
    width: 0.66667rem;
    height: 1.08333rem;
    margin-left: 0.41667rem;
    margin-top: -0.16667rem;
  }
}

@media (max-width: 1199px) {
  .more-btn img {
    width: 0.66667rem;
    height: 1.08333rem;
    margin-left: 0.41667rem;
    margin-top: -0.16667rem;
  }
}

@media (max-width: 991px) {
  .more-btn img {
    width: 0.72727rem;
    height: 1.18182rem;
    margin-left: 0.45455rem;
    margin-top: -0.18182rem;
  }
}

@media (max-width: 767px) {
  .more-btn img {
    width: 0.72727rem;
    height: 1.18182rem;
    margin-left: 0.45455rem;
    margin-top: -0.18182rem;
  }
}

.more-btn:hover {
  color: #FFFEFE;
  margin-left: calc(100vw * 20 / 1920);
}

@media (max-width: 1280px) {
  .more-btn:hover {
    margin-left: 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .more-btn:hover {
    margin-left: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .more-btn:hover {
    margin-left: 1.81818rem;
  }
}

@media (max-width: 767px) {
  .more-btn:hover {
    margin-left: 1.81818rem;
  }
}

#banner-scroll {
  overflow: hidden;
}

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

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes moveright {
  0%,
  100% {
    right: 0;
  }
  50% {
    right: 20px;
  }
}

@keyframes moveright {
  0%,
  100% {
    right: 0;
  }
  50% {
    right: 20px;
  }
}

.moveright {
  -webkit-animation-name: moveright;
  animation-name: moveright;
}

.public-title {
  margin-top: 0;
  font-weight: bold;
  font-size: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 45 / 1920);
  margin-bottom: calc(100vw * 39 / 1920);
}

@media (max-width: 1280px) {
  .public-title {
    font-size: 3.33333rem;
    line-height: 3.75rem;
    margin-bottom: 3.25rem;
  }
}

@media (max-width: 1199px) {
  .public-title {
    font-size: 3.33333rem;
    line-height: 3.75rem;
    margin-bottom: 3.25rem;
  }
}

@media (max-width: 991px) {
  .public-title {
    font-size: 3.63636rem;
    line-height: 4.09091rem;
    margin-bottom: 3.54545rem;
  }
}

@media (max-width: 767px) {
  .public-title {
    font-size: 3.63636rem;
    line-height: 4.09091rem;
    margin-bottom: 3.54545rem;
  }
}

.tb {
  color: #17224F;
}

.tf {
  color: #FFFFFF;
}

.tb_desc {
  color: #404040;
}

.right-cont-box {
  overflow: hidden;
}

.right-cont-box .desc {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 36 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1280px) {
  .right-cont-box .desc {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .right-cont-box .desc {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .right-cont-box .desc {
    font-size: 1.63636rem;
    line-height: 3.27273rem;
    margin-bottom: 3.63636rem;
  }
}

@media (max-width: 767px) {
  .right-cont-box .desc {
    font-size: 1.63636rem;
    line-height: 3.27273rem;
    margin-bottom: 3.63636rem;
  }
}

.index-box1 {
  padding: calc(100vw * 140 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .index-box1 {
    padding: 11.66667rem 0rem;
  }
}

@media (max-width: 1199px) {
  .index-box1 {
    padding: 11.66667rem 0rem;
  }
}

@media (max-width: 991px) {
  .index-box1 {
    padding: 12.72727rem 0rem;
  }
}

@media (max-width: 767px) {
  .index-box1 {
    padding: 12.72727rem 0rem;
  }
}

.index-box1 h2 {
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1280px) {
  .index-box1 h2 {
    margin-bottom: 0.83333rem;
  }
}

@media (max-width: 1199px) {
  .index-box1 h2 {
    margin-bottom: 0.83333rem;
  }
}

@media (max-width: 991px) {
  .index-box1 h2 {
    margin-bottom: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .index-box1 h2 {
    margin-bottom: 0.90909rem;
  }
}

.index-box1 .desc {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 57 / 1920);
  color: #404040;
  text-align: center;
}

@media (max-width: 1280px) {
  .index-box1 .desc {
    font-size: 1.5rem;
    line-height: 3.33333rem;
    margin-bottom: 4.75rem;
  }
}

@media (max-width: 1199px) {
  .index-box1 .desc {
    font-size: 1.5rem;
    line-height: 3.33333rem;
    margin-bottom: 4.75rem;
  }
}

@media (max-width: 991px) {
  .index-box1 .desc {
    font-size: 1.63636rem;
    line-height: 3.63636rem;
    margin-bottom: 5.18182rem;
  }
}

@media (max-width: 767px) {
  .index-box1 .desc {
    font-size: 1.63636rem;
    line-height: 3.63636rem;
    margin-bottom: 5.18182rem;
  }
}

.gn-swiper-box {
  position: relative;
  padding: calc(100vw * 0 / 1920) calc(100vw * 73 / 1920);
}

@media (max-width: 1280px) {
  .gn-swiper-box {
    padding: 0rem 6.08333rem;
  }
}

@media (max-width: 1199px) {
  .gn-swiper-box {
    padding: 0rem 6.08333rem;
  }
}

@media (max-width: 991px) {
  .gn-swiper-box {
    padding: 0rem 6.63636rem;
  }
}

@media (max-width: 767px) {
  .gn-swiper-box {
    padding: 0rem 6.63636rem;
  }
}

.gn-swiper-box .gn-next,
.gn-swiper-box .gn-prev {
  width: calc(100vw * 50 / 1920);
  height: calc(100vw * 50 / 1920);
  border-radius: 50%;
  background-size: 100% 100% !important;
}

@media (max-width: 1280px) {
  .gn-swiper-box .gn-next,
  .gn-swiper-box .gn-prev {
    width: 4.16667rem;
    height: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .gn-swiper-box .gn-next,
  .gn-swiper-box .gn-prev {
    width: 4.16667rem;
    height: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .gn-swiper-box .gn-next,
  .gn-swiper-box .gn-prev {
    width: 4.54545rem;
    height: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .gn-swiper-box .gn-next,
  .gn-swiper-box .gn-prev {
    width: 4.54545rem;
    height: 4.54545rem;
  }
}

.gn-swiper-box .gn-next::after,
.gn-swiper-box .gn-prev::after {
  display: none;
}

.gn-swiper-box .gn-next {
  right: calc(100vw * -72 / 1920);
  background: url(../images/wzkx-icon6.png) no-repeat center center;
}

@media (max-width: 1280px) {
  .gn-swiper-box .gn-next {
    right: -6rem;
  }
}

@media (max-width: 1199px) {
  .gn-swiper-box .gn-next {
    right: -6rem;
  }
}

@media (max-width: 991px) {
  .gn-swiper-box .gn-next {
    right: -6.54545rem;
  }
}

@media (max-width: 767px) {
  .gn-swiper-box .gn-next {
    right: -6.54545rem;
  }
}

.gn-swiper-box .gn-prev {
  left: calc(100vw * -72 / 1920);
  background: url(../images/wzkx-icon7.png) no-repeat center center;
}

@media (max-width: 1280px) {
  .gn-swiper-box .gn-prev {
    left: -6rem;
  }
}

@media (max-width: 1199px) {
  .gn-swiper-box .gn-prev {
    left: -6rem;
  }
}

@media (max-width: 991px) {
  .gn-swiper-box .gn-prev {
    left: -6.54545rem;
  }
}

@media (max-width: 767px) {
  .gn-swiper-box .gn-prev {
    left: -6.54545rem;
  }
}

.gn-box {
  transition: all 0.5s;
}

.gn-box:hover {
  margin-top: calc(100vw * -10 / 1920);
}

@media (max-width: 1280px) {
  .gn-box:hover {
    margin-top: -0.83333rem;
  }
}

@media (max-width: 1199px) {
  .gn-box:hover {
    margin-top: -0.83333rem;
  }
}

@media (max-width: 991px) {
  .gn-box:hover {
    margin-top: -0.90909rem;
  }
}

@media (max-width: 767px) {
  .gn-box:hover {
    margin-top: -0.90909rem;
  }
}

.gn-box .img-box {
  width: calc(100vw * 175 / 1920);
  height: calc(100vw * 150 / 1920);
  margin-bottom: calc(100vw * 24 / 1920);
  border-bottom: 1px solid #d6def9;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 1280px) {
  .gn-box .img-box {
    width: 14.58333rem;
    height: 12.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1199px) {
  .gn-box .img-box {
    width: 14.58333rem;
    height: 12.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .gn-box .img-box {
    width: 15.90909rem;
    height: 13.63636rem;
    margin-bottom: 2.18182rem;
  }
}

@media (max-width: 767px) {
  .gn-box .img-box {
    width: 15.90909rem;
    height: 13.63636rem;
    margin-bottom: 2.18182rem;
  }
}

.gn-box .img-box img {
  max-width: calc(100vw * 133 / 1920);
  max-height: calc(100vw * 109 / 1920);
}

@media (max-width: 1280px) {
  .gn-box .img-box img {
    max-width: 11.08333rem;
    max-height: 9.08333rem;
  }
}

@media (max-width: 1199px) {
  .gn-box .img-box img {
    max-width: 11.08333rem;
    max-height: 9.08333rem;
  }
}

@media (max-width: 991px) {
  .gn-box .img-box img {
    max-width: 12.09091rem;
    max-height: 9.90909rem;
  }
}

@media (max-width: 767px) {
  .gn-box .img-box img {
    max-width: 12.09091rem;
    max-height: 9.90909rem;
  }
}

.gn-box .img-box::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100vw * -2 / 1920);
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 3 / 1920);
  background: #377CFD;
}

@media (max-width: 1280px) {
  .gn-box .img-box::before {
    bottom: -0.16667rem;
    width: 3.33333rem;
    height: 0.25rem;
  }
}

@media (max-width: 1199px) {
  .gn-box .img-box::before {
    bottom: -0.16667rem;
    width: 3.33333rem;
    height: 0.25rem;
  }
}

@media (max-width: 991px) {
  .gn-box .img-box::before {
    bottom: -0.18182rem;
    width: 3.63636rem;
    height: 0.27273rem;
  }
}

@media (max-width: 767px) {
  .gn-box .img-box::before {
    bottom: -0.18182rem;
    width: 3.63636rem;
    height: 0.27273rem;
  }
}

.gn-box p {
  font-size: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 30 / 1920);
  color: #1C1C1C;
  text-align: center;
  margin: 0;
}

@media (max-width: 1280px) {
  .gn-box p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .gn-box p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 991px) {
  .gn-box p {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .gn-box p {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
  }
}

.index-box2 {
  background: url(../images/wzkx-img4.webp) no-repeat center center;
  background-size: cover;
  padding: calc(100vw * 100 / 1920) calc(100vw * 0 / 1920) calc(100vw * 74 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .index-box2 {
    padding: 8.33333rem 0rem 6.16667rem 0rem;
  }
}

@media (max-width: 1199px) {
  .index-box2 {
    padding: 8.33333rem 0rem 6.16667rem 0rem;
  }
}

@media (max-width: 991px) {
  .index-box2 {
    padding: 9.09091rem 0rem 6.72727rem 0rem;
  }
}

@media (max-width: 767px) {
  .index-box2 {
    padding: 9.09091rem 0rem 6.72727rem 0rem;
  }
}

.index-box2 .left-img {
  width: calc(100vw * 700 / 1920);
  height: calc(100vw * 476 / 1920);
  margin-right: calc(100vw * 166 / 1920);
}

@media (max-width: 1280px) {
  .index-box2 .left-img {
    width: 58.33333rem;
    height: 39.66667rem;
    margin-right: 13.83333rem;
  }
}

@media (max-width: 1199px) {
  .index-box2 .left-img {
    width: 58.33333rem;
    height: 39.66667rem;
    margin-right: 13.83333rem;
  }
}

@media (max-width: 991px) {
  .index-box2 .left-img {
    width: 63.63636rem;
    height: 43.27273rem;
    margin-right: 15.09091rem;
  }
}

@media (max-width: 767px) {
  .index-box2 .left-img {
    width: 63.63636rem;
    height: 43.27273rem;
    margin-right: 15.09091rem;
  }
}

.index-box2 .right-cont-box {
  padding-top: calc(100vw * 74 / 1920);
}

@media (max-width: 1280px) {
  .index-box2 .right-cont-box {
    padding-top: 6.16667rem;
  }
}

@media (max-width: 1199px) {
  .index-box2 .right-cont-box {
    padding-top: 6.16667rem;
  }
}

@media (max-width: 991px) {
  .index-box2 .right-cont-box {
    padding-top: 6.72727rem;
  }
}

@media (max-width: 767px) {
  .index-box2 .right-cont-box {
    padding-top: 6.72727rem;
  }
}

.index-box3 {
  background: #F5F7FF;
  padding: calc(100vw * 117 / 1920) calc(100vw * 0 / 1920) calc(100vw * 82 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .index-box3 {
    padding: 9.75rem 0rem 6.83333rem 0rem;
  }
}

@media (max-width: 1199px) {
  .index-box3 {
    padding: 9.75rem 0rem 6.83333rem 0rem;
  }
}

@media (max-width: 991px) {
  .index-box3 {
    padding: 10.63636rem 0rem 7.45455rem 0rem;
  }
}

@media (max-width: 767px) {
  .index-box3 {
    padding: 10.63636rem 0rem 7.45455rem 0rem;
  }
}

.index-box3 .left-img {
  width: calc(100vw * 689 / 1920);
  height: calc(100vw * 451 / 1920);
  margin-left: calc(100vw * 160 / 1920);
}

@media (max-width: 1280px) {
  .index-box3 .left-img {
    width: 57.41667rem;
    height: 37.58333rem;
    margin-left: 13.33333rem;
  }
}

@media (max-width: 1199px) {
  .index-box3 .left-img {
    width: 57.41667rem;
    height: 37.58333rem;
    margin-left: 13.33333rem;
  }
}

@media (max-width: 991px) {
  .index-box3 .left-img {
    width: 62.63636rem;
    height: 41rem;
    margin-left: 14.54545rem;
  }
}

@media (max-width: 767px) {
  .index-box3 .left-img {
    width: 62.63636rem;
    height: 41rem;
    margin-left: 14.54545rem;
  }
}

.index-box3 .right-cont-box {
  padding-top: calc(100vw * 85 / 1920);
}

@media (max-width: 1280px) {
  .index-box3 .right-cont-box {
    padding-top: 7.08333rem;
  }
}

@media (max-width: 1199px) {
  .index-box3 .right-cont-box {
    padding-top: 7.08333rem;
  }
}

@media (max-width: 991px) {
  .index-box3 .right-cont-box {
    padding-top: 7.72727rem;
  }
}

@media (max-width: 767px) {
  .index-box3 .right-cont-box {
    padding-top: 7.72727rem;
  }
}

.index-box4 {
  padding: calc(100vw * 100 / 1920) calc(100vw * 0 / 1920) calc(100vw * 63 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .index-box4 {
    padding: 8.33333rem 0rem 5.25rem 0rem;
  }
}

@media (max-width: 1199px) {
  .index-box4 {
    padding: 8.33333rem 0rem 5.25rem 0rem;
  }
}

@media (max-width: 991px) {
  .index-box4 {
    padding: 9.09091rem 0rem 5.72727rem 0rem;
  }
}

@media (max-width: 767px) {
  .index-box4 {
    padding: 9.09091rem 0rem 5.72727rem 0rem;
  }
}

.index-box4 .left-img {
  width: calc(100vw * 702 / 1920);
  height: calc(100vw * 486 / 1920);
  margin-right: calc(100vw * 190 / 1920);
}

@media (max-width: 1280px) {
  .index-box4 .left-img {
    width: 58.5rem;
    height: 40.5rem;
    margin-right: 15.83333rem;
  }
}

@media (max-width: 1199px) {
  .index-box4 .left-img {
    width: 58.5rem;
    height: 40.5rem;
    margin-right: 15.83333rem;
  }
}

@media (max-width: 991px) {
  .index-box4 .left-img {
    width: 63.81818rem;
    height: 44.18182rem;
    margin-right: 17.27273rem;
  }
}

@media (max-width: 767px) {
  .index-box4 .left-img {
    width: 63.81818rem;
    height: 44.18182rem;
    margin-right: 17.27273rem;
  }
}

.index-box4 .right-cont-box {
  padding-top: calc(100vw * 66 / 1920);
}

@media (max-width: 1280px) {
  .index-box4 .right-cont-box {
    padding-top: 5.5rem;
  }
}

@media (max-width: 1199px) {
  .index-box4 .right-cont-box {
    padding-top: 5.5rem;
  }
}

@media (max-width: 991px) {
  .index-box4 .right-cont-box {
    padding-top: 6rem;
  }
}

@media (max-width: 767px) {
  .index-box4 .right-cont-box {
    padding-top: 6rem;
  }
}

.index-box5 {
  background: #F5F7FF;
  padding: calc(100vw * 80 / 1920) calc(100vw * 0 / 1920) calc(100vw * 86 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .index-box5 {
    padding: 6.66667rem 0rem 7.16667rem 0rem;
  }
}

@media (max-width: 1199px) {
  .index-box5 {
    padding: 6.66667rem 0rem 7.16667rem 0rem;
  }
}

@media (max-width: 991px) {
  .index-box5 {
    padding: 7.27273rem 0rem 7.81818rem 0rem;
  }
}

@media (max-width: 767px) {
  .index-box5 {
    padding: 7.27273rem 0rem 7.81818rem 0rem;
  }
}

.index-box5 .left-img {
  width: calc(100vw * 704 / 1920);
  height: calc(100vw * 483 / 1920);
  margin-left: calc(100vw * 190 / 1920);
}

@media (max-width: 1280px) {
  .index-box5 .left-img {
    width: 58.66667rem;
    height: 40.25rem;
    margin-left: 15.83333rem;
  }
}

@media (max-width: 1199px) {
  .index-box5 .left-img {
    width: 58.66667rem;
    height: 40.25rem;
    margin-left: 15.83333rem;
  }
}

@media (max-width: 991px) {
  .index-box5 .left-img {
    width: 64rem;
    height: 43.90909rem;
    margin-left: 17.27273rem;
  }
}

@media (max-width: 767px) {
  .index-box5 .left-img {
    width: 64rem;
    height: 43.90909rem;
    margin-left: 17.27273rem;
  }
}

.index-box5 .right-cont-box {
  padding-top: calc(100vw * 100 / 1920);
}

@media (max-width: 1280px) {
  .index-box5 .right-cont-box {
    padding-top: 8.33333rem;
  }
}

@media (max-width: 1199px) {
  .index-box5 .right-cont-box {
    padding-top: 8.33333rem;
  }
}

@media (max-width: 991px) {
  .index-box5 .right-cont-box {
    padding-top: 9.09091rem;
  }
}

@media (max-width: 767px) {
  .index-box5 .right-cont-box {
    padding-top: 9.09091rem;
  }
}

.index-box6 {
  background: url(../images/wzkx-img4.webp) no-repeat center center;
  background-size: cover;
  padding: calc(100vw * 116 / 1920) calc(100vw * 0 / 1920) calc(100vw * 87 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .index-box6 {
    padding: 9.66667rem 0rem 7.25rem 0rem;
  }
}

@media (max-width: 1199px) {
  .index-box6 {
    padding: 9.66667rem 0rem 7.25rem 0rem;
  }
}

@media (max-width: 991px) {
  .index-box6 {
    padding: 10.54545rem 0rem 7.90909rem 0rem;
  }
}

@media (max-width: 767px) {
  .index-box6 {
    padding: 10.54545rem 0rem 7.90909rem 0rem;
  }
}

.index-box6 .left-img {
  width: calc(100vw * 723 / 1920);
  height: calc(100vw * 447 / 1920);
  margin-right: calc(100vw * 140 / 1920);
}

@media (max-width: 1280px) {
  .index-box6 .left-img {
    width: 60.25rem;
    height: 37.25rem;
    margin-right: 11.66667rem;
  }
}

@media (max-width: 1199px) {
  .index-box6 .left-img {
    width: 60.25rem;
    height: 37.25rem;
    margin-right: 11.66667rem;
  }
}

@media (max-width: 991px) {
  .index-box6 .left-img {
    width: 65.72727rem;
    height: 40.63636rem;
    margin-right: 12.72727rem;
  }
}

@media (max-width: 767px) {
  .index-box6 .left-img {
    width: 65.72727rem;
    height: 40.63636rem;
    margin-right: 12.72727rem;
  }
}

.index-box6 .right-cont-box {
  padding-top: calc(100vw * 67 / 1920);
}

@media (max-width: 1280px) {
  .index-box6 .right-cont-box {
    padding-top: 5.58333rem;
  }
}

@media (max-width: 1199px) {
  .index-box6 .right-cont-box {
    padding-top: 5.58333rem;
  }
}

@media (max-width: 991px) {
  .index-box6 .right-cont-box {
    padding-top: 6.09091rem;
  }
}

@media (max-width: 767px) {
  .index-box6 .right-cont-box {
    padding-top: 6.09091rem;
  }
}

.index-box7 {
  background: #F5F7FF;
  padding: calc(100vw * 110 / 1920) calc(100vw * 0 / 1920) calc(100vw * 96 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .index-box7 {
    padding: 9.16667rem 0rem 8rem 0rem;
  }
}

@media (max-width: 1199px) {
  .index-box7 {
    padding: 9.16667rem 0rem 8rem 0rem;
  }
}

@media (max-width: 991px) {
  .index-box7 {
    padding: 10rem 0rem 8.72727rem 0rem;
  }
}

@media (max-width: 767px) {
  .index-box7 {
    padding: 10rem 0rem 8.72727rem 0rem;
  }
}

.index-box7 .left-img {
  width: calc(100vw * 723 / 1920);
  height: calc(100vw * 447 / 1920);
  margin-left: calc(100vw * 200 / 1920);
}

@media (max-width: 1280px) {
  .index-box7 .left-img {
    width: 60.25rem;
    height: 37.25rem;
    margin-left: 16.66667rem;
  }
}

@media (max-width: 1199px) {
  .index-box7 .left-img {
    width: 60.25rem;
    height: 37.25rem;
    margin-left: 16.66667rem;
  }
}

@media (max-width: 991px) {
  .index-box7 .left-img {
    width: 65.72727rem;
    height: 40.63636rem;
    margin-left: 18.18182rem;
  }
}

@media (max-width: 767px) {
  .index-box7 .left-img {
    width: 65.72727rem;
    height: 40.63636rem;
    margin-left: 18.18182rem;
  }
}

.index-box7 .right-cont-box {
  padding-top: calc(100vw * 92 / 1920);
}

@media (max-width: 1280px) {
  .index-box7 .right-cont-box {
    padding-top: 7.66667rem;
  }
}

@media (max-width: 1199px) {
  .index-box7 .right-cont-box {
    padding-top: 7.66667rem;
  }
}

@media (max-width: 991px) {
  .index-box7 .right-cont-box {
    padding-top: 8.36364rem;
  }
}

@media (max-width: 767px) {
  .index-box7 .right-cont-box {
    padding-top: 8.36364rem;
  }
}

.index-box8 {
  padding-top: calc(100vw * 100 / 1920);
  padding-bottom: calc(100vw * 54 / 1920);
  background: #FFFFFF url(../images/wzkx-img18.png) no-repeat center bottom;
  background-size: 100% auto;
}

.index-box8 ul,
.index-box8 ol,
.index-box8 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1280px) {
  .index-box8 {
    padding-top: 8.33333rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 1199px) {
  .index-box8 {
    padding-top: 8.33333rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 991px) {
  .index-box8 {
    padding-top: 9.09091rem;
    padding-bottom: 4.90909rem;
  }
}

@media (max-width: 767px) {
  .index-box8 {
    padding-top: 9.09091rem;
    padding-bottom: 4.90909rem;
  }
}

.m24 {
  margin-left: calc(100vw * -24 / 1920);
  margin-right: calc(100vw * -24 / 1920);
}

@media (max-width: 1280px) {
  .m24 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (max-width: 1199px) {
  .m24 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (max-width: 991px) {
  .m24 {
    margin-left: -2.18182rem;
    margin-right: -2.18182rem;
  }
}

@media (max-width: 767px) {
  .m24 {
    margin-left: -2.18182rem;
    margin-right: -2.18182rem;
  }
}

.m24 .p24 {
  padding-left: calc(100vw * 24 / 1920);
  padding-right: calc(100vw * 24 / 1920);
}

@media (max-width: 1280px) {
  .m24 .p24 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 1199px) {
  .m24 .p24 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  .m24 .p24 {
    padding-left: 2.18182rem;
    padding-right: 2.18182rem;
  }
}

@media (max-width: 767px) {
  .m24 .p24 {
    padding-left: 2.18182rem;
    padding-right: 2.18182rem;
  }
}

.m28 {
  margin-left: calc(100vw * -28 / 1920);
  margin-right: calc(100vw * -28 / 1920);
}

@media (max-width: 1280px) {
  .m28 {
    margin-left: -2.33333rem;
    margin-right: -2.33333rem;
  }
}

@media (max-width: 1199px) {
  .m28 {
    margin-left: -2.33333rem;
    margin-right: -2.33333rem;
  }
}

@media (max-width: 991px) {
  .m28 {
    margin-left: -2.54545rem;
    margin-right: -2.54545rem;
  }
}

@media (max-width: 767px) {
  .m28 {
    margin-left: -2.54545rem;
    margin-right: -2.54545rem;
  }
}

.m28 .p28 {
  padding-left: calc(100vw * 28 / 1920);
  padding-right: calc(100vw * 28 / 1920);
}

@media (max-width: 1280px) {
  .m28 .p28 {
    padding-left: 2.33333rem;
    padding-right: 2.33333rem;
  }
}

@media (max-width: 1199px) {
  .m28 .p28 {
    padding-left: 2.33333rem;
    padding-right: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .m28 .p28 {
    padding-left: 2.54545rem;
    padding-right: 2.54545rem;
  }
}

@media (max-width: 767px) {
  .m28 .p28 {
    padding-left: 2.54545rem;
    padding-right: 2.54545rem;
  }
}

.fwxy-left-cont {
  height: calc(100vw * 220 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
  padding: calc(100vw * 43 / 1920) calc(100vw * 40 / 1920);
  background: #FFFFFF;
  box-shadow: 0px 0px 46px 0px rgba(67, 86, 116, 0.19);
  position: relative;
}

@media (max-width: 1280px) {
  .fwxy-left-cont {
    height: 18.33333rem;
    border-radius: 0.83333rem;
    margin-bottom: 4.16667rem;
    padding: 3.58333rem 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-left-cont {
    height: 18.33333rem;
    border-radius: 0.83333rem;
    margin-bottom: 4.16667rem;
    padding: 3.58333rem 3.33333rem;
  }
}

@media (max-width: 991px) {
  .fwxy-left-cont {
    height: 20rem;
    border-radius: 0.90909rem;
    margin-bottom: 4.54545rem;
    padding: 3.90909rem 3.63636rem;
  }
}

@media (max-width: 767px) {
  .fwxy-left-cont {
    height: 20rem;
    border-radius: 0.90909rem;
    margin-bottom: 4.54545rem;
    padding: 3.90909rem 3.63636rem;
  }
}

.fwxy-left-cont::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100vw * 60 / 1920);
  width: calc(100vw * 5 / 1920);
  height: calc(100vw * 98 / 1920);
  border-radius: calc(100vw * 0 / 1920) calc(100vw * 5 / 1920) calc(100vw * 5 / 1920) calc(100vw * 0 / 1920);
  background: #246AED;
}

@media (max-width: 1280px) {
  .fwxy-left-cont::before {
    top: 5rem;
    width: 0.41667rem;
    height: 8.16667rem;
    border-radius: 0rem 0.41667rem 0.41667rem 0rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-left-cont::before {
    top: 5rem;
    width: 0.41667rem;
    height: 8.16667rem;
    border-radius: 0rem 0.41667rem 0.41667rem 0rem;
  }
}

@media (max-width: 991px) {
  .fwxy-left-cont::before {
    top: 5.45455rem;
    width: 0.45455rem;
    height: 8.90909rem;
    border-radius: 0rem 0.45455rem 0.45455rem 0rem;
  }
}

@media (max-width: 767px) {
  .fwxy-left-cont::before {
    top: 5.45455rem;
    width: 0.45455rem;
    height: 8.90909rem;
    border-radius: 0rem 0.45455rem 0.45455rem 0rem;
  }
}

.fwxy-left-cont .icon-box {
  float: left;
  width: calc(100vw * 121 / 1920);
  height: calc(100vw * 103 / 1920);
  margin-right: calc(100vw * 34 / 1920);
  margin-top: calc(100vw * 10 / 1920);
}

@media (max-width: 1280px) {
  .fwxy-left-cont .icon-box {
    width: 10.08333rem;
    height: 8.58333rem;
    margin-right: 2.83333rem;
    margin-top: 0.83333rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-left-cont .icon-box {
    width: 10.08333rem;
    height: 8.58333rem;
    margin-right: 2.83333rem;
    margin-top: 0.83333rem;
  }
}

@media (max-width: 991px) {
  .fwxy-left-cont .icon-box {
    width: 11rem;
    height: 9.36364rem;
    margin-right: 3.09091rem;
    margin-top: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .fwxy-left-cont .icon-box {
    width: 11rem;
    height: 9.36364rem;
    margin-right: 3.09091rem;
    margin-top: 0.90909rem;
  }
}

.fwxy-left-cont .icon-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.fwxy-left-cont .info {
  overflow: hidden;
}

.fwxy-left-cont .title {
  font-size: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 14 / 1920);
  font-weight: bold;
  color: #000000;
}

@media (max-width: 1280px) {
  .fwxy-left-cont .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.16667rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-left-cont .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.16667rem;
  }
}

@media (max-width: 991px) {
  .fwxy-left-cont .title {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
    margin-bottom: 1.27273rem;
  }
}

@media (max-width: 767px) {
  .fwxy-left-cont .title {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
    margin-bottom: 1.27273rem;
  }
}

.fwxy-left-cont ul li {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 28 / 1920);
  color: #17224F;
}

@media (max-width: 1280px) {
  .fwxy-left-cont ul li {
    font-size: 1.16667rem;
    line-height: 2.33333rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-left-cont ul li {
    font-size: 1.16667rem;
    line-height: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .fwxy-left-cont ul li {
    font-size: 1.27273rem;
    line-height: 2.54545rem;
  }
}

@media (max-width: 767px) {
  .fwxy-left-cont ul li {
    font-size: 1.27273rem;
    line-height: 2.54545rem;
  }
}

.fwxy-left-cont ul li span {
  display: inline-block;
  min-width: calc(100vw * 85 / 1920);
  font-size: calc(100vw * 16 / 1920);
  text-align: right;
  color: #737780;
}

@media (max-width: 1280px) {
  .fwxy-left-cont ul li span {
    min-width: 7.08333rem;
    font-size: 1.33333rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-left-cont ul li span {
    min-width: 7.08333rem;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .fwxy-left-cont ul li span {
    min-width: 7.72727rem;
    font-size: 1.45455rem;
  }
}

@media (max-width: 767px) {
  .fwxy-left-cont ul li span {
    min-width: 7.72727rem;
    font-size: 1.45455rem;
  }
}

.fwxy-left-cont ul li i {
  display: inline-block;
  font-style: normal;
  color: #17224F;
  font-size: calc(100vw * 18 / 1920);
  margin-right: calc(100vw * 5 / 1920);
}

@media (max-width: 1280px) {
  .fwxy-left-cont ul li i {
    font-size: 1.5rem;
    margin-right: 0.41667rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-left-cont ul li i {
    font-size: 1.5rem;
    margin-right: 0.41667rem;
  }
}

@media (max-width: 991px) {
  .fwxy-left-cont ul li i {
    font-size: 1.63636rem;
    margin-right: 0.45455rem;
  }
}

@media (max-width: 767px) {
  .fwxy-left-cont ul li i {
    font-size: 1.63636rem;
    margin-right: 0.45455rem;
  }
}

.fwxy-right-cont {
  height: calc(100vw * 490 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
  padding: calc(100vw * 45 / 1920) calc(100vw * 40 / 1920);
  background: #FFFFFF;
  box-shadow: 0px 0px 46px 0px rgba(67, 86, 116, 0.19);
  position: relative;
}

@media (max-width: 1280px) {
  .fwxy-right-cont {
    height: 40.83333rem;
    border-radius: 0.83333rem;
    margin-bottom: 4.16667rem;
    padding: 3.75rem 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-right-cont {
    height: 40.83333rem;
    border-radius: 0.83333rem;
    margin-bottom: 4.16667rem;
    padding: 3.75rem 3.33333rem;
  }
}

@media (max-width: 991px) {
  .fwxy-right-cont {
    height: 44.54545rem;
    border-radius: 0.90909rem;
    margin-bottom: 4.54545rem;
    padding: 4.09091rem 3.63636rem;
  }
}

@media (max-width: 767px) {
  .fwxy-right-cont {
    height: 44.54545rem;
    border-radius: 0.90909rem;
    margin-bottom: 4.54545rem;
    padding: 4.09091rem 3.63636rem;
  }
}

.fwxy-right-cont::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100vw * 60 / 1920);
  width: calc(100vw * 5 / 1920);
  height: calc(100vw * 98 / 1920);
  border-radius: calc(100vw * 0 / 1920) calc(100vw * 5 / 1920) calc(100vw * 5 / 1920) calc(100vw * 0 / 1920);
  background: #246AED;
}

@media (max-width: 1280px) {
  .fwxy-right-cont::before {
    top: 5rem;
    width: 0.41667rem;
    height: 8.16667rem;
    border-radius: 0rem 0.41667rem 0.41667rem 0rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-right-cont::before {
    top: 5rem;
    width: 0.41667rem;
    height: 8.16667rem;
    border-radius: 0rem 0.41667rem 0.41667rem 0rem;
  }
}

@media (max-width: 991px) {
  .fwxy-right-cont::before {
    top: 5.45455rem;
    width: 0.45455rem;
    height: 8.90909rem;
    border-radius: 0rem 0.45455rem 0.45455rem 0rem;
  }
}

@media (max-width: 767px) {
  .fwxy-right-cont::before {
    top: 5.45455rem;
    width: 0.45455rem;
    height: 8.90909rem;
    border-radius: 0rem 0.45455rem 0.45455rem 0rem;
  }
}

.fwxy-right-cont .icon-box {
  width: calc(100vw * 121 / 1920);
  height: calc(100vw * 98 / 1920);
  margin-bottom: calc(100vw * 23 / 1920);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1280px) {
  .fwxy-right-cont .icon-box {
    width: 10.08333rem;
    height: 8.16667rem;
    margin-bottom: 1.91667rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-right-cont .icon-box {
    width: 10.08333rem;
    height: 8.16667rem;
    margin-bottom: 1.91667rem;
  }
}

@media (max-width: 991px) {
  .fwxy-right-cont .icon-box {
    width: 11rem;
    height: 8.90909rem;
    margin-bottom: 2.09091rem;
  }
}

@media (max-width: 767px) {
  .fwxy-right-cont .icon-box {
    width: 11rem;
    height: 8.90909rem;
    margin-bottom: 2.09091rem;
  }
}

.fwxy-right-cont .icon-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.fwxy-right-cont .title {
  text-align: center;
  font-weight: bold;
  font-size: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 14 / 1920);
  color: #000000;
}

@media (max-width: 1280px) {
  .fwxy-right-cont .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.16667rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-right-cont .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.16667rem;
  }
}

@media (max-width: 991px) {
  .fwxy-right-cont .title {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
    margin-bottom: 1.27273rem;
  }
}

@media (max-width: 767px) {
  .fwxy-right-cont .title {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
    margin-bottom: 1.27273rem;
  }
}

.fwxy-right-cont ul li {
  color: #17224F;
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 28 / 1920);
}

@media (max-width: 1280px) {
  .fwxy-right-cont ul li {
    font-size: 1.16667rem;
    line-height: 2.33333rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-right-cont ul li {
    font-size: 1.16667rem;
    line-height: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .fwxy-right-cont ul li {
    font-size: 1.27273rem;
    line-height: 2.54545rem;
  }
}

@media (max-width: 767px) {
  .fwxy-right-cont ul li {
    font-size: 1.27273rem;
    line-height: 2.54545rem;
  }
}

.fwxy-right-cont ul li:nth-child(3n) {
  margin-bottom: calc(100vw * 6 / 1920);
}

@media (max-width: 1280px) {
  .fwxy-right-cont ul li:nth-child(3n) {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-right-cont ul li:nth-child(3n) {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .fwxy-right-cont ul li:nth-child(3n) {
    margin-bottom: 0.54545rem;
  }
}

@media (max-width: 767px) {
  .fwxy-right-cont ul li:nth-child(3n) {
    margin-bottom: 0.54545rem;
  }
}

.fwxy-right-cont ul li:last-child {
  margin-bottom: 0;
}

.fwxy-right-cont ul li span {
  display: inline-block;
  min-width: 50%;
  font-size: calc(100vw * 16 / 1920);
  text-align: right;
  color: #737780;
}

@media (max-width: 1280px) {
  .fwxy-right-cont ul li span {
    font-size: 1.33333rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-right-cont ul li span {
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .fwxy-right-cont ul li span {
    font-size: 1.45455rem;
  }
}

@media (max-width: 767px) {
  .fwxy-right-cont ul li span {
    font-size: 1.45455rem;
  }
}

.fwxy-right-cont ul li i {
  display: inline-block;
  font-style: normal;
  color: #17224F;
  font-size: calc(100vw * 18 / 1920);
  margin-right: calc(100vw * 5 / 1920);
}

@media (max-width: 1280px) {
  .fwxy-right-cont ul li i {
    font-size: 1.5rem;
    margin-right: 0.41667rem;
  }
}

@media (max-width: 1199px) {
  .fwxy-right-cont ul li i {
    font-size: 1.5rem;
    margin-right: 0.41667rem;
  }
}

@media (max-width: 991px) {
  .fwxy-right-cont ul li i {
    font-size: 1.63636rem;
    margin-right: 0.45455rem;
  }
}

@media (max-width: 767px) {
  .fwxy-right-cont ul li i {
    font-size: 1.63636rem;
    margin-right: 0.45455rem;
  }
}

.m10 {
  margin-left: calc(100vw * -10 / 1920);
  margin-right: calc(100vw * -10 / 1920);
}

@media (max-width: 1280px) {
  .m10 {
    margin-left: -0.83333rem;
    margin-right: -0.83333rem;
  }
}

@media (max-width: 1199px) {
  .m10 {
    margin-left: -0.83333rem;
    margin-right: -0.83333rem;
  }
}

@media (max-width: 991px) {
  .m10 {
    margin-left: -0.90909rem;
    margin-right: -0.90909rem;
  }
}

@media (max-width: 767px) {
  .m10 {
    margin-left: -0.90909rem;
    margin-right: -0.90909rem;
  }
}

.m10 .p10 {
  padding-left: calc(100vw * 10 / 1920);
  padding-right: calc(100vw * 10 / 1920);
}

@media (max-width: 1280px) {
  .m10 .p10 {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
}

@media (max-width: 1199px) {
  .m10 .p10 {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
}

@media (max-width: 991px) {
  .m10 .p10 {
    padding-left: 0.90909rem;
    padding-right: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .m10 .p10 {
    padding-left: 0.90909rem;
    padding-right: 0.90909rem;
  }
}

.index-chart-box {
  background: #FFFFFF;
  border: 1px solid #E4EAF5;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 33 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1280px) {
  .index-chart-box {
    border-radius: 0.83333rem;
    padding: 2.75rem;
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .index-chart-box {
    border-radius: 0.83333rem;
    padding: 2.75rem;
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .index-chart-box {
    border-radius: 0.90909rem;
    padding: 3rem;
    margin-bottom: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .index-chart-box {
    border-radius: 0.90909rem;
    padding: 3rem;
    margin-bottom: 4.54545rem;
  }
}

.index-chart-box .title {
  font-weight: bold;
  font-size: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 18 / 1920);
  color: #333333;
  text-align: center;
}

@media (max-width: 1280px) {
  .index-chart-box .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .index-chart-box .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .index-chart-box .title {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
    margin-bottom: 1.63636rem;
  }
}

@media (max-width: 767px) {
  .index-chart-box .title {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
    margin-bottom: 1.63636rem;
  }
}

.index-chart-box .CJSL,
.index-chart-box .SJL {
  height: calc(100vw * 340 / 1920);
}

@media (max-width: 1280px) {
  .index-chart-box .CJSL,
  .index-chart-box .SJL {
    height: 28.33333rem;
  }
}

@media (max-width: 1199px) {
  .index-chart-box .CJSL,
  .index-chart-box .SJL {
    height: 28.33333rem;
  }
}

@media (max-width: 991px) {
  .index-chart-box .CJSL,
  .index-chart-box .SJL {
    height: 30.90909rem;
  }
}

@media (max-width: 767px) {
  .index-chart-box .CJSL,
  .index-chart-box .SJL {
    height: 30.90909rem;
  }
}

.link-swiper {
  margin-top: calc(100vw * 163 / 1920);
  position: relative;
}

@media (max-width: 1280px) {
  .link-swiper {
    margin-top: 13.58333rem;
  }
}

@media (max-width: 1199px) {
  .link-swiper {
    margin-top: 13.58333rem;
  }
}

@media (max-width: 991px) {
  .link-swiper {
    margin-top: 14.81818rem;
  }
}

@media (max-width: 767px) {
  .link-swiper {
    margin-top: 14.81818rem;
  }
}

.link-swiper .link-next,
.link-swiper .link-prev {
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 40 / 1920);
  opacity: 1;
  border-radius: 50%;
  background-size: 100% 100% !important;
}

@media (max-width: 1280px) {
  .link-swiper .link-next,
  .link-swiper .link-prev {
    width: 3.33333rem;
    height: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .link-swiper .link-next,
  .link-swiper .link-prev {
    width: 3.33333rem;
    height: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .link-swiper .link-next,
  .link-swiper .link-prev {
    width: 3.63636rem;
    height: 3.63636rem;
  }
}

@media (max-width: 767px) {
  .link-swiper .link-next,
  .link-swiper .link-prev {
    width: 3.63636rem;
    height: 3.63636rem;
  }
}

.link-swiper .link-next::after,
.link-swiper .link-prev::after {
  display: none;
}

.link-swiper .link-next {
  right: calc(100vw * -60 / 1920);
  background: url(../images/wzkx-icon14.png) no-repeat center center;
}

@media (max-width: 1280px) {
  .link-swiper .link-next {
    right: -5rem;
  }
}

@media (max-width: 1199px) {
  .link-swiper .link-next {
    right: -5rem;
  }
}

@media (max-width: 991px) {
  .link-swiper .link-next {
    right: -5.45455rem;
  }
}

@media (max-width: 767px) {
  .link-swiper .link-next {
    right: -5.45455rem;
  }
}

.link-swiper .link-prev {
  left: calc(100vw * -60 / 1920);
  background: url(../images/wzkx-icon15.png) no-repeat center center;
}

@media (max-width: 1280px) {
  .link-swiper .link-prev {
    left: -5rem;
  }
}

@media (max-width: 1199px) {
  .link-swiper .link-prev {
    left: -5rem;
  }
}

@media (max-width: 991px) {
  .link-swiper .link-prev {
    left: -5.45455rem;
  }
}

@media (max-width: 767px) {
  .link-swiper .link-prev {
    left: -5.45455rem;
  }
}

.link-box {
  width: 100%;
  height: calc(100vw * 80 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  background: #FFFFFF;
  border: 1px solid #DDE4F4;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .link-box {
    height: 6.66667rem;
    border-radius: 0.5rem;
  }
}

@media (max-width: 1199px) {
  .link-box {
    height: 6.66667rem;
    border-radius: 0.5rem;
  }
}

@media (max-width: 991px) {
  .link-box {
    height: 7.27273rem;
    border-radius: 0.54545rem;
  }
}

@media (max-width: 767px) {
  .link-box {
    height: 7.27273rem;
    border-radius: 0.54545rem;
  }
}

.link-box img {
  display: block;
  max-width: 90%;
  max-height: 95%;
}

.footer {
  background: url(../images/wzkx-img21.webp) no-repeat center center;
  background-size: cover;
  padding: calc(100vw * 90 / 1920) calc(100vw * 0 / 1920) calc(100vw * 80 / 1920) calc(100vw * 0 / 1920);
  color: #FFFFFF;
}

@media (max-width: 1280px) {
  .footer {
    padding: 7.5rem 0rem 6.66667rem 0rem;
  }
}

@media (max-width: 1199px) {
  .footer {
    padding: 7.5rem 0rem 6.66667rem 0rem;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 8.18182rem 0rem 7.27273rem 0rem;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 8.18182rem 0rem 7.27273rem 0rem;
  }
}

.footer ul,
.footer ol,
.footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .container {
  position: relative;
}

.footer .left-logo {
  float: left;
  width: calc(100vw * 304 / 1920);
  margin-right: 20px;
  margin-top: calc(100vw * 22 / 1920);
}

@media (max-width: 1280px) {
  .footer .left-logo {
    width: 25.33333rem;
    margin-right: 12.5rem;
    margin-top: 1.83333rem;
  }
}

@media (max-width: 1199px) {
  .footer .left-logo {
    width: 25.33333rem;
    margin-right: 12.5rem;
    margin-top: 1.83333rem;
  }
}

@media (max-width: 991px) {
  .footer .left-logo {
    width: 27.63636rem;
    margin-right: 13.63636rem;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .footer .left-logo {
    width: 27.63636rem;
    margin-right: 13.63636rem;
    margin-top: 2rem;
  }
}

.footer .left-logo img {
  width: 100%;
  height: 100%;
}

.footer .ewm {
  position: absolute;
  right: 0;
  top: calc(100vw * -40 / 1920);
}

@media (max-width: 1280px) {
  .footer .ewm {
    top: -3.33333rem;
  }
}

@media (max-width: 1199px) {
  .footer .ewm {
    top: -3.33333rem;
  }
}

@media (max-width: 991px) {
  .footer .ewm {
    top: -3.63636rem;
  }
}

@media (max-width: 767px) {
  .footer .ewm {
    top: -3.63636rem;
  }
}

.footer .ewm img {
  width: calc(100vw * 160 / 1920);
  height: calc(100vw * 160 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  padding: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  background: #FFFFFF;
}

@media (max-width: 1280px) {
  .footer .ewm img {
    width: 13.33333rem;
    height: 13.33333rem;
    border-radius: 0.33333rem;
    padding: 0.83333rem;
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .footer .ewm img {
    width: 13.33333rem;
    height: 13.33333rem;
    border-radius: 0.33333rem;
    padding: 0.83333rem;
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .footer .ewm img {
    width: 14.54545rem;
    height: 14.54545rem;
    border-radius: 0.36364rem;
    padding: 0.90909rem;
    margin-bottom: 1.81818rem;
  }
}

@media (max-width: 767px) {
  .footer .ewm img {
    width: 14.54545rem;
    height: 14.54545rem;
    border-radius: 0.36364rem;
    padding: 0.90909rem;
    margin-bottom: 1.81818rem;
  }
}

.footer .ewm p {
  font-size: calc(100vw * 14 / 1920);
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1280px) {
  .footer .ewm p {
    font-size: 1.16667rem;
  }
}

@media (max-width: 1199px) {
  .footer .ewm p {
    font-size: 1.16667rem;
  }
}

@media (max-width: 991px) {
  .footer .ewm p {
    font-size: 1.27273rem;
  }
}

@media (max-width: 767px) {
  .footer .ewm p {
    font-size: 1.27273rem;
  }
}

.footer .ewm2 {
  position: absolute;
  right: 180px;
  top: calc(100vw * -40 / 1920);
}

@media (max-width: 1280px) {
  .footer .ewm2 {
    top: -3.33333rem;
  }
}

@media (max-width: 1199px) {
  .footer .ewm2 {
    top: -3.33333rem;
  }
}

@media (max-width: 991px) {
  .footer .ewm2 {
    top: -3.63636rem;
  }
}

@media (max-width: 767px) {
  .footer .ewm2 {
    top: -3.63636rem;
  }
}

.footer .ewm2 img {
  width: calc(100vw * 160 / 1920);
  height: calc(100vw * 160 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  padding: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  background: #FFFFFF;
}

@media (max-width: 1280px) {
  .footer .ewm2 img {
    width: 13.33333rem;
    height: 13.33333rem;
    border-radius: 0.33333rem;
    padding: 0.83333rem;
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .footer .ewm2 img {
    width: 13.33333rem;
    height: 13.33333rem;
    border-radius: 0.33333rem;
    padding: 0.83333rem;
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .footer .ewm2 img {
    width: 14.54545rem;
    height: 14.54545rem;
    border-radius: 0.36364rem;
    padding: 0.90909rem;
    margin-bottom: 1.81818rem;
  }
}

@media (max-width: 767px) {
  .footer .ewm2 img {
    width: 14.54545rem;
    height: 14.54545rem;
    border-radius: 0.36364rem;
    padding: 0.90909rem;
    margin-bottom: 1.81818rem;
  }
}

.footer .ewm2 p {
  font-size: calc(100vw * 14 / 1920);
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1280px) {
  .footer .ewm2 p {
    font-size: 1.16667rem;
  }
}

@media (max-width: 1199px) {
  .footer .ewm2 p {
    font-size: 1.16667rem;
  }
}

@media (max-width: 991px) {
  .footer .ewm2 p {
    font-size: 1.27273rem;
  }
}

@media (max-width: 767px) {
  .footer .ewm2 p {
    font-size: 1.27273rem;
  }
}


.footer .info {
  overflow: hidden;
}

.footer .info > ul {
  float: left;
  width: calc(100vw * 420 / 1920);
}

@media (max-width: 1280px) {
  .footer .info > ul {
    width: 35rem;
  }
}

@media (max-width: 1199px) {
  .footer .info > ul {
    width: 35rem;
  }
}

@media (max-width: 991px) {
  .footer .info > ul {
    width: 38.18182rem;
  }
}

@media (max-width: 767px) {
  .footer .info > ul {
    width: 38.18182rem;
  }
}

.footer .info > ul > li {
  float: left;
  width: 50%;
}

.footer .info > ul a {
  display: block;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 26 / 1920);
  padding-left: calc(100vw * 25 / 1920);
  margin-bottom: calc(100vw * 11 / 1920);
  color: #FFFFFF;
  position: relative;
}

@media (max-width: 1280px) {
  .footer .info > ul a {
    font-size: 1.33333rem;
    line-height: 2.16667rem;
    padding-left: 2.08333rem;
    margin-bottom: 0.91667rem;
  }
}

@media (max-width: 1199px) {
  .footer .info > ul a {
    font-size: 1.33333rem;
    line-height: 2.16667rem;
    padding-left: 2.08333rem;
    margin-bottom: 0.91667rem;
  }
}

@media (max-width: 991px) {
  .footer .info > ul a {
    font-size: 1.45455rem;
    line-height: 2.36364rem;
    padding-left: 2.27273rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .footer .info > ul a {
    font-size: 1.45455rem;
    line-height: 2.36364rem;
    padding-left: 2.27273rem;
    margin-bottom: 1rem;
  }
}

.footer .info > ul a::before {
  position: absolute;
  content: '';
  width: calc(100vw * 2 / 1920);
  height: calc(100vw * 10 / 1920);
  top: calc(100vw * 8 / 1920);
  background: #FFFFFF;
  border-radius: 1px;
  left: 0;
}

@media (max-width: 1280px) {
  .footer .info > ul a::before {
    width: 0.16667rem;
    height: 0.83333rem;
    top: 0.66667rem;
  }
}

@media (max-width: 1199px) {
  .footer .info > ul a::before {
    width: 0.16667rem;
    height: 0.83333rem;
    top: 0.66667rem;
  }
}

@media (max-width: 991px) {
  .footer .info > ul a::before {
    width: 0.18182rem;
    height: 0.90909rem;
    top: 0.72727rem;
  }
}

@media (max-width: 767px) {
  .footer .info > ul a::before {
    width: 0.18182rem;
    height: 0.90909rem;
    top: 0.72727rem;
  }
}

.footer .info > ul a:hover {
  text-decoration: underline;
}

.footer .info .right-info {
  overflow: hidden;
}

.footer .info .right-info a,
.footer .info .right-info span {
  display: inline-block;
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 26 / 1920);
  margin-bottom: calc(100vw * 11 / 1920);
}

@media (max-width: 1280px) {
  .footer .info .right-info a,
  .footer .info .right-info span {
    font-size: 1.16667rem;
    line-height: 2.16667rem;
    margin-bottom: 0.91667rem;
  }
}

@media (max-width: 1199px) {
  .footer .info .right-info a,
  .footer .info .right-info span {
    font-size: 1.16667rem;
    line-height: 2.16667rem;
    margin-bottom: 0.91667rem;
  }
}

@media (max-width: 991px) {
  .footer .info .right-info a,
  .footer .info .right-info span {
    font-size: 1.27273rem;
    line-height: 2.36364rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .footer .info .right-info a,
  .footer .info .right-info span {
    font-size: 1.27273rem;
    line-height: 2.36364rem;
    margin-bottom: 1rem;
  }
}

.footer .info .right-info a:last-child,
.footer .info .right-info span:last-child {
  margin-bottom: 0;
}

.footer .info .right-info a {
  color: #fff;
}

.footer .info .right-info a:hover {
  text-decoration: underline;
}

/*------------------------------------- common ----------------------------------------------*/
/*分页*/
.comp-pages {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comp-pages ol,
.comp-pages li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comp-pages .page-pc {
  text-align: center;
}

.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  background: #fff;
  text-align: center;
  color: #666666;
  border: 0.05208vw solid #EBEBEB;
  height: calc(100vw * 40 / 1920);
  min-width: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 38 / 1920);
  border-radius: calc(100vw * 20 / 1920);
  padding-left: calc(100vw * 10 / 1920);
  padding-right: calc(100vw * 10 / 1920);
  margin-left: calc(100vw * 2 / 1920);
  margin-right: calc(100vw * 2 / 1920);
}

@media (max-width: 1280px) {
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 3.33333rem;
    min-width: 3.33333rem;
    line-height: 3.16667rem;
    border-radius: 1.66667rem;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
    margin-left: 0.16667rem;
    margin-right: 0.16667rem;
  }
}

@media (max-width: 1199px) {
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 3.33333rem;
    min-width: 3.33333rem;
    line-height: 3.16667rem;
    border-radius: 1.66667rem;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
    margin-left: 0.16667rem;
    margin-right: 0.16667rem;
  }
}

@media (max-width: 991px) {
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 3.63636rem;
    min-width: 3.63636rem;
    line-height: 3.45455rem;
    border-radius: 1.81818rem;
    padding-left: 0.90909rem;
    padding-right: 0.90909rem;
    margin-left: 0.18182rem;
    margin-right: 0.18182rem;
  }
}

@media (max-width: 767px) {
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 3.63636rem;
    min-width: 3.63636rem;
    line-height: 3.45455rem;
    border-radius: 1.81818rem;
    padding-left: 0.90909rem;
    padding-right: 0.90909rem;
    margin-left: 0.18182rem;
    margin-right: 0.18182rem;
  }
}

.comp-pages .page-pc a:hover, .comp-pages .page-pc a.active,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc span.active {
  background: #1756DC;
  border: 1px solid #1756DC;
  color: #fff;
}

.comp-pages .page-pc span {
  background: #1756DC;
  border: 1px solid #1756DC;
  color: #fff;
}

.comp-pages .page-phone {
  height: calc(100vw * 46 / 1920);
  line-height: calc(100vw * 46 / 1920);
  border-radius: calc(100vw * 8 / 1920);
  font-size: calc(100vw * 16 / 1920);
  text-align: center;
  color: #fff;
  background: #377CFD;
  display: none !important;
}

@media (max-width: 1280px) {
  .comp-pages .page-phone {
    height: 3.83333rem;
    line-height: 3.83333rem;
    border-radius: 0.66667rem;
    font-size: 1.33333rem;
  }
}

@media (max-width: 1199px) {
  .comp-pages .page-phone {
    height: 3.83333rem;
    line-height: 3.83333rem;
    border-radius: 0.66667rem;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .comp-pages .page-phone {
    height: 4.18182rem;
    line-height: 4.18182rem;
    border-radius: 0.72727rem;
    font-size: 1.45455rem;
  }
}

@media (max-width: 767px) {
  .comp-pages .page-phone {
    height: 4.18182rem;
    line-height: 4.18182rem;
    border-radius: 0.72727rem;
    font-size: 1.45455rem;
  }
}

.comp-pages .page-phone:hover, .comp-pages .page-phone:active {
  color: #fff;
}

@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block !important;
  }
}

.details-page .detail-top {
  padding-bottom: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  border-bottom: 1px solid #EEEEEE;
}

@media (max-width: 1280px) {
  .details-page .detail-top {
    padding-bottom: 1.25rem;
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .details-page .detail-top {
    padding-bottom: 1.25rem;
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .details-page .detail-top {
    padding-bottom: 1.36364rem;
    margin-bottom: 1.81818rem;
  }
}

@media (max-width: 767px) {
  .details-page .detail-top {
    padding-bottom: 1.36364rem;
    margin-bottom: 1.81818rem;
  }
}

.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
  font-size: calc(100vw * 28 / 1920);
}

@media (max-width: 1280px) {
  .details-page .detail-top .title-s {
    font-size: 2.33333rem;
  }
}

@media (max-width: 1199px) {
  .details-page .detail-top .title-s {
    font-size: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .details-page .detail-top .title-s {
    font-size: 2.54545rem;
  }
}

@media (max-width: 767px) {
  .details-page .detail-top .title-s {
    font-size: 2.54545rem;
  }
}

.details-page .detail-top .top-other {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888888;
  line-height: calc(100vw * 26 / 1920);
  padding: calc(100vw * 4 / 1920) calc(100vw * 10 / 1920);
  font-size: calc(100vw * 14 / 1920);
}

@media (max-width: 1280px) {
  .details-page .detail-top .top-other {
    line-height: 2.16667rem;
    padding: 0.33333rem 0.83333rem;
    font-size: 1.16667rem;
  }
}

@media (max-width: 1199px) {
  .details-page .detail-top .top-other {
    line-height: 2.16667rem;
    padding: 0.33333rem 0.83333rem;
    font-size: 1.16667rem;
  }
}

@media (max-width: 991px) {
  .details-page .detail-top .top-other {
    line-height: 2.36364rem;
    padding: 0.36364rem 0.90909rem;
    font-size: 1.27273rem;
  }
}

@media (max-width: 767px) {
  .details-page .detail-top .top-other {
    line-height: 2.36364rem;
    padding: 0.36364rem 0.90909rem;
    font-size: 1.27273rem;
  }
}

.details-page .main-cont {
  text-align: justify;
  color: #333;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 28 / 1920);
}

@media (max-width: 1280px) {
  .details-page .main-cont {
    font-size: 1.33333rem;
    line-height: 2.33333rem;
  }
}

@media (max-width: 1199px) {
  .details-page .main-cont {
    font-size: 1.33333rem;
    line-height: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .details-page .main-cont {
    font-size: 1.45455rem;
    line-height: 2.54545rem;
  }
}

@media (max-width: 767px) {
  .details-page .main-cont {
    font-size: 1.45455rem;
    line-height: 2.54545rem;
  }
}

.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1280px) {
  .details-page .main-cont .cont-title {
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .details-page .main-cont .cont-title {
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .details-page .main-cont .cont-title {
    margin-bottom: 1.81818rem;
  }
}

@media (max-width: 767px) {
  .details-page .main-cont .cont-title {
    margin-bottom: 1.81818rem;
  }
}

.details-page .main-cont video {
  height: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}

@media (max-width: 1280px) {
  .details-page .main-cont video {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 1199px) {
  .details-page .main-cont video {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 991px) {
  .details-page .main-cont video {
    margin-top: 1.36364rem;
    margin-bottom: 1.36364rem;
  }
}

@media (max-width: 767px) {
  .details-page .main-cont video {
    margin-top: 1.36364rem;
    margin-bottom: 1.36364rem;
  }
}

.details-page .main-cont.cont-xilan img {
  max-width: calc(100vw * 600 / 1920);
}

@media (max-width: 1280px) {
  .details-page .main-cont.cont-xilan img {
    max-width: 50rem;
  }
}

@media (max-width: 1199px) {
  .details-page .main-cont.cont-xilan img {
    max-width: 50rem;
  }
}

@media (max-width: 991px) {
  .details-page .main-cont.cont-xilan img {
    max-width: 54.54545rem;
  }
}

@media (max-width: 767px) {
  .details-page .main-cont.cont-xilan img {
    max-width: 54.54545rem;
  }
}

.details-page .main-cont img {
  max-width: 70%;
}

.details-page .main-cont p,
.details-page .main-cont div {
  line-height: calc(100vw * 28 / 1920);
}

@media (max-width: 1280px) {
  .details-page .main-cont p,
  .details-page .main-cont div {
    line-height: 2.33333rem;
  }
}

@media (max-width: 1199px) {
  .details-page .main-cont p,
  .details-page .main-cont div {
    line-height: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .details-page .main-cont p,
  .details-page .main-cont div {
    line-height: 2.54545rem;
  }
}

@media (max-width: 767px) {
  .details-page .main-cont p,
  .details-page .main-cont div {
    line-height: 2.54545rem;
  }
}

.details-page .cont-page {
  border-top: 0.05208vw solid #EEEEEE;
  color: #888888;
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin-top: calc(100vw * 30 / 1920);
  padding-top: calc(100vw * 30 / 1920);
}

@media (max-width: 1280px) {
  .details-page .cont-page {
    font-size: 1.16667rem;
    line-height: 2rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .details-page .cont-page {
    font-size: 1.16667rem;
    line-height: 2rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

@media (max-width: 991px) {
  .details-page .cont-page {
    font-size: 1.27273rem;
    line-height: 2.18182rem;
    margin-top: 2.72727rem;
    padding-top: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .details-page .cont-page {
    font-size: 1.27273rem;
    line-height: 2.18182rem;
    margin-top: 2.72727rem;
    padding-top: 2.72727rem;
  }
}

.details-page .cont-page .a-page {
  margin-bottom: calc(100vw * 5 / 1920);
}

@media (max-width: 1280px) {
  .details-page .cont-page .a-page {
    margin-bottom: 0.41667rem;
  }
}

@media (max-width: 1199px) {
  .details-page .cont-page .a-page {
    margin-bottom: 0.41667rem;
  }
}

@media (max-width: 991px) {
  .details-page .cont-page .a-page {
    margin-bottom: 0.45455rem;
  }
}

@media (max-width: 767px) {
  .details-page .cont-page .a-page {
    margin-bottom: 0.45455rem;
  }
}

.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}

.details-page .cont-page .a-page a {
  color: #808080;
}

.details-page .cont-page .a-page:hover {
  color: #4163E4;
}

.details-page .cont-page .a-page:hover a {
  color: #4163E4;
}

@media (max-width: 767px) {
  .details-page .cont-img-groups {
    margin-left: 0;
    width: 100%;
  }
}

/*分享*/
.social-share {
  /*二维码样式*/
}

.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}

.share-xl .social-share a {
  display: inline-block;
  width: calc(100vw * 15 / 1920);
  height: calc(100vw * 15 / 1920);
  border: none;
}

@media (max-width: 1280px) {
  .share-xl .social-share a {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 1199px) {
  .share-xl .social-share a {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 991px) {
  .share-xl .social-share a {
    width: 1.36364rem;
    height: 1.36364rem;
  }
}

@media (max-width: 767px) {
  .share-xl .social-share a {
    width: 1.36364rem;
    height: 1.36364rem;
  }
}

.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}

.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}

.page-menu {
  position: relative;
  padding-left: calc(100vw * 20 / 1920);
  padding-top: calc(100vw * 30 / 1920);
}

@media (max-width: 1280px) {
  .page-menu {
    padding-left: 1.66667rem;
    padding-top: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .page-menu {
    padding-left: 1.66667rem;
    padding-top: 2.5rem;
  }
}

@media (max-width: 991px) {
  .page-menu {
    padding-left: 1.81818rem;
    padding-top: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .page-menu {
    padding-left: 1.81818rem;
    padding-top: 2.72727rem;
  }
}

.page-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("dwsyzx2024-menubg.png") no-repeat top left;
  background-size: cover;
  right: calc(100vw * 20 / 1920);
  bottom: calc(100vw * 100 / 1920);
}

@media (max-width: 1280px) {
  .page-menu::after {
    right: 1.66667rem;
    bottom: 8.33333rem;
  }
}

@media (max-width: 1199px) {
  .page-menu::after {
    right: 1.66667rem;
    bottom: 8.33333rem;
  }
}

@media (max-width: 991px) {
  .page-menu::after {
    right: 1.81818rem;
    bottom: 9.09091rem;
  }
}

@media (max-width: 767px) {
  .page-menu::after {
    right: 1.81818rem;
    bottom: 9.09091rem;
  }
}

.page-menu > div {
  position: relative;
  z-index: 2;
}

.page-menu .menu-title {
  font-weight: bold;
  color: #fff;
  height: calc(100vw * 80 / 1920);
  line-height: calc(100vw * 80 / 1920);
  font-size: calc(100vw * 30 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .menu-title {
    height: 6.66667rem;
    line-height: 6.66667rem;
    font-size: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .menu-title {
    height: 6.66667rem;
    line-height: 6.66667rem;
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .page-menu .menu-title {
    height: 7.27273rem;
    line-height: 7.27273rem;
    font-size: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .page-menu .menu-title {
    height: 7.27273rem;
    line-height: 7.27273rem;
    font-size: 2.72727rem;
  }
}

.page-menu .menu-cont {
  background: url("dwsyzx2024-boxbg-09.png") no-repeat bottom -55px center #fff;
  overflow: hidden;
  padding-bottom: calc(100vw * 140 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .menu-cont {
    padding-bottom: 11.66667rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .menu-cont {
    padding-bottom: 11.66667rem;
  }
}

@media (max-width: 991px) {
  .page-menu .menu-cont {
    padding-bottom: 12.72727rem;
  }
}

@media (max-width: 767px) {
  .page-menu .menu-cont {
    padding-bottom: 12.72727rem;
  }
}

.page-menu .box-a {
  position: relative;
  padding-bottom: 1px;
}

.page-menu .box-a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #E6EEF9;
}

.page-menu .box-a.box-down.active .a-title::after {
  background: url("dwsyzx2024-icon-14.png") no-repeat center center;
  background-size: contain;
  width: calc(100vw * 11 / 1920);
  height: calc(100vw * 6 / 1920);
  right: calc(100vw * 25 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .box-a.box-down.active .a-title::after {
    width: 0.91667rem;
    height: 0.5rem;
    right: 2.08333rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .box-a.box-down.active .a-title::after {
    width: 0.91667rem;
    height: 0.5rem;
    right: 2.08333rem;
  }
}

@media (max-width: 991px) {
  .page-menu .box-a.box-down.active .a-title::after {
    width: 1rem;
    height: 0.54545rem;
    right: 2.27273rem;
  }
}

@media (max-width: 767px) {
  .page-menu .box-a.box-down.active .a-title::after {
    width: 1rem;
    height: 0.54545rem;
    right: 2.27273rem;
  }
}

.page-menu .box-a.box-down.active .down-groups {
  display: block;
}

.page-menu .box-a .a-title {
  display: block;
  position: relative;
  color: #333333;
  border-bottom-width: calc(100vw * 1 / 1920);
  line-height: calc(100vw * 70 / 1920);
  padding-left: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .box-a .a-title {
    border-bottom-width: 0.08333rem;
    line-height: 5.83333rem;
    padding-left: 2.5rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .box-a .a-title {
    border-bottom-width: 0.08333rem;
    line-height: 5.83333rem;
    padding-left: 2.5rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .page-menu .box-a .a-title {
    border-bottom-width: 0.09091rem;
    line-height: 6.36364rem;
    padding-left: 2.72727rem;
    font-size: 1.63636rem;
  }
}

@media (max-width: 767px) {
  .page-menu .box-a .a-title {
    border-bottom-width: 0.09091rem;
    line-height: 6.36364rem;
    padding-left: 2.72727rem;
    font-size: 1.63636rem;
  }
}

.page-menu .box-a .a-title::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("dwsyzx2024-icon-15.png");
  background-size: contain;
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 11 / 1920);
  right: calc(100vw * 28 / 1920);
  top: calc(100vw * 31 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .box-a .a-title::after {
    width: 0.5rem;
    height: 0.91667rem;
    right: 2.33333rem;
    top: 2.58333rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .box-a .a-title::after {
    width: 0.5rem;
    height: 0.91667rem;
    right: 2.33333rem;
    top: 2.58333rem;
  }
}

@media (max-width: 991px) {
  .page-menu .box-a .a-title::after {
    width: 0.54545rem;
    height: 1rem;
    right: 2.54545rem;
    top: 2.81818rem;
  }
}

@media (max-width: 767px) {
  .page-menu .box-a .a-title::after {
    width: 0.54545rem;
    height: 1rem;
    right: 2.54545rem;
    top: 2.81818rem;
  }
}

.page-menu .box-a.active a.a-title, .page-menu .box-a:hover a.a-title {
  background-color: #377CFD;
  color: #fff;
}

.page-menu .box-a.active a.a-title::after, .page-menu .box-a:hover a.a-title::after {
  background-image: url("dwsyzx2024-icon-18.png");
}

.page-menu .down-groups {
  display: none;
  padding: calc(100vw * 15 / 1920) calc(100vw * 40 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .down-groups {
    padding: 1.25rem 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .down-groups {
    padding: 1.25rem 3.33333rem;
  }
}

@media (max-width: 991px) {
  .page-menu .down-groups {
    padding: 1.36364rem 3.63636rem;
  }
}

@media (max-width: 767px) {
  .page-menu .down-groups {
    padding: 1.36364rem 3.63636rem;
  }
}

.page-menu .down-groups a {
  display: block;
  position: relative;
  color: #333333;
  line-height: calc(100vw * 46 / 1920);
  padding-left: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .down-groups a {
    line-height: 3.83333rem;
    padding-left: 1.66667rem;
    font-size: 1.33333rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .down-groups a {
    line-height: 3.83333rem;
    padding-left: 1.66667rem;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .page-menu .down-groups a {
    line-height: 4.18182rem;
    padding-left: 1.81818rem;
    font-size: 1.45455rem;
  }
}

@media (max-width: 767px) {
  .page-menu .down-groups a {
    line-height: 4.18182rem;
    padding-left: 1.81818rem;
    font-size: 1.45455rem;
  }
}

.page-menu .down-groups a::before {
  content: "\f101";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}

.page-menu .down-groups a:hover, .page-menu .down-groups a.active {
  color: #377CFD;
}

.page-menu .three-menus.active a.three-a {
  font-weight: bold;
  color: #377CFD;
}

.page-menu .three-menus.active a.three-a::before {
  content: "\f103";
}

.page-menu .three-menus .three-menu-down {
  padding-left: calc(100vw * 30 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .three-menus .three-menu-down {
    padding-left: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .three-menus .three-menu-down {
    padding-left: 2.5rem;
  }
}

@media (max-width: 991px) {
  .page-menu .three-menus .three-menu-down {
    padding-left: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .page-menu .three-menus .three-menu-down {
    padding-left: 2.72727rem;
  }
}

.page-menu .three-menus .three-menu-down a {
  line-height: calc(100vw * 34 / 1920);
}

@media (max-width: 1280px) {
  .page-menu .three-menus .three-menu-down a {
    line-height: 2.83333rem;
  }
}

@media (max-width: 1199px) {
  .page-menu .three-menus .three-menu-down a {
    line-height: 2.83333rem;
  }
}

@media (max-width: 991px) {
  .page-menu .three-menus .three-menu-down a {
    line-height: 3.09091rem;
  }
}

@media (max-width: 767px) {
  .page-menu .three-menus .three-menu-down a {
    line-height: 3.09091rem;
  }
}

.page-menu .three-menus .three-menu-down a.acitve {
  color: #377CFD;
}

/*------------------------------------------- 内页 -----------------------------------------------------*/
.wzkx-ny-bg {
  background: #FFF url(../images/wzkx-img24.webp) no-repeat center top;
  background-size: 100% auto;
  min-height: calc(100vh - 19.84375vw);
}

.cpjs-box2 .m20,
.cpjs-box3 .m20,
.cpjs-box4 .m20 {
  margin: calc(100vw * 0 / 1920) calc(100vw * -20 / 1920);
}

@media (max-width: 1280px) {
  .cpjs-box2 .m20,
  .cpjs-box3 .m20,
  .cpjs-box4 .m20 {
    margin: 0rem -1.66667rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-box2 .m20,
  .cpjs-box3 .m20,
  .cpjs-box4 .m20 {
    margin: 0rem -1.66667rem;
  }
}

@media (max-width: 991px) {
  .cpjs-box2 .m20,
  .cpjs-box3 .m20,
  .cpjs-box4 .m20 {
    margin: 0rem -1.81818rem;
  }
}

@media (max-width: 767px) {
  .cpjs-box2 .m20,
  .cpjs-box3 .m20,
  .cpjs-box4 .m20 {
    margin: 0rem -1.81818rem;
  }
}

.cpjs-box2 .m20 .p20,
.cpjs-box3 .m20 .p20,
.cpjs-box4 .m20 .p20 {
  padding: calc(100vw * 0 / 1920) calc(100vw * 20 / 1920);
}

@media (max-width: 1280px) {
  .cpjs-box2 .m20 .p20,
  .cpjs-box3 .m20 .p20,
  .cpjs-box4 .m20 .p20 {
    padding: 0rem 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-box2 .m20 .p20,
  .cpjs-box3 .m20 .p20,
  .cpjs-box4 .m20 .p20 {
    padding: 0rem 1.66667rem;
  }
}

@media (max-width: 991px) {
  .cpjs-box2 .m20 .p20,
  .cpjs-box3 .m20 .p20,
  .cpjs-box4 .m20 .p20 {
    padding: 0rem 1.81818rem;
  }
}

@media (max-width: 767px) {
  .cpjs-box2 .m20 .p20,
  .cpjs-box3 .m20 .p20,
  .cpjs-box4 .m20 .p20 {
    padding: 0rem 1.81818rem;
  }
}

.m20 {
  margin: calc(100vw * 0 / 1920) calc(100vw * -20 / 1920);
}

@media (max-width: 1280px) {
  .m20 {
    margin: 0rem -1.66667rem;
  }
}

@media (max-width: 1199px) {
  .m20 {
    margin: 0rem -1.66667rem;
  }
}

@media (max-width: 991px) {
  .m20 {
    margin: 0rem -1.81818rem;
  }
}

@media (max-width: 767px) {
  .m20 {
    margin: 0rem -1.81818rem;
  }
}

.m20 .p20 {
  padding: calc(100vw * 0 / 1920) calc(100vw * 20 / 1920);
}

@media (max-width: 1280px) {
  .m20 .p20 {
    padding: 0rem 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .m20 .p20 {
    padding: 0rem 1.66667rem;
  }
}

@media (max-width: 991px) {
  .m20 .p20 {
    padding: 0rem 1.81818rem;
  }
}

@media (max-width: 767px) {
  .m20 .p20 {
    padding: 0rem 1.81818rem;
  }
}

/*产品介绍*/
.cpjs-title {
  text-align: center;
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1280px) {
  .cpjs-title {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-title {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .cpjs-title {
    margin-bottom: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .cpjs-title {
    margin-bottom: 4.54545rem;
  }
}

.cpjs-title span {
  display: inline-block;
  font-weight: bold;
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 36 / 1920);
  padding-bottom: calc(100vw * 27 / 1920);
  color: #333333;
  border-bottom: 1px solid rgba(55, 124, 253, 0.15);
  position: relative;
}

@media (max-width: 1280px) {
  .cpjs-title span {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 2.25rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-title span {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 2.25rem;
  }
}

@media (max-width: 991px) {
  .cpjs-title span {
    font-size: 2.72727rem;
    line-height: 3.27273rem;
    padding-bottom: 2.45455rem;
  }
}

@media (max-width: 767px) {
  .cpjs-title span {
    font-size: 2.72727rem;
    line-height: 3.27273rem;
    padding-bottom: 2.45455rem;
  }
}

.cpjs-title span::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100vw * -2 / 1920);
  width: calc(100vw * 35 / 1920);
  height: calc(100vw * 3 / 1920);
  background: #377CFD;
}

@media (max-width: 1280px) {
  .cpjs-title span::before {
    bottom: -0.16667rem;
    width: 2.91667rem;
    height: 0.25rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-title span::before {
    bottom: -0.16667rem;
    width: 2.91667rem;
    height: 0.25rem;
  }
}

@media (max-width: 991px) {
  .cpjs-title span::before {
    bottom: -0.18182rem;
    width: 3.18182rem;
    height: 0.27273rem;
  }
}

@media (max-width: 767px) {
  .cpjs-title span::before {
    bottom: -0.18182rem;
    width: 3.18182rem;
    height: 0.27273rem;
  }
}

.cpjs-box1 {
  padding: calc(100vw * 78 / 1920) calc(100vw * 0 / 1920) calc(100vw * 53 / 1920) calc(100vw * 0 / 1920);
}

.cpjs-box1 ul,
.cpjs-box1 ol,
.cpjs-box1 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1280px) {
  .cpjs-box1 {
    padding: 6.5rem 0rem 4.41667rem 0rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-box1 {
    padding: 6.5rem 0rem 4.41667rem 0rem;
  }
}

@media (max-width: 991px) {
  .cpjs-box1 {
    padding: 7.09091rem 0rem 4.81818rem 0rem;
  }
}

@media (max-width: 767px) {
  .cpjs-box1 {
    padding: 7.09091rem 0rem 4.81818rem 0rem;
  }
}

.cpjs-box1 .cpjs-txt {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 44 / 1920);
  margin-bottom: calc(100vw * 78 / 1920);
  color: #333333;
  text-indent: 2em;
  text-align: justify;
}

@media (max-width: 1280px) {
  .cpjs-box1 .cpjs-txt {
    font-size: 1.5rem;
    line-height: 3.66667rem;
    margin-bottom: 6.5rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-box1 .cpjs-txt {
    font-size: 1.5rem;
    line-height: 3.66667rem;
    margin-bottom: 6.5rem;
  }
}

@media (max-width: 991px) {
  .cpjs-box1 .cpjs-txt {
    font-size: 1.63636rem;
    line-height: 4rem;
    margin-bottom: 7.09091rem;
  }
}

@media (max-width: 767px) {
  .cpjs-box1 .cpjs-txt {
    font-size: 1.63636rem;
    line-height: 4rem;
    margin-bottom: 7.09091rem;
  }
}

.cpjs-box1 .cpjs-txt p {
  margin: 0;
}

.cpjs-list .m60 {
  margin-left: calc(100vw * -60 / 1920);
  margin-right: calc(100vw * -60 / 1920);
}

@media (max-width: 1280px) {
  .cpjs-list .m60 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-list .m60 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media (max-width: 991px) {
  .cpjs-list .m60 {
    margin-left: -5.45455rem;
    margin-right: -5.45455rem;
  }
}

@media (max-width: 767px) {
  .cpjs-list .m60 {
    margin-left: -5.45455rem;
    margin-right: -5.45455rem;
  }
}

.cpjs-list .m60 .p60 {
  padding-left: calc(100vw * 60 / 1920);
  padding-right: calc(100vw * 60 / 1920);
}

@media (max-width: 1280px) {
  .cpjs-list .m60 .p60 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-list .m60 .p60 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 991px) {
  .cpjs-list .m60 .p60 {
    padding-left: 5.45455rem;
    padding-right: 5.45455rem;
  }
}

@media (max-width: 767px) {
  .cpjs-list .m60 .p60 {
    padding-left: 5.45455rem;
    padding-right: 5.45455rem;
  }
}

.cpjs-list {
  padding: calc(100vw * 0 / 1920) calc(100vw * 40 / 1920);
}

@media (max-width: 1280px) {
  .cpjs-list {
    padding: 0rem 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-list {
    padding: 0rem 3.33333rem;
  }
}

@media (max-width: 991px) {
  .cpjs-list {
    padding: 0rem 3.63636rem;
  }
}

@media (max-width: 767px) {
  .cpjs-list {
    padding: 0rem 3.63636rem;
  }
}

.cpjs-list-cont {
  margin-bottom: calc(100vw * 30 / 1920);
  padding-right: calc(100vw * 40 / 1920);
  background-size: calc(100vw * 154 / 1920) calc(100vw * 175 / 1920);
  background-repeat: no-repeat;
  background-position: right top;
}

@media (max-width: 1280px) {
  .cpjs-list-cont {
    margin-bottom: 2.5rem;
    padding-right: 3.33333rem;
    background-size: 12.83333rem 14.58333rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-list-cont {
    margin-bottom: 2.5rem;
    padding-right: 3.33333rem;
    background-size: 12.83333rem 14.58333rem;
  }
}

@media (max-width: 991px) {
  .cpjs-list-cont {
    margin-bottom: 2.72727rem;
    padding-right: 3.63636rem;
    background-size: 14rem 15.90909rem;
  }
}

@media (max-width: 767px) {
  .cpjs-list-cont {
    margin-bottom: 2.72727rem;
    padding-right: 3.63636rem;
    background-size: 14rem 15.90909rem;
  }
}

.cpjs-list-cont img {
  display: block;
  max-width: calc(100vw * 54 / 1920);
  max-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}

@media (max-width: 1280px) {
  .cpjs-list-cont img {
    max-width: 4.5rem;
    max-height: 3.33333rem;
    margin-bottom: 2.91667rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-list-cont img {
    max-width: 4.5rem;
    max-height: 3.33333rem;
    margin-bottom: 2.91667rem;
  }
}

@media (max-width: 991px) {
  .cpjs-list-cont img {
    max-width: 4.90909rem;
    max-height: 3.63636rem;
    margin-bottom: 3.18182rem;
  }
}

@media (max-width: 767px) {
  .cpjs-list-cont img {
    max-width: 4.90909rem;
    max-height: 3.63636rem;
    margin-bottom: 3.18182rem;
  }
}

.cpjs-list-cont h4 {
  font-size: calc(100vw * 22 / 1920);
  line-height: calc(100vw * 28 / 1920);
  margin-bottom: calc(100vw * 18 / 1920);
  margin-top: 0;
  font-weight: 400;
  color: #333333;
}

@media (max-width: 1280px) {
  .cpjs-list-cont h4 {
    font-size: 1.83333rem;
    line-height: 2.33333rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-list-cont h4 {
    font-size: 1.83333rem;
    line-height: 2.33333rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .cpjs-list-cont h4 {
    font-size: 2rem;
    line-height: 2.54545rem;
    margin-bottom: 1.63636rem;
  }
}

@media (max-width: 767px) {
  .cpjs-list-cont h4 {
    font-size: 2rem;
    line-height: 2.54545rem;
    margin-bottom: 1.63636rem;
  }
}

.cpjs-list-cont .desc {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 32 / 1920);
  color: #697380;
  text-align: justify;
}

@media (max-width: 1280px) {
  .cpjs-list-cont .desc {
    font-size: 1.25rem;
    line-height: 2.66667rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-list-cont .desc {
    font-size: 1.25rem;
    line-height: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .cpjs-list-cont .desc {
    font-size: 1.36364rem;
    line-height: 2.90909rem;
  }
}

@media (max-width: 767px) {
  .cpjs-list-cont .desc {
    font-size: 1.36364rem;
    line-height: 2.90909rem;
  }
}

.cpjs-box2 {
  padding: calc(100vw * 80 / 1920) calc(100vw * 0 / 1920) calc(100vw * 50 / 1920) calc(100vw * 0 / 1920);
  background: url(../images/wzkx-img25.webp) no-repeat center center;
  background-size: cover;
}

.cpjs-box2 ul,
.cpjs-box2 ol,
.cpjs-box2 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1280px) {
  .cpjs-box2 {
    padding: 6.66667rem 0rem 4.16667rem 0rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-box2 {
    padding: 6.66667rem 0rem 4.16667rem 0rem;
  }
}

@media (max-width: 991px) {
  .cpjs-box2 {
    padding: 7.27273rem 0rem 4.54545rem 0rem;
  }
}

@media (max-width: 767px) {
  .cpjs-box2 {
    padding: 7.27273rem 0rem 4.54545rem 0rem;
  }
}

.cpjs-box2 .cpjs-title span {
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cpjs-box2 .cpjs-title span::before {
  background: #fff;
}

.gnxj-list-cont {
  height: calc(100vw * 190 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  padding: calc(100vw * 25 / 1920) calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
  background: #FFFFFF url(../images/wzkx-img26.webp) no-repeat right bottom;
  background-size: cover;
}

@media (max-width: 1280px) {
  .gnxj-list-cont {
    height: 15.83333rem;
    border-radius: 0.5rem;
    padding: 2.08333rem 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .gnxj-list-cont {
    height: 15.83333rem;
    border-radius: 0.5rem;
    padding: 2.08333rem 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .gnxj-list-cont {
    height: 17.27273rem;
    border-radius: 0.54545rem;
    padding: 2.27273rem 2.72727rem;
    margin-bottom: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .gnxj-list-cont {
    height: 17.27273rem;
    border-radius: 0.54545rem;
    padding: 2.27273rem 2.72727rem;
    margin-bottom: 2.72727rem;
  }
}

.gnxj-list-cont h4 {
  margin-top: 0;
  font-weight: 400;
  font-size: calc(100vw * 22 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
  color: #4264D0;
}

@media (max-width: 1280px) {
  .gnxj-list-cont h4 {
    font-size: 1.83333rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 1199px) {
  .gnxj-list-cont h4 {
    font-size: 1.83333rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 991px) {
  .gnxj-list-cont h4 {
    font-size: 2rem;
    line-height: 2.72727rem;
    margin-bottom: 1.36364rem;
  }
}

@media (max-width: 767px) {
  .gnxj-list-cont h4 {
    font-size: 2rem;
    line-height: 2.72727rem;
    margin-bottom: 1.36364rem;
  }
}

.gnxj-list-cont p {
  margin: 0;
  padding-left: calc(100vw * 16 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 32 / 1920);
  color: #333333;
  position: relative;
}

@media (max-width: 1280px) {
  .gnxj-list-cont p {
    padding-left: 1.33333rem;
    font-size: 1.25rem;
    line-height: 2.66667rem;
  }
}

@media (max-width: 1199px) {
  .gnxj-list-cont p {
    padding-left: 1.33333rem;
    font-size: 1.25rem;
    line-height: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .gnxj-list-cont p {
    padding-left: 1.45455rem;
    font-size: 1.36364rem;
    line-height: 2.90909rem;
  }
}

@media (max-width: 767px) {
  .gnxj-list-cont p {
    padding-left: 1.45455rem;
    font-size: 1.36364rem;
    line-height: 2.90909rem;
  }
}

.gnxj-list-cont p::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100vw * 13 / 1920);
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  background: linear-gradient(90deg, #3964E5, #CE5ECF);
  border-radius: 50%;
}

@media (max-width: 1280px) {
  .gnxj-list-cont p::before {
    top: 1.08333rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media (max-width: 1199px) {
  .gnxj-list-cont p::before {
    top: 1.08333rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media (max-width: 991px) {
  .gnxj-list-cont p::before {
    top: 1.18182rem;
    width: 0.54545rem;
    height: 0.54545rem;
  }
}

@media (max-width: 767px) {
  .gnxj-list-cont p::before {
    top: 1.18182rem;
    width: 0.54545rem;
    height: 0.54545rem;
  }
}

.cpjs-box3 {
  padding: calc(100vw * 80 / 1920) calc(100vw * 0 / 1920) calc(100vw * 40 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .cpjs-box3 {
    padding: 6.66667rem 0rem 3.33333rem 0rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-box3 {
    padding: 6.66667rem 0rem 3.33333rem 0rem;
  }
}

@media (max-width: 991px) {
  .cpjs-box3 {
    padding: 7.27273rem 0rem 3.63636rem 0rem;
  }
}

@media (max-width: 767px) {
  .cpjs-box3 {
    padding: 7.27273rem 0rem 3.63636rem 0rem;
  }
}

.cpjs-box3 ul,
.cpjs-box3 ol,
.cpjs-box3 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ptys-list-cont {
  background-size: cover !important;
  padding: calc(100vw * 50 / 1920) calc(100vw * 30 / 1920);
  height: calc(100vw * 330 / 1920);
}

@media (max-width: 1280px) {
  .ptys-list-cont {
    padding: 4.16667rem 2.5rem;
    height: 27.5rem;
  }
}

@media (max-width: 1199px) {
  .ptys-list-cont {
    padding: 4.16667rem 2.5rem;
    height: 27.5rem;
  }
}

@media (max-width: 991px) {
  .ptys-list-cont {
    padding: 4.54545rem 2.72727rem;
    height: 30rem;
  }
}

@media (max-width: 767px) {
  .ptys-list-cont {
    padding: 4.54545rem 2.72727rem;
    height: 30rem;
  }
}

.ptys-list-cont .ptys-title {
  margin-top: 0;
  text-align: center;
  position: relative;
  padding-bottom: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1280px) {
  .ptys-list-cont .ptys-title {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .ptys-list-cont .ptys-title {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .ptys-list-cont .ptys-title {
    padding-bottom: 2.72727rem;
    margin-bottom: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .ptys-list-cont .ptys-title {
    padding-bottom: 2.72727rem;
    margin-bottom: 2.72727rem;
  }
}

.ptys-list-cont .ptys-title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #3964E5, #CE5ECF);
  width: calc(100vw * 30 / 1920);
  height: calc(100vw * 3 / 1920);
  border-radius: calc(100vw * 2 / 1920);
}

@media (max-width: 1280px) {
  .ptys-list-cont .ptys-title::before {
    width: 2.5rem;
    height: 0.25rem;
    border-radius: 0.16667rem;
  }
}

@media (max-width: 1199px) {
  .ptys-list-cont .ptys-title::before {
    width: 2.5rem;
    height: 0.25rem;
    border-radius: 0.16667rem;
  }
}

@media (max-width: 991px) {
  .ptys-list-cont .ptys-title::before {
    width: 2.72727rem;
    height: 0.27273rem;
    border-radius: 0.18182rem;
  }
}

@media (max-width: 767px) {
  .ptys-list-cont .ptys-title::before {
    width: 2.72727rem;
    height: 0.27273rem;
    border-radius: 0.18182rem;
  }
}

.ptys-list-cont .ptys-title > div {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  font-size: calc(100vw * 22 / 1920);
  line-height: calc(100vw * 28 / 1920);
  margin-right: calc(100vw * 10 / 1920);
}

@media (max-width: 1280px) {
  .ptys-list-cont .ptys-title > div {
    font-size: 1.83333rem;
    line-height: 2.33333rem;
    margin-right: 0.83333rem;
  }
}

@media (max-width: 1199px) {
  .ptys-list-cont .ptys-title > div {
    font-size: 1.83333rem;
    line-height: 2.33333rem;
    margin-right: 0.83333rem;
  }
}

@media (max-width: 991px) {
  .ptys-list-cont .ptys-title > div {
    font-size: 2rem;
    line-height: 2.54545rem;
    margin-right: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .ptys-list-cont .ptys-title > div {
    font-size: 2rem;
    line-height: 2.54545rem;
    margin-right: 0.90909rem;
  }
}

.ptys-list-cont .ptys-title > div span {
  color: #4264D0;
}

.ptys-list-cont .ptys-title > div:last-child {
  margin-right: 0;
}

.ptys-list-cont p {
  font-weight: 400;
  color: #697380;
  text-align: justify;
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 32 / 1920);
  margin: 0;
}

@media (max-width: 1280px) {
  .ptys-list-cont p {
    font-size: 1.25rem;
    line-height: 2.66667rem;
  }
}

@media (max-width: 1199px) {
  .ptys-list-cont p {
    font-size: 1.25rem;
    line-height: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .ptys-list-cont p {
    font-size: 1.36364rem;
    line-height: 2.90909rem;
  }
}

@media (max-width: 767px) {
  .ptys-list-cont p {
    font-size: 1.36364rem;
    line-height: 2.90909rem;
  }
}

.cpjs-box4 {
  padding: calc(100vw * 40 / 1920) calc(100vw * 0 / 1920) calc(100vw * 90 / 1920) calc(100vw * 0 / 1920);
}

.cpjs-box4 ul,
.cpjs-box4 ol,
.cpjs-box4 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1280px) {
  .cpjs-box4 {
    padding: 3.33333rem 0rem 7.5rem 0rem;
  }
}

@media (max-width: 1199px) {
  .cpjs-box4 {
    padding: 3.33333rem 0rem 7.5rem 0rem;
  }
}

@media (max-width: 991px) {
  .cpjs-box4 {
    padding: 3.63636rem 0rem 8.18182rem 0rem;
  }
}

@media (max-width: 767px) {
  .cpjs-box4 {
    padding: 3.63636rem 0rem 8.18182rem 0rem;
  }
}

.shcg-list-cont {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
  padding: calc(100vw * 45 / 1920) calc(100vw * 40 / 1920) calc(100vw * 10 / 1920);
}

@media (max-width: 1280px) {
  .shcg-list-cont {
    padding: 3.75rem 3.33333rem 0.83333rem;
  }
}

@media (max-width: 1199px) {
  .shcg-list-cont {
    padding: 3.75rem 3.33333rem 0.83333rem;
  }
}

@media (max-width: 991px) {
  .shcg-list-cont {
    padding: 4.09091rem 3.63636rem 0.90909rem;
  }
}

@media (max-width: 767px) {
  .shcg-list-cont {
    padding: 4.09091rem 3.63636rem 0.90909rem;
  }
}

.shcg-list-cont h4 {
  margin-top: 0;
  font-weight: 400;
  color: #333333;
  font-size: calc(100vw * 22 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 25 / 1920);
}

@media (max-width: 1280px) {
  .shcg-list-cont h4 {
    font-size: 1.83333rem;
    line-height: 2.5rem;
    margin-bottom: 2.08333rem;
  }
}

@media (max-width: 1199px) {
  .shcg-list-cont h4 {
    font-size: 1.83333rem;
    line-height: 2.5rem;
    margin-bottom: 2.08333rem;
  }
}

@media (max-width: 991px) {
  .shcg-list-cont h4 {
    font-size: 2rem;
    line-height: 2.72727rem;
    margin-bottom: 2.27273rem;
  }
}

@media (max-width: 767px) {
  .shcg-list-cont h4 {
    font-size: 2rem;
    line-height: 2.72727rem;
    margin-bottom: 2.27273rem;
  }
}

.shcg-list-cont p {
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 32 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
  color: #697380;
  text-align: justify;
  margin-top: 0;
}

@media (max-width: 1280px) {
  .shcg-list-cont p {
    font-size: 1.25rem;
    line-height: 2.66667rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .shcg-list-cont p {
    font-size: 1.25rem;
    line-height: 2.66667rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .shcg-list-cont p {
    font-size: 1.36364rem;
    line-height: 2.90909rem;
    margin-bottom: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .shcg-list-cont p {
    font-size: 1.36364rem;
    line-height: 2.90909rem;
    margin-bottom: 2.72727rem;
  }
}

.shcg-list-cont img {
  height: calc(100vw * 370 / 1920);
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1280px) {
  .shcg-list-cont img {
    height: 30.83333rem;
  }
}

@media (max-width: 1199px) {
  .shcg-list-cont img {
    height: 30.83333rem;
  }
}

@media (max-width: 991px) {
  .shcg-list-cont img {
    height: 33.63636rem;
  }
}

@media (max-width: 767px) {
  .shcg-list-cont img {
    height: 33.63636rem;
  }
}

/*应用案例*/
.yyal-box {
  padding: calc(100vw * 80 / 1920) calc(100vw * 0 / 1920) calc(100vw * 100 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1280px) {
  .yyal-box {
    padding: 6.66667rem 0rem 8.33333rem 0rem;
  }
}

@media (max-width: 1199px) {
  .yyal-box {
    padding: 6.66667rem 0rem 8.33333rem 0rem;
  }
}

@media (max-width: 991px) {
  .yyal-box {
    padding: 7.27273rem 0rem 9.09091rem 0rem;
  }
}

@media (max-width: 767px) {
  .yyal-box {
    padding: 7.27273rem 0rem 9.09091rem 0rem;
  }
}

.yyal-top-title {
  text-align: center;
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1280px) {
  .yyal-top-title {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .yyal-top-title {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .yyal-top-title {
    margin-bottom: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .yyal-top-title {
    margin-bottom: 4.54545rem;
  }
}

.yyal-top-title li {
  display: inline-block;
  margin-right: calc(100vw * 60 / 1920);
  cursor: pointer;
}

@media (max-width: 1280px) {
  .yyal-top-title li {
    margin-right: 5rem;
  }
}

@media (max-width: 1199px) {
  .yyal-top-title li {
    margin-right: 5rem;
  }
}

@media (max-width: 991px) {
  .yyal-top-title li {
    margin-right: 5.45455rem;
  }
}

@media (max-width: 767px) {
  .yyal-top-title li {
    margin-right: 5.45455rem;
  }
}

.yyal-top-title li:last-child {
  margin-right: 0;
}

.yyal-top-title li:hover a, .yyal-top-title li.active a {
  font-weight: bold;
  color: #3577F4;
}

.yyal-top-title li:hover a::before, .yyal-top-title li.active a::before {
  opacity: 1;
}

.yyal-top-title li:hover a::after, .yyal-top-title li.active a::after {
  opacity: 1;
}

.yyal-top-title a {
  display: inline-block;
  color: #333333;
  position: relative;
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 36 / 1920);
  padding-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1280px) {
  .yyal-top-title a {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .yyal-top-title a {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .yyal-top-title a {
    font-size: 2.72727rem;
    line-height: 3.27273rem;
    padding-bottom: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .yyal-top-title a {
    font-size: 2.72727rem;
    line-height: 3.27273rem;
    padding-bottom: 2.72727rem;
  }
}

.yyal-top-title a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: calc(100vw * 30 / 1920);
  right: calc(100vw * 30 / 1920);
  height: 1px;
  background: #377CFD;
  opacity: 0.15;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 1280px) {
  .yyal-top-title a::before {
    left: 2.5rem;
    right: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .yyal-top-title a::before {
    left: 2.5rem;
    right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .yyal-top-title a::before {
    left: 2.72727rem;
    right: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .yyal-top-title a::before {
    left: 2.72727rem;
    right: 2.72727rem;
  }
}

.yyal-top-title a::after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw * 35 / 1920);
  height: calc(100vw * 3 / 1920);
  background: #377CFD;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 1280px) {
  .yyal-top-title a::after {
    width: 2.91667rem;
    height: 0.25rem;
  }
}

@media (max-width: 1199px) {
  .yyal-top-title a::after {
    width: 2.91667rem;
    height: 0.25rem;
  }
}

@media (max-width: 991px) {
  .yyal-top-title a::after {
    width: 3.18182rem;
    height: 0.27273rem;
  }
}

@media (max-width: 767px) {
  .yyal-top-title a::after {
    width: 3.18182rem;
    height: 0.27273rem;
  }
}

.vio-tab-cont > div {
  height: 0;
  overflow: hidden;
}

.vio-tab-cont > div.active-content {
  height: auto;
  overflow: visible;
  -webkit-animation: moveup 1.5s;
  animation: moveup 1.5s;
}

@-webkit-keyframes moveup {
  0%,
  100% {
    padding-top: 0;
  }
  50% {
    padding-top: 20px;
  }
}

@keyframes moveup {
  0%,
  100% {
    padding-top: 0;
  }
  50% {
    padding-top: 20px;
  }
}

.vio-list {
  margin: 0;
  padding: 0;
}

.vio-list ol,
.vio-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vio-list .col-sm-4:nth-child(3n+1) {
  clear: left;
}

.vio-list.m20 {
  margin: calc(100vw * 0 / 1920) calc(100vw * -20 / 1920);
}

@media (max-width: 1280px) {
  .vio-list.m20 {
    margin: 0rem -1.66667rem;
  }
}

@media (max-width: 1199px) {
  .vio-list.m20 {
    margin: 0rem -1.66667rem;
  }
}

@media (max-width: 991px) {
  .vio-list.m20 {
    margin: 0rem -1.81818rem;
  }
}

@media (max-width: 767px) {
  .vio-list.m20 {
    margin: 0rem -1.81818rem;
  }
}

.vio-cont {
  display: block;
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1280px) {
  .vio-cont {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .vio-cont {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .vio-cont {
    margin-bottom: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .vio-cont {
    margin-bottom: 4.54545rem;
  }
}

.vio-cont .img-box {
  height: calc(100vw * 248 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  overflow: hidden;
  position: relative;
}

@media (max-width: 1280px) {
  .vio-cont .img-box {
    height: 20.66667rem;
    border-radius: 0.33333rem;
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .vio-cont .img-box {
    height: 20.66667rem;
    border-radius: 0.33333rem;
    margin-bottom: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .vio-cont .img-box {
    height: 22.54545rem;
    border-radius: 0.36364rem;
    margin-bottom: 1.81818rem;
  }
}

@media (max-width: 767px) {
  .vio-cont .img-box {
    height: 22.54545rem;
    border-radius: 0.36364rem;
    margin-bottom: 1.81818rem;
  }
}

.vio-cont .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.2);
  z-index: 1;
}

.vio-cont .img-box::after {
  position: absolute;
  content: '';
  width: calc(100vw * 48 / 1920);
  height: calc(100vw * 47 / 1920);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/wzkx-icon22.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}

@media (max-width: 1280px) {
  .vio-cont .img-box::after {
    width: 4rem;
    height: 3.91667rem;
  }
}

@media (max-width: 1199px) {
  .vio-cont .img-box::after {
    width: 4rem;
    height: 3.91667rem;
  }
}

@media (max-width: 991px) {
  .vio-cont .img-box::after {
    width: 4.36364rem;
    height: 4.27273rem;
  }
}

@media (max-width: 767px) {
  .vio-cont .img-box::after {
    width: 4.36364rem;
    height: 4.27273rem;
  }
}

.vio-cont .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.vio-cont p {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 26 / 1920);
  color: #333333;
  text-align: center;
}

@media (max-width: 1280px) {
  .vio-cont p {
    font-size: 1.5rem;
    line-height: 2.16667rem;
  }
}

@media (max-width: 1199px) {
  .vio-cont p {
    font-size: 1.5rem;
    line-height: 2.16667rem;
  }
}

@media (max-width: 991px) {
  .vio-cont p {
    font-size: 1.63636rem;
    line-height: 2.36364rem;
  }
}

@media (max-width: 767px) {
  .vio-cont p {
    font-size: 1.63636rem;
    line-height: 2.36364rem;
  }
}

.vio-cont:hover .img-box img {
  transform: scale(1.1);
}

.vio-cont:hover p {
  color: #3577F4;
}

/*帮助文档*/
.ny-title {
  text-align: center;
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1280px) {
  .ny-title {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .ny-title {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .ny-title {
    margin-bottom: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .ny-title {
    margin-bottom: 4.54545rem;
  }
}

.ny-title span {
  display: inline-block;
  font-weight: bold;
  color: #333333;
  position: relative;
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 36 / 1920);
  padding-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1280px) {
  .ny-title span {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .ny-title span {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .ny-title span {
    font-size: 2.72727rem;
    line-height: 3.27273rem;
    padding-bottom: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .ny-title span {
    font-size: 2.72727rem;
    line-height: 3.27273rem;
    padding-bottom: 2.72727rem;
  }
}

.ny-title span::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #377CFD;
  opacity: 0.15;
  z-index: 1;
}

.ny-title span::after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw * 35 / 1920);
  height: calc(100vw * 3 / 1920);
  background: #377CFD;
  z-index: 2;
}

@media (max-width: 1280px) {
  .ny-title span::after {
    width: 2.91667rem;
    height: 0.25rem;
  }
}

@media (max-width: 1199px) {
  .ny-title span::after {
    width: 2.91667rem;
    height: 0.25rem;
  }
}

@media (max-width: 991px) {
  .ny-title span::after {
    width: 3.18182rem;
    height: 0.27273rem;
  }
}

@media (max-width: 767px) {
  .ny-title span::after {
    width: 3.18182rem;
    height: 0.27273rem;
  }
}

.wz-list {
  margin-bottom: calc(100vw * 50 / 1920);
}

.wz-list li{
  list-style:none;
}

@media (max-width: 1280px) {
  .wz-list {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .wz-list {
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .wz-list {
    margin-bottom: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .wz-list {
    margin-bottom: 4.54545rem;
  }
}

.wz-list li:nth-child(2n) a {
  background: none;
}

.wz-list a {
  display: block;
  background: #F5F8FD;
  padding: calc(100vw * 15 / 1920) calc(100vw * 150 / 1920) calc(100vw * 15 / 1920) calc(100vw * 30 / 1920);
  position: relative;
}

@media (max-width: 1280px) {
  .wz-list a {
    padding: 1.25rem 12.5rem 1.25rem 2.5rem;
  }
}

@media (max-width: 1199px) {
  .wz-list a {
    padding: 1.25rem 12.5rem 1.25rem 2.5rem;
  }
}

@media (max-width: 991px) {
  .wz-list a {
    padding: 1.36364rem 13.63636rem 1.36364rem 2.72727rem;
  }
}

@media (max-width: 767px) {
  .wz-list a {
    padding: 1.36364rem 13.63636rem 1.36364rem 2.72727rem;
  }
}

.wz-list a:hover .title {
  color: #377CFD;
}

.wz-list a:hover .date {
  color: #377CFD;
}

.wz-list a .title {
  padding-left: calc(100vw * 22 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
  color: #333333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1280px) {
  .wz-list a .title {
    padding-left: 1.83333rem;
    font-size: 1.33333rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .wz-list a .title {
    padding-left: 1.83333rem;
    font-size: 1.33333rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 991px) {
  .wz-list a .title {
    padding-left: 2rem;
    font-size: 1.45455rem;
    line-height: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .wz-list a .title {
    padding-left: 2rem;
    font-size: 1.45455rem;
    line-height: 2.72727rem;
  }
}

.wz-list a .title::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100vw * 12 / 1920);
  width: calc(100vw * 8 / 1920);
  height: calc(100vw * 8 / 1920);
  border-radius: 50%;
  border: 2px solid #3964E5;
}

@media (max-width: 1280px) {
  .wz-list a .title::before {
    top: 1rem;
    width: 0.66667rem;
    height: 0.66667rem;
  }
}

@media (max-width: 1199px) {
  .wz-list a .title::before {
    top: 1rem;
    width: 0.66667rem;
    height: 0.66667rem;
  }
}

@media (max-width: 991px) {
  .wz-list a .title::before {
    top: 1.09091rem;
    width: 0.72727rem;
    height: 0.72727rem;
  }
}

@media (max-width: 767px) {
  .wz-list a .title::before {
    top: 1.09091rem;
    width: 0.72727rem;
    height: 0.72727rem;
  }
}

.wz-list a .date {
  position: absolute;
  right: calc(100vw * 30 / 1920);
  top: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
  color: #A6A6A6;
}

@media (max-width: 1280px) {
  .wz-list a .date {
    right: 2.5rem;
    top: 1.25rem;
    font-size: 1.33333rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .wz-list a .date {
    right: 2.5rem;
    top: 1.25rem;
    font-size: 1.33333rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 991px) {
  .wz-list a .date {
    right: 2.72727rem;
    top: 1.36364rem;
    font-size: 1.45455rem;
    line-height: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .wz-list a .date {
    right: 2.72727rem;
    top: 1.36364rem;
    font-size: 1.45455rem;
    line-height: 2.72727rem;
  }
}

/*关于我们*/
.aboutus {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 40 / 1920);
  color: #333333;
  text-align: justify;
}

@media (max-width: 1280px) {
  .aboutus {
    font-size: 1.33333rem;
    line-height: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .aboutus {
    font-size: 1.33333rem;
    line-height: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .aboutus {
    font-size: 1.45455rem;
    line-height: 3.63636rem;
  }
}

@media (max-width: 767px) {
  .aboutus {
    font-size: 1.45455rem;
    line-height: 3.63636rem;
  }
}

.aboutus > p,
.aboutus > div {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 40 / 1920);
  color: #333333;
}

@media (max-width: 1280px) {
  .aboutus > p,
  .aboutus > div {
    font-size: 1.33333rem;
    line-height: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .aboutus > p,
  .aboutus > div {
    font-size: 1.33333rem;
    line-height: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .aboutus > p,
  .aboutus > div {
    font-size: 1.45455rem;
    line-height: 3.63636rem;
  }
}

@media (max-width: 767px) {
  .aboutus > p,
  .aboutus > div {
    font-size: 1.45455rem;
    line-height: 3.63636rem;
  }
}

/*产品定价*/
.cpdj-cont {
  height: calc(100vw * 658 / 1920);
  border-radius: calc(100vw * 12 / 1920);
  padding: calc(100vw * 40 / 1920) calc(100vw * 30 / 1920) calc(100vw * 30 / 1920);
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(183, 200, 232, 0.22);
  overflow: hidden;
  position: relative;
}

.cpdj-cont ul,
.cpdj-cont ol,
.cpdj-cont li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1280px) {
  .cpdj-cont {
    height: 54.83333rem;
    border-radius: 1rem;
    padding: 3.33333rem 2.5rem 2.5rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont {
    height: 54.83333rem;
    border-radius: 1rem;
    padding: 3.33333rem 2.5rem 2.5rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont {
    height: 59.81818rem;
    border-radius: 1.09091rem;
    padding: 3.63636rem 2.72727rem 2.72727rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont {
    height: 59.81818rem;
    border-radius: 1.09091rem;
    padding: 3.63636rem 2.72727rem 2.72727rem;
  }
}

.cpdj-cont::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  height: calc(100vw * 10 / 1920);
  background: linear-gradient(268deg, #C0CDE4 0%, #DBE1EB 100%);
}

@media (max-width: 1280px) {
  .cpdj-cont::before {
    height: 0.83333rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont::before {
    height: 0.83333rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont::before {
    height: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont::before {
    height: 0.90909rem;
  }
}

.cpdj-cont h3 {
  margin-top: 0;
  text-align: center;
  color: #1f2126;
  font-weight: bold;
  font-size: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 12 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont h3 {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
    margin-bottom: 1.09091rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont h3 {
    font-size: 2.18182rem;
    line-height: 2.72727rem;
    margin-bottom: 1.09091rem;
  }
}

.cpdj-cont h3 span {
  color: #EECCAA;
  font-size: calc(100vw * 14 / 1920);
  padding: calc(100vw * 2 / 1920) calc(100vw * 4 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  margin-left: calc(100vw * 6 / 1920);
  top: calc(100vw * -3 / 1920);
  line-height: calc(100vw * 20 / 1920);
  background: linear-gradient(122deg, #4D505C 0%, #222222 100%);
  position: relative;
  display: inline-block;
}

@media (max-width: 1280px) {
  .cpdj-cont h3 span {
    font-size: 1.16667rem;
    padding: 0.16667rem 0.33333rem;
    border-radius: 0.33333rem;
    margin-left: 0.5rem;
    top: -0.25rem;
    line-height: 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont h3 span {
    font-size: 1.16667rem;
    padding: 0.16667rem 0.33333rem;
    border-radius: 0.33333rem;
    margin-left: 0.5rem;
    top: -0.25rem;
    line-height: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont h3 span {
    font-size: 1.27273rem;
    padding: 0.18182rem 0.36364rem;
    border-radius: 0.36364rem;
    margin-left: 0.54545rem;
    top: -0.27273rem;
    line-height: 1.81818rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont h3 span {
    font-size: 1.27273rem;
    padding: 0.18182rem 0.36364rem;
    border-radius: 0.36364rem;
    margin-left: 0.54545rem;
    top: -0.27273rem;
    line-height: 1.81818rem;
  }
}

.cpdj-cont .desc {
  color: rgba(31, 33, 38, 0.5);
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 20 / 1920);
  min-height: calc(100vw * 20 / 1920);
  text-align: center;
}

@media (max-width: 1280px) {
  .cpdj-cont .desc {
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    min-height: 1.66667rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .desc {
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    min-height: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .desc {
    font-size: 1.27273rem;
    line-height: 1.81818rem;
    min-height: 1.81818rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .desc {
    font-size: 1.27273rem;
    line-height: 1.81818rem;
    min-height: 1.81818rem;
  }
}

.cpdj-cont .jg {
  margin-top: calc(100vw * 32 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 24 / 1920);
  color: #1f2126;
  text-align: center;
}

@media (max-width: 1280px) {
  .cpdj-cont .jg {
    margin-top: 2.66667rem;
    font-size: 1.33333rem;
    line-height: 2rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .jg {
    margin-top: 2.66667rem;
    font-size: 1.33333rem;
    line-height: 2rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .jg {
    margin-top: 2.90909rem;
    font-size: 1.45455rem;
    line-height: 2.18182rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .jg {
    margin-top: 2.90909rem;
    font-size: 1.45455rem;
    line-height: 2.18182rem;
  }
}

.cpdj-cont .jg span {
  font-size: calc(100vw * 30 / 1920);
  font-weight: bold;
}

@media (max-width: 1280px) {
  .cpdj-cont .jg span {
    font-size: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .jg span {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .jg span {
    font-size: 2.72727rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .jg span {
    font-size: 2.72727rem;
  }
}

.cpdj-cont .price-buy-number {
  color: rgba(31, 33, 38, 0.5);
  text-align: center;
  min-height: calc(100vw * 22 / 1920);
  margin: calc(100vw * 10 / 1920) calc(100vw * 0 / 1920);
  font-size: calc(100vw * 12 / 1920);
  line-height: calc(100vw * 22 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont .price-buy-number {
    min-height: 1.83333rem;
    margin: 0.83333rem 0rem;
    font-size: 1rem;
    line-height: 1.83333rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .price-buy-number {
    min-height: 1.83333rem;
    margin: 0.83333rem 0rem;
    font-size: 1rem;
    line-height: 1.83333rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .price-buy-number {
    min-height: 2rem;
    margin: 0.90909rem 0rem;
    font-size: 1.09091rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .price-buy-number {
    min-height: 2rem;
    margin: 0.90909rem 0rem;
    font-size: 1.09091rem;
    line-height: 2rem;
  }
}

.cpdj-cont .ff-btn {
  display: block;
  background: #fff;
  height: calc(100vw * 40 / 1920);
  font-size: calc(100vw * 16 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  line-height: calc(100vw * 38 / 1920);
  color: rgba(31, 33, 38, 0.3);
  border: 1px solid #e3e5e8;
  text-align: center;
}

@media (max-width: 1280px) {
  .cpdj-cont .ff-btn {
    height: 3.33333rem;
    font-size: 1.33333rem;
    border-radius: 0.5rem;
    line-height: 3.16667rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .ff-btn {
    height: 3.33333rem;
    font-size: 1.33333rem;
    border-radius: 0.5rem;
    line-height: 3.16667rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .ff-btn {
    height: 3.63636rem;
    font-size: 1.45455rem;
    border-radius: 0.54545rem;
    line-height: 3.45455rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .ff-btn {
    height: 3.63636rem;
    font-size: 1.45455rem;
    border-radius: 0.54545rem;
    line-height: 3.45455rem;
  }
}

.cpdj-cont .ff-btn:hover {
  background: #f5f6f7;
}

.cpdj-cont .tdb-btn {
  background: linear-gradient(100deg, #eedcca, #c39981);
  color: #543317;
}

.cpdj-cont .tdb-btn:hover {
  background: linear-gradient(101deg, #fdefe1, #dcb29a);
}

.cpdj-cont .qyb-btn {
  background: linear-gradient(100deg, #4d505c, #222);
  color: #eca;
}

.cpdj-cont .qyb-btn:hover {
  background: linear-gradient(101deg, #63666f 6%, #3b3c3d);
}

.cpdj-cont .package-card-services {
  margin-top: calc(100vw * 24 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont .package-card-services {
    margin-top: 2rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .package-card-services {
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .package-card-services {
    margin-top: 2.18182rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .package-card-services {
    margin-top: 2.18182rem;
  }
}

.cpdj-cont .package-card-services li {
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont .package-card-services li {
    margin-bottom: 0.83333rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .package-card-services li {
    margin-bottom: 0.83333rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .package-card-services li {
    margin-bottom: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .package-card-services li {
    margin-bottom: 0.90909rem;
  }
}

.cpdj-cont .package-card-services li:last-child {
  margin-bottom: 0;
}

.cpdj-cont .package-card-services li .fl img,
.cpdj-cont .package-card-services li .fl span {
  display: inline-block;
}

.cpdj-cont .package-card-services li .fl span {
  color: rgba(31, 33, 38, 0.7);
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 22 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont .package-card-services li .fl span {
    font-size: 1.08333rem;
    line-height: 1.83333rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .package-card-services li .fl span {
    font-size: 1.08333rem;
    line-height: 1.83333rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .package-card-services li .fl span {
    font-size: 1.18182rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .package-card-services li .fl span {
    font-size: 1.18182rem;
    line-height: 2rem;
  }
}

.cpdj-cont .package-card-services li .fl .fh {
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 10 / 1920);
  margin-right: calc(100vw * 5 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont .package-card-services li .fl .fh {
    width: 1.16667rem;
    height: 0.83333rem;
    margin-right: 0.41667rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .package-card-services li .fl .fh {
    width: 1.16667rem;
    height: 0.83333rem;
    margin-right: 0.41667rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .package-card-services li .fl .fh {
    width: 1.27273rem;
    height: 0.90909rem;
    margin-right: 0.45455rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .package-card-services li .fl .fh {
    width: 1.27273rem;
    height: 0.90909rem;
    margin-right: 0.45455rem;
  }
}

.cpdj-cont .package-card-services li .fl .tip {
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 14 / 1920);
  margin-left: calc(100vw * 5 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont .package-card-services li .fl .tip {
    width: 1.16667rem;
    height: 1.16667rem;
    margin-left: 0.41667rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .package-card-services li .fl .tip {
    width: 1.16667rem;
    height: 1.16667rem;
    margin-left: 0.41667rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .package-card-services li .fl .tip {
    width: 1.27273rem;
    height: 1.27273rem;
    margin-left: 0.45455rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .package-card-services li .fl .tip {
    width: 1.27273rem;
    height: 1.27273rem;
    margin-left: 0.45455rem;
  }
}

.cpdj-cont .package-card-services li .fr span {
  display: inline-block;
  color: rgba(31, 33, 38, 0.7);
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 22 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont .package-card-services li .fr span {
    font-size: 1.08333rem;
    line-height: 1.83333rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .package-card-services li .fr span {
    font-size: 1.08333rem;
    line-height: 1.83333rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .package-card-services li .fr span {
    font-size: 1.18182rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .package-card-services li .fr span {
    font-size: 1.18182rem;
    line-height: 2rem;
  }
}

.cpdj-cont .qy {
  background: #f2f4f7;
  font-weight: 600;
  color: #1f2126;
  font-size: calc(100vw * 13 / 1920);
  line-height: calc(100vw * 20 / 1920);
  padding: calc(100vw * 4 / 1920) calc(100vw * 8 / 1920);
  margin-top: calc(100vw * 20 / 1920);
  border-radius: calc(100vw * 4 / 1920);
}

@media (max-width: 1280px) {
  .cpdj-cont .qy {
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    padding: 0.33333rem 0.66667rem;
    margin-top: 1.66667rem;
    border-radius: 0.33333rem;
  }
}

@media (max-width: 1199px) {
  .cpdj-cont .qy {
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    padding: 0.33333rem 0.66667rem;
    margin-top: 1.66667rem;
    border-radius: 0.33333rem;
  }
}

@media (max-width: 991px) {
  .cpdj-cont .qy {
    font-size: 1.18182rem;
    line-height: 1.81818rem;
    padding: 0.36364rem 0.72727rem;
    margin-top: 1.81818rem;
    border-radius: 0.36364rem;
  }
}

@media (max-width: 767px) {
  .cpdj-cont .qy {
    font-size: 1.18182rem;
    line-height: 1.81818rem;
    padding: 0.36364rem 0.72727rem;
    margin-top: 1.81818rem;
    border-radius: 0.36364rem;
  }
}

.cpdj-tdb-cont::before {
  background: linear-gradient(92deg, #EEDCCA 0%, #C39981 100%);
}

.cpdj-qyb-cont::before {
  background: linear-gradient(92deg, #4D505C 0%, #222222 100%);
}

/*帮助文档2.0*/
.col-bzwd-2 {
  width: 21%;
}

.col-bzwd-10 {
  width: 79%;
}

.bzwd-left-bg {
  background: #FFFFFF;
  border-radius: calc(100vw * 4 / 1920);
  padding: calc(100vw * 30 / 1920) calc(100vw * 30 / 1920);
}

.bzwd-left-bg ul,
.bzwd-left-bg ol,
.bzwd-left-bg li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1280px) {
  .bzwd-left-bg {
    border-radius: 0.33333rem;
    padding: 2.5rem 2.5rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg {
    border-radius: 0.33333rem;
    padding: 2.5rem 2.5rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg {
    border-radius: 0.36364rem;
    padding: 2.72727rem 2.72727rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg {
    border-radius: 0.36364rem;
    padding: 2.72727rem 2.72727rem;
  }
}

.bzwd-left-bg .top-title {
  font-weight: bold;
  font-size: calc(100vw * 32 / 1920);
  line-height: calc(100vw * 36 / 1920);
  padding-bottom: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
  color: #333333;
  border-bottom: 1px solid rgba(55, 124, 253, 0.15);
  position: relative;
}

@media (max-width: 1280px) {
  .bzwd-left-bg .top-title {
    font-size: 2.66667rem;
    line-height: 3rem;
    padding-bottom: 3.33333rem;
    margin-bottom: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .top-title {
    font-size: 2.66667rem;
    line-height: 3rem;
    padding-bottom: 3.33333rem;
    margin-bottom: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .top-title {
    font-size: 2.90909rem;
    line-height: 3.27273rem;
    padding-bottom: 3.63636rem;
    margin-bottom: 3.63636rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .top-title {
    font-size: 2.90909rem;
    line-height: 3.27273rem;
    padding-bottom: 3.63636rem;
    margin-bottom: 3.63636rem;
  }
}

.bzwd-left-bg .top-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: calc(100vw * 30 / 1920);
  height: calc(100vw * 3 / 1920);
  background: #377CFD;
}

@media (max-width: 1280px) {
  .bzwd-left-bg .top-title::before {
    width: 2.5rem;
    height: 0.25rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .top-title::before {
    width: 2.5rem;
    height: 0.25rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .top-title::before {
    width: 2.72727rem;
    height: 0.27273rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .top-title::before {
    width: 2.72727rem;
    height: 0.27273rem;
  }
}

.bzwd-left-bg h3 {
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 24 / 1920);
  color: #333333;
  margin-top: 0;
}

@media (max-width: 1280px) {
  .bzwd-left-bg h3 {
    font-size: 1.66667rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg h3 {
    font-size: 1.66667rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg h3 {
    font-size: 1.81818rem;
    line-height: 2.18182rem;
    margin-bottom: 2.18182rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg h3 {
    font-size: 1.81818rem;
    line-height: 2.18182rem;
    margin-bottom: 2.18182rem;
  }
}

.bzwd-left-bg .bzwd-list {
  border-left: 2px solid #EEF1F6;
  padding-left: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1280px) {
  .bzwd-left-bg .bzwd-list {
    padding-left: 1.66667rem;
    margin-bottom: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .bzwd-list {
    padding-left: 1.66667rem;
    margin-bottom: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .bzwd-list {
    padding-left: 1.81818rem;
    margin-bottom: 3.63636rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .bzwd-list {
    padding-left: 1.81818rem;
    margin-bottom: 3.63636rem;
  }
}

.bzwd-left-bg .bzwd-list > li {
  margin-bottom: calc(100vw * 14 / 1920);
}

@media (max-width: 1280px) {
  .bzwd-left-bg .bzwd-list > li {
    margin-bottom: 1.16667rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .bzwd-list > li {
    margin-bottom: 1.16667rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .bzwd-list > li {
    margin-bottom: 1.27273rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .bzwd-list > li {
    margin-bottom: 1.27273rem;
  }
}

.bzwd-left-bg .bzwd-list > li:hover > a, .bzwd-left-bg .bzwd-list > li.active > a {
  color: #0467CC;
}

.bzwd-left-bg .bzwd-list > li:hover > a::before, .bzwd-left-bg .bzwd-list > li.active > a::before {
  display: block;
}

.bzwd-left-bg .bzwd-list > li.active_openxl > a::after {
  display: block;
}

.bzwd-left-bg .bzwd-list > li.active.active_openxl > a::after {
  border-bottom-width: calc(100vw * 5 / 1920);
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-color: #A5B9CE;
}

@media (max-width: 1280px) {
  .bzwd-left-bg .bzwd-list > li.active.active_openxl > a::after {
    border-bottom-width: 0.41667rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .bzwd-list > li.active.active_openxl > a::after {
    border-bottom-width: 0.41667rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .bzwd-list > li.active.active_openxl > a::after {
    border-bottom-width: 0.45455rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .bzwd-list > li.active.active_openxl > a::after {
    border-bottom-width: 0.45455rem;
  }
}

.bzwd-left-bg .bzwd-list > li > a {
  display: block;
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 26 / 1920);
  padding-right: calc(100vw * 15 / 1920);
  color: #555555;
  position: relative;
}

@media (max-width: 1280px) {
  .bzwd-left-bg .bzwd-list > li > a {
    font-size: 1.5rem;
    line-height: 2.16667rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .bzwd-list > li > a {
    font-size: 1.5rem;
    line-height: 2.16667rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .bzwd-list > li > a {
    font-size: 1.63636rem;
    line-height: 2.36364rem;
    padding-right: 1.36364rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .bzwd-list > li > a {
    font-size: 1.63636rem;
    line-height: 2.36364rem;
    padding-right: 1.36364rem;
  }
}

.bzwd-left-bg .bzwd-list > li > a::before {
  position: absolute;
  content: '';
  left: calc(100vw * -22 / 1920);
  top: calc(100vw * 7 / 1920);
  width: calc(100vw * 2 / 1920);
  height: calc(100vw * 12 / 1920);
  background: #0467CC;
  display: none;
}

@media (max-width: 1280px) {
  .bzwd-left-bg .bzwd-list > li > a::before {
    left: -1.83333rem;
    top: 0.58333rem;
    width: 0.16667rem;
    height: 1rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .bzwd-list > li > a::before {
    left: -1.83333rem;
    top: 0.58333rem;
    width: 0.16667rem;
    height: 1rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .bzwd-list > li > a::before {
    left: -2rem;
    top: 0.63636rem;
    width: 0.18182rem;
    height: 1.09091rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .bzwd-list > li > a::before {
    left: -2rem;
    top: 0.63636rem;
    width: 0.18182rem;
    height: 1.09091rem;
  }
}

.bzwd-left-bg .bzwd-list > li > a::after {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100vw * 10 / 1920);
  border-left-width: calc(100vw * 4 / 1920);
  border-right-width: calc(100vw * 4 / 1920);
  border-top-width: calc(100vw * 5 / 1920);
  width: 0;
  height: 0;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-style: solid;
  border-right-color: transparent;
  border-top-style: solid;
  border-top-color: #A5B9CE;
  display: none;
}

@media (max-width: 1280px) {
  .bzwd-left-bg .bzwd-list > li > a::after {
    top: 0.83333rem;
    border-left-width: 0.33333rem;
    border-right-width: 0.33333rem;
    border-top-width: 0.41667rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .bzwd-list > li > a::after {
    top: 0.83333rem;
    border-left-width: 0.33333rem;
    border-right-width: 0.33333rem;
    border-top-width: 0.41667rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .bzwd-list > li > a::after {
    top: 0.90909rem;
    border-left-width: 0.36364rem;
    border-right-width: 0.36364rem;
    border-top-width: 0.45455rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .bzwd-list > li > a::after {
    top: 0.90909rem;
    border-left-width: 0.36364rem;
    border-right-width: 0.36364rem;
    border-top-width: 0.45455rem;
  }
}

.bzwd-left-bg .bzwd-list > li > ul {
  padding-left: calc(100vw * 5 / 1920);
  padding-top: calc(100vw * 10 / 1920);
}

@media (max-width: 1280px) {
  .bzwd-left-bg .bzwd-list > li > ul {
    padding-left: 0.41667rem;
    padding-top: 0.83333rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .bzwd-list > li > ul {
    padding-left: 0.41667rem;
    padding-top: 0.83333rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .bzwd-list > li > ul {
    padding-left: 0.45455rem;
    padding-top: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .bzwd-list > li > ul {
    padding-left: 0.45455rem;
    padding-top: 0.90909rem;
  }
}

.bzwd-left-bg .bzwd-list > li > ul > li:hover a, .bzwd-left-bg .bzwd-list > li > ul > li.active a {
  color: #0467CC;
}

.bzwd-left-bg .bzwd-list > li > ul > li > a {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 28 / 1920);
  color: #888888;
}

@media (max-width: 1280px) {
  .bzwd-left-bg .bzwd-list > li > ul > li > a {
    font-size: 1.33333rem;
    line-height: 2.33333rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-left-bg .bzwd-list > li > ul > li > a {
    font-size: 1.33333rem;
    line-height: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .bzwd-left-bg .bzwd-list > li > ul > li > a {
    font-size: 1.45455rem;
    line-height: 2.54545rem;
  }
}

@media (max-width: 767px) {
  .bzwd-left-bg .bzwd-list > li > ul > li > a {
    font-size: 1.45455rem;
    line-height: 2.54545rem;
  }
}

.bzwd-right-bg {
  background: #FFFFFF;
  border-radius: calc(100vw * 4 / 1920);
  padding: calc(100vw * 50 / 1920) calc(100vw * 30 / 1920);
}

@media (max-width: 1280px) {
  .bzwd-right-bg {
    border-radius: 0.33333rem;
    padding: 4.16667rem 2.5rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-right-bg {
    border-radius: 0.33333rem;
    padding: 4.16667rem 2.5rem;
  }
}

@media (max-width: 991px) {
  .bzwd-right-bg {
    border-radius: 0.36364rem;
    padding: 4.54545rem 2.72727rem;
  }
}

@media (max-width: 767px) {
  .bzwd-right-bg {
    border-radius: 0.36364rem;
    padding: 4.54545rem 2.72727rem;
  }
}

.bzwd-right-bg .top-title {
  padding-left: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
  font-weight: bold;
  color: #0467CC;
  position: relative;
}

@media (max-width: 1280px) {
  .bzwd-right-bg .top-title {
    padding-left: 1.25rem;
    font-size: 2.16667rem;
    line-height: 2.5rem;
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-right-bg .top-title {
    padding-left: 1.25rem;
    font-size: 2.16667rem;
    line-height: 2.5rem;
    margin-bottom: 4.16667rem;
  }
}

@media (max-width: 991px) {
  .bzwd-right-bg .top-title {
    padding-left: 1.36364rem;
    font-size: 2.36364rem;
    line-height: 2.72727rem;
    margin-bottom: 4.54545rem;
  }
}

@media (max-width: 767px) {
  .bzwd-right-bg .top-title {
    padding-left: 1.36364rem;
    font-size: 2.36364rem;
    line-height: 2.72727rem;
    margin-bottom: 4.54545rem;
  }
}

.bzwd-right-bg .top-title::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100vw * 6 / 1920);
  width: calc(100vw * 4 / 1920);
  height: calc(100vw * 20 / 1920);
  border-radius: calc(100vw * 2 / 1920);
  background: #0467CC;
}

@media (max-width: 1280px) {
  .bzwd-right-bg .top-title::before {
    top: 0.5rem;
    width: 0.33333rem;
    height: 1.66667rem;
    border-radius: 0.16667rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-right-bg .top-title::before {
    top: 0.5rem;
    width: 0.33333rem;
    height: 1.66667rem;
    border-radius: 0.16667rem;
  }
}

@media (max-width: 991px) {
  .bzwd-right-bg .top-title::before {
    top: 0.54545rem;
    width: 0.36364rem;
    height: 1.81818rem;
    border-radius: 0.18182rem;
  }
}

@media (max-width: 767px) {
  .bzwd-right-bg .top-title::before {
    top: 0.54545rem;
    width: 0.36364rem;
    height: 1.81818rem;
    border-radius: 0.18182rem;
  }
}

.bzwd-right-bg .cont {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 38 / 1920);
  color: #333333;
}

@media (max-width: 1280px) {
  .bzwd-right-bg .cont {
    font-size: 1.5rem;
    line-height: 3.16667rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-right-bg .cont {
    font-size: 1.5rem;
    line-height: 3.16667rem;
  }
}

@media (max-width: 991px) {
  .bzwd-right-bg .cont {
    font-size: 1.63636rem;
    line-height: 3.45455rem;
  }
}

@media (max-width: 767px) {
  .bzwd-right-bg .cont {
    font-size: 1.63636rem;
    line-height: 3.45455rem;
  }
}

.bzwd-right-bg .cont p {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 38 / 1920);
  color: #333333;
}

@media (max-width: 1280px) {
  .bzwd-right-bg .cont p {
    font-size: 1.5rem;
    line-height: 3.16667rem;
  }
}

@media (max-width: 1199px) {
  .bzwd-right-bg .cont p {
    font-size: 1.5rem;
    line-height: 3.16667rem;
  }
}

@media (max-width: 991px) {
  .bzwd-right-bg .cont p {
    font-size: 1.63636rem;
    line-height: 3.45455rem;
  }
}

@media (max-width: 767px) {
  .bzwd-right-bg .cont p {
    font-size: 1.63636rem;
    line-height: 3.45455rem;
  }
}

.bzwd-right-bg .cont .pl20 {
  padding-left: 2em;
}

.footer .container
{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	color: white;
}

.footer-logo {
	width: 300px;
}
.footer-logo {
	width: 300px;
}
.footer-group
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-shrink: 0;
}
.footer-menu li {
	margin: 0 10px 20px 10px;
	padding-left: 10px;
	border-left: 2px solid white;
	line-height:1;
}
.footer-menu a {
	color: white;
}
.footer-info {
	margin-left: 2em;
	flex-grow:1;
}
.footer-info div{margin-bottom:12px}
.footer-logo {
	width: 330px;
}
.footer-qrcode {
	width: 300px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
}
.footer-qrcode-item img{
	border-radius: 5px;
}
@media (max-width: 991px) {}
@media (max-width: 991px) {
	.footer .container {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-logo {width: 100%; margin-bottom: 20px;}
	.footer-group {margin-bottom: 20px;}
	.footer-menu {
		height: unset
	}
}
