@charset "UTF-8";
/* css reset */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
  margin: 0;
  padding: 0;
}

html {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

body {
  font: 14px/1.5 "Microsoft Yahei", "微软雅黑", Arial, Tahoma, Helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  margin: auto;
}

input, button, textarea, select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}

input:focus, textarea:focus {
  color: inherit;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

ol, ul, li {
  list-style: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input[type=date] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}

::-ms-clear, ::-ms-reveal {
  display: none;
}

/* WebKit browsers */
::-webkit-input-placeholder {
  color: #909090;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #909090;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #909090;
  opacity: 1;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #909090;
}

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

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
}

*:focus {
  outline: none !important;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9 ; /* ie8 */
  -ms-interpolation-mode: bicubic; /*为了照顾ie图片缩放失真*/
  border: none;
}

/* 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;
  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;
  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 {
  border-radius: 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;
  -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;
  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;
  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;
  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;
  transition: all 1s ease-in-out;
}

/* Navbar Sticky
=================================*/
.wrap-sticky {
  position: relative;
  -webkit-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;
  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 {
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 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;
    -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;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 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;
    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;
    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;
  -moz-user-select: none;
   -ms-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;
  -ms-scroll-chaining: none;
      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%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.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;
  -webkit-box-sizing: border-box;
          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%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.4s, opacity 0.4s ease;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}

.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.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;
  -webkit-transition: height 0s ease 0.4s;
  transition: height 0s ease 0.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;
  -webkit-transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
  transition: visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.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;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

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

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

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

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

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

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

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

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

.hc-mobile-nav.nav-open .nav-container {
  -webkit-transform: translate3d(0, 0, 0);
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.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: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.hc-nav-trigger.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
          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: #0D8F63;
}

.hc-mobile-nav.nav-open .nav-wrapper {
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
          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: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: #129760;
  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: #129760;
}

.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;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hc-mobile-nav li.nav-close span::before {
  display: block;
  content: "\f2d3";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}

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

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

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

.hc-mobile-nav.side-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          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 {
  -webkit-box-shadow: none;
          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 {
  -webkit-transition: background 0.3s ease;
  transition: background 0.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: #129760;
}

.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: #129760;
}

.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;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          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;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 20px;
  padding-left: 55px;
  line-height: 24px;
  margin-top: 25px;
}

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

.navbar .toggle span,
.navbar .toggle span::before,
.navbar .toggle span::after {
  position: absolute;
  left: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.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: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.navbar .toggle.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(8px, 0, 0);
          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;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          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;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          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 {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  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);
  -webkit-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);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  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);
  -webkit-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;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-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;
}

:root {
  --skincol:#CE181B;
  --acolor:#f00;
  --webcolor:#3D55A7;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", PingFangSC-Regular, Arial, sans-serif;
  font-size: calc(100vw * 14 / 1920);
}
@media (max-width: 1199px) {
  body {
    font-size: 1.0769230769rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 1.1666666667rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.2727272727rem;
  }
}

.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container .row {
  margin: calc(100vw * 0 / 1920) calc(100vw * -15 / 1920) calc(100vw * 0 / 1920) calc(100vw * -15 / 1920);
}
@media (max-width: 1199px) {
  .container .row {
    margin: 0rem -1.1538461538rem 0rem -1.1538461538rem;
  }
}
@media (max-width: 991px) {
  .container .row {
    margin: 0rem -1.25rem 0rem -1.25rem;
  }
}
@media (max-width: 767px) {
  .container .row {
    margin: 0rem -1.3636363636rem 0rem -1.3636363636rem;
  }
}
.container .row > [class^=col-] {
  padding: calc(100vw * 0 / 1920) calc(100vw * 15 / 1920) calc(100vw * 0 / 1920) calc(100vw * 15 / 1920);
}
@media (max-width: 1199px) {
  .container .row > [class^=col-] {
    padding: 0rem 1.1538461538rem 0rem 1.1538461538rem;
  }
}
@media (max-width: 991px) {
  .container .row > [class^=col-] {
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .container .row > [class^=col-] {
    padding: 0rem 1.3636363636rem 0rem 1.3636363636rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 73%;
    padding-left: 0;
    padding-right: 0;
  }
}
.header {
  padding-bottom: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .header {
    padding-bottom: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 1.8181818182rem;
  }
}
.header .header-logo {
  float: left;
}
.header .header-logo .shortcut-time {
  color: #888888;
  height: calc(100vw * 48 / 1920);
  line-height: calc(100vw * 48 / 1920);
}
@media (max-width: 1199px) {
  .header .header-logo .shortcut-time {
    height: 3.6923076923rem;
    line-height: 3.6923076923rem;
  }
}
@media (max-width: 991px) {
  .header .header-logo .shortcut-time {
    height: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 767px) {
  .header .header-logo .shortcut-time {
    height: 4.3636363636rem;
    line-height: 4.3636363636rem;
  }
}
.header .header-logo .logo-s {
  display: block;
  width: calc(100vw * 501 / 1920);
}
@media (max-width: 1199px) {
  .header .header-logo .logo-s {
    width: 38.5384615385rem;
  }
}
@media (max-width: 991px) {
  .header .header-logo .logo-s {
    width: 41.75rem;
  }
}
@media (max-width: 767px) {
  .header .header-logo .logo-s {
    width: 45.5454545455rem;
  }
}
.header .header-logo .logo-s img {
  display: block;
  width: 100%;
}
.header .header-other {
  float: right;
  padding-top: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .header .header-other {
    padding-top: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .header .header-other {
    padding-top: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .header .header-other {
    padding-top: 1.8181818182rem;
  }
}
.header .other-links {
  float: left;
  margin: calc(100vw * 40 / 1920) calc(100vw * 20 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920);
}
@media (max-width: 1199px) {
  .header .other-links {
    margin: 3.0769230769rem 1.5384615385rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .header .other-links {
    margin: 3.3333333333rem 1.6666666667rem 0rem 0rem;
  }
}
@media (max-width: 767px) {
  .header .other-links {
    margin: 3.6363636364rem 1.8181818182rem 0rem 0rem;
  }
}
.header .other-links li {
  float: left;
  position: relative;
  padding-left: calc(100vw * 14 / 1920);
  padding-right: calc(100vw * 14 / 1920);
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .header .other-links li {
    padding-left: 1.0769230769rem;
    padding-right: 1.0769230769rem;
    height: 2.3076923077rem;
    line-height: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .header .other-links li {
    padding-left: 1.1666666667rem;
    padding-right: 1.1666666667rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .header .other-links li {
    padding-left: 1.2727272727rem;
    padding-right: 1.2727272727rem;
    height: 2.7272727273rem;
    line-height: 2.7272727273rem;
  }
}
.header .other-links li:last-child {
  padding-right: 0;
}
.header .other-links li:last-child::before {
  display: none;
}
.header .other-links li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3D55A7;
  height: calc(100vw * 14 / 1920);
}
@media (max-width: 1199px) {
  .header .other-links li::before {
    height: 1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .header .other-links li::before {
    height: 1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .header .other-links li::before {
    height: 1.2727272727rem;
  }
}
.header .other-links li a {
  color: #3D55A7;
  display: block;
}
.header .other-links li a:hover {
  text-decoration: underline;
}
.header .other-links .ph-viewmore {
  display: none;
}
.header .other-search {
  float: left;
  display: none;
  margin-right: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .header .other-search {
    margin-right: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .header .other-search {
    margin-right: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .header .other-search {
    margin-right: 1.8181818182rem;
  }
}
.header .other-search a {
  display: block;
  background: url("library2024-search.png") no-repeat center center #F3F3FC;
  border-radius: 50%;
  background-size: calc(100vw * 14 / 1920);
  width: calc(100vw * 30 / 1920);
  height: calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .header .other-search a {
    background-size: 1.0769230769rem;
    width: 2.3076923077rem;
    height: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .header .other-search a {
    background-size: 1.1666666667rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .header .other-search a {
    background-size: 1.2727272727rem;
    width: 2.7272727273rem;
    height: 2.7272727273rem;
  }
}
.header .other-erwm {
  float: left;
  background: #F3F3FC;
  padding: calc(100vw * 3 / 1920);
}
@media (max-width: 1199px) {
  .header .other-erwm {
    padding: 0.2307692308rem;
  }
}
@media (max-width: 991px) {
  .header .other-erwm {
    padding: 0.25rem;
  }
}
@media (max-width: 767px) {
  .header .other-erwm {
    padding: 0.2727272727rem;
  }
}
.header .other-erwm .erwm-img {
  float: left;
}
.header .other-erwm .erwm-img img {
  display: block;
  width: calc(100vw * 80 / 1920);
  height: calc(100vw * 80 / 1920);
}
@media (max-width: 1199px) {
  .header .other-erwm .erwm-img img {
    width: 6.1538461538rem;
    height: 6.1538461538rem;
  }
}
@media (max-width: 991px) {
  .header .other-erwm .erwm-img img {
    width: 6.6666666667rem;
    height: 6.6666666667rem;
  }
}
@media (max-width: 767px) {
  .header .other-erwm .erwm-img img {
    width: 7.2727272727rem;
    height: 7.2727272727rem;
  }
}
.header .other-erwm .erwm-title {
  float: left;
  text-align: center;
  line-height: 1;
  color: #8493C8;
  font-weight: bold;
  word-break: break-all;
  width: calc(100vw * 30 / 1920);
  padding-left: calc(100vw * 8 / 1920);
  padding-right: calc(100vw * 8 / 1920);
  height: calc(100vw * 80 / 1920);
  font-size: calc(100vw * 12 / 1920);
  padding-top: calc(100vw * 9 / 1920);
}
@media (max-width: 1199px) {
  .header .other-erwm .erwm-title {
    width: 2.3076923077rem;
    padding-left: 0.6153846154rem;
    padding-right: 0.6153846154rem;
    height: 6.1538461538rem;
    font-size: 0.9230769231rem;
    padding-top: 0.6923076923rem;
  }
}
@media (max-width: 991px) {
  .header .other-erwm .erwm-title {
    width: 2.5rem;
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
    height: 6.6666666667rem;
    font-size: 1rem;
    padding-top: 0.75rem;
  }
}
@media (max-width: 767px) {
  .header .other-erwm .erwm-title {
    width: 2.7272727273rem;
    padding-left: 0.7272727273rem;
    padding-right: 0.7272727273rem;
    height: 7.2727272727rem;
    font-size: 1.0909090909rem;
    padding-top: 0.8181818182rem;
  }
}

nav.navbar.bootsnav {
  min-height: 3.125vw;
  background: #3D55A7;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav.navbar.bootsnav .toggle {
  margin: calc(100vw * 20 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920);
  padding-left: 40px;
  right: 0;
  min-height: auto;
  top: 0;
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .toggle {
    margin: 1.5384615385rem 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .toggle {
    margin: 1.6666666667rem 0rem 0rem 0rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .toggle {
    margin: 1.8181818182rem 0rem 0rem 0rem;
  }
}
nav.navbar.bootsnav .toggle span,
nav.navbar.bootsnav .toggle span::before,
nav.navbar.bootsnav .toggle span::after {
  height: calc(100vw * 3 / 1920);
  width: 22px;
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .toggle span,
  nav.navbar.bootsnav .toggle span::before,
  nav.navbar.bootsnav .toggle span::after {
    height: 0.2307692308rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .toggle span,
  nav.navbar.bootsnav .toggle span::before,
  nav.navbar.bootsnav .toggle span::after {
    height: 0.25rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .toggle span,
  nav.navbar.bootsnav .toggle span::before,
  nav.navbar.bootsnav .toggle span::after {
    height: 0.2727272727rem;
  }
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .container {
  padding-right: calc(100vw * 180 / 1920);
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .container {
    padding-right: 13.8461538462rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .container {
    padding-right: 15rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .container {
    padding-right: 16.3636363636rem;
  }
}
nav.navbar.bootsnav ul.nav {
  float: none !important;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  width: 11.111111%;
}
nav.navbar.bootsnav ul.nav > li > a {
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 60 / 1920);
  font-size: calc(100vw * 18 / 1920);
  color: #fff;
  position: relative;
  padding: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    height: 4.6153846154rem;
    line-height: 4.6153846154rem;
    font-size: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav > li > a {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav > li > a {
    height: 5.4545454545rem;
    line-height: 5.4545454545rem;
    font-size: 1.6363636364rem;
  }
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.5);
  border-radius: calc(100vw * 2 / 1920);
  height: calc(100vw * 2 / 1920);
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a::before {
    border-radius: 0.1538461538rem;
    height: 0.1538461538rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav > li > a::before {
    border-radius: 0.1666666667rem;
    height: 0.1666666667rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav > li > a::before {
    border-radius: 0.1818181818rem;
    height: 0.1818181818rem;
  }
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
  border: none;
  border-top: none;
  background: rgba(23, 49, 137, 0.9);
  left: 50%;
  min-width: calc(100vw * 170 / 1920);
  width: calc(100vw * 170 / 1920);
  margin-left: calc(100vw * -85 / 1920);
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
    min-width: 13.0769230769rem;
    width: 13.0769230769rem;
    margin-left: -6.5384615385rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
    min-width: 14.1666666667rem;
    width: 14.1666666667rem;
    margin-left: -7.0833333333rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
    min-width: 15.4545454545rem;
    width: 15.4545454545rem;
    margin-left: -7.7272727273rem;
  }
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  text-align: center;
  display: block;
  line-height: 1.6;
  padding: calc(100vw * 8 / 1920) calc(100vw * 10 / 1920);
  font-size: calc(100vw * 16 / 1920);
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a {
    padding: 0.6153846154rem 0.7692307692rem;
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a {
    padding: 0.6666666667rem 0.8333333333rem;
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a {
    padding: 0.7272727273rem 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}
nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li > a:hover {
  background-color: #3D55A7;
  color: #fff;
}
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: #fff !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: 25%;
  width: 50%;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(#0C74B5), color-stop(#129760), to(#0F77B8));
  background: linear-gradient(-90deg, #0C74B5, #129760, #0F77B8);
}
nav.navbar.bootsnav.scroll .navbar-brand {
  padding-top: 25px;
  padding-bottom: 25px;
  width: calc(100vw * 200 / 1920);
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav.scroll .navbar-brand {
    width: 15.3846153846rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav.scroll .navbar-brand {
    width: 16.6666666667rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav.scroll .navbar-brand {
    width: 18.1818181818rem;
  }
}
nav.navbar.bootsnav.scroll ul.nav {
  padding-top: 0;
}
nav.navbar.bootsnav.scroll ul.nav > li > a {
  line-height: calc(100vw * 108 / 1920);
  font-size: calc(100vw * 16 / 1920);
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav.scroll ul.nav > li > a {
    line-height: 8.3076923077rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav.scroll ul.nav > li > a {
    line-height: 9rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav.scroll ul.nav > li > a {
    line-height: 9.8181818182rem;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav.scroll ul.nav > li > a {
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav.scroll ul.nav > li > a {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav.scroll ul.nav > li > a {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .navbar-header {
    float: left !important;
  }
  nav.navbar.bootsnav .phone-menu-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  nav.navbar.bootsnav .navbar-brand {
    width: 16.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-left: 0;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  nav.navbar.bootsnav .navbar-brand img {
    display: block;
  }
  nav.navbar.bootsnav .toggle {
    margin-top: 3.75rem;
  }
}
.main-search {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  height: calc(100vw * 200 / 1920);
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#0C74B5), color-stop(#129760), to(#0F77B8));
  background: linear-gradient(-90deg, #0C74B5, #129760, #0F77B8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1199px) {
  .main-search {
    height: 15.3846153846rem;
  }
}
@media (max-width: 991px) {
  .main-search {
    height: 16.6666666667rem;
  }
}
@media (max-width: 767px) {
  .main-search {
    height: 18.1818181818rem;
  }
}
.main-search.is-visible {
  -webkit-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
.main-search.search-form-visible, .main-search.is-visible {
  opacity: 1;
  visibility: visible;
}
.main-search.search-form-visible .search-close, .main-search.is-visible .search-close {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.main-search .text-replace {
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.main-search .search-logo {
  position: absolute;
  left: calc(100vw * 30 / 1920);
  top: 50%;
  width: 11%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .main-search .search-logo {
    left: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-logo {
    left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-logo {
    left: 2.7272727273rem;
  }
}
.main-search .search-logo img {
  display: block;
  width: 100%;
}
.main-search .search-close {
  display: inline-block;
  position: absolute;
  right: 4%;
  top: 50%;
  height: calc(100vw * 40 / 1920);
  width: calc(100vw * 40 / 1920);
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1199px) {
  .main-search .search-close {
    height: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-close {
    height: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-close {
    height: 3.6363636364rem;
  }
}
@media (max-width: 1199px) {
  .main-search .search-close {
    width: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-close {
    width: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-close {
    width: 3.6363636364rem;
  }
}
.main-search .search-close::before, .main-search .search-close::after {
  content: "";
  position: absolute;
  height: calc(100vw * 20 / 1920);
  width: calc(100vw * 2 / 1920);
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
@media (max-width: 1199px) {
  .main-search .search-close::before, .main-search .search-close::after {
    height: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-close::before, .main-search .search-close::after {
    height: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-close::before, .main-search .search-close::after {
    height: 1.8181818182rem;
  }
}
@media (max-width: 1199px) {
  .main-search .search-close::before, .main-search .search-close::after {
    width: 0.1538461538rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-close::before, .main-search .search-close::after {
    width: 0.1666666667rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-close::before, .main-search .search-close::after {
    width: 0.1818181818rem;
  }
}
.main-search .search-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.main-search .search-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.main-search .search-cont {
  padding: calc(100vw * 50 / 1920) calc(100vw * 80 / 1920) calc(100vw * 50 / 1920) calc(100vw * 0 / 1920);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 20%;
}
@media (max-width: 1199px) {
  .main-search .search-cont {
    padding: 3.8461538462rem 6.1538461538rem 3.8461538462rem 0rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-cont {
    padding: 4.1666666667rem 6.6666666667rem 4.1666666667rem 0rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-cont {
    padding: 4.5454545455rem 7.2727272727rem 4.5454545455rem 0rem;
  }
}
.main-search .search-cont .search-inp {
  font-size: calc(100vw * 18 / 1920);
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 60 / 1920);
  padding: calc(100vw * 0 / 1920) calc(100vw * 100 / 1920) calc(100vw * 0 / 1920) calc(100vw * 30 / 1920);
  background-color: transparent;
  display: block;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .main-search .search-cont .search-inp {
    font-size: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-cont .search-inp {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-cont .search-inp {
    font-size: 1.6363636364rem;
  }
}
@media (max-width: 1199px) {
  .main-search .search-cont .search-inp {
    height: 4.6153846154rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-cont .search-inp {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-cont .search-inp {
    height: 5.4545454545rem;
  }
}
@media (max-width: 1199px) {
  .main-search .search-cont .search-inp {
    line-height: 4.6153846154rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-cont .search-inp {
    line-height: 5rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-cont .search-inp {
    line-height: 5.4545454545rem;
  }
}
@media (max-width: 1199px) {
  .main-search .search-cont .search-inp {
    padding: 0rem 7.6923076923rem 0rem 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-cont .search-inp {
    padding: 0rem 8.3333333333rem 0rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-cont .search-inp {
    padding: 0rem 9.0909090909rem 0rem 2.7272727273rem;
  }
}
.main-search .search-cont input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search .search-cont input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search .search-cont input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search .search-cont input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search .search-cont input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search .search-cont .search-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  height: calc(100vw * 40 / 1920);
  width: calc(100vw * 40 / 1920);
  border-radius: 50%;
  background: url("library2024-icon-04.png") no-repeat center center rgba(255, 255, 255, 0.8);
  background-size: 0.7291666667vw;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1199px) {
  .main-search .search-cont .search-btn {
    height: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-cont .search-btn {
    height: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-cont .search-btn {
    height: 3.6363636364rem;
  }
}
@media (max-width: 1199px) {
  .main-search .search-cont .search-btn {
    width: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .main-search .search-cont .search-btn {
    width: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .main-search .search-cont .search-btn {
    width: 3.6363636364rem;
  }
}

.search-box {
  position: absolute;
  right: 0;
  top: calc(100vw * 15 / 1920);
  width: calc(100vw * 180 / 1920);
}
@media (max-width: 1199px) {
  .search-box {
    top: 1.1538461538rem;
    width: 13.8461538462rem;
  }
}
@media (max-width: 991px) {
  .search-box {
    top: 1.25rem;
    width: 15rem;
  }
}
@media (max-width: 767px) {
  .search-box {
    top: 1.3636363636rem;
    width: 16.3636363636rem;
  }
}
.search-box .box-inp {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
  padding-left: calc(100vw * 15 / 1920);
  padding-right: calc(100vw * 40 / 1920);
  border-radius: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .search-box .box-inp {
    height: 2.3076923077rem;
    line-height: 2.3076923077rem;
    padding-left: 1.1538461538rem;
    padding-right: 3.0769230769rem;
    border-radius: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .search-box .box-inp {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 3.3333333333rem;
    border-radius: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .search-box .box-inp {
    height: 2.7272727273rem;
    line-height: 2.7272727273rem;
    padding-left: 1.3636363636rem;
    padding-right: 3.6363636364rem;
    border-radius: 1.8181818182rem;
  }
}
.search-box .box-sub {
  position: absolute;
  background-image: url("library2024-search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 14 / 1920);
  right: calc(100vw * 15 / 1920);
  top: calc(100vw * 8 / 1920);
}
@media (max-width: 1199px) {
  .search-box .box-sub {
    width: 1.0769230769rem;
    height: 1.0769230769rem;
    right: 1.1538461538rem;
    top: 0.6153846154rem;
  }
}
@media (max-width: 991px) {
  .search-box .box-sub {
    width: 1.1666666667rem;
    height: 1.1666666667rem;
    right: 1.25rem;
    top: 0.6666666667rem;
  }
}
@media (max-width: 767px) {
  .search-box .box-sub {
    width: 1.2727272727rem;
    height: 1.2727272727rem;
    right: 1.3636363636rem;
    top: 0.7272727273rem;
  }
}

@media (max-width: 767px) {
  .main-search {
    height: auto;
    padding: 50px 20px;
  }
  .main-search .search-logo {
    position: static;
    width: 160px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .main-search .search-close {
    top: 30px;
  }
  .main-search .search-cont {
    padding: 0 50px 0 0;
    position: relative;
    margin: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-search .search-cont .search-inp {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
  }
  .main-search .search-cont .search-btn {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}
@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer {
  background: #3D55A7;
  text-align: center;
  color: #fff;
  padding-top: calc(100vw * 20 / 1920);
  padding-bottom: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 1.5384615385rem;
    padding-bottom: 1.5384615385rem;
    font-size: 1.2307692308rem;
    line-height: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 1.6666666667rem;
    padding-bottom: 1.6666666667rem;
    font-size: 1.3333333333rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 1.8181818182rem;
    padding-bottom: 1.8181818182rem;
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}
.footer a,
.footer span {
  display: inline-block;
  margin: calc(100vw * 0 / 1920) calc(100vw * 10 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920);
}
@media (max-width: 1199px) {
  .footer a,
  .footer span {
    margin: 0rem 0.7692307692rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .footer a,
  .footer span {
    margin: 0rem 0.8333333333rem 0rem 0rem;
  }
}
@media (max-width: 767px) {
  .footer a,
  .footer span {
    margin: 0rem 0.9090909091rem 0rem 0rem;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}

/*------------------------------------- index ----------------------------------------------*/
.index-search-top {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: calc(100vw * 325 / 1920);
  padding-top: calc(100vw * 50 / 1920);
}
@media (max-width: 1199px) {
  .index-search-top {
    height: 25rem;
    padding-top: 3.8461538462rem;
  }
}
@media (max-width: 991px) {
  .index-search-top {
    height: 27.0833333333rem;
    padding-top: 4.1666666667rem;
  }
}
@media (max-width: 767px) {
  .index-search-top {
    height: 29.5454545455rem;
    padding-top: 4.5454545455rem;
  }
}
.index-search-top .search-cont {
  background: rgba(23, 49, 137, 0.73);
  margin-left: auto;
  margin-right: auto;
  border-radius: calc(100vw * 4 / 1920);
  padding: calc(100vw * 30 / 1920) calc(100vw * 45 / 1920);
  max-width: calc(100vw * 970 / 1920);
}
@media (max-width: 1199px) {
  .index-search-top .search-cont {
    border-radius: 0.3076923077rem;
    padding: 2.3076923077rem 3.4615384615rem;
    max-width: 74.6153846154rem;
  }
}
@media (max-width: 991px) {
  .index-search-top .search-cont {
    border-radius: 0.3333333333rem;
    padding: 2.5rem 3.75rem;
    max-width: 80.8333333333rem;
  }
}
@media (max-width: 767px) {
  .index-search-top .search-cont {
    border-radius: 0.3636363636rem;
    padding: 2.7272727273rem 4.0909090909rem;
    max-width: 88.1818181818rem;
  }
}
.index-search-top .search-top {
  text-align: center;
  font-size: 0;
}
.index-search-top .search-top a {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  min-width: calc(100vw * 120 / 1920);
  height: calc(100vw * 36 / 1920);
  line-height: calc(100vw * 36 / 1920);
  font-size: calc(100vw * 18 / 1920);
  margin-right: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 14 / 1920);
  padding: calc(100vw * 0 / 1920) calc(100vw * 10 / 1920);
  border-radius: calc(100vw * 4 / 1920);
}
@media (max-width: 1199px) {
  .index-search-top .search-top a {
    min-width: 9.2307692308rem;
    height: 2.7692307692rem;
    line-height: 2.7692307692rem;
    font-size: 1.3846153846rem;
    margin-right: 2.3076923077rem;
    margin-bottom: 1.0769230769rem;
    padding: 0rem 0.7692307692rem;
    border-radius: 0.3076923077rem;
  }
}
@media (max-width: 991px) {
  .index-search-top .search-top a {
    min-width: 10rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1.1666666667rem;
    padding: 0rem 0.8333333333rem;
    border-radius: 0.3333333333rem;
  }
}
@media (max-width: 767px) {
  .index-search-top .search-top a {
    min-width: 10.9090909091rem;
    height: 3.2727272727rem;
    line-height: 3.2727272727rem;
    font-size: 1.6363636364rem;
    margin-right: 2.7272727273rem;
    margin-bottom: 1.2727272727rem;
    padding: 0rem 0.9090909091rem;
    border-radius: 0.3636363636rem;
  }
}
.index-search-top .search-top a:last-child {
  margin-right: 0;
}
.index-search-top .search-top a:hover, .index-search-top .search-top a.active {
  background: #F1A040;
}
.index-search-top .search-form {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.index-search-top .search-form .form-inp {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  padding-right: calc(100vw * 160 / 1920);
  padding-left: calc(100vw * 30 / 1920);
  height: calc(100vw * 50 / 1920);
  line-height: calc(100vw * 50 / 1920);
  font-size: calc(100vw * 16 / 1920);
}
@media (max-width: 1199px) {
  .index-search-top .search-form .form-inp {
    padding-right: 12.3076923077rem;
    padding-left: 2.3076923077rem;
    height: 3.8461538462rem;
    line-height: 3.8461538462rem;
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .index-search-top .search-form .form-inp {
    padding-right: 13.3333333333rem;
    padding-left: 2.5rem;
    height: 4.1666666667rem;
    line-height: 4.1666666667rem;
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .index-search-top .search-form .form-inp {
    padding-right: 14.5454545455rem;
    padding-left: 2.7272727273rem;
    height: 4.5454545455rem;
    line-height: 4.5454545455rem;
    font-size: 1.4545454545rem;
  }
}
.index-search-top .search-form .form-sub {
  background-image: url("library2024-icon-04.png");
  background-repeat: no-repeat;
  background-color: #F1A040;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-align: left;
  background-position: calc(100vw * 37 / 1920) calc(100vw * 16 / 1920);
  padding-left: calc(100vw * 65 / 1920);
  font-size: calc(100vw * 18 / 1920);
  width: calc(100vw * 140 / 1920);
  height: calc(100vw * 50 / 1920);
  background-size: calc(100vw * 18 / 1920) calc(100vw * 18 / 1920);
}
@media (max-width: 1199px) {
  .index-search-top .search-form .form-sub {
    background-position: 2.8461538462rem 1.2307692308rem;
    padding-left: 5rem;
    font-size: 1.3846153846rem;
    width: 10.7692307692rem;
    height: 3.8461538462rem;
    background-size: 1.3846153846rem 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .index-search-top .search-form .form-sub {
    background-position: 3.0833333333rem 1.3333333333rem;
    padding-left: 5.4166666667rem;
    font-size: 1.5rem;
    width: 11.6666666667rem;
    height: 4.1666666667rem;
    background-size: 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .index-search-top .search-form .form-sub {
    background-position: 3.3636363636rem 1.4545454545rem;
    padding-left: 5.9090909091rem;
    font-size: 1.6363636364rem;
    width: 12.7272727273rem;
    height: 4.5454545455rem;
    background-size: 1.6363636364rem 1.6363636364rem;
  }
}

.index-main {
  position: relative;
  background: #F6F9FE;
}
.index-main .top56 {
  margin-top: calc(100vw * -56 / 1920);
}
@media (max-width: 1199px) {
  .index-main .top56 {
    margin-top: -4.3076923077rem;
  }
}
@media (max-width: 991px) {
  .index-main .top56 {
    margin-top: -4.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-main .top56 {
    margin-top: -5.0909090909rem;
  }
}

.public-box {
  background: #fff;
  border-radius: calc(100vw * 6 / 1920);
  padding: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .public-box {
    border-radius: 0.4615384615rem;
    padding: 2.3076923077rem;
    margin-bottom: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .public-box {
    border-radius: 0.5rem;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .public-box {
    border-radius: 0.5454545455rem;
    padding: 2.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

.public-title {
  border-bottom: 1px solid rgba(170, 170, 170, 0.24);
  position: relative;
  height: calc(100vw * 36 / 1920);
}
@media (max-width: 1199px) {
  .public-title {
    height: 2.7692307692rem;
  }
}
@media (max-width: 991px) {
  .public-title {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .public-title {
    height: 3.2727272727rem;
  }
}
.public-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1D53B2;
  height: calc(100vw * 2 / 1920);
  width: calc(100vw * 22 / 1920);
}
@media (max-width: 1199px) {
  .public-title::after {
    height: 0.1538461538rem;
    width: 1.6923076923rem;
  }
}
@media (max-width: 991px) {
  .public-title::after {
    height: 0.1666666667rem;
    width: 1.8333333333rem;
  }
}
@media (max-width: 767px) {
  .public-title::after {
    height: 0.1818181818rem;
    width: 2rem;
  }
}
.public-title .title-txt {
  float: left;
  line-height: 1;
}

.dzfw-bg {
  padding-bottom: calc(100vw * 10 / 1920);
}
@media (max-width: 1199px) {
  .dzfw-bg {
    padding-bottom: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .dzfw-bg {
    padding-bottom: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .dzfw-bg {
    padding-bottom: 0.9090909091rem;
  }
}

.index-dzfw-list {
  margin-left: calc(100vw * -10 / 1920);
  margin-right: calc(100vw * -10 / 1920);
}
@media (max-width: 1199px) {
  .index-dzfw-list {
    margin-left: -0.7692307692rem;
    margin-right: -0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list {
    margin-left: -0.8333333333rem;
    margin-right: -0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list {
    margin-left: -0.9090909091rem;
    margin-right: -0.9090909091rem;
  }
}
.index-dzfw-list li {
  float: left;
  padding-left: calc(100vw * 10 / 1920);
  padding-right: calc(100vw * 10 / 1920);
  width: 25%;
}
@media (max-width: 1199px) {
  .index-dzfw-list li {
    padding-left: 0.7692307692rem;
    padding-right: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list li {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list li {
    padding-left: 0.9090909091rem;
    padding-right: 0.9090909091rem;
  }
}
.index-dzfw-list li:nth-child(4n+1) {
  clear: left;
}
.index-dzfw-list a {
  width: 100%;
  height: calc(100vw * 100 / 1920);
  background: #EFF4FF;
  border-radius: calc(100vw * 10 / 1920) calc(100vw * 0 / 1920) calc(100vw * 10 / 1920) calc(100vw * 0 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .index-dzfw-list a {
    height: 7.6923076923rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list a {
    height: 8.3333333333rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list a {
    height: 9.0909090909rem;
  }
}
@media (max-width: 1199px) {
  .index-dzfw-list a {
    border-radius: 0.7692307692rem 0rem 0.7692307692rem 0rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list a {
    border-radius: 0.8333333333rem 0rem 0.8333333333rem 0rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list a {
    border-radius: 0.9090909091rem 0rem 0.9090909091rem 0rem;
  }
}
@media (max-width: 1199px) {
  .index-dzfw-list a {
    margin-bottom: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list a {
    margin-bottom: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list a {
    margin-bottom: 1.8181818182rem;
  }
}
.index-dzfw-list a img {
  height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
}
@media (max-width: 1199px) {
  .index-dzfw-list a img {
    height: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list a img {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list a img {
    height: 2.7272727273rem;
  }
}
@media (max-width: 1199px) {
  .index-dzfw-list a img {
    margin-bottom: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list a img {
    margin-bottom: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list a img {
    margin-bottom: 0.9090909091rem;
  }
}
.index-dzfw-list a p {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 20 / 1920);
  color: #333333;
}
@media (max-width: 1199px) {
  .index-dzfw-list a p {
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list a p {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list a p {
    font-size: 1.4545454545rem;
  }
}
@media (max-width: 1199px) {
  .index-dzfw-list a p {
    line-height: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .index-dzfw-list a p {
    line-height: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-dzfw-list a p {
    line-height: 1.8181818182rem;
  }
}
.index-dzfw-list a:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(61, 85, 167, 0.14);
          box-shadow: 0px 0px 7px 0px rgba(61, 85, 167, 0.14);
}
.index-dzfw-list a:hover p {
  color: #3D55A7;
}

.index-title {
  padding-bottom: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 25 / 1920);
  border-bottom: 1px solid rgba(170, 170, 170, 0.24);
  position: relative;
}
@media (max-width: 1199px) {
  .index-title {
    padding-bottom: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .index-title {
    padding-bottom: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .index-title {
    padding-bottom: 1.4545454545rem;
  }
}
@media (max-width: 1199px) {
  .index-title {
    margin-bottom: 1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .index-title {
    margin-bottom: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .index-title {
    margin-bottom: 2.2727272727rem;
  }
}
.index-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 22px;
  height: 2px;
  background: #1D53B2;
}
.index-title .fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-title img {
  width: calc(100vw * 22 / 1920);
  height: calc(100vw * 18 / 1920);
  margin-right: calc(100vw * 10 / 1920);
}
@media (max-width: 1199px) {
  .index-title img {
    width: 1.6923076923rem;
    height: 1.3846153846rem;
    margin-right: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .index-title img {
    width: 1.8333333333rem;
    height: 1.5rem;
    margin-right: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .index-title img {
    width: 2rem;
    height: 1.6363636364rem;
    margin-right: 0.9090909091rem;
  }
}
.index-title p {
  font-weight: bold;
  font-size: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 24 / 1920);
  color: #3D55A7;
}
@media (max-width: 1199px) {
  .index-title p {
    font-size: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .index-title p {
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-title p {
    font-size: 1.8181818182rem;
  }
}
@media (max-width: 1199px) {
  .index-title p {
    line-height: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .index-title p {
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .index-title p {
    line-height: 2.1818181818rem;
  }
}
.index-title a {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 24 / 1920);
  color: #103A84;
}
@media (max-width: 1199px) {
  .index-title a {
    font-size: 1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .index-title a {
    font-size: 1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .index-title a {
    font-size: 1.2727272727rem;
  }
}
@media (max-width: 1199px) {
  .index-title a {
    line-height: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .index-title a {
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .index-title a {
    line-height: 2.1818181818rem;
  }
}
.index-title a:hover {
  color: #E86762;
}

.index-wz-list {
  min-height: calc(100vw * 394 / 1920);
}
@media (max-width: 1199px) {
  .index-wz-list {
    min-height: 30.3076923077rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list {
    min-height: 32.8333333333rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list {
    min-height: 35.8181818182rem;
  }
}
.index-wz-list li {
  margin-bottom: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .index-wz-list li {
    margin-bottom: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list li {
    margin-bottom: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list li {
    margin-bottom: 1.8181818182rem;
  }
}
.index-wz-list li:last-child {
  margin-bottom: 0;
}
.index-wz-list a {
  display: block;
  padding-left: calc(100vw * 20 / 1920);
  padding-right: calc(100vw * 100 / 1920);
  position: relative;
}
@media (max-width: 1199px) {
  .index-wz-list a {
    padding-left: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list a {
    padding-left: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list a {
    padding-left: 1.8181818182rem;
  }
}
@media (max-width: 1199px) {
  .index-wz-list a {
    padding-right: 7.6923076923rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list a {
    padding-right: 8.3333333333rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list a {
    padding-right: 9.0909090909rem;
  }
}
.index-wz-list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(100vw * 10 / 1920);
  width: calc(100vw * 7 / 1920);
  height: calc(100vw * 8 / 1920);
  background: url(../images/library2024-icon-14.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .index-wz-list a::before {
    top: 0.7692307692rem;
    width: 0.5384615385rem;
    height: 0.6153846154rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list a::before {
    top: 0.8333333333rem;
    width: 0.5833333333rem;
    height: 0.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list a::before {
    top: 0.9090909091rem;
    width: 0.6363636364rem;
    height: 0.7272727273rem;
  }
}
.index-wz-list a:hover .title {
  color: #3D55A7;
}
.index-wz-list .title {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 26 / 1920);
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .index-wz-list .title {
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list .title {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list .title {
    font-size: 1.4545454545rem;
  }
}
@media (max-width: 1199px) {
  .index-wz-list .title {
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list .title {
    line-height: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list .title {
    line-height: 2.3636363636rem;
  }
}
.index-wz-list .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 26 / 1920);
  color: #999999;
}
@media (max-width: 1199px) {
  .index-wz-list .date {
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list .date {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list .date {
    font-size: 1.4545454545rem;
  }
}
@media (max-width: 1199px) {
  .index-wz-list .date {
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .index-wz-list .date {
    line-height: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .index-wz-list .date {
    line-height: 2.3636363636rem;
  }
}

.gzzy-bg {
  padding-bottom: calc(100vw * 12 / 1920);
}
@media (max-width: 1199px) {
  .gzzy-bg {
    padding-bottom: 0.9230769231rem;
  }
}
@media (max-width: 991px) {
  .gzzy-bg {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .gzzy-bg {
    padding-bottom: 1.0909090909rem;
  }
}

.gzzy-group {
  margin-bottom: calc(100vw * 12 / 1920);
}
@media (max-width: 1199px) {
  .gzzy-group {
    margin-bottom: 0.9230769231rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group {
    margin-bottom: 1.0909090909rem;
  }
}
.gzzy-group:last-child {
  margin-bottom: 0;
}
.gzzy-group .title-box {
  margin-bottom: calc(100vw * 18 / 1920);
}
@media (max-width: 1199px) {
  .gzzy-group .title-box {
    margin-bottom: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .title-box {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .title-box {
    margin-bottom: 1.6363636364rem;
  }
}
.gzzy-group .title-box .fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gzzy-group .title-box img {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
  margin-right: calc(100vw * 10 / 1920);
}
@media (max-width: 1199px) {
  .gzzy-group .title-box img {
    width: 1.3846153846rem;
    height: 1.3846153846rem;
    margin-right: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .title-box img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .title-box img {
    width: 1.6363636364rem;
    height: 1.6363636364rem;
    margin-right: 0.9090909091rem;
  }
}
.gzzy-group .title-box p {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 24 / 1920);
  color: #3D55A7;
}
@media (max-width: 1199px) {
  .gzzy-group .title-box p {
    font-size: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .title-box p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .title-box p {
    font-size: 1.6363636364rem;
  }
}
@media (max-width: 1199px) {
  .gzzy-group .title-box p {
    line-height: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .title-box p {
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .title-box p {
    line-height: 2.1818181818rem;
  }
}
.gzzy-group .title-box a {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 24 / 1920);
  color: #103A84;
}
@media (max-width: 1199px) {
  .gzzy-group .title-box a {
    font-size: 1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .title-box a {
    font-size: 1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .title-box a {
    font-size: 1.2727272727rem;
  }
}
@media (max-width: 1199px) {
  .gzzy-group .title-box a {
    line-height: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .title-box a {
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .title-box a {
    line-height: 2.1818181818rem;
  }
}
.gzzy-group .title-box a:hover {
  color: #E86762;
}
.gzzy-group .gzzy-link-list {
  margin-left: calc(100vw * -6 / 1920);
  margin-right: calc(100vw * -6 / 1920);
}
@media (max-width: 1199px) {
  .gzzy-group .gzzy-link-list {
    margin-left: -0.4615384615rem;
    margin-right: -0.4615384615rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .gzzy-link-list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .gzzy-link-list {
    margin-left: -0.5454545455rem;
    margin-right: -0.5454545455rem;
  }
}
.gzzy-group .gzzy-link-list li {
  float: left;
  padding-left: calc(100vw * 6 / 1920);
  padding-right: calc(100vw * 6 / 1920);
  width: 16.66666666%;
}
@media (max-width: 1199px) {
  .gzzy-group .gzzy-link-list li {
    padding-left: 0.4615384615rem;
    padding-right: 0.4615384615rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .gzzy-link-list li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .gzzy-link-list li {
    padding-left: 0.5454545455rem;
    padding-right: 0.5454545455rem;
  }
}
.gzzy-group .gzzy-link-list li:nth-child(6n+1) {
  clear: left;
}
.gzzy-group .gzzy-link-list a {
  display: block;
  height: calc(100vw * 48 / 1920);
  background: #F5F7FF;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(61, 85, 167, 0.05);
          box-shadow: 2px 3px 10px 0px rgba(61, 85, 167, 0.05);
  border-radius: calc(100vw * 4 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  padding-left: calc(100vw * 2 / 1920);
  padding-right: calc(100vw * 2 / 1920);
  text-align: center;
  display: table;
  width: 100%;
}
@media (max-width: 1199px) {
  .gzzy-group .gzzy-link-list a {
    height: 3.6923076923rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .gzzy-link-list a {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .gzzy-link-list a {
    height: 4.3636363636rem;
  }
}
@media (max-width: 1199px) {
  .gzzy-group .gzzy-link-list a {
    border-radius: 0.3076923077rem;
    margin-bottom: 0.7692307692rem;
    padding-left: 0.1538461538rem;
    padding-right: 0.1538461538rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .gzzy-link-list a {
    border-radius: 0.3333333333rem;
    margin-bottom: 0.8333333333rem;
    padding-left: 0.1666666667rem;
    padding-right: 0.1666666667rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .gzzy-link-list a {
    border-radius: 0.3636363636rem;
    margin-bottom: 0.9090909091rem;
    padding-left: 0.1818181818rem;
    padding-right: 0.1818181818rem;
  }
}
.gzzy-group .gzzy-link-list a span {
  border-radius: 4px;
  border-radius: calc(100vw * 4 / 1920);
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 18 / 1920);
  color: #333333;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .gzzy-group .gzzy-link-list a span {
    border-radius: 0.3076923077rem;
    font-size: 1.0769230769rem;
    line-height: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .gzzy-group .gzzy-link-list a span {
    border-radius: 0.3333333333rem;
    font-size: 1.1666666667rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .gzzy-group .gzzy-link-list a span {
    border-radius: 0.3636363636rem;
    font-size: 1.2727272727rem;
    line-height: 1.6363636364rem;
  }
}
.gzzy-group .gzzy-link-list a:hover span {
  background: #3D55A7;
  font-weight: bold;
  color: #FFFFFF;
}

.sllw-box .col-sm-4:nth-child(2) .index-sllw-list .title {
  color: #58AAD8;
}
.sllw-box .col-sm-4:nth-child(2) .index-sllw-list .more {
  color: #92C8E8;
}
.sllw-box .col-sm-4:nth-child(3) .index-sllw-list .title {
  color: #6D7AE2;
}
.sllw-box .col-sm-4:nth-child(3) .index-sllw-list .more {
  color: #A4ACEE;
}

.index-sllw-list {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vw * 120 / 1920);
  padding: calc(100vw * 30 / 1920) calc(100vw * 30 / 1920) calc(100vw * 30 / 1920) calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .index-sllw-list {
    height: 9.2307692308rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list {
    height: 10.9090909091rem;
  }
}
@media (max-width: 1199px) {
  .index-sllw-list {
    padding: 2.3076923077rem 2.3076923077rem 2.3076923077rem 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list {
    padding: 2.7272727273rem 2.7272727273rem 2.7272727273rem 2.7272727273rem;
  }
}
.index-sllw-list .title {
  font-weight: bold;
  font-size: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 30 / 1920);
  color: #4479E0;
  margin-bottom: calc(100vw * 24 / 1920);
}
@media (max-width: 1199px) {
  .index-sllw-list .title {
    font-size: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list .title {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .index-sllw-list .title {
    line-height: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list .title {
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list .title {
    line-height: 2.7272727273rem;
  }
}
@media (max-width: 1199px) {
  .index-sllw-list .title {
    margin-bottom: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list .title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list .title {
    margin-bottom: 2.1818181818rem;
  }
}
.index-sllw-list .more {
  font-size: calc(100vw * 14 / 1920);
  color: #94B3EE;
  line-height: 1;
}
@media (max-width: 1199px) {
  .index-sllw-list .more {
    font-size: 1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list .more {
    font-size: 1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list .more {
    font-size: 1.2727272727rem;
  }
}
.index-sllw-list .more img {
  margin-left: calc(100vw * 10 / 1920);
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 8 / 1920);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .index-sllw-list .more img {
    margin-left: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list .more img {
    margin-left: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list .more img {
    margin-left: 0.9090909091rem;
  }
}
@media (max-width: 1199px) {
  .index-sllw-list .more img {
    width: 1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list .more img {
    width: 1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list .more img {
    width: 1.2727272727rem;
  }
}
@media (max-width: 1199px) {
  .index-sllw-list .more img {
    height: 0.6153846154rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list .more img {
    height: 0.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list .more img {
    height: 0.7272727273rem;
  }
}
.index-sllw-list:hover .more img {
  margin-left: calc(100vw * 20 / 1920);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .index-sllw-list:hover .more img {
    margin-left: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .index-sllw-list:hover .more img {
    margin-left: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .index-sllw-list:hover .more img {
    margin-left: 1.8181818182rem;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ydtg-swiper {
  position: relative;
}
.ydtg-swiper .index-title img {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
}
@media (max-width: 1199px) {
  .ydtg-swiper .index-title img {
    width: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .ydtg-swiper .index-title img {
    width: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ydtg-swiper .index-title img {
    width: 1.6363636364rem;
  }
}
@media (max-width: 1199px) {
  .ydtg-swiper .index-title img {
    height: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .ydtg-swiper .index-title img {
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ydtg-swiper .index-title img {
    height: 1.6363636364rem;
  }
}
.ydtg-swiper .public-box {
  padding-bottom: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .ydtg-swiper .public-box {
    padding-bottom: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .ydtg-swiper .public-box {
    padding-bottom: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .ydtg-swiper .public-box {
    padding-bottom: 1.8181818182rem;
  }
}
.ydtg-swiper .tab1-button-next,
.ydtg-swiper .tab1-button-prev {
  width: calc(100vw * 28 / 1920);
  height: calc(100vw * 40 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  background: #ECF1FA;
  margin-top: 0;
  background-size: 0.3645833333vw 0.625vw !important;
}
@media (max-width: 1199px) {
  .ydtg-swiper .tab1-button-next,
  .ydtg-swiper .tab1-button-prev {
    width: 2.1538461538rem;
    height: 3.0769230769rem;
    border-radius: 0.3076923077rem;
  }
}
@media (max-width: 991px) {
  .ydtg-swiper .tab1-button-next,
  .ydtg-swiper .tab1-button-prev {
    width: 2.3333333333rem;
    height: 3.3333333333rem;
    border-radius: 0.3333333333rem;
  }
}
@media (max-width: 767px) {
  .ydtg-swiper .tab1-button-next,
  .ydtg-swiper .tab1-button-prev {
    width: 2.5454545455rem;
    height: 3.6363636364rem;
    border-radius: 0.3636363636rem;
  }
}
.ydtg-swiper .tab1-button-next::after,
.ydtg-swiper .tab1-button-prev::after {
  display: none;
}
.ydtg-swiper .tab1-button-next {
  right: calc(100vw * -14 / 1920);
  background: #ECF1FA url(../images/library2024-righticon.png) no-repeat center center;
}
@media (max-width: 1199px) {
  .ydtg-swiper .tab1-button-next {
    right: -1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .ydtg-swiper .tab1-button-next {
    right: -1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .ydtg-swiper .tab1-button-next {
    right: -1.2727272727rem;
  }
}
.ydtg-swiper .tab1-button-prev {
  left: calc(100vw * -14 / 1920);
  background: #ECF1FA url(../images/library2024-lefticon.png) no-repeat center center;
}
@media (max-width: 1199px) {
  .ydtg-swiper .tab1-button-prev {
    left: -1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .ydtg-swiper .tab1-button-prev {
    left: -1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .ydtg-swiper .tab1-button-prev {
    left: -1.2727272727rem;
  }
}

.tu-list-box {
  display: block;
  margin-bottom: calc(100vw * 10 / 1920);
}
@media (max-width: 1199px) {
  .tu-list-box {
    margin-bottom: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .tu-list-box {
    margin-bottom: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .tu-list-box {
    margin-bottom: 0.9090909091rem;
  }
}
.tu-list-box .img-box {
  float: left;
  width: calc(100vw * 160 / 1920);
  height: calc(100vw * 225 / 1920);
  margin-right: calc(100vw * 30 / 1920);
  background: #EDF2FB;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(53, 53, 56, 0.09);
          box-shadow: 3px 4px 10px 0px rgba(53, 53, 56, 0.09);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .tu-list-box .img-box {
    width: 12.3076923077rem;
    height: 17.3076923077rem;
    margin-right: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .tu-list-box .img-box {
    width: 13.3333333333rem;
    height: 18.75rem;
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .tu-list-box .img-box {
    width: 14.5454545455rem;
    height: 20.4545454545rem;
    margin-right: 2.7272727273rem;
  }
}
.tu-list-box .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tu-list-box .info {
  overflow: hidden;
  padding-top: calc(100vw * 16 / 1920);
  padding-right: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .tu-list-box .info {
    padding-top: 1.2307692308rem;
    padding-right: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .tu-list-box .info {
    padding-top: 1.3333333333rem;
    padding-right: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .tu-list-box .info {
    padding-top: 1.4545454545rem;
    padding-right: 1.8181818182rem;
  }
}
.tu-list-box .title {
  font-weight: bold;
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 26 / 1920);
  padding-bottom: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 16 / 1920);
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
@media (max-width: 1199px) {
  .tu-list-box .title {
    font-size: 1.3846153846rem;
    line-height: 2rem;
    padding-bottom: 0.7692307692rem;
    margin-bottom: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .tu-list-box .title {
    font-size: 1.5rem;
    line-height: 2.1666666667rem;
    padding-bottom: 0.8333333333rem;
    margin-bottom: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .tu-list-box .title {
    font-size: 1.6363636364rem;
    line-height: 2.3636363636rem;
    padding-bottom: 0.9090909091rem;
    margin-bottom: 1.4545454545rem;
  }
}
.tu-list-box .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background: #D11F1F;
}
.tu-list-box .desc {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 24 / 1920);
  height: calc(100vw * 120 / 1920);
  color: #666666;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .tu-list-box .desc {
    font-size: 1.0769230769rem;
    line-height: 1.8461538462rem;
    height: 9.2307692308rem;
  }
}
@media (max-width: 991px) {
  .tu-list-box .desc {
    font-size: 1.1666666667rem;
    line-height: 2rem;
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .tu-list-box .desc {
    font-size: 1.2727272727rem;
    line-height: 2.1818181818rem;
    height: 10.9090909091rem;
  }
}
.tu-list-box:hover {
  background: url(../images/library2024-bg1.png) no-repeat right bottom;
  border-radius: 0 4px 10px 0;
  border-radius: calc(100vw * 0 / 1920) calc(100vw * 4 / 1920) calc(100vw * 10 / 1920) calc(100vw * 0 / 1920);
}
@media (max-width: 1199px) {
  .tu-list-box:hover {
    border-radius: 0rem 0.3076923077rem 0.7692307692rem 0rem;
  }
}
@media (max-width: 991px) {
  .tu-list-box:hover {
    border-radius: 0rem 0.3333333333rem 0.8333333333rem 0rem;
  }
}
@media (max-width: 767px) {
  .tu-list-box:hover {
    border-radius: 0rem 0.3636363636rem 0.9090909091rem 0rem;
  }
}
.tu-list-box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tu-list-box:hover .title {
  color: #3D55A7;
}

.yqlj-swiper {
  position: relative;
}
.yqlj-swiper .index-title img {
  width: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
}
@media (max-width: 1199px) {
  .yqlj-swiper .index-title img {
    width: 1.3846153846rem;
    height: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .yqlj-swiper .index-title img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .yqlj-swiper .index-title img {
    width: 1.6363636364rem;
    height: 1.6363636364rem;
  }
}
.yqlj-swiper .tab2-button-next,
.yqlj-swiper .tab2-button-prev {
  width: calc(100vw * 28 / 1920);
  height: calc(100vw * 40 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  background: #ECF1FA;
  margin-top: 0;
  background-size: 0.3645833333vw 0.625vw !important;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
@media (max-width: 1199px) {
  .yqlj-swiper .tab2-button-next,
  .yqlj-swiper .tab2-button-prev {
    width: 2.1538461538rem;
    height: 3.0769230769rem;
    border-radius: 0.3076923077rem;
  }
}
@media (max-width: 991px) {
  .yqlj-swiper .tab2-button-next,
  .yqlj-swiper .tab2-button-prev {
    width: 2.3333333333rem;
    height: 3.3333333333rem;
    border-radius: 0.3333333333rem;
  }
}
@media (max-width: 767px) {
  .yqlj-swiper .tab2-button-next,
  .yqlj-swiper .tab2-button-prev {
    width: 2.5454545455rem;
    height: 3.6363636364rem;
    border-radius: 0.3636363636rem;
  }
}
.yqlj-swiper .tab2-button-next::after,
.yqlj-swiper .tab2-button-prev::after {
  display: none;
}
.yqlj-swiper .tab2-button-next {
  right: calc(100vw * -14 / 1920);
  background: #ECF1FA url(../images/library2024-righticon.png) no-repeat center center;
}
@media (max-width: 1199px) {
  .yqlj-swiper .tab2-button-next {
    right: -1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .yqlj-swiper .tab2-button-next {
    right: -1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .yqlj-swiper .tab2-button-next {
    right: -1.2727272727rem;
  }
}
.yqlj-swiper .tab2-button-prev {
  left: calc(100vw * -14 / 1920);
  background: #ECF1FA url(../images/library2024-lefticon.png) no-repeat center center;
}
@media (max-width: 1199px) {
  .yqlj-swiper .tab2-button-prev {
    left: -1.0769230769rem;
  }
}
@media (max-width: 991px) {
  .yqlj-swiper .tab2-button-prev {
    left: -1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .yqlj-swiper .tab2-button-prev {
    left: -1.2727272727rem;
  }
}

.link-list-box {
  display: block;
  height: calc(100vw * 62 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  background: #FFFFFF;
  border: 1px solid #F0F3F9;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .link-list-box {
    height: 4.7692307692rem;
    border-radius: 0.3076923077rem;
  }
}
@media (max-width: 991px) {
  .link-list-box {
    height: 5.1666666667rem;
    border-radius: 0.3333333333rem;
  }
}
@media (max-width: 767px) {
  .link-list-box {
    height: 5.6363636364rem;
    border-radius: 0.3636363636rem;
  }
}
.link-list-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.link-list-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*------------------------------------- common ----------------------------------------------*/
.page-wrap {
  padding: calc(100vw * 40 / 1920) calc(100vw * 0 / 1920) calc(100vw * 60 / 1920) calc(100vw * 0 / 1920);
  background: url("library2024-pagebg.png") no-repeat bottom center #FAFCFF;
  background-size: 100% auto;
  min-height: calc(100vw * 633 / 1920);
}
@media (max-width: 1199px) {
  .page-wrap {
    padding: 3.0769230769rem 0rem 4.6153846154rem 0rem;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    padding: 3.3333333333rem 0rem 5rem 0rem;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding: 3.6363636364rem 0rem 5.4545454545rem 0rem;
  }
}
@media (max-width: 1199px) {
  .page-wrap {
    min-height: 48.6923076923rem;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    min-height: 52.75rem;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    min-height: 57.5454545455rem;
  }
}

@media (min-width: 992px) {
  .page-wrap .row-wrap {
    margin-left: calc(100vw * -20 / 1920);
    margin-right: calc(100vw * -20 / 1920);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrap .row-wrap {
    margin-left: -1.5384615385rem;
    margin-right: -1.5384615385rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .page-wrap .row-wrap {
    margin-left: -1.6666666667rem;
    margin-right: -1.6666666667rem;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .page-wrap .row-wrap {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}
@media (min-width: 992px) {
  .page-wrap .row-wrap .col-wrap {
    padding-left: calc(100vw * 20 / 1920);
    padding-right: calc(100vw * 20 / 1920);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrap .row-wrap .col-wrap {
    padding-left: 1.5384615385rem;
    padding-right: 1.5384615385rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .page-wrap .row-wrap .col-wrap {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .page-wrap .row-wrap .col-wrap {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}
@media (min-width: 992px) {
  .page-wrap .wrap-left {
    width: 22%;
  }
  .page-wrap .wrap-right {
    width: 78%;
  }
}
.content-main {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(16, 85, 160, 0.04);
          box-shadow: 2px 2px 16px 0px rgba(16, 85, 160, 0.04);
  position: relative;
  border-radius: calc(100vw * 4 / 1920);
  padding: calc(100vw * 0 / 1920) calc(100vw * 30 / 1920) calc(100vw * 30 / 1920) calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .content-main {
    border-radius: 0.3076923077rem;
    padding: 0rem 2.3076923077rem 2.3076923077rem 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .content-main {
    border-radius: 0.3333333333rem;
    padding: 0rem 2.5rem 2.5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .content-main {
    border-radius: 0.3636363636rem;
    padding: 0rem 2.7272727273rem 2.7272727273rem 2.7272727273rem;
  }
}
.content-main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #184AA2;
  height: calc(100vw * 3 / 1920);
}
@media (max-width: 1199px) {
  .content-main::after {
    height: 0.2307692308rem;
  }
}
@media (max-width: 991px) {
  .content-main::after {
    height: 0.25rem;
  }
}
@media (max-width: 767px) {
  .content-main::after {
    height: 0.2727272727rem;
  }
}

.content-top {
  overflow: hidden;
  position: relative;
  border-bottom-color: rgba(24, 74, 162, 0.1);
  border-bottom-style: solid;
  border-bottom-width: calc(100vw * 1 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}
@media (max-width: 1199px) {
  .content-top {
    border-bottom-width: 0.0769230769rem;
    margin-bottom: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .content-top {
    border-bottom-width: 0.0833333333rem;
    margin-bottom: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .content-top {
    border-bottom-width: 0.0909090909rem;
    margin-bottom: 3.6363636364rem;
  }
}
.content-top .channle-title {
  float: left;
  color: #3D55A7;
  color: #333333;
  font-weight: bold;
  background-image: url("library2024-titlebg.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: calc(100vw * 62 / 1920);
  line-height: calc(100vw * 62 / 1920);
  font-size: calc(100vw * 22 / 1920);
  padding-left: calc(100vw * 35 / 1920);
  background-size: calc(100vw * 22 / 1920);
}
@media (max-width: 1199px) {
  .content-top .channle-title {
    height: 4.7692307692rem;
    line-height: 4.7692307692rem;
    font-size: 1.6923076923rem;
    padding-left: 2.6923076923rem;
    background-size: 1.6923076923rem;
  }
}
@media (max-width: 991px) {
  .content-top .channle-title {
    height: 5.1666666667rem;
    line-height: 5.1666666667rem;
    font-size: 1.8333333333rem;
    padding-left: 2.9166666667rem;
    background-size: 1.8333333333rem;
  }
}
@media (max-width: 767px) {
  .content-top .channle-title {
    height: 5.6363636364rem;
    line-height: 5.6363636364rem;
    font-size: 2rem;
    padding-left: 3.1818181818rem;
    background-size: 2rem;
  }
}
.content-top .bread-crumbs {
  float: right;
  background-position: left center;
  background-image: url("library2024-icon-home.png");
  background-repeat: no-repeat;
  padding-left: calc(100vw * 25 / 1920);
  background-size: calc(100vw * 17 / 1920);
}
@media (max-width: 1199px) {
  .content-top .bread-crumbs {
    padding-left: 1.9230769231rem;
    background-size: 1.3076923077rem;
  }
}
@media (max-width: 991px) {
  .content-top .bread-crumbs {
    padding-left: 2.0833333333rem;
    background-size: 1.4166666667rem;
  }
}
@media (max-width: 767px) {
  .content-top .bread-crumbs {
    padding-left: 2.2727272727rem;
    background-size: 1.5454545455rem;
  }
}

.bread-crumbs .bread-item {
  color: #999999;
  height: calc(100vw * 62 / 1920);
  line-height: calc(100vw * 62 / 1920);
}
@media (max-width: 1199px) {
  .bread-crumbs .bread-item {
    height: 4.7692307692rem;
    line-height: 4.7692307692rem;
  }
}
@media (max-width: 991px) {
  .bread-crumbs .bread-item {
    height: 5.1666666667rem;
    line-height: 5.1666666667rem;
  }
}
@media (max-width: 767px) {
  .bread-crumbs .bread-item {
    height: 5.6363636364rem;
    line-height: 5.6363636364rem;
  }
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #999999;
}
.bread-crumbs .bread-item a:last-child {
  color: #3D55A7;
}
.bread-crumbs .bread-item a:hover {
  color: #3D55A7;
}
.bread-crumbs .bread-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.bread-crumbs .bread-item > span::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #999999;
}

/*分页*/
.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: #333333;
  border: 0.0520833333vw solid #EBEBEB;
  height: calc(100vw * 40 / 1920);
  min-width: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 38 / 1920);
  border-radius: calc(100vw * 4 / 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: 1199px) {
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 3.0769230769rem;
    min-width: 3.0769230769rem;
    line-height: 2.9230769231rem;
    border-radius: 0.3076923077rem;
    padding-left: 0.7692307692rem;
    padding-right: 0.7692307692rem;
    margin-left: 0.1538461538rem;
    margin-right: 0.1538461538rem;
  }
}
@media (max-width: 991px) {
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 3.3333333333rem;
    min-width: 3.3333333333rem;
    line-height: 3.1666666667rem;
    border-radius: 0.3333333333rem;
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
    margin-left: 0.1666666667rem;
    margin-right: 0.1666666667rem;
  }
}
@media (max-width: 767px) {
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 3.6363636364rem;
    min-width: 3.6363636364rem;
    line-height: 3.4545454545rem;
    border-radius: 0.3636363636rem;
    padding-left: 0.9090909091rem;
    padding-right: 0.9090909091rem;
    margin-left: 0.1818181818rem;
    margin-right: 0.1818181818rem;
  }
}
.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: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  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: #3D55A7;
  display: none !important;
}
@media (max-width: 1199px) {
  .comp-pages .page-phone {
    height: 3.5384615385rem;
    line-height: 3.5384615385rem;
    border-radius: 0.6153846154rem;
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .comp-pages .page-phone {
    height: 3.8333333333rem;
    line-height: 3.8333333333rem;
    border-radius: 0.6666666667rem;
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .comp-pages .page-phone {
    height: 4.1818181818rem;
    line-height: 4.1818181818rem;
    border-radius: 0.7272727273rem;
    font-size: 1.4545454545rem;
  }
}
.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 {
  border-bottom-style: solid;
  border-bottom-color: #F1F1F3;
  border-bottom-width: calc(100vw * 1 / 1920);
  padding-bottom: calc(100vw * 12 / 1920);
  margin-bottom: calc(100vw * 25 / 1920);
}
@media (max-width: 1199px) {
  .details-page .detail-top {
    border-bottom-width: 0.0769230769rem;
    padding-bottom: 0.9230769231rem;
    margin-bottom: 1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .details-page .detail-top {
    border-bottom-width: 0.0833333333rem;
    padding-bottom: 1rem;
    margin-bottom: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .details-page .detail-top {
    border-bottom-width: 0.0909090909rem;
    padding-bottom: 1.0909090909rem;
    margin-bottom: 2.2727272727rem;
  }
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  font-size: calc(100vw * 26 / 1920);
}
@media (max-width: 1199px) {
  .details-page .detail-top .title-s {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .details-page .detail-top .title-s {
    font-size: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .details-page .detail-top .title-s {
    font-size: 2.3636363636rem;
  }
}
.details-page .detail-top .top-other {
  margin-top: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 26 / 1920);
}
@media (max-width: 1199px) {
  .details-page .detail-top .top-other {
    margin-top: 1.5384615385rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .details-page .detail-top .top-other {
    margin-top: 1.6666666667rem;
    line-height: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .details-page .detail-top .top-other {
    margin-top: 1.8181818182rem;
    line-height: 2.3636363636rem;
  }
}
.details-page .detail-top .other-info {
  float: left;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
  display: inline-block;
  vertical-align: bottom;
}
.details-page .detail-top .other-info span {
  margin-right: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .details-page .detail-top .other-info span {
    margin-right: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .details-page .detail-top .other-info span {
    margin-right: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .details-page .detail-top .other-info span {
    margin-right: 1.8181818182rem;
  }
}
.details-page .detail-top .other-info span:last-child {
  margin-right: 0;
}
.details-page .detail-top .other-info a {
  margin-right: calc(100vw * 6 / 1920);
}
@media (max-width: 1199px) {
  .details-page .detail-top .other-info a {
    margin-right: 0.4615384615rem;
  }
}
@media (max-width: 991px) {
  .details-page .detail-top .other-info a {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .details-page .detail-top .other-info a {
    margin-right: 0.5454545455rem;
  }
}
.details-page .detail-top .other-info a:last-child {
  margin-right: 0;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page .detail-top .other-share {
  float: right;
}
.details-page .detail-top .other-share > div {
  display: inline-block;
}
.details-page .main-cont {
  line-height: 1.875;
  text-align: left;
  color: #333;
  word-break: break-all;
  font-size: calc(100vw * 16 / 1920);
}
@media (max-width: 1199px) {
  .details-page .main-cont {
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .details-page .main-cont {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .details-page .main-cont {
    font-size: 1.4545454545rem;
  }
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .details-page .main-cont .cont-title {
    margin-bottom: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .details-page .main-cont .cont-title {
    margin-bottom: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .details-page .main-cont .cont-title {
    margin-bottom: 1.8181818182rem;
  }
}
.details-page .main-cont video {
  width: 76% !important;
  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: 1199px) {
  .details-page .main-cont video {
    margin-top: 1.1538461538rem;
    margin-bottom: 1.1538461538rem;
  }
}
@media (max-width: 991px) {
  .details-page .main-cont video {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .details-page .main-cont video {
    margin-top: 1.3636363636rem;
    margin-bottom: 1.3636363636rem;
  }
}
.details-page .main-cont.cont-xilan img {
  max-width: calc(100vw * 800 / 1920);
}
@media (max-width: 1199px) {
  .details-page .main-cont.cont-xilan img {
    max-width: 61.5384615385rem;
  }
}
@media (max-width: 991px) {
  .details-page .main-cont.cont-xilan img {
    max-width: 66.6666666667rem;
  }
}
@media (max-width: 767px) {
  .details-page .main-cont.cont-xilan img {
    max-width: 72.7272727273rem;
  }
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 1.875;
  margin-bottom: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .details-page .main-cont p,
  .details-page .main-cont div {
    margin-bottom: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .details-page .main-cont p,
  .details-page .main-cont div {
    margin-bottom: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .details-page .main-cont p,
  .details-page .main-cont div {
    margin-bottom: 1.8181818182rem;
  }
}
.details-page .main-cont .ydtg-left-img {
  max-width: calc(100vw * 350 / 1920);
  margin-right: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
}
@media (max-width: 1199px) {
  .details-page .main-cont .ydtg-left-img {
    max-width: 26.9230769231rem;
    margin-right: 2.3076923077rem;
    margin-bottom: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .details-page .main-cont .ydtg-left-img {
    max-width: 29.1666666667rem;
    margin-right: 2.5rem;
    margin-bottom: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .details-page .main-cont .ydtg-left-img {
    max-width: 31.8181818182rem;
    margin-right: 2.7272727273rem;
    margin-bottom: 0.9090909091rem;
  }
}
.details-page .main-cont .ydtg-left-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.details-page .main-cont .ydtg-right-info {
  overflow: hidden;
}
.details-page .cont-page {
  border-top: 0.0520833333vw solid #D9DFE7;
  color: #4D4D4D;
  font-size: calc(100vw * 16 / 1920);
  padding-top: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin-top: calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .details-page .cont-page {
    font-size: 1.2307692308rem;
    padding-top: 2.3076923077rem;
    line-height: 1.8461538462rem;
    margin-top: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .details-page .cont-page {
    font-size: 1.3333333333rem;
    padding-top: 2.5rem;
    line-height: 2rem;
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .details-page .cont-page {
    font-size: 1.4545454545rem;
    padding-top: 2.7272727273rem;
    line-height: 2.1818181818rem;
    margin-top: 2.7272727273rem;
  }
}
.details-page .cont-page .a-page {
  margin-bottom: 15px;
}
.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: #999999;
}
.details-page .cont-page .a-page:hover {
  color: #3D55A7;
}
.details-page .cont-page .a-page:hover a {
  color: #3D55A7;
}

/*分享*/
.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;
  -webkit-transition: background 0.6s ease-out 0s;
  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;
  -webkit-box-shadow: 0 2px 10px #aaa;
          box-shadow: 0 2px 10px #aaa;
  -webkit-transition: all 200ms;
  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 * 26 / 1920);
  height: calc(100vw * 26 / 1920);
  border: none;
}
@media (max-width: 1199px) {
  .share-xl .social-share a {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 991px) {
  .share-xl .social-share a {
    width: 2.1666666667rem;
    height: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .share-xl .social-share a {
    width: 2.3636363636rem;
    height: 2.3636363636rem;
  }
}

.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;
}
.page-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  right: calc(100vw * 15 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  bottom: calc(100vw * 90 / 1920);
  background: url("library2024-menubg.png") no-repeat top center;
  background-size: 100% auto;
}
@media (max-width: 1199px) {
  .page-menu::after {
    right: 1.1538461538rem;
    border-radius: 0.3076923077rem;
    bottom: 6.9230769231rem;
  }
}
@media (max-width: 991px) {
  .page-menu::after {
    right: 1.25rem;
    border-radius: 0.3333333333rem;
    bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .page-menu::after {
    right: 1.3636363636rem;
    border-radius: 0.3636363636rem;
    bottom: 8.1818181818rem;
  }
}
.page-menu > div {
  position: relative;
  z-index: 9;
}
.page-menu .menu-title {
  font-weight: bold;
  color: #fff;
  padding-left: calc(100vw * 30 / 1920);
  height: calc(100vw * 74 / 1920);
  line-height: calc(100vw * 74 / 1920);
  font-size: calc(100vw * 26 / 1920);
}
@media (max-width: 1199px) {
  .page-menu .menu-title {
    padding-left: 2.3076923077rem;
    height: 5.6923076923rem;
    line-height: 5.6923076923rem;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .page-menu .menu-title {
    padding-left: 2.5rem;
    height: 6.1666666667rem;
    line-height: 6.1666666667rem;
    font-size: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .page-menu .menu-title {
    padding-left: 2.7272727273rem;
    height: 6.7272727273rem;
    line-height: 6.7272727273rem;
    font-size: 2.3636363636rem;
  }
}
.page-menu .menu-cont {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #fff;
  font-size: calc(100vw * 18 / 1920);
  background-size: calc(100vw * 102 / 1920);
  margin-left: calc(100vw * 10 / 1920);
  padding: calc(100vw * 10 / 1920) calc(100vw * 30 / 1920) calc(100vw * 10 / 1920) calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 4 / 1920);
}
@media (max-width: 1199px) {
  .page-menu .menu-cont {
    font-size: 1.3846153846rem;
    background-size: 7.8461538462rem;
    margin-left: 0.7692307692rem;
    padding: 0.7692307692rem 2.3076923077rem 0.7692307692rem 2.3076923077rem;
    border-radius: 0.3076923077rem;
  }
}
@media (max-width: 991px) {
  .page-menu .menu-cont {
    font-size: 1.5rem;
    background-size: 8.5rem;
    margin-left: 0.8333333333rem;
    padding: 0.8333333333rem 2.5rem 0.8333333333rem 2.5rem;
    border-radius: 0.3333333333rem;
  }
}
@media (max-width: 767px) {
  .page-menu .menu-cont {
    font-size: 1.6363636364rem;
    background-size: 9.2727272727rem;
    margin-left: 0.9090909091rem;
    padding: 0.9090909091rem 2.7272727273rem 0.9090909091rem 2.7272727273rem;
    border-radius: 0.3636363636rem;
  }
}
.page-menu .menu-cont .box-a a {
  display: block;
  position: relative;
  border-bottom-color: #E7F1EF;
  border-bottom-style: solid;
  color: #333333;
  border-bottom-width: calc(100vw * 1 / 1920);
  line-height: calc(100vw * 58 / 1920);
  padding-left: calc(100vw * 13 / 1920);
}
@media (max-width: 1199px) {
  .page-menu .menu-cont .box-a a {
    border-bottom-width: 0.0769230769rem;
    line-height: 4.4615384615rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .page-menu .menu-cont .box-a a {
    border-bottom-width: 0.0833333333rem;
    line-height: 4.8333333333rem;
    padding-left: 1.0833333333rem;
  }
}
@media (max-width: 767px) {
  .page-menu .menu-cont .box-a a {
    border-bottom-width: 0.0909090909rem;
    line-height: 5.2727272727rem;
    padding-left: 1.1818181818rem;
  }
}
.page-menu .menu-cont .box-a a::after, .page-menu .menu-cont .box-a a::before {
  content: "";
  position: absolute;
}
.page-menu .menu-cont .box-a a::before {
  background-image: url("library2024-arrow.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  right: 0;
  width: calc(100vw * 15 / 1920);
  height: calc(100vw * 4 / 1920);
  top: calc(100vw * 27 / 1920);
}
@media (max-width: 1199px) {
  .page-menu .menu-cont .box-a a::before {
    width: 1.1538461538rem;
    height: 0.3076923077rem;
    top: 2.0769230769rem;
  }
}
@media (max-width: 991px) {
  .page-menu .menu-cont .box-a a::before {
    width: 1.25rem;
    height: 0.3333333333rem;
    top: 2.25rem;
  }
}
@media (max-width: 767px) {
  .page-menu .menu-cont .box-a a::before {
    width: 1.3636363636rem;
    height: 0.3636363636rem;
    top: 2.4545454545rem;
  }
}
.page-menu .menu-cont .box-a a::after {
  left: 0;
  top: 50%;
  background: #245ABA;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100vw * 3 / 1920);
  height: calc(100vw * 12 / 1920);
  border-radius: calc(100vw * 2 / 1920);
}
@media (max-width: 1199px) {
  .page-menu .menu-cont .box-a a::after {
    width: 0.2307692308rem;
    height: 0.9230769231rem;
    border-radius: 0.1538461538rem;
  }
}
@media (max-width: 991px) {
  .page-menu .menu-cont .box-a a::after {
    width: 0.25rem;
    height: 1rem;
    border-radius: 0.1666666667rem;
  }
}
@media (max-width: 767px) {
  .page-menu .menu-cont .box-a a::after {
    width: 0.2727272727rem;
    height: 1.0909090909rem;
    border-radius: 0.1818181818rem;
  }
}
.page-menu .menu-cont .box-a:last-child a {
  border-bottom: none;
}
.page-menu .menu-cont .box-a.active a, .page-menu .menu-cont .box-a:hover a {
  color: #245ABA;
}

/*------------------------------------------- 内页 -----------------------------------------------------*/
.list-txt-01 .box-s {
  color: #333333;
  position: relative;
  padding-left: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 25 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
}
@media (max-width: 1199px) {
  .list-txt-01 .box-s {
    padding-left: 2.3076923077rem;
    font-size: 1.2307692308rem;
    margin-bottom: 1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .list-txt-01 .box-s {
    padding-left: 2.5rem;
    font-size: 1.3333333333rem;
    margin-bottom: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .list-txt-01 .box-s {
    padding-left: 2.7272727273rem;
    font-size: 1.4545454545rem;
    margin-bottom: 2.2727272727rem;
  }
}
@media (max-width: 1199px) {
  .list-txt-01 .box-s {
    height: 2rem;
  }
}
@media (max-width: 991px) {
  .list-txt-01 .box-s {
    height: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .list-txt-01 .box-s {
    height: 2.3636363636rem;
  }
}
@media (max-width: 1199px) {
  .list-txt-01 .box-s {
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .list-txt-01 .box-s {
    line-height: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .list-txt-01 .box-s {
    line-height: 2.3636363636rem;
  }
}
@media (max-width: 767px) {
  .list-txt-01 .box-s {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.list-txt-01 .box-s::after {
  content: "";
  position: absolute;
  left: 0;
  background: url("library2024-icon-01.png") no-repeat center center;
  background-size: contain;
  width: calc(100vw * 12 / 1920);
  height: calc(100vw * 12 / 1920);
  top: calc(100vw * 6 / 1920);
}
@media (max-width: 1199px) {
  .list-txt-01 .box-s::after {
    width: 0.9230769231rem;
    height: 0.9230769231rem;
    top: 0.4615384615rem;
  }
}
@media (max-width: 991px) {
  .list-txt-01 .box-s::after {
    width: 1rem;
    height: 1rem;
    top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .list-txt-01 .box-s::after {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    top: 0.5454545455rem;
  }
}
.list-txt-01 .box-s:hover {
  color: #3D55A7;
}

@media (min-width: 768px) {
  .list-txt-01:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .list-txt-01:nth-child(2n+1) {
    clear: both;
  }
}
.single-details {
  color: #333;
  text-align: justify;
  line-height: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 16 / 1920);
  padding-left: calc(100vw * 70 / 1920);
  padding-right: calc(100vw * 70 / 1920);
}
@media (max-width: 1199px) {
  .single-details {
    line-height: 2.3076923077rem;
    font-size: 1.2307692308rem;
    padding-left: 5.3846153846rem;
    padding-right: 5.3846153846rem;
  }
}
@media (max-width: 991px) {
  .single-details {
    line-height: 2.5rem;
    font-size: 1.3333333333rem;
    padding-left: 5.8333333333rem;
    padding-right: 5.8333333333rem;
  }
}
@media (max-width: 767px) {
  .single-details {
    line-height: 2.7272727273rem;
    font-size: 1.4545454545rem;
    padding-left: 6.3636363636rem;
    padding-right: 6.3636363636rem;
  }
}
.single-details div,
.single-details p {
  margin-bottom: calc(100vw * 10 / 1920);
}
@media (max-width: 1199px) {
  .single-details div,
  .single-details p {
    margin-bottom: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .single-details div,
  .single-details p {
    margin-bottom: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .single-details div,
  .single-details p {
    margin-bottom: 0.9090909091rem;
  }
}
.single-details b,
.single-details i,
.single-details .details-title {
  font-style: normal;
  color: #3D55A7;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1.6;
  margin-bottom: calc(100vw * 15 / 1920);
  margin-top: calc(100vw * 10 / 1920);
  padding-left: calc(100vw * 22 / 1920);
  padding-right: calc(100vw * 22 / 1920);
  font-size: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .single-details b,
  .single-details i,
  .single-details .details-title {
    margin-bottom: 1.1538461538rem;
    margin-top: 0.7692307692rem;
    padding-left: 1.6923076923rem;
    padding-right: 1.6923076923rem;
    font-size: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .single-details b,
  .single-details i,
  .single-details .details-title {
    margin-bottom: 1.25rem;
    margin-top: 0.8333333333rem;
    padding-left: 1.8333333333rem;
    padding-right: 1.8333333333rem;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .single-details b,
  .single-details i,
  .single-details .details-title {
    margin-bottom: 1.3636363636rem;
    margin-top: 0.9090909091rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.8181818182rem;
  }
}
.single-details b::after, .single-details b::before,
.single-details i::after,
.single-details i::before,
.single-details .details-title::after,
.single-details .details-title::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: calc(100vw * 15 / 1920);
  width: calc(100vw * 12 / 1920);
  height: calc(100vw * 13 / 1920);
}
@media (max-width: 1199px) {
  .single-details b::after, .single-details b::before,
  .single-details i::after,
  .single-details i::before,
  .single-details .details-title::after,
  .single-details .details-title::before {
    margin-bottom: 1.1538461538rem;
    width: 0.9230769231rem;
    height: 1rem;
  }
}
@media (max-width: 991px) {
  .single-details b::after, .single-details b::before,
  .single-details i::after,
  .single-details i::before,
  .single-details .details-title::after,
  .single-details .details-title::before {
    margin-bottom: 1.25rem;
    width: 1rem;
    height: 1.0833333333rem;
  }
}
@media (max-width: 767px) {
  .single-details b::after, .single-details b::before,
  .single-details i::after,
  .single-details i::before,
  .single-details .details-title::after,
  .single-details .details-title::before {
    margin-bottom: 1.3636363636rem;
    width: 1.0909090909rem;
    height: 1.1818181818rem;
  }
}
.single-details b::before,
.single-details i::before,
.single-details .details-title::before {
  background-image: url("library2024-icon-02.png");
  left: 0;
}
.single-details b::after,
.single-details i::after,
.single-details .details-title::after {
  background-image: url("library2024-icon-03.png");
  right: 0;
}

.pic-list-box .m20 {
  margin-left: calc(100vw * -20 / 1920);
  margin-right: calc(100vw * -20 / 1920);
}
@media (max-width: 1199px) {
  .pic-list-box .m20 {
    margin-left: -1.5384615385rem;
    margin-right: -1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .pic-list-box .m20 {
    margin-left: -1.6666666667rem;
    margin-right: -1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .pic-list-box .m20 {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}
.pic-list-box .m20 .p20 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: calc(100vw * 20 / 1920);
  padding-right: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .pic-list-box .m20 .p20 {
    padding-left: 1.5384615385rem;
    padding-right: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .pic-list-box .m20 .p20 {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .pic-list-box .m20 .p20 {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

.pic-list li:nth-child(4n+1) {
  clear: left;
}

.pic-list-a {
  display: block;
  margin-bottom: calc(100vw * 35 / 1920);
}
@media (max-width: 1199px) {
  .pic-list-a {
    margin-bottom: 2.6923076923rem;
  }
}
@media (max-width: 991px) {
  .pic-list-a {
    margin-bottom: 2.9166666667rem;
  }
}
@media (max-width: 767px) {
  .pic-list-a {
    margin-bottom: 3.1818181818rem;
  }
}
.pic-list-a .img-box {
  height: calc(100vw * 300 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
  overflow: hidden;
  border: 0px solid #245ABA;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .pic-list-a .img-box {
    height: 23.0769230769rem;
    margin-bottom: 1.1538461538rem;
  }
}
@media (max-width: 991px) {
  .pic-list-a .img-box {
    height: 25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .pic-list-a .img-box {
    height: 27.2727272727rem;
    margin-bottom: 1.3636363636rem;
  }
}
.pic-list-a .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pic-list-a p {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
  max-height: calc(100vw * 48 / 1920);
  color: #333333;
  text-align: center;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .pic-list-a p {
    font-size: 1.2307692308rem;
    line-height: 1.8461538462rem;
    margin-bottom: 1.1538461538rem;
    max-height: 3.6923076923rem;
  }
}
@media (max-width: 991px) {
  .pic-list-a p {
    font-size: 1.3333333333rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
    max-height: 4rem;
  }
}
@media (max-width: 767px) {
  .pic-list-a p {
    font-size: 1.4545454545rem;
    line-height: 2.1818181818rem;
    margin-bottom: 1.3636363636rem;
    max-height: 4.3636363636rem;
  }
}
.pic-list-a:hover .img-box {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 3px 9px 0px rgba(26, 57, 92, 0.14);
          box-shadow: 2px 3px 9px 0px rgba(26, 57, 92, 0.14);
  border: 5px solid #245ABA;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pic-list-a:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pic-list-a:hover p {
  color: #245ABA;
}

.year-tip {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 42 / 1920);
  color: #333333;
}
@media (max-width: 1199px) {
  .year-tip {
    font-size: 1.2307692308rem;
    line-height: 2.3076923077rem;
    margin-bottom: 3.2307692308rem;
  }
}
@media (max-width: 991px) {
  .year-tip {
    font-size: 1.3333333333rem;
    line-height: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .year-tip {
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
    margin-bottom: 3.8181818182rem;
  }
}

.year-list {
  margin-left: calc(100vw * -10 / 1920);
  margin-right: calc(100vw * -10 / 1920);
}
@media (max-width: 1199px) {
  .year-list {
    margin-left: -0.7692307692rem;
    margin-right: -0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .year-list {
    margin-left: -0.8333333333rem;
    margin-right: -0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .year-list {
    margin-left: -0.9090909091rem;
    margin-right: -0.9090909091rem;
  }
}
.year-list li {
  float: left;
  padding-left: calc(100vw * 10 / 1920);
  padding-right: calc(100vw * 10 / 1920);
  width: 12.5%;
}
@media (max-width: 1199px) {
  .year-list li {
    padding-left: 0.7692307692rem;
    padding-right: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .year-list li {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .year-list li {
    padding-left: 0.9090909091rem;
    padding-right: 0.9090909091rem;
  }
}
.year-list a {
  display: block;
  height: calc(100vw * 40 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
  background: #E7EEF9;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .year-list a {
    height: 3.0769230769rem;
    border-radius: 0.3076923077rem;
    font-size: 1.2307692308rem;
    line-height: 3.0769230769rem;
    margin-bottom: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .year-list a {
    height: 3.3333333333rem;
    border-radius: 0.3333333333rem;
    font-size: 1.3333333333rem;
    line-height: 3.3333333333rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .year-list a {
    height: 3.6363636364rem;
    border-radius: 0.3636363636rem;
    font-size: 1.4545454545rem;
    line-height: 3.6363636364rem;
    margin-bottom: 2.7272727273rem;
  }
}
.year-list a:hover {
  color: #FFFFFF;
  background: #3D55A7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.year-detail-list {
  word-break: break-word;
}
.year-detail-list h3 {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 30 / 1920);
  padding-left: calc(100vw * 23 / 1920);
  color: #3D55A7;
  background: url(../images/library2024-icon-29.png) no-repeat left center;
  background-size: 0.78125vw 0.78125vw;
}
@media (max-width: 1199px) {
  .year-detail-list h3 {
    font-size: 1.3846153846rem;
    line-height: 2.3076923077rem;
    padding-left: 1.7692307692rem;
  }
}
@media (max-width: 991px) {
  .year-detail-list h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-left: 1.9166666667rem;
  }
}
@media (max-width: 767px) {
  .year-detail-list h3 {
    font-size: 1.6363636364rem;
    line-height: 2.7272727273rem;
    padding-left: 2.0909090909rem;
  }
}
.year-detail-list i {
  margin-top: calc(100vw * 25 / 1920);
  margin-bottom: calc(100vw * 25 / 1920);
  border-top: 1px dashed rgba(188, 194, 206, 0.26);
  display: block;
  position: relative;
}
@media (max-width: 1199px) {
  .year-detail-list i {
    margin-top: 1.9230769231rem;
    margin-bottom: 1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .year-detail-list i {
    margin-top: 2.0833333333rem;
    margin-bottom: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .year-detail-list i {
    margin-top: 2.2727272727rem;
    margin-bottom: 2.2727272727rem;
  }
}
.year-detail-list i::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #EA9736;
}
.year-detail-list p,
.year-detail-list div {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 26 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  color: #333333;
}
@media (max-width: 1199px) {
  .year-detail-list p,
  .year-detail-list div {
    font-size: 1.0769230769rem;
    line-height: 2rem;
    margin-bottom: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .year-detail-list p,
  .year-detail-list div {
    font-size: 1.1666666667rem;
    line-height: 2.1666666667rem;
    margin-bottom: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .year-detail-list p,
  .year-detail-list div {
    font-size: 1.2727272727rem;
    line-height: 2.3636363636rem;
    margin-bottom: 0.9090909091rem;
  }
}
.year-detail-list .detail-list {
  padding-top: calc(100vw * 25 / 1920);
}
@media (max-width: 1199px) {
  .year-detail-list .detail-list {
    padding-top: 1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .year-detail-list .detail-list {
    padding-top: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .year-detail-list .detail-list {
    padding-top: 2.2727272727rem;
  }
}
.year-detail-list .detail-list li {
  padding-top: calc(100vw * 25 / 1920);
  padding-bottom: calc(100vw * 25 / 1920);
  border-top: 1px dashed rgba(188, 194, 206, 0.26);
  display: block;
  position: relative;
}
@media (max-width: 1199px) {
  .year-detail-list .detail-list li {
    padding-top: 1.9230769231rem;
    padding-bottom: 1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .year-detail-list .detail-list li {
    padding-top: 2.0833333333rem;
    padding-bottom: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .year-detail-list .detail-list li {
    padding-top: 2.2727272727rem;
    padding-bottom: 2.2727272727rem;
  }
}
.year-detail-list .detail-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #EA9736;
}

.ny-md-5 {
  width: 38%;
}

.ny-md-7 {
  width: 62%;
}

.meeting-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(100vw * 25 / 1920);
}
@media (max-width: 1199px) {
  .meeting-title {
    margin-bottom: 1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .meeting-title {
    margin-bottom: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .meeting-title {
    margin-bottom: 2.2727272727rem;
  }
}
.meeting-title img {
  height: calc(100vw * 20 / 1920);
  margin-right: calc(100vw * 15 / 1920);
}
@media (max-width: 1199px) {
  .meeting-title img {
    height: 1.5384615385rem;
    margin-right: 1.1538461538rem;
  }
}
@media (max-width: 991px) {
  .meeting-title img {
    height: 1.6666666667rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .meeting-title img {
    height: 1.8181818182rem;
    margin-right: 1.3636363636rem;
  }
}
.meeting-title p {
  font-size: calc(100vw * 22 / 1920);
  line-height: calc(100vw * 26 / 1920);
  font-weight: bold;
  color: #333333;
}
@media (max-width: 1199px) {
  .meeting-title p {
    font-size: 1.6923076923rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .meeting-title p {
    font-size: 1.8333333333rem;
    line-height: 2.1666666667rem;
  }
}
@media (max-width: 767px) {
  .meeting-title p {
    font-size: 2rem;
    line-height: 2.3636363636rem;
  }
}

.meeting-list {
  margin-bottom: calc(100vw * 40 / 1920);
}
@media (max-width: 1199px) {
  .meeting-list {
    margin-bottom: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .meeting-list {
    margin-bottom: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .meeting-list {
    margin-bottom: 3.6363636364rem;
  }
}
.meeting-list li {
  margin-bottom: calc(100vw * 15 / 1920);
}
@media (max-width: 1199px) {
  .meeting-list li {
    margin-bottom: 1.1538461538rem;
  }
}
@media (max-width: 991px) {
  .meeting-list li {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .meeting-list li {
    margin-bottom: 1.3636363636rem;
  }
}
.meeting-list li:last-child {
  margin-bottom: 0;
}
.meeting-list a {
  border-radius: calc(100vw * 4 / 1920);
  padding-top: calc(100vw * 10 / 1920);
  padding-right: calc(100vw * 100 / 1920);
  padding-bottom: calc(100vw * 10 / 1920);
  padding-left: calc(100vw * 18 / 1920);
  display: block;
  background: #FFF4E9;
  position: relative;
}
@media (max-width: 1199px) {
  .meeting-list a {
    border-radius: 0.3076923077rem;
    padding-top: 0.7692307692rem;
    padding-right: 7.6923076923rem;
    padding-bottom: 0.7692307692rem;
    padding-left: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .meeting-list a {
    border-radius: 0.3333333333rem;
    padding-top: 0.8333333333rem;
    padding-right: 8.3333333333rem;
    padding-bottom: 0.8333333333rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .meeting-list a {
    border-radius: 0.3636363636rem;
    padding-top: 0.9090909091rem;
    padding-right: 9.0909090909rem;
    padding-bottom: 0.9090909091rem;
    padding-left: 1.6363636364rem;
  }
}
.meeting-list a::before {
  position: absolute;
  content: "";
  right: calc(100vw * 20 / 1920);
  width: calc(100vw * 21 / 1920);
  height: calc(100vw * 21 / 1920);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/library2024-icon-33.png) no-repeat center center;
  background-size: 100% 100% !important;
}
@media (max-width: 1199px) {
  .meeting-list a::before {
    right: 1.5384615385rem;
    width: 1.6153846154rem;
    height: 1.6153846154rem;
  }
}
@media (max-width: 991px) {
  .meeting-list a::before {
    right: 1.6666666667rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .meeting-list a::before {
    right: 1.8181818182rem;
    width: 1.9090909091rem;
    height: 1.9090909091rem;
  }
}
.meeting-list a::after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(100vw * 15 / 1920);
  width: calc(100vw * 3 / 1920);
  height: calc(100vw * 12 / 1920);
  border-radius: calc(100vw * 2 / 1920);
  background: #FF9829;
}
@media (max-width: 1199px) {
  .meeting-list a::after {
    top: 1.1538461538rem;
    width: 0.2307692308rem;
    height: 0.9230769231rem;
    border-radius: 0.1538461538rem;
  }
}
@media (max-width: 991px) {
  .meeting-list a::after {
    top: 1.25rem;
    width: 0.25rem;
    height: 1rem;
    border-radius: 0.1666666667rem;
  }
}
@media (max-width: 767px) {
  .meeting-list a::after {
    top: 1.3636363636rem;
    width: 0.2727272727rem;
    height: 1.0909090909rem;
    border-radius: 0.1818181818rem;
  }
}
.meeting-list a:hover {
  background: #F69124;
}
.meeting-list a:hover::before {
  background: url(../images/library2024-icon-34.png) no-repeat center center;
}
.meeting-list a:hover::after {
  background: #fff;
}
.meeting-list a:hover .date,
.meeting-list a:hover .title {
  color: #FFF;
}
.meeting-list .date {
  top: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 24 / 1920);
  color: #FF9829;
}
@media (max-width: 1199px) {
  .meeting-list .date {
    top: 1.1538461538rem;
    font-size: 1.0769230769rem;
    line-height: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .meeting-list .date {
    top: 1.25rem;
    font-size: 1.1666666667rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .meeting-list .date {
    top: 1.3636363636rem;
    font-size: 1.2727272727rem;
    line-height: 2.1818181818rem;
  }
}
.meeting-list .title {
  top: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 15 / 1920);
  line-height: calc(100vw * 24 / 1920);
  max-height: calc(100vw * 48 / 1920);
  color: #333;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .meeting-list .title {
    top: 1.1538461538rem;
    font-size: 1.1538461538rem;
    line-height: 1.8461538462rem;
    max-height: 3.6923076923rem;
  }
}
@media (max-width: 991px) {
  .meeting-list .title {
    top: 1.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
    max-height: 4rem;
  }
}
@media (max-width: 767px) {
  .meeting-list .title {
    top: 1.3636363636rem;
    font-size: 1.3636363636rem;
    line-height: 2.1818181818rem;
    max-height: 4.3636363636rem;
  }
}
.meeting-list.meeting-list2 a {
  background: #EEF1FC;
}
.meeting-list.meeting-list2 a::before {
  background: url(../images/library2024-icon-35.png) no-repeat center center;
}
.meeting-list.meeting-list2 a::after {
  background: #4269CC;
}
.meeting-list.meeting-list2 a:hover {
  background: #4269CC;
}
.meeting-list.meeting-list2 a:hover::before {
  background: url(../images/library2024-icon-34.png) no-repeat center center;
}
.meeting-list.meeting-list2 a:hover::after {
  background: #fff;
}
.meeting-list.meeting-list2 .date {
  color: #3D55A7;
}

.meeting-list3 li {
  border-bottom: 1px dashed rgba(61, 85, 167, 0.27);
}
.meeting-list3 li:last-child {
  border-bottom: none;
  margin-bottom: calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .meeting-list3 li:last-child {
    margin-bottom: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .meeting-list3 li:last-child {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .meeting-list3 li:last-child {
    margin-bottom: 2.7272727273rem;
  }
}
.meeting-list3 a {
  display: block;
  padding-top: calc(100vw * 20 / 1920);
  padding-bottom: calc(100vw * 20 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  padding-right: calc(100vw * 100 / 1920);
  background: #FFF;
  position: relative;
}
@media (max-width: 1199px) {
  .meeting-list3 a {
    padding-top: 1.5384615385rem;
    padding-bottom: 1.5384615385rem;
    border-radius: 0.3076923077rem;
    padding-right: 7.6923076923rem;
  }
}
@media (max-width: 991px) {
  .meeting-list3 a {
    padding-top: 1.6666666667rem;
    padding-bottom: 1.6666666667rem;
    border-radius: 0.3333333333rem;
    padding-right: 8.3333333333rem;
  }
}
@media (max-width: 767px) {
  .meeting-list3 a {
    padding-top: 1.8181818182rem;
    padding-bottom: 1.8181818182rem;
    border-radius: 0.3636363636rem;
    padding-right: 9.0909090909rem;
  }
}
.meeting-list3 a::before {
  position: absolute;
  content: "";
  right: calc(100vw * 20 / 1920);
  width: calc(100vw * 21 / 1920);
  height: calc(100vw * 21 / 1920);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/library2024-icon-34.png) no-repeat center center;
  background-size: 100% 100% !important;
  opacity: 0;
}
@media (max-width: 1199px) {
  .meeting-list3 a::before {
    right: 1.5384615385rem;
    width: 1.6153846154rem;
    height: 1.6153846154rem;
  }
}
@media (max-width: 991px) {
  .meeting-list3 a::before {
    right: 1.6666666667rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .meeting-list3 a::before {
    right: 1.8181818182rem;
    width: 1.9090909091rem;
    height: 1.9090909091rem;
  }
}
.meeting-list3 a:hover {
  padding-left: calc(100vw * 20 / 1920);
  padding-right: calc(100vw * 20 / 1920);
  background: url(../images/library2024-bg2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .meeting-list3 a:hover {
    padding-left: 1.5384615385rem;
    padding-right: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .meeting-list3 a:hover {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .meeting-list3 a:hover {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}
.meeting-list3 a:hover::before {
  opacity: 1;
}
.meeting-list3 a:hover .date,
.meeting-list3 a:hover .title {
  color: #FFF;
}
.meeting-list3 .date {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 24 / 1920);
  color: #333333;
}
@media (max-width: 1199px) {
  .meeting-list3 .date {
    font-size: 1.0769230769rem;
    line-height: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .meeting-list3 .date {
    font-size: 1.1666666667rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .meeting-list3 .date {
    font-size: 1.2727272727rem;
    line-height: 2.1818181818rem;
  }
}
.meeting-list3 .title {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 24 / 1920);
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .meeting-list3 .title {
    font-size: 1.2307692308rem;
    line-height: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .meeting-list3 .title {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .meeting-list3 .title {
    font-size: 1.4545454545rem;
    line-height: 2.1818181818rem;
  }
}

/*------------------------------------------- 分割线 -----------------------------------------------------*/
.library-web-map li {
  margin-bottom: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .library-web-map li {
    margin-bottom: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .library-web-map li {
    margin-bottom: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .library-web-map li {
    margin-bottom: 1.8181818182rem;
  }
}
.library-web-map li:hover .box-s .box-title .middle-cont {
  color: #3D55A7;
}
.library-web-map .box-s {
  position: relative;
  background: #F8FAFF;
  border-radius: calc(100vw * 4 / 1920);
  min-height: calc(100vw * 80 / 1920);
  padding-left: calc(100vw * 170 / 1920);
}
@media (max-width: 1199px) {
  .library-web-map .box-s {
    border-radius: 0.3076923077rem;
    min-height: 6.1538461538rem;
    padding-left: 13.0769230769rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s {
    border-radius: 0.3333333333rem;
    min-height: 6.6666666667rem;
    padding-left: 14.1666666667rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s {
    border-radius: 0.3636363636rem;
    min-height: 7.2727272727rem;
    padding-left: 15.4545454545rem;
  }
}
.library-web-map .box-s .box-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: #E8EDFD;
  font-weight: bold;
  width: calc(100vw * 170 / 1920);
}
@media (max-width: 1199px) {
  .library-web-map .box-s .box-title {
    width: 13.0769230769rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s .box-title {
    width: 14.1666666667rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-title {
    width: 15.4545454545rem;
  }
}
.library-web-map .box-s .box-title .middle-cont {
  font-size: calc(100vw * 18 / 1920);
}
@media (max-width: 1199px) {
  .library-web-map .box-s .box-title .middle-cont {
    font-size: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s .box-title .middle-cont {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-title .middle-cont {
    font-size: 1.6363636364rem;
  }
}
.library-web-map .box-s .box-title::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #E8EDFD;
  border-width: calc(100vw * 7 / 1920);
  right: calc(100vw * -12 / 1920);
  margin-top: calc(100vw * -7 / 1920);
}
@media (max-width: 1199px) {
  .library-web-map .box-s .box-title::before {
    border-width: 0.5384615385rem;
    right: -0.9230769231rem;
    margin-top: -0.5384615385rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s .box-title::before {
    border-width: 0.5833333333rem;
    right: -1rem;
    margin-top: -0.5833333333rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-title::before {
    border-width: 0.6363636364rem;
    right: -1.0909090909rem;
    margin-top: -0.6363636364rem;
  }
}
.library-web-map .box-s .box-groups {
  padding: calc(100vw * 20 / 1920) calc(100vw * 40 / 1920);
}
@media (max-width: 1199px) {
  .library-web-map .box-s .box-groups {
    padding: 1.5384615385rem 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s .box-groups {
    padding: 1.6666666667rem 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-groups {
    padding: 1.8181818182rem 3.6363636364rem;
  }
}
.library-web-map .box-s .box-groups .a-title {
  display: block;
  color: #333333;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  padding-left: calc(100vw * 18 / 1920);
  font-size: calc(100vw * 16 / 1920);
}
@media (max-width: 1199px) {
  .library-web-map .box-s .box-groups .a-title {
    height: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s .box-groups .a-title {
    height: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-groups .a-title {
    height: 3.6363636364rem;
  }
}
@media (max-width: 1199px) {
  .library-web-map .box-s .box-groups .a-title {
    line-height: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s .box-groups .a-title {
    line-height: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-groups .a-title {
    line-height: 3.6363636364rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-groups .a-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
@media (max-width: 1199px) {
  .library-web-map .box-s .box-groups .a-title {
    padding-left: 1.3846153846rem;
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s .box-groups .a-title {
    padding-left: 1.5rem;
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-groups .a-title {
    padding-left: 1.6363636364rem;
    font-size: 1.4545454545rem;
  }
}
.library-web-map .box-s .box-groups .a-title::after {
  content: "";
  position: absolute;
  left: 0;
  background: #6374B4;
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100vw * 3 / 1920);
  height: calc(100vw * 10 / 1920);
}
@media (max-width: 1199px) {
  .library-web-map .box-s .box-groups .a-title::after {
    width: 0.2307692308rem;
    height: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .library-web-map .box-s .box-groups .a-title::after {
    width: 0.25rem;
    height: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .library-web-map .box-s .box-groups .a-title::after {
    width: 0.2727272727rem;
    height: 0.9090909091rem;
  }
}
.library-web-map .box-s .box-groups .a-title:hover {
  color: #3D55A7;
}

@media (max-width: 767px) {
  .library-web-map .row-w .col-w:nth-child(2n+1) {
    clear: left;
  }
}
.library-reading-promotion .row-w {
  margin-left: calc(100vw * -25 / 1920);
  margin-right: calc(100vw * -25 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .row-w {
    margin-left: -1.9230769231rem;
    margin-right: -1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .row-w {
    margin-left: -2.0833333333rem;
    margin-right: -2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .row-w {
    margin-left: -2.2727272727rem;
    margin-right: -2.2727272727rem;
  }
}
.library-reading-promotion .row-w .col-w {
  padding-left: calc(100vw * 25 / 1920);
  padding-right: calc(100vw * 25 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .row-w .col-w {
    padding-left: 1.9230769231rem;
    padding-right: 1.9230769231rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .row-w .col-w {
    padding-left: 2.0833333333rem;
    padding-right: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .row-w .col-w {
    padding-left: 2.2727272727rem;
    padding-right: 2.2727272727rem;
  }
}
.library-reading-promotion li {
  margin-bottom: calc(100vw * 40 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion li {
    margin-bottom: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion li {
    margin-bottom: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion li {
    margin-bottom: 3.6363636364rem;
  }
}
.library-reading-promotion .box-s {
  background: #F5F7FB;
  border-radius: 4px;
  position: relative;
  border: 1px solid #F5F7FB;
  padding: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s {
    padding: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s {
    padding: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s {
    padding: 1.8181818182rem;
  }
}
.library-reading-promotion .box-s::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #3D55A7 transparent;
  display: none;
  border-width: calc(100vw * 8 / 1920);
  bottom: calc(100vw * -22 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s::before {
    border-width: 0.6153846154rem;
    bottom: -1.6923076923rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s::before {
    border-width: 0.6666666667rem;
    bottom: -1.8333333333rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s::before {
    border-width: 0.7272727273rem;
    bottom: -2rem;
  }
}
.library-reading-promotion .box-s:hover {
  border-color: #3D55A7;
}
.library-reading-promotion .box-s:hover .box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.library-reading-promotion .box-s:hover .box-info .info-title {
  color: #3D55A7;
}
.library-reading-promotion .box-s .box-img {
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: calc(100vw * 20 / 1920);
  width: calc(100vw * 120 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s .box-img {
    margin-right: 1.5384615385rem;
    width: 9.2307692308rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s .box-img {
    margin-right: 1.6666666667rem;
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-img {
    margin-right: 1.8181818182rem;
    width: 10.9090909091rem;
  }
}
.library-reading-promotion .box-s .box-img img {
  display: block;
  max-width: 200%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vw * 168 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s .box-img img {
    height: 12.9230769231rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s .box-img img {
    height: 14rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-img img {
    height: 15.2727272727rem;
  }
}
.library-reading-promotion .box-s .box-info {
  overflow: hidden;
}
.library-reading-promotion .box-s .box-info .info-title {
  font-weight: bold;
  color: #333333;
  position: relative;
  display: block;
  padding-top: calc(100vw * 8 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  padding-bottom: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 18 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s .box-info .info-title {
    padding-top: 0.6153846154rem;
    margin-bottom: 0.7692307692rem;
    padding-bottom: 0.7692307692rem;
    font-size: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s .box-info .info-title {
    padding-top: 0.6666666667rem;
    margin-bottom: 0.8333333333rem;
    padding-bottom: 0.8333333333rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-info .info-title {
    padding-top: 0.7272727273rem;
    margin-bottom: 0.9090909091rem;
    padding-bottom: 0.9090909091rem;
    font-size: 1.6363636364rem;
  }
}
.library-reading-promotion .box-s .box-info .info-title span {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s .box-info .info-title span {
    height: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s .box-info .info-title span {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-info .info-title span {
    height: 2.7272727273rem;
  }
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s .box-info .info-title span {
    line-height: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s .box-info .info-title span {
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-info .info-title span {
    line-height: 2.7272727273rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-info .info-title span {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.library-reading-promotion .box-s .box-info .info-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #D11F1F;
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 2 / 1920);
  border-radius: calc(100vw * 1 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s .box-info .info-title::after {
    width: 1.5384615385rem;
    height: 0.1538461538rem;
    border-radius: 0.0769230769rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s .box-info .info-title::after {
    width: 1.6666666667rem;
    height: 0.1666666667rem;
    border-radius: 0.0833333333rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-info .info-title::after {
    width: 1.8181818182rem;
    height: 0.1818181818rem;
    border-radius: 0.0909090909rem;
  }
}
.library-reading-promotion .box-s .box-info .info-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: calc(100vw * 96 / 1920);
  line-height: calc(100vw * 24 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s .box-info .info-txt {
    height: 7.3846153846rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s .box-info .info-txt {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-info .info-txt {
    height: 8.7272727273rem;
  }
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-s .box-info .info-txt {
    line-height: 1.8461538462rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-s .box-info .info-txt {
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-info .info-txt {
    line-height: 2.1818181818rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-s .box-info .info-txt {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}
.library-reading-promotion .box-info-more {
  margin-top: calc(100vw * -20 / 1920);
}
@media (max-width: 1199px) {
  .library-reading-promotion .box-info-more {
    margin-top: -1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .library-reading-promotion .box-info-more {
    margin-top: -1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .library-reading-promotion .box-info-more {
    margin-top: -1.8181818182rem;
  }
}
.library-reading-promotion .box-info-more .box-s {
  background: url("library2024-boxbg.png") no-repeat;
  background-size: 100% 100%;
  border: none;
}
.library-reading-promotion .box-info-more .box-s .box-info .info-title {
  color: #fff;
}
.library-reading-promotion .box-info-more .box-s .box-info .info-title::after {
  background: #fff;
}
.library-reading-promotion .box-info-more .box-s .box-info .info-txt {
  color: #fff;
}

@media (min-width: 1200px) {
  .library-reading-promotion li .box-s:hover::before {
    display: block;
  }
}
.library-leave-message {
  padding-bottom: calc(100vw * 30 / 1920);
}
@media (max-width: 1199px) {
  .library-leave-message {
    padding-bottom: 2.3076923077rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message {
    padding-bottom: 2.7272727273rem;
  }
}
.library-leave-message .message-info {
  line-height: 2.2;
  color: #333333;
  font-size: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
@media (max-width: 1199px) {
  .library-leave-message .message-info {
    font-size: 1.2307692308rem;
    margin-bottom: 2.6923076923rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message .message-info {
    font-size: 1.3333333333rem;
    margin-bottom: 2.9166666667rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message .message-info {
    font-size: 1.4545454545rem;
    margin-bottom: 3.1818181818rem;
  }
}
.library-leave-message .message-info span {
  color: #3D55A7;
  font-weight: bold;
}
.library-leave-message .box-s {
  position: relative;
  margin-bottom: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 40 / 1920);
  font-size: calc(100vw * 16 / 1920);
  padding-left: calc(100vw * 120 / 1920);
}
.library-leave-message .box-s.box-yzm {
  padding-right: calc(100vw * 120 / 1920);
}
@media (max-width: 1199px) {
  .library-leave-message .box-s.box-yzm {
    padding-right: 9.2307692308rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message .box-s.box-yzm {
    padding-right: 10rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message .box-s.box-yzm {
    padding-right: 10.9090909091rem;
  }
}
.library-leave-message .box-s.box-yzm .yzm-s {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100vw * 100 / 1920);
  height: calc(100vw * 40 / 1920);
}
@media (max-width: 1199px) {
  .library-leave-message .box-s.box-yzm .yzm-s {
    width: 7.6923076923rem;
    height: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message .box-s.box-yzm .yzm-s {
    width: 8.3333333333rem;
    height: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message .box-s.box-yzm .yzm-s {
    width: 9.0909090909rem;
    height: 3.6363636364rem;
  }
}
@media (max-width: 1199px) {
  .library-leave-message .box-s {
    margin-bottom: 2.3076923077rem;
    line-height: 3.0769230769rem;
    font-size: 1.2307692308rem;
    padding-left: 9.2307692308rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message .box-s {
    margin-bottom: 2.5rem;
    line-height: 3.3333333333rem;
    font-size: 1.3333333333rem;
    padding-left: 10rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message .box-s {
    margin-bottom: 2.7272727273rem;
    line-height: 3.6363636364rem;
    font-size: 1.4545454545rem;
    padding-left: 10.9090909091rem;
  }
}
.library-leave-message .box-s .box-title {
  text-align: right;
  color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw * 120 / 1920);
}
.library-leave-message .box-s .box-title span {
  color: #F43838;
}
@media (max-width: 1199px) {
  .library-leave-message .box-s .box-title {
    width: 9.2307692308rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message .box-s .box-title {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message .box-s .box-title {
    width: 10.9090909091rem;
  }
}
.library-leave-message .box-s .form-s {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDE6F5;
  line-height: calc(100vw * 38 / 1920);
  height: calc(100vw * 40 / 1920);
  padding-left: calc(100vw * 20 / 1920);
  padding-right: calc(100vw * 20 / 1920);
}
.library-leave-message .box-s .form-s.form-txt {
  height: auto;
}
@media (max-width: 1199px) {
  .library-leave-message .box-s .form-s {
    line-height: 2.9230769231rem;
    height: 3.0769230769rem;
    padding-left: 1.5384615385rem;
    padding-right: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message .box-s .form-s {
    line-height: 3.1666666667rem;
    height: 3.3333333333rem;
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message .box-s .form-s {
    line-height: 3.4545454545rem;
    height: 3.6363636364rem;
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}
.library-leave-message .form-btn-w {
  text-align: center;
  padding-top: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .library-leave-message .form-btn-w {
    padding-top: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message .form-btn-w {
    padding-top: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message .form-btn-w {
    padding-top: 1.8181818182rem;
  }
}
.library-leave-message .form-btn {
  background: #3D55A7;
  border-radius: 4px;
  border: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw * 220 / 1920);
  height: calc(100vw * 50 / 1920);
  line-height: calc(100vw * 50 / 1920);
  font-size: calc(100vw * 18 / 1920);
}
@media (max-width: 1199px) {
  .library-leave-message .form-btn {
    width: 16.9230769231rem;
    height: 3.8461538462rem;
    line-height: 3.8461538462rem;
    font-size: 1.3846153846rem;
  }
}
@media (max-width: 991px) {
  .library-leave-message .form-btn {
    width: 18.3333333333rem;
    height: 4.1666666667rem;
    line-height: 4.1666666667rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .library-leave-message .form-btn {
    width: 20rem;
    height: 4.5454545455rem;
    line-height: 4.5454545455rem;
    font-size: 1.6363636364rem;
  }
}

.cyxz-title {
  position: relative;
  margin-bottom: calc(100vw * 40 / 1920);
}
@media (max-width: 1199px) {
  .cyxz-title {
    margin-bottom: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .cyxz-title {
    margin-bottom: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .cyxz-title {
    margin-bottom: 3.6363636364rem;
  }
}
.cyxz-title::before {
  position: absolute;
  content: "";
  height: 1px;
  background: #3D55A7;
  border-radius: 1px;
  opacity: 0.08;
  top: calc(100vw * 12 / 1920);
  left: calc(100vw * 150 / 1920);
  right: calc(100vw * 40 / 1920);
}
@media (max-width: 1199px) {
  .cyxz-title::before {
    top: 0.9230769231rem;
    left: 11.5384615385rem;
    right: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .cyxz-title::before {
    top: 1rem;
    left: 12.5rem;
    right: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .cyxz-title::before {
    top: 1.0909090909rem;
    left: 13.6363636364rem;
    right: 3.6363636364rem;
  }
}
.cyxz-title .fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cyxz-title .fl img {
  width: calc(100vw * 22 / 1920);
  height: calc(100vw * 20 / 1920);
  margin-right: calc(100vw * 17 / 1920);
}
@media (max-width: 1199px) {
  .cyxz-title .fl img {
    width: 1.6923076923rem;
    height: 1.5384615385rem;
    margin-right: 1.3076923077rem;
  }
}
@media (max-width: 991px) {
  .cyxz-title .fl img {
    width: 1.8333333333rem;
    height: 1.6666666667rem;
    margin-right: 1.4166666667rem;
  }
}
@media (max-width: 767px) {
  .cyxz-title .fl img {
    width: 2rem;
    height: 1.8181818182rem;
    margin-right: 1.5454545455rem;
  }
}
.cyxz-title .fl p {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 24 / 1920);
  padding-right: calc(100vw * 20 / 1920);
  color: #333333;
  background: #FFF;
  position: relative;
}
@media (max-width: 1199px) {
  .cyxz-title .fl p {
    font-size: 1.3846153846rem;
    line-height: 1.8461538462rem;
    padding-right: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .cyxz-title .fl p {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-right: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .cyxz-title .fl p {
    font-size: 1.6363636364rem;
    line-height: 2.1818181818rem;
    padding-right: 1.8181818182rem;
  }
}
.cyxz-title a {
  width: calc(100vw * 17 / 1920);
  height: calc(100vw * 16 / 1920);
}
@media (max-width: 1199px) {
  .cyxz-title a {
    width: 1.3076923077rem;
    height: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .cyxz-title a {
    width: 1.4166666667rem;
    height: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .cyxz-title a {
    width: 1.5454545455rem;
    height: 1.4545454545rem;
  }
}
.cyxz-title a img {
  width: 100%;
  height: 100%;
}

.cyxz-gzzd {
  display: block;
  width: 100%;
  background: #F1F3F9;
  border-radius: 4px;
  padding-top: calc(100vw * 16 / 1920);
  padding-right: calc(100vw * 100 / 1920);
  padding-bottom: calc(100vw * 15 / 1920);
  padding-left: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  min-height: calc(100vw * 52 / 1920);
  position: relative;
}
@media (max-width: 1199px) {
  .cyxz-gzzd {
    padding-top: 1.2307692308rem;
    padding-right: 7.6923076923rem;
    padding-bottom: 1.1538461538rem;
    padding-left: 1.1538461538rem;
    margin-bottom: 1.5384615385rem;
    min-height: 4rem;
  }
}
@media (max-width: 991px) {
  .cyxz-gzzd {
    padding-top: 1.3333333333rem;
    padding-right: 8.3333333333rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    margin-bottom: 1.6666666667rem;
    min-height: 4.3333333333rem;
  }
}
@media (max-width: 767px) {
  .cyxz-gzzd {
    padding-top: 1.4545454545rem;
    padding-right: 9.0909090909rem;
    padding-bottom: 1.3636363636rem;
    padding-left: 1.3636363636rem;
    margin-bottom: 1.8181818182rem;
    min-height: 4.7272727273rem;
  }
}
.cyxz-gzzd p {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 18 / 1920);
  height: calc(100vw * 18 / 1920);
  padding-left: calc(100vw * 20 / 1920);
  color: #333333;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
@media (max-width: 1199px) {
  .cyxz-gzzd p {
    font-size: 1.0769230769rem;
    line-height: 1.3846153846rem;
    height: 1.3846153846rem;
    padding-left: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .cyxz-gzzd p {
    font-size: 1.1666666667rem;
    line-height: 1.5rem;
    height: 1.5rem;
    padding-left: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .cyxz-gzzd p {
    font-size: 1.2727272727rem;
    line-height: 1.6363636364rem;
    height: 1.6363636364rem;
    padding-left: 1.8181818182rem;
  }
}
.cyxz-gzzd p::after {
  position: absolute;
  content: "";
  background: #5B6FB5;
  border-radius: 1px;
  width: calc(100vw * 2 / 1920);
  height: calc(100vw * 12 / 1920);
  left: calc(100vw * 0 / 1920);
  top: calc(100vw * 2 / 1920);
}
@media (max-width: 1199px) {
  .cyxz-gzzd p::after {
    width: 0.1538461538rem;
    height: 0.9230769231rem;
    left: 0rem;
    top: 0.1538461538rem;
  }
}
@media (max-width: 991px) {
  .cyxz-gzzd p::after {
    width: 0.1666666667rem;
    height: 1rem;
    left: 0rem;
    top: 0.1666666667rem;
  }
}
@media (max-width: 767px) {
  .cyxz-gzzd p::after {
    width: 0.1818181818rem;
    height: 1.0909090909rem;
    left: 0rem;
    top: 0.1818181818rem;
  }
}
.cyxz-gzzd::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100vw * 32 / 1920);
  width: calc(100vw * 17 / 1920);
  height: calc(100vw * 16 / 1920);
  background: url(library2024-icon-37.png) no-repeat center;
  background-size: 100% 100% !important;
}
@media (max-width: 1199px) {
  .cyxz-gzzd::before {
    right: 2.4615384615rem;
    width: 1.3076923077rem;
    height: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .cyxz-gzzd::before {
    right: 2.6666666667rem;
    width: 1.4166666667rem;
    height: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .cyxz-gzzd::before {
    right: 2.9090909091rem;
    width: 1.5454545455rem;
    height: 1.4545454545rem;
  }
}
.cyxz-gzzd:hover {
  background: #3D55A7;
}
.cyxz-gzzd:hover p {
  color: #fff;
}
.cyxz-gzzd:hover::before {
  background: url(library2024-icon-40.png) no-repeat center;
}
.cyxz-gzzd:hover p::after {
  background: #fff;
}

.cyxz-box .col-md-6:nth-child(2n+1) {
  clear: left;
}

.list-txt {
  margin-bottom: calc(100vw * 40 / 1920);
}
@media (max-width: 1199px) {
  .list-txt {
    margin-bottom: 3.0769230769rem;
  }
}
@media (max-width: 991px) {
  .list-txt {
    margin-bottom: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .list-txt {
    margin-bottom: 3.6363636364rem;
  }
}
.list-txt li {
  position: relative;
  padding-left: calc(100vw * 45 / 1920);
  padding-right: calc(100vw * 135 / 1920);
  line-height: calc(100vw * 60 / 1920);
}
@media (max-width: 1199px) {
  .list-txt li {
    padding-left: 3.4615384615rem;
    padding-right: 10.3846153846rem;
    line-height: 4.6153846154rem;
  }
}
@media (max-width: 991px) {
  .list-txt li {
    padding-left: 3.75rem;
    padding-right: 11.25rem;
    line-height: 5rem;
  }
}
@media (max-width: 767px) {
  .list-txt li {
    padding-left: 4.0909090909rem;
    padding-right: 12.2727272727rem;
    line-height: 5.4545454545rem;
  }
}
.list-txt li::after {
  content: "";
  position: absolute;
  background: #3D55A7;
  border-radius: 3px;
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  left: calc(100vw * 20 / 1920);
  top: calc(100vw * 27 / 1920);
}
@media (max-width: 1199px) {
  .list-txt li::after {
    width: 0.4615384615rem;
    height: 0.4615384615rem;
    left: 1.5384615385rem;
    top: 2.0769230769rem;
  }
}
@media (max-width: 991px) {
  .list-txt li::after {
    width: 0.5rem;
    height: 0.5rem;
    left: 1.6666666667rem;
    top: 2.25rem;
  }
}
@media (max-width: 767px) {
  .list-txt li::after {
    width: 0.5454545455rem;
    height: 0.5454545455rem;
    left: 1.8181818182rem;
    top: 2.4545454545rem;
  }
}
.list-txt li:nth-child(2n+1) {
  background-color: RGBA(61, 85, 167, 0.1);
}
.list-txt li:hover {
  background-color: RGBA(61, 85, 167, 0.2);
}
.list-txt li .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 60 / 1920);
  font-size: calc(100vw * 16 / 1920);
}
@media (max-width: 1199px) {
  .list-txt li .box-title {
    height: 4.6153846154rem;
  }
}
@media (max-width: 991px) {
  .list-txt li .box-title {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .list-txt li .box-title {
    height: 5.4545454545rem;
  }
}
@media (max-width: 1199px) {
  .list-txt li .box-title {
    line-height: 4.6153846154rem;
  }
}
@media (max-width: 991px) {
  .list-txt li .box-title {
    line-height: 5rem;
  }
}
@media (max-width: 767px) {
  .list-txt li .box-title {
    line-height: 5.4545454545rem;
  }
}
@media (max-width: 767px) {
  .list-txt li .box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
@media (max-width: 1199px) {
  .list-txt li .box-title {
    font-size: 1.2307692308rem;
  }
}
@media (max-width: 991px) {
  .list-txt li .box-title {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .list-txt li .box-title {
    font-size: 1.4545454545rem;
  }
}
.list-txt li .box-date {
  position: absolute;
  top: 0;
  color: #888888;
  right: calc(100vw * 20 / 1920);
}
@media (max-width: 1199px) {
  .list-txt li .box-date {
    right: 1.5384615385rem;
  }
}
@media (max-width: 991px) {
  .list-txt li .box-date {
    right: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .list-txt li .box-date {
    right: 1.8181818182rem;
  }
}

/*友情链接*/
.links-list .col-sm-6:nth-child(2n+1) {
  clear: left;
}
.links-list a {
  display: block;
  position: relative;
  padding-left: calc(100vw * 45 / 1920);
  font-size: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  color: #333;
  background: #FFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 60 / 1920);
}
@media (max-width: 1199px) {
  .links-list a {
    padding-left: 3.4615384615rem;
    font-size: 1.2307692308rem;
    margin-bottom: 0.7692307692rem;
  }
}
@media (max-width: 991px) {
  .links-list a {
    padding-left: 3.75rem;
    font-size: 1.3333333333rem;
    margin-bottom: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .links-list a {
    padding-left: 4.0909090909rem;
    font-size: 1.4545454545rem;
    margin-bottom: 0.9090909091rem;
  }
}
@media (max-width: 1199px) {
  .links-list a {
    height: 4.6153846154rem;
  }
}
@media (max-width: 991px) {
  .links-list a {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .links-list a {
    height: 5.4545454545rem;
  }
}
@media (max-width: 1199px) {
  .links-list a {
    line-height: 4.6153846154rem;
  }
}
@media (max-width: 991px) {
  .links-list a {
    line-height: 5rem;
  }
}
@media (max-width: 767px) {
  .links-list a {
    line-height: 5.4545454545rem;
  }
}
@media (max-width: 767px) {
  .links-list a {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.links-list a::after {
  content: "";
  position: absolute;
  background: #3D55A7;
  border-radius: 3px;
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  left: calc(100vw * 20 / 1920);
  top: calc(100vw * 27 / 1920);
}
@media (max-width: 1199px) {
  .links-list a::after {
    width: 0.4615384615rem;
    height: 0.4615384615rem;
    left: 1.5384615385rem;
    top: 2.0769230769rem;
  }
}
@media (max-width: 991px) {
  .links-list a::after {
    width: 0.5rem;
    height: 0.5rem;
    left: 1.6666666667rem;
    top: 2.25rem;
  }
}
@media (max-width: 767px) {
  .links-list a::after {
    width: 0.5454545455rem;
    height: 0.5454545455rem;
    left: 1.8181818182rem;
    top: 2.4545454545rem;
  }
}
.links-list a:hover {
  color: #3D55A7;
}