/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
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;
}
/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}
/* Make images easier to work with */
picture {
  display: block;
}
img {
  max-width: 100%;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
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;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* 弹性布局 */
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
/* 网格布局 */
.grid {
  display: grid;
}
/* 定位 */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
/* 显示隐藏 */
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
:root {
  --skincol: #CE181B;
  --acolor: #2057d2;
  --webcolor: #2057d2;
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif !important;
  font-size: 14px;
  color: #3D3D3D;
}
a {
  color: #3D3D3D;
}
a:hover {
  color: #005DA9;
}
/* 清除浮动 */
.fix {
  *zoom: 1;
}
.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 90%;
  }
}
.phone-toggle {
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: 20px;
  z-index: 9980;
  width: 26px;
  min-height: 24px;
  right: 0.8rem;
}
.phone-toggle span {
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.phone-toggle span,
.phone-toggle span::before,
.phone-toggle span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.phone-toggle span::before,
.phone-toggle span::after {
  content: '';
  width: 100%;
}
.phone-toggle span::before {
  top: -8px;
}
.phone-toggle span::after {
  bottom: -8px;
}
.phone-toggle:hover span,
.phone-toggle:hover span::before,
.phone-toggle:hover span::after {
  background: #005DA9;
}
.phone-toggle.toggle-open span {
  background: #005DA9;
  transform: rotate(45deg);
}
.phone-toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0);
}
.phone-toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0);
}
.nav-close {
  display: none;
}
.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 0.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper {
  background-color: #477EDC;
  background: linear-gradient(180deg, #1B4EBC 0%, #477EDC 98%);
}
.hc-offcanvas-nav ul {
  background-color: transparent;
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top-color: transparent;
}
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
  background: rgba(0, 56, 148, 0.6);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: rgba(0, 56, 148, 0.8);
}
.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 30px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h40 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .h40 {
    font-size: 34px;
  }
  .h28 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .h20 {
    font-size: 18px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h34 {
    font-size: 26px;
  }
  .h40 {
    font-size: 28px;
  }
}
/* 动画类 - 基础隐藏状态 */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
}
.web-animate {
  opacity: 0;
}
/* 淡入动画 */
.fade-in {
  /* 基础隐藏状态由.title-animate提供 */
}
/* 从左侧滑入 */
.slide-left {
  transform: translateX(-60px);
}
/* 从右侧滑入 */
.slide-right {
  transform: translateX(60px);
}
/* 从上方滑入 */
.slide-top {
  transform: translateY(-60px);
}
/* 从下方滑入 */
.slide-bottom {
  transform: translateY(60px);
}
/* 缩放动画 */
.scale-up {
  transform: scale(0.8);
}
.scale-down {
  transform: scale(1.2);
}
.anim-list li {
  opacity: 0;
  transform: translateY(50px);
}
.navbar {
  position: relative;
  z-index: 99;
  padding: 0;
  background: #005DA9;
  background-size: cover;
  display: block;
}
.navbar .container {
  position: relative;
}
.navbar .navbar-brand {
  width: 868px;
  padding-top: 34px;
  padding-bottom: 34px;
  margin-right: 0;
  font-size: 0;
}
.navbar .navbar-brand img {
  width: 100%;
  display: block;
}
.navbar .nav-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar .navbar-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.navbar .navbar-nav li {
  flex: 1;
}
.navbar .navbar-nav li:hover a.nav-link,
.navbar .navbar-nav li.active a.nav-link {
  background-color: #00569C;
}
.navbar .navbar-nav li a.nav-link {
  color: #fff;
  padding: 0;
  height: 82px;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .navbar-nav li a.nav-link::after {
  display: none;
}
.navbar .navbar-nav li a.nav-link .menu-cn {
  font-size: 20px;
  line-height: 36px;
}
.navbar .navbar-nav li a.nav-link .menu-en {
  font-size: 16px;
  line-height: 26px;
}
.navbar .navbar-nav li .dropdown-menu {
  width: 100%;
  border-radius: 0 0 8px 8px;
  border: none;
  padding: 15px 10px;
  margin-top: 0;
  background: #00569C;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar .navbar-nav li .dropdown-menu a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0.05rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
  border-radius: 2px;
}
.navbar .navbar-nav li .dropdown-menu a:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav li .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #005DA9;
}
.nav-other {
  position: absolute;
  right: 0;
  top: 62px;
}
.nav-other a {
  color: #fff;
  line-height: 44px;
}
.nav-other a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.nav-other > div {
  float: left;
  margin-right: 30px;
}
.nav-other > div:last-child {
  margin-right: 0;
}
.nav-other ul {
  display: inline-block;
}
.nav-other ul li {
  float: left;
  line-height: 44px;
  position: relative;
  padding-right: 11px;
  margin-right: 10px;
}
.nav-other ul li::after {
  content: '';
  position: absolute;
  right: 0;
  height: 12px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  top: 50%;
  transform: translateY(-50%);
}
.nav-other ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.nav-other ul li:last-child::after {
  display: none;
}
#main-nav {
  display: none;
}
.search-groups-w {
  position: relative;
}
.search-a {
  height: 44px;
  width: 44px;
  background: url('scsio_cslcer_search.png') no-repeat center center;
  border: 1px solid #FFFFFF;
  background-size: 20px;
  border-radius: 50%;
  display: block;
}
.search-input {
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
}
.search-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.search-input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.search-input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.search-input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.search-box {
  width: 218px;
  position: relative;
}
.search-box .search-input {
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 16px;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 50px;
  color: #333;
  transition: all 0.5s;
  background: #f5f7fc;
  font-size: 14px;
}
.search-box .search-input:focus {
  box-shadow: 0 0 0.05rem #f5f7fc;
}
.search-box .search-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  background: url('sklpst_search.png') no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 163, 223, 0.8) 0%, #003894 100%);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -99;
}
.search-overlay.active {
  z-index: 99;
  opacity: 1;
}
.search-overlay .search-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.search-overlay .search-input-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  width: 100%;
}
.search-overlay .search-input {
  width: 100%;
  padding: 15px 50px 15px 15px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.search-overlay .search-input:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
.search-overlay .search-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: url('scsio_cslcer_search.png') no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.search-overlay .search-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  background: url('comm-close.png') no-repeat center center;
  background-size: 30px;
}
.search-overlay .search-close:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.search-overlay .search-input {
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
}
.search-overlay .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay .search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay .search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay .search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.phone-toggle {
  display: none !important;
}
@media (max-width: 1439px) {
  .navbar .navbar-brand {
    width: 700px;
  }
  .nav-other {
    top: 52px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-brand {
    width: 600px;
  }
  .nav-other {
    top: 46px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    width: 420px;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    display: block !important;
    top: 48px;
    right: 15px;
  }
  .nav-other {
    top: 40px;
    right: 65px;
  }
  .nav-other > div {
    margin-right: 15px;
  }
  .nav-other a {
    line-height: 34px;
  }
  .nav-other ul li {
    line-height: 34px;
  }
  .search-a {
    height: 34px;
    width: 34px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    width: 86%;
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .phone-toggle {
    top: 50px;
    right: 15px;
  }
  .nav-other {
    top: 10px;
    right: 15px;
  }
  .nav-other > div {
    margin-right: 15px;
  }
  .nav-other a {
    line-height: 30px;
  }
  .nav-other ul li {
    line-height: 30px;
  }
  .search-a {
    height: 30px;
    width: 30px;
    background-size: 15px;
  }
}
.footer {
  text-align: center;
  color: #fff;
}
.footer a,
.footer span {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  color: #fff;
}
.footer a img,
.footer span img {
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
.footer .footer-info {
  background: #005DA9;
  padding-top: 40px;
  padding-bottom: 60px;
}
.footer .footer-info .info-logo {
  margin-bottom: 20px;
}
.footer .footer-info .info-txt {
  line-height: 30px;
}
.footer .footer-copy {
  background: #004F8F;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.index-wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.index-wrap .row-main {
  margin-left: -30px;
  margin-right: -30px;
}
.index-wrap .row-main .col-main {
  padding-left: 30px;
  padding-right: 30px;
}
.index-title {
  margin-bottom: 35px;
  text-align: center;
}
.index-title.channel-w .channel-title {
  color: #fff;
}
.index-title.tabs-title {
  margin-bottom: 30px;
}
.index-title.tabs-title .channel-title {
  margin-right: 100px;
}
.index-title.tabs-title .channel-title:last-child {
  margin-right: 0;
}
.index-title.tabs-title .channel-title.active {
  color: #005DA9;
}
.index-title .channel-title {
  display: inline-block;
  color: #3D3D3D;
}
.index-title .channel-title .title-cn {
  font-weight: bold;
  line-height: 46px;
}
.index-title .channel-title .title-en {
  line-height: 30px;
}
.tabs-cont > div {
  display: none;
}
.tabs-cont > div.active {
  display: block;
}
.index-news {
  background-image: url('scsio_cslcer_bg01.png');
}
.index-news .row-main {
  margin-left: -40px;
  margin-right: -40px;
}
.index-news .row-main .col-main {
  padding-left: 40px;
  padding-right: 40px;
}
.index-news .new-box .box-date {
  overflow: hidden;
  width: 92px;
  float: left;
}
.index-news .new-box .box-date .date-01 {
  font-weight: bold;
  color: #005DA9;
  line-height: 30px;
}
.index-news .new-box .box-date .date-02 {
  line-height: 24px;
  color: #666666;
}
.index-news .new-box .box-info-w {
  position: relative;
}
.index-news .new-box .box-info {
  overflow: hidden;
  padding-left: 24px;
  position: relative;
}
.index-news .new-box .box-info::after,
.index-news .new-box .box-info::before {
  content: '';
  position: absolute;
  top: 3px;
}
.index-news .new-box .box-info::before {
  left: 1px;
  width: 1px;
  background: #D8D8D8;
  bottom: 0;
}
.index-news .new-box .box-info::after {
  left: 0;
  width: 3px;
  height: 20px;
  background: #EC8222;
}
.index-news .new-box .box-info .info-title {
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  max-height: 52px;
}
@media (max-width: 767px) {
  .index-news .new-box .box-info .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.index-news .new-box .box-info .info-txt {
  color: #666666;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  max-height: 52px;
}
@media (max-width: 767px) {
  .index-news .new-box .box-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.index-news .new-box .box-info .info-more {
  color: #666666;
  display: inline-block;
  line-height: 26px;
}
.index-news .hot-news:hover .box-img img,
.index-news .list-box:hover .box-img img {
  transform: scale(1.1);
}
.index-news .hot-news:hover .new-box .box-date .date-01,
.index-news .list-box:hover .new-box .box-date .date-01 {
  color: #EC8222;
}
.index-news .hot-news:hover .new-box .box-info .info-title,
.index-news .list-box:hover .new-box .box-info .info-title,
.index-news .hot-news:hover .new-box .box-info .info-more,
.index-news .list-box:hover .new-box .box-info .info-more {
  color: #EC8222;
}
.index-news .hot-news .box-img {
  overflow: hidden;
  margin-bottom: 30px;
}
.index-news .hot-news .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-news .list-news {
  position: relative;
}
.index-news .list-news::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #D8D8D8;
  left: 93px;
}
.index-news .list-news li {
  position: relative;
  z-index: 2;
  padding-top: 33px;
  padding-bottom: 33px;
}
.index-news .list-news li:after {
  content: '';
  position: absolute;
  left: 93px;
  right: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dashed #D8D8D8;
}
.index-news .list-box .box-img {
  float: right;
  margin-left: 40px;
  overflow: hidden;
  width: 210px;
}
.index-news .list-box .box-img img {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
  height: 140px;
  object-fit: cover;
  width: 100%;
}
.index-research {
  background-image: url('scsio_cslcer_bg02.png');
}
.index-research .box-s {
  padding-top: 15px;
}
.index-research .box-s:hover .box-img::after {
  top: 0;
}
.index-research .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-research .box-s:hover .box-info {
  background: url('scsio_cslcer_bg05.png') no-repeat right bottom #EC8222;
}
.index-research .box-s:hover .box-info .info-title,
.index-research .box-s:hover .box-info .info-txt {
  color: #fff;
}
.index-research .box-s:hover .box-info .info-more {
  background-image: url('scsio_cslcer_icon02.png');
}
.index-research .box-s .box-img {
  position: relative;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  margin-bottom: -60px;
}
.index-research .box-s .box-img::after {
  content: '';
  position: absolute;
  top: -15px;
  background: #009FE3;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  transition: all 0.5s;
}
.index-research .box-s .box-img .img-s {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.index-research .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  object-fit: cover;
}
.index-research .box-s .box-info {
  height: 232px;
  border-radius: 10px;
  background: url('scsio_cslcer_bg04.png') no-repeat right bottom #FFFFFF;
  background-size: 70% auto;
  padding: 80px 30px 10px;
}
.index-research .box-s .box-info .info-title {
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .index-research .box-s .box-info .info-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-research .box-s .box-info .info-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  max-height: 52px;
  color: #3D3D3D;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .index-research .box-s .box-info .info-txt {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    max-height: none;
    line-height: 1.6;
  }
}
.index-research .box-s .box-info .info-more {
  display: block;
  background: url('scsio_cslcer_icon01.png') no-repeat;
  width: 39px;
  height: 10px;
}
.index-other {
  background-image: url('scsio_cslcer_bg03.png');
}
.list-img .box-s {
  margin-bottom: 30px;
}
.list-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img .box-s:hover .box-info .info-title {
  color: #EC8222;
}
.list-img .box-s .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-img .box-s .box-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 242px;
  transition: all 0.5s;
}
.list-img .box-s .box-info .info-title {
  font-weight: bold;
  color: #3D3D3D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .list-img .box-s .box-info .info-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.list-img .box-s .box-info .info-txt {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .list-img .box-s .box-info .info-txt {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-downloads {
  padding-top: 50px;
}
.index-downloads .box-s,
.list-downloads .box-s {
  height: 114px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-left: 6px solid #005DA9;
  padding: 25px 160px 25px 30px;
  position: relative;
  margin-bottom: 40px;
}
.index-downloads .box-s:hover,
.list-downloads .box-s:hover {
  border-left-color: #EC8222;
}
.index-downloads .box-s:hover .box-title,
.list-downloads .box-s:hover .box-title,
.index-downloads .box-s:hover .box-txt,
.list-downloads .box-s:hover .box-txt {
  color: #EC8222;
}
.index-downloads .box-s:hover .box-title,
.list-downloads .box-s:hover .box-title {
  background-image: url('scsio_cslcer_icon04h.png');
}
.index-downloads .box-s:hover .box-more,
.list-downloads .box-s:hover .box-more {
  border-color: #EC8222;
  background-image: url('scsio_cslcer_icon03h.png');
}
.index-downloads .box-s .box-title,
.list-downloads .box-s .box-title,
.index-downloads .box-s .box-txt,
.list-downloads .box-s .box-txt {
  padding-left: 24px;
}
.index-downloads .box-s .box-title,
.list-downloads .box-s .box-title {
  background: url('scsio_cslcer_icon04.png') no-repeat 0 12px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .index-downloads .box-s .box-title,
  .list-downloads .box-s .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-downloads .box-s .box-txt,
.list-downloads .box-s .box-txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .index-downloads .box-s .box-txt,
  .list-downloads .box-s .box-txt {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.index-downloads .box-s .box-more,
.list-downloads .box-s .box-more {
  position: absolute;
  top: 42px;
  right: 42px;
  border: 2px solid #005DA9;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: url('scsio_cslcer_icon03.png') no-repeat center center;
}
.page-main {
  padding-top: 40px;
  padding-bottom: 60px;
  min-height: calc(100vh - 252px - 279px);
}
@media (min-width: 992px) {
  .row-page {
    margin-left: -18px;
    margin-right: -18px;
  }
  .row-page .col-page {
    padding-left: 18px;
    padding-right: 18px;
  }
  .row-page .page-l {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  .row-page .page-r {
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .row-page {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-page .col-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-page .page-l {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .row-page .page-r {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}
@media (min-width: 1440px) {
  .row-page {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-page .col-page {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row-page .page-l {
    -ms-flex: 0 0 22.7%;
    flex: 0 0 22.7%;
    max-width: 22.7%;
  }
  .row-page .page-r {
    -ms-flex: 0 0 77.3%;
    flex: 0 0 77.3%;
    max-width: 77.3%;
  }
}
.left-menu {
  background: url(scsio_cslcer_bg06.png) no-repeat top right #005DA9;
  padding-bottom: 100px;
  padding-left: 10px;
}
.left-menu .menu-title {
  position: relative;
  z-index: 2;
  line-height: 36px;
  color: #fff;
  padding: 25px 20px 20px 30px;
}
.left-menu .menu-title .title-cn {
  font-weight: bold;
}
.left-menu .menu-cont {
  background: #F0F7FF;
  position: relative;
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 60px;
}
.left-menu .menu-cont::before {
  content: '';
  position: absolute;
  bottom: -77px;
  left: 0;
  right: 0;
  background: url('scsio_cslcer_bg07.png') no-repeat top center;
  background-size: 100% 100%;
  height: 94px;
}
.left-menu .box-a {
  position: relative;
  background: #F0F7FF;
  padding-left: 30px;
  padding-right: 0;
}
.left-menu .box-a::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 46px;
  transform: translateY(-50%);
  width: 10px;
  background: #005DA9;
  left: -10px;
  z-index: 3;
  transition: all 0.3s;
}
.left-menu .box-a.active::before,
.left-menu .box-a:hover::before {
  background: #009FE3;
}
.left-menu .box-a.active .a-title,
.left-menu .box-a:hover .a-title {
  color: #005DA9;
}
.left-menu .box-a .a-title {
  display: block;
  position: relative;
  color: #333333;
  line-height: 30px;
  padding: 10px 30px 10px 0;
  z-index: 2;
  border-bottom: 1px solid #F0F2F3;
}
.public-title {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 35px;
  background: url(scsio_cslcer_icon05.png) no-repeat left bottom;
  padding-bottom: 20px;
  line-height: 1.6;
  color: #005DA9;
}
.public-title span {
  display: inline-block;
}
.content-top {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  margin-bottom: 30px;
  padding-top: 12px;
}
.content-top .channle-title {
  font-weight: bold;
  color: #005fb3;
  float: left;
  position: relative;
  line-height: 50px;
  padding-bottom: 5px;
}
.content-top .channle-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: linear-gradient(90deg, #005FB3 0%, #18827C 100%);
  height: 3px;
}
.content-top .bread-crumbs {
  float: right;
}
.bread-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bread-crumbs .bread-item {
  color: #999;
  line-height: 30px;
  font-size: 14px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #999;
}
.bread-crumbs .bread-item a:last-child {
  color: #0059AA;
}
.bread-crumbs .bread-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.bread-crumbs .bread-item > span::before {
  color: #999999;
  content: "\f105";
  font-family: 'FontAwesome';
}
.details-page .detail-top {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.details-page .detail-top .title-s {
  color: #005DA9;
  max-width: 100%;
  line-height: 1.6;
}
.details-page .detail-top .top-other {
  margin-top: 25px;
  color: #666666;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
  line-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page .main-cont {
  line-height: 1.8;
  text-align: justify;
  color: #333;
}
.details-page .main-cont .ue_table {
  text-align: center;
}
.details-page .main-cont .ue_table table {
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  width: 100%;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 1.8;
  margin-bottom: 20px;
}
.details-page .main-cont p:last-child,
.details-page .main-cont div:last-child {
  margin-bottom: 0;
}
.details-page .main-cont .cont-img {
  float: right;
  margin-left: 50px;
  margin-bottom: 30px;
  display: block;
  width: 300px;
}
.details-page .main-page {
  margin-top: 30px;
  border-top: 1px solid #cdd7e8;
  padding-top: 30px;
  line-height: 26px;
  color: #666666;
}
.details-page .main-page .a-page {
  margin-bottom: 0.1rem;
}
.details-page .main-page .a-page:last-child {
  margin-bottom: 0;
}
.details-page .main-page .a-page a,
.details-page .main-page .a-page span,
.details-page .main-page .a-page p {
  display: inline;
}
.details-page .main-page .a-page a {
  color: #666666;
}
.details-page .main-page .a-page:hover {
  color: #005DA9;
}
.details-page .main-page .a-page:hover a {
  color: #005DA9;
}
@media (max-width: 1199px) {
  .details-page .main-cont .cont-img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .details-page .main-cont .cont-img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .details-page .d-md-block {
    display: inline-block !important;
  }
}
/*分享*/
.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: 26px;
  height: 26px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 26px;
  border: none;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 999;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  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: 30px;
  height: 30px;
  border: none;
  margin: 0 0 0 8px;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png") no-repeat center center;
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .details-page .detail-top .top-other {
    margin-top: 15px;
    text-align: center;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    display: block;
  }
  .details-page .detail-top .top-other .other-share {
    margin-top: 5px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
    width: 100%;
  }
}
/*分页*/
.comp-pages {
  padding-top: 40px;
  padding-bottom: 20px;
}
.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;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #005fb3;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #005fb3;
  border: none;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #005fb3;
  display: none!important;
}
.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;
  }
}
.list-img-text li {
  margin-bottom: 30px;
}
.list-img-text li:last-child {
  margin-bottom: 10px;
}
.list-img-text .box-s {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 93, 169, 0.1);
  padding: 30px;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-s:hover .box-info .box-title {
  color: #EC8222;
}
.list-img-text .box-s .box-img {
  float: left;
  margin-right: 40px;
  overflow: hidden;
  width: 270px;
  border-radius: 4px;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: cover;
  transition: all 0.5s;
}
.list-img-text .box-s .box-info {
  overflow: hidden;
}
.list-img-text .box-s .box-info .box-title {
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .list-img-text .box-s .box-info .box-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.list-img-text .box-s .box-info .box-txt {
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  height: 64px;
}
.list-img-text .box-s .box-info .box-date {
  color: #005DA9;
  background: url('scsio_cslcer_icon06.png') no-repeat left center;
  padding-left: 30px;
  line-height: 30px;
}
.list-channel .row-w {
  margin-left: -30px;
  margin-right: -30px;
}
.list-channel .row-w .col-w {
  padding-left: 30px;
  padding-right: 30px;
}
.list-channel .channel-box .channel-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 120px;
  margin-bottom: 50px;
  padding-right: 84px;
  padding-left: 30px;
  color: #fff;
  border-radius: 20px;
  line-height: 1.6;
  background: linear-gradient(270deg, #005DA9 0%, #0A94D3 100%), #D8D8D8;
  transition: all 0.5s;
}
.list-channel .channel-box .channel-title:hover {
  transform: translateY(-10px);
}
.list-channel .channel-box .channel-title .a-arrow {
  position: absolute;
  width: 29px;
  height: 29px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  background: url('scsio_cslcer_icon08.png') no-repeat center center;
}
.list-channel .channel-box .channel-img img {
  display: block;
  width: 100%;
}
.list-img-03 {
  margin-bottom: -20px;
}
.list-img-03 .box-s {
  margin-bottom: 40px;
  border: 1px solid #E5E5E5;
  position: relative;
}
.list-img-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-03 .box-s:hover .box-title {
  color: #EC8222;
}
.list-img-03 .box-s .box-img {
  position: relative;
  overflow: hidden;
}
.list-img-03 .box-s .box-img img {
  height: 252px;
  width: 100%;
  transition: all 0.5s;
}
.list-img-03 .box-s .box-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 93, 169, 0) 71%, #005DA9 100%);
  color: #fff;
}
.list-img-03 .box-s .box-title div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .list-img-03 .box-s .box-title div {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
@media (min-width: 1440px) {
  .list-img-03 .row-w {
    margin-left: -19px;
    margin-right: -19px;
  }
  .list-img-03 .row-w .col-w {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.list-table {
  overflow-x: auto;
}
.list-table .table-title {
  margin-bottom: 30px;
  text-align: center;
}
.list-table .table-list li {
  margin-bottom: 30px;
}
.list-table .table-w {
  min-width: 800px;
}
.list-table table {
  width: 100%;
  border: 1px solid #fff;
}
.list-table table td,
.list-table table th {
  border: 1px solid #fff;
  text-align: center;
}
.list-table table thead tr th {
  background: #005DA9;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
.list-table table tbody tr td {
  padding: 20px 15px;
  color: #333333;
  line-height: 2;
}
.list-table table tbody tr:nth-child(2n) td {
  background: #F0F7FF;
}
.list-table table tbody tr:hover td {
  background: #d5e9ff;
}
.list-table .td-title {
  color: #333333;
  display: block;
  text-align: left;
}
.list-table .td-title:hover {
  text-decoration: underline;
}
.list-table .td-left {
  text-align: left;
}
.list-txt-01 li {
  border-bottom: 1px dashed #D8D8D8;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url('scsio_cslcer_icon04.png') no-repeat 0 32px;
  padding-left: 28px;
}
.list-txt-01 li:hover {
  background-image: url('scsio_cslcer_icon04h.png');
}
.list-txt-01 li:hover .box-title {
  color: #EC8222;
}
.list-txt-01 .box-s {
  position: relative;
  line-height: 36px;
}
.list-txt-01 .box-s .box-title {
  display: block;
}
.system-exhi .system-title {
  color: #ffff;
  background: #005DA9;
  line-height: 30px;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.layui-laydate .fa-angle-double-left {
  left: 15px;
  top: 15px!important;
}
.layui-laydate .fa-angle-left {
  top: 15px!important;
  left: 55px;
}
.layui-laydate .fa-angle-right {
  top: 15px!important;
}
.layui-laydate .fa-angle-double-right {
  top: 15px!important;
  right: 15px;
}
.EIO .EIO-content {
  margin-bottom: 30px;
}
.EIO .EIO-content .EIO-content-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
.EIO .EIO-content .EIO-content-select .select-box {
  flex: 1;
}
.EIO .EIO-content .EIO-content-select .select-box .title-s {
  line-height: 30px;
  margin-bottom: 10px;
}
.EIO .EIO-content #date,
.EIO .EIO-content #select {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 8px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 50px;
  line-height: 50px;
  outline: 0;
  padding: 0 15px;
  width: 100%;
}
.EIO .Ocean-content-submit {
  text-align: right;
  margin-bottom: 40px;
}
.EIO .el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 0.27778vw;
  line-height: 36px;
  min-width: 120px;
}
.EIO .el-button:hover {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}
.EIO .el-button.active {
  margin-left: 0.55556vw;
  background: #005789;
  color: #fff;
}
.EIO .EIO-img .EIO-img-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
}
.EIO .EIO-img .EIO-img-footer > div {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  flex: 1;
  border-radius: 5px;
  min-width: 130px;
}
.EIO .EIO-img .EIO-img-footer > div:hover {
  background: #005DA9;
  color: #fff;
}
.EIO .EIO-img .EIO-img-footer .active {
  background: #005DA9;
  color: #fff;
}
.EIO .EIO-img .EIO-img-title.empty {
  text-align: center;
  padding: 30px 0;
  color: #bbb;
  display: none;
}
.dig-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  z-index: 999;
}
.dig-bg .close-btn {
  width: 80px;
  height: 40px;
  background: #005789;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.dig-bg .img-box {
  width: 90%;
  height: 90%;
  overflow: hidden;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
}
.dig-bg .img-box img {
  width: 100%;
}
.list-img-02 {
  margin-bottom: -30px;
}
.list-img-02 li {
  margin-bottom: 40px;
}
.list-img-02 .box-s {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-02 .box-s:hover .info-title {
  color: #005DA9;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.list-img-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 198px;
  object-fit: cover;
  transition: all 0.5s;
}
.list-img-02 .box-s .box-info {
  padding: 22px 30px;
}
.list-img-02 .box-s .info-title {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
@media (max-width: 767px) {
  .list-img-02 .box-s .info-title {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.list-img-02 .box-s .info-lxr {
  color: #999999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .list-img-02 .box-s .info-lxr {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.gallery-top .box-s,
.gallery-thumbs .box-s {
  position: relative;
}
.gallery-top .box-s .box-img,
.gallery-thumbs .box-s .box-img {
  overflow: hidden;
}
.gallery-top .box-s .box-img img,
.gallery-thumbs .box-s .box-img img {
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}
.gallery-top .box-s .box-title,
.gallery-thumbs .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 93, 169, 0.8);
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.6;
}
.gallery-top {
  margin-bottom: 30px;
}
.gallery-top .box-s .box-img {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-top .box-s .box-img img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-top .gallery-prev::after,
.gallery-top .gallery-next::after {
  font-family: "FontAwesome";
  color: #005DA9;
  font-size: 40px;
}
.gallery-top .gallery-prev::after {
  content: "\f104";
}
.gallery-top .gallery-next::after {
  content: "\f105";
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .box-s {
  opacity: 1;
}
.gallery-thumbs .box-s {
  opacity: 0.5;
  transition: all 0.5s;
}
.gallery-thumbs .box-s .box-img img {
  height: 120px;
  width: 100%;
}
