*,
*::before,
*::after {
  box-sizing: border-box;
}
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background: #F9FAFF;
  text-rendering: optimizeSpeed;
}
ol,
ul {
  list-style: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}
a {
  color: inherit;
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, opacity 0.24s ease;
}
a:hover,
a:focus {
  color: #005BAB;
}
button,
input,
textarea,
select {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
  color: inherit;
  outline: none;
}
button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
/* 清除浮动 */
.fix {
  *zoom: 1;
}
.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-one,
.overflow-one-static {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.overflow-line-1,
.overflow-line-2,
.overflow-line-3,
.overflow-line-4,
.overflow-line-static-1,
.overflow-line-static-2,
.overflow-line-static-3,
.overflow-line-static-4,
.overflow-max-1,
.overflow-max-2,
.overflow-max-3,
.overflow-max-4,
.overflow-max-static-1,
.overflow-max-static-2,
.overflow-max-static-3,
.overflow-max-static-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 26px;
}
.overflow-line-1,
.overflow-line-static-1 {
  -webkit-line-clamp: 1;
  height: 26px;
}
.overflow-line-2,
.overflow-line-static-2 {
  -webkit-line-clamp: 2;
  height: 52px;
}
.overflow-line-3,
.overflow-line-static-3 {
  -webkit-line-clamp: 3;
  height: 78px;
}
.overflow-line-4,
.overflow-line-static-4 {
  -webkit-line-clamp: 4;
  height: 104px;
}
.overflow-max-1,
.overflow-max-static-1 {
  -webkit-line-clamp: 1;
  max-height: 26px;
}
.overflow-max-2,
.overflow-max-static-2 {
  -webkit-line-clamp: 2;
  max-height: 52px;
}
.overflow-max-3,
.overflow-max-static-3 {
  -webkit-line-clamp: 3;
  max-height: 78px;
}
.overflow-max-4,
.overflow-max-static-4 {
  -webkit-line-clamp: 4;
  max-height: 104px;
}
@media (max-width: 767.98px) {
  .overflow-one {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
  .overflow-line-1,
  .overflow-line-2,
  .overflow-line-3,
  .overflow-line-4,
  .overflow-max-1,
  .overflow-max-2,
  .overflow-max-3,
  .overflow-max-4 {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
@keyframes ciacFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-in {
  opacity: 1;
  transform: translateY(0);
  animation: ciacFadeUp 0.6s ease both;
}
.animate-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1440px) and (max-width: 1699.98px) {
  .container {
    max-width: calc(100% - 120px);
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .container {
    max-width: 92%;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-page {
  background: #F9FAFF;
  color: #333333;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 112px;
  color: #ffffff;
}
.header-inner {
  width: 1820px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.site-logo {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.site-logo img {
  width: 613px;
  height: 80px;
  display: block;
}
.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-link {
  font-size: 14px;
  line-height: 1;
  padding-top: 18px;
  color: #ffffff;
}
.top-link:hover,
.top-link:focus {
  color: #ffffff;
  opacity: 0.8;
}
.header-main {
  display: flex;
  align-items: center;
  margin-top: 25px;
  min-width: 0;
}
.site-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.site-nav li {
  margin-left: 50px;
}
.site-nav a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffff;
  white-space: nowrap;
}
.site-nav a:hover {
  color: #ffffff;
  opacity: 0.78;
}
.header-search {
  width: 272px;
  height: 36px;
  margin-left: 48px;
  display: flex;
  align-items: center;
  background: rgba(0, 104, 183, 0.74);
  border-radius: 3px;
}
.header-search input.inp-text {
  width: 230px;
  height: 36px;
  padding: 0 12px;
  border: 0;
  color: #ffffff;
  background: transparent;
  font-size: 14px;
}
.header-search input.inp-text::placeholder {
  color: rgba(255, 255, 255, 0.78);
}
.header-search button {
  width: 44px;
  height: 36px;
  padding: 0;
  background: url("ciac-icon-search.png") center center / 20px 20px no-repeat;
}
.mobile-tools {
  display: none;
}
.menu-toggle,
.mobile-search-btn {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 2px;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #ffffff;
  transition: transform 0.24s ease, opacity 0.24s ease;
}
.menu-toggle.is-open span {
  opacity: 0;
}
.menu-toggle.is-open::before {
  transform: translateY(6px) rotate(45deg);
}
.menu-toggle.is-open::after {
  transform: translateY(-6px) rotate(-45deg);
}
.mobile-search-btn {
  background: url("ciac-icon-search.png") center center / 18px 18px no-repeat;
}
.mobile-search-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 110px 15px 0;
  background: rgba(0, 36, 84, 0.78);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
.mobile-search-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-search-box {
  width: 100%;
  max-width: 520px;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 36, 84, 0.22);
  transform: translateY(-12px) scale(0.98);
  opacity: 0;
  transition: transform 0.26s ease, opacity 0.22s ease;
}
.mobile-search-modal.is-open .mobile-search-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.mobile-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.mobile-search-head strong {
  color: #333333;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.mobile-search-box form {
  display: flex;
  height: 48px;
  border: 1px solid #005BAB;
  border-radius: 5px;
  overflow: hidden;
}
.mobile-search-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 16px;
  color: #333333;
  font-size: 16px;
}
.mobile-search-box input::placeholder {
  color: #8a8a8a;
}
.mobile-search-box button[type="submit"] {
  width: 58px;
  background: #005BAB url("ciac-icon-search.png") center center / 18px 18px no-repeat;
}
.mobile-search-close {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef3f8;
}
.mobile-search-close::before,
.mobile-search-close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 13px;
  width: 12px;
  height: 2px;
  background: #005BAB;
}
.mobile-search-close::before {
  transform: rotate(45deg);
}
.mobile-search-close::after {
  transform: rotate(-45deg);
}
body.modal-open {
  overflow: hidden;
}
.hero {
  position: relative;
  overflow: hidden;
  background: url("ciac-bannerbg.png") bottom center / cover no-repeat;
  padding-top: 116px;
}
@media screen and (max-width: 1199px) {
  .hero {
    padding-top: 92px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 72px;
  }
}
.banner-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.banner-box .box-img {
  overflow: hidden;
}
.banner-box .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  object-fit: cover;
  height: 600px;
}
.banner-box .box-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 240px 30px 50px;
}
.banner-box .box-text::after {
  content: '';
  background: url('ciac-home-news-pattern-bottom.png') repeat-x center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 117px;
}
.banner-box .box-text a {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .banner-box .box-text a {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.hero .swiper,
.hero .swiper-wrapper,
.hero .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-container {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transition: opacity 0.3s;
  transform: translate3d(0, 0, 0);
}
.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 100%;
}
.swiper-pagination-bullets {
  width: 100%;
  left: 0;
}
.hero-title {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 272px;
  transform: translateX(-50%);
  width: 720px;
  max-width: 80%;
  text-align: center;
}
.hero-title img {
  width: 623px;
}
.hero-title img + img {
  margin-top: 10px;
}
.hero .swiper-pagination {
  bottom: 28px ;
  right: 40px ;
  width: auto;
  left: auto ;
}
.hero .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  margin: 0 3px !important;
  position: relative;
  opacity: 1;
  background: transparent;
}
.hero .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
  transition: opacity 0.24s ease;
}
.hero .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.hero .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 1px #ffffff;
}
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
}
.section-title p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 9px;
  color: #8d8d8d;
  text-transform: uppercase;
}
.section-title.is-white h2,
.section-title.is-white p {
  color: #ffffff;
}
.section-title.is-white p {
  letter-spacing: 8px;
}
.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  border: 1px solid currentColor;
  border-radius: 20px;
  color: #005BAB;
  font-size: 16px;
}
.btn-more:hover {
  background: #005BAB;
  color: #ffffff;
}
.news-section {
  position: relative;
  padding: 80px 0 70px;
  background: #ffffff url("ciac-achievement-pattern-bg.png") top center / 100% no-repeat;
}
.home-news-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 760px 1fr;
  column-gap: 70px;
  align-items: self-start;
}
.headline-card .swiper {
  width: 760px;
  max-width: 100%;
  height: 640px;
  overflow: hidden;
}
.headline-card,
.home-news-list {
  min-width: 0;
}
.headline-image {
  position: relative;
  display: block;
  width: 760px;
  height: 502px;
  overflow: hidden;
  background: #e8edf4;
}
.headline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headline-card .swiper-pagination {
  top: 458px !important;
  bottom: auto !important;
  text-align: right;
  padding-right: 36px;
}
.headline-card .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: transparent;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
}
.headline-card .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
  transition: opacity 0.24s ease;
}
.headline-card .swiper-pagination-bullet-active {
  border-color: #fff;
}
.headline-info {
  display: flex;
  padding-top: 28px;
  background: #ffffff;
}
.news-date {
  flex: 0 0 92px;
  text-align: left;
  color: #005BAB;
}
.news-date strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.news-date span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #666666;
}
.headline-copy {
  padding-left: 24px;
  border-left: 1px solid #d9dfe8;
  position: relative;
}
.headline-copy::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  background: #FBA01F;
  left: -2px;
  top: 0;
}
.headline-copy h3 {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 29px;
  max-height: 29px;
}
@media (max-width: 767.98px) {
  .headline-copy h3 {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.headline-copy p {
  margin-top: 8px;
  font-size: 16px;
  color: #666666;
  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: 767.98px) {
  .headline-copy p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.home-news-list {
  position: relative;
}
.home-news-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 92px;
  height: 1px;
  border-top: 1px dashed #d9dfe8;
}
.home-news-list li {
  display: grid;
  grid-template-columns: 90px 1fr 210px;
  column-gap: 24px;
  padding: 34px 0 34px 0;
  position: relative;
}
.home-news-list li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 92px;
  width: 1px;
  background: #D8D8D8;
}
.home-news-list li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 92px;
  height: 1px;
  border-top: 1px dashed #d9dfe8;
}
.home-news-list li:first-child {
  padding-top: 32px;
}
.home-news-list .news-text {
  position: relative;
  display: block;
}
.home-news-list .news-text::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 7px;
  width: 3px;
  height: 24px;
  background: #f5a11a;
}
.home-news-list .news-text h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  max-height: 64px;
}
@media (max-width: 767.98px) {
  .home-news-list .news-text h3 {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.home-news-list .news-text p {
  margin-top: 9px;
  color: #666666;
  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: 767.98px) {
  .home-news-list .news-text p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.home-news-list .news-thumb {
  width: 210px;
  height: 139px;
  object-fit: cover;
}
.news-more {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 48px;
}
.achievement-home {
  padding: 60px 0 80px;
  background: #005BAB url("ciac-supply-blue-wave-bg.png") center center / cover no-repeat;
}
.achievement-layout {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 370px 680px 470px;
  gap: 40px;
  align-items: stretch;
}
.tech-tabs {
  width: 370px;
  height: 582px;
  overflow: hidden;
  background: rgba(0, 92, 174, 0.9);
}
.tech-tabs .swiper-wrapper {
  display: block;
  height: auto;
}
.tech-tabs li {
  width: 370px;
  height: 116.4px;
}
.tech-tabs button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 32px 0 25px;
  color: #ffffff;
  background: #005fac;
  font-size: 22px;
  text-align: left;
  transition: background-color 0.24s ease;
}
.tech-tabs button:hover {
  background: #0067ba;
}
.tech-tabs li.active button {
  background: #f5a11a;
  font-weight: 700;
}
.tech-tabs button img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  object-fit: contain;
}
.tech-tabs button span {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
}
.tech-tabs button em {
  position: relative;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border-radius: 50%;
  background: url('ciac-icon-arrow-white.png') no-repeat center center / 26px;
}
.tech-tabs li.active button em {
  background: #ffffff url('ciac-icon-arrow-blue.png') no-repeat center center / 26px;
  box-shadow: 0 8px 18px rgba(98, 64, 10, 0.18);
}
.tech-panels {
  grid-column: 2 / 4;
  min-width: 0;
}
.tech-panel {
  display: none;
  grid-template-columns: 680px 470px;
  gap: 40px;
}
.tech-panel.active {
  display: grid;
}
.tech-feature {
  display: block;
  width: 680px;
  min-width: 0;
  background: #005ab2;
}
.tech-feature img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.tech-feature-body {
  height: 132px;
  padding: 29px 30px 20px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
}
.tech-feature-body h3 {
  font-size: 20px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .tech-feature-body h3 {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.tech-feature-body p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
}
.tech-side-list {
  width: 470px;
  height: 582px;
  padding: 28px 30px 20px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 91, 171, 0.1);
  color: #ffffff;
}
.tech-side-list li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.tech-side-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tech-side-list li:hover h3 {
  color: rgba(255, 255, 255, 0.8);
}
.tech-side-list h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .tech-side-list h3 {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.tech-side-list p {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .tech-side-list p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.tech-side-list time {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.tech-feature,
.tech-side-list {
  opacity: 1;
  transition: opacity 0.18s ease;
}
.achievement-layout.is-changing .tech-feature,
.achievement-layout.is-changing .tech-side-list {
  opacity: 0.35;
}
.achievement-home .news-more {
  margin-top: 60px;
}
.achievement-home .news-more .btn-more,
.supply-home .news-more .btn-more {
  color: #ffffff;
}
.achievement-home .news-more .btn-more:hover,
.supply-home .news-more .btn-more:hover {
  background: #ffffff;
  color: #005BAB;
}
.industry-home {
  padding: 80px 0 70px;
  background: #F9FAFF;
}
.industry-tabs ul {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  height: 220px;
  background: #F3F5FC;
}
.industry-tabs li {
  text-align: center;
}
.industry-tabs button {
  display: block;
  width: 100%;
  height: 220px;
  color: #333333;
  background: #f2f3fa;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.industry-tabs img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 18px;
  object-fit: contain;
}
.industry-tabs li.active button {
  color: #ffffff;
  background-color: #096db5;
  background: linear-gradient(270deg, #1F80C6 0%, #005BAB 100%), #D8D8D8;
}
.industry-panels {
  margin-top: 40px;
}
.industry-panel {
  display: none;
  grid-template-columns: 780px 1fr;
  gap: 40px;
}
.industry-panel.active {
  display: grid;
}
.industry-lead {
  position: relative;
  height: 520px;
  overflow: hidden;
}
.industry-lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-lead-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  padding: 20px 30px;
  color: #ffffff;
  background: rgba(0, 34, 62, 0.78);
}
.industry-lead-body h3 {
  font-size: 20px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .industry-lead-body h3 {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.industry-lead-body p {
  margin-top: 6px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 26px;
  max-height: 26px;
}
.industry-news {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.industry-news li a {
  position: relative;
  display: block;
  height: 240px;
  padding: 32px 24px 24px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(18, 74, 120, 0.08);
}
.industry-news li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 8px;
  background-color: #005BAB;
  background: linear-gradient(270deg, #1F80C6 0%, #005BAB 100%), #D8D8D8;
}
.industry-news h3 {
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  height: 64px;
}
@media (max-width: 767.98px) {
  .industry-news h3 {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.industry-news p {
  margin-top: 20px;
  color: #666666;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 27.2px;
  max-height: 54.4px;
}
@media (max-width: 767.98px) {
  .industry-news p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.industry-news time {
  display: block;
  margin-top: 20px;
  color: #8a8a8a;
}
.supply-home {
  padding: 80px 0 70px;
  background: #005BAB url("ciac-supply-blue-wave-bg.png") center center / cover no-repeat;
}
.supply-accordion {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  height: 560px;
  overflow: hidden;
}
.supply-item {
  width: 100px;
  min-width: 100px;
  display: flex;
  overflow: hidden;
  color: #ffffff;
  background: center center / cover no-repeat;
  transition: width 0.3s ease;
}
.supply-item.active {
  width: 1120px;
}
.supply-label {
  flex: 0 0 100px;
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.supply-label img {
  width: 66px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 36px;
}
.supply-label span {
  writing-mode: vertical-rl;
  letter-spacing: 7px;
}
.supply-main {
  flex: 0 0 1020px;
  width: 1020px;
  padding: 40px;
  background: #ffffff;
  color: #333333;
}
.supply-feature {
  display: grid;
  grid-template-columns: 470px 1fr;
  background: #F9FAFF;
}
.supply-feature img {
  width: 470px;
  height: 310px;
  object-fit: cover;
}
.supply-feature div {
  padding: 38px 40px;
}
.supply-feature h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .supply-feature h3 {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.supply-feature p {
  margin-top: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  max-height: 90px;
}
@media (max-width: 767.98px) {
  .supply-feature p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.supply-feature time {
  display: block;
  margin-top: 32px;
  color: #8a8a8a;
}
.supply-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  padding-top: 28px;
}
.supply-links li a {
  padding-left: 36px;
  font-size: 20px;
  color: #333333;
  background: url("ciac-icon-dian.png") left center / 21px 15px no-repeat;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 76px;
  line-height: 76px;
}
@media (max-width: 767.98px) {
  .supply-links li a {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .supply-links li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px dashed #d9dfe8;
  }
}
@media (max-width: 767px) {
  .supply-links li:not(:nth-last-child(-n+1)) {
    border-bottom: 1px dashed #d9dfe8;
  }
}
.supply-links li a:hover {
  color: #005BAB;
}
.partners-home {
  padding: 80px 0 80px;
  background: #f2f4fa;
}
.partners-home .news-more {
  margin-top: 10px;
}
.partner-grid {
  margin-top: 56px;
}
.partner-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.partner-grid li.partner-box {
  float: left;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.partner-grid li:hover a {
  box-shadow: 0 8px 22px rgba(18, 74, 120, 0.12);
}
.partner-grid li:hover a img {
  transform: scale(1.06);
}
.partner-grid li.partner-box a {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(18, 74, 120, 0.08);
  text-align: center;
}
.partner-grid img {
  max-width: 90%;
  max-height: 80px;
  transition: all 0.5s;
}
.site-footer {
  padding: 35px 0 30px;
  color: #ffffff;
  background: #005BAB;
  text-align: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-brand img {
  width: 613px;
  max-width: 90%;
  margin: 0 auto;
}
.site-footer p {
  margin-top: 22px;
  font-size: 16px;
}
.site-footer p + p {
  margin-top: 8px;
}
.site-footer span {
  display: inline-block;
}
.site-footer p span + span {
  margin: 0 8px;
}
.inner-banner {
  position: relative;
  height: 500px;
  padding-top: 214px;
  color: #ffffff;
  text-align: center;
  background-color: #00377f;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
}
.inner-banner p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.subnav-row {
  position: relative;
}
.has-subnav {
  margin-top: -50px;
  height: 100px;
  margin-bottom: 60px;
}
.has-subnav .crumb {
  padding-bottom: 10px;
}
.subnav-row.has-subnav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc((100% - 1600px) / 2 + 400px);
  max-width: 56%;
  background: #1F80C6;
}
.subnav-row .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.subnav {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
  height: 100px;
  padding-right: 100px;
  background: #1F80C6;
}
.subnav::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-bottom: 100px solid #1F80C6;
  border-right: 50px solid transparent;
}
.subnav ul {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
}
.subnav a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 100px;
  white-space: nowrap;
}
.subnav a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.subnav li.active a {
  padding-left: 36px;
  font-weight: 700;
}
.subnav li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 24px;
  transform: translateY(-50%);
  background: url("ciac-icon-cube-nav.png") center center / 20px 24px no-repeat;
}
.crumb {
  flex: 1;
  min-width: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #666666;
  font-size: 16px;
  white-space: nowrap;
}
.crumb span:first-child {
  padding-left: 30px;
  background: url("ciac-icon-location.png") left center / 20px 20px no-repeat;
}
.bread-crumbs .bread-item {
  color: #666666;
  font-size: 16px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #666666;
}
.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: #666666;
  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: #333333;
  max-width: 100%;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
.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;
  font-size: 18px;
}
.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 h3 {
  margin: 32px 0 8px;
  color: #1559b6;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.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: #005BAB;
}
.details-page .main-page .a-page:hover a {
  color: #005BAB;
}
@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("ciac-icon-wechat.png") no-repeat center center;
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("ciac-icon-weibo.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: 50px;
  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;
  }
}
.crumb em {
  margin: 0 16px;
  font-style: normal;
}
.inner-main {
  padding: 0 0 80px;
  background: #F9FAFF;
}
.content-panel {
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(18, 74, 120, 0.08);
}
.news-list li {
  margin-bottom: 30px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list a {
  position: relative;
  display: grid;
  grid-template-columns: 246px 112px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  min-width: 0;
  min-height: 194px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(18, 74, 120, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.news-list a > div {
  min-width: 0;
}
.news-list a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(18, 74, 120, 0.14);
}
.news-list li.no-image a {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 46px;
  min-height: 172px;
  padding-left: 44px;
}
.news-list li.no-image a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 5px;
  background: #005BAB;
}
.news-list img {
  width: 246px;
  height: 162px;
  object-fit: cover;
}
.news-list .datebox {
  border-right: 1px solid #d9dfe8;
  color: #333333;
}
.news-list li.no-image .datebox {
  color: #005BAB;
}
.news-list .datebox strong {
  display: block;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
.news-list .datebox span {
  display: block;
  margin-top: 12px;
  font-size: 18px;
}
.news-list h2 {
  font-size: 20px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .news-list h2 {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.news-list p {
  margin-top: 20px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  max-height: 90px;
}
@media (max-width: 767.98px) {
  .news-list p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.pagination li a,
.pagination li span {
  display: block;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  line-height: 38px;
  text-align: center;
  color: #333333;
  background: #ffffff;
  border: 1px solid #e1e5eb;
  border-radius: 4px;
}
.pagination li.active span,
.pagination li a:hover {
  color: #ffffff;
  background: #005BAB;
  border-color: #005BAB;
}
.article-panel {
  padding: 46px 80px 70px;
}
.article-title {
  text-align: center;
}
.article-title h2 {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
}
.article-meta {
  margin-top: 36px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #d9dfe8;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-icons {
  display: flex;
  gap: 12px;
}
.share-icons img {
  width: 30px;
  height: 30px;
}
.article-content {
  font-size: 18px;
  line-height: 2.18;
  color: #333333;
}
.article-content p,
.article-content div {
  margin-bottom: 20px;
}
.filter-panel {
  padding: 40px 0 0;
}
.filter-row {
  display: grid;
  grid-template-columns: 120px 120px 1fr;
  gap: 26px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px dashed #d9dfe8;
}
.filter-row strong {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
}
.filter-row .a-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #333;
  font-size: 18px;
}
.filter-row .a-all.active-filter {
  border-color: #005BAB;
  color: #005BAB;
}
.filter-row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 10px;
  min-height: 38px;
  align-items: center;
}
.filter-row a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: #333333;
  font-size: 18px;
}
.filter-row a:focus {
  outline: none;
  box-shadow: none;
  color: #333333;
  text-decoration: none;
}
.filter-row a.active-filter:focus,
.filter-row a.is-active:focus,
.filter-row a[aria-pressed="true"]:focus {
  color: #005BAB;
}
.filter-row ul a.active-filter,
.filter-row ul a.is-active,
.filter-row ul li.active-filter a,
.filter-row ul li.is-active a,
.filter-row ul a[aria-pressed="true"] {
  border-color: #005BAB;
  background: rgba(0, 91, 171, 0.08);
  color: #005BAB;
  font-weight: 700;
}
.achievement-list {
  margin-top: 40px;
}
.achievement-list li {
  margin-bottom: 30px;
}
.achievement-list li:last-child {
  margin-bottom: 0;
}
.achievement-list a {
  position: relative;
  display: grid;
  grid-template-columns: 246px 1fr;
  gap: 40px;
  padding: 30px;
  min-height: 192px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(18, 74, 120, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.achievement-list ul li a.active-filter {
  color: #005BAB;
}
.achievement-list a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(18, 74, 120, 0.14);
}
.achievement-list li.no-image a {
  grid-template-columns: 1fr;
  min-height: 168px;
  padding-left: 44px;
}
.achievement-list li.no-image a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 5px;
  background: #005BAB;
}
.achievement-list img {
  width: 246px;
  height: 162px;
  object-fit: cover;
}
.achievement-list h2 {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  max-height: 64px;
}
@media (max-width: 767.98px) {
  .achievement-list h2 {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.item-contact {
  margin-top: 20px;
  display: flex;
  gap: 60px;
  color: #666666;
}
.item-contact span:last-child {
  padding-left: 28px;
  background: url("ciac-icon-phone.png") left center / 18px 18px no-repeat;
}
.achievement-list p {
  margin-top: 15px;
  line-height: 1.8;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .achievement-list p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.detail-info {
  margin: 36px 0 50px;
  padding: 32px 80px;
  background: #f5f7fc;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 60px;
  color: #666666;
}
.detail-section-title {
  position: relative;
  padding-left: 22px;
  margin-bottom: 42px;
  font-size: 26px;
  font-weight: 700;
}
.detail-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 24px;
  background: #005BAB;
}
.download-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.download-list li {
  min-width: 0;
}
.download-card {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  height: 276px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(18, 74, 120, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.download-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(18, 74, 120, 0.14);
}
.download-card.no-image {
  grid-template-columns: 1fr;
  min-height: 224px;
  padding: 34px 38px;
}
.download-card.no-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  bottom: 34px;
  width: 5px;
  background: #005BAB;
}
.download-card img {
  width: 180px;
  height: 234px;
  object-fit: cover;
}
.download-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.download-card h2 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}
.download-card.no-image h2 {
  margin-top: 0;
}
.download-card p {
  margin-top: 20px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .download-card p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
.download-meta {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
.download-meta time {
  color: #8a8a8a;
}
.download-meta .download-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #005BAB;
  border-radius: 4px;
  background: url("ciac-icon-download.png") center center / 18px 18px no-repeat;
}
.single-panel {
  padding: 60px 80px;
}
.single-panel p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
}
.duty-table {
  padding: 60px 80px;
  overflow-x: auto;
}
.duty-table table {
  min-width: 980px;
  font-size: 18px;
}
.duty-table th {
  height: 60px;
  padding: 0 30px;
  color: #ffffff;
  background: #005BAB;
  text-align: left;
  font-weight: 700;
}
.duty-table td {
  padding: 28px 30px;
  vertical-align: middle;
}
.duty-table tbody tr:nth-child(even) {
  background: #f5f7fc;
}
.duty-table .col-name {
  width: 130px;
}
.duty-table .col-post {
  width: 260px;
}
.duty-table .col-zz {
  width: 260px;
}
.duty-table .col-phone {
  width: 210px;
}
.duty-table .col-email {
  width: 240px;
}
.contact-panel {
  padding: 60px 80px;
}
.contact-map {
  display: grid;
  grid-template-columns: 386px 1fr;
}
.contact-info {
  min-height: 500px;
  padding: 72px 30px 40px;
  color: #ffffff;
  background: #005BAB url("ciac-contact-info-bg.png") center center / cover no-repeat;
}
.contact-info h2 {
  font-size: 23px;
  line-height: 1.7;
  font-weight: 700;
}
.contact-info ul {
  margin-top: 32px;
}
.contact-info li {
  margin-bottom: 18px;
  font-size: 18px;
}
.contact-map .map-img {
  width: 100%;
  height: 500px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.product-card {
  display: block;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(18, 74, 120, 0.08);
}
.product-card .card-img {
  overflow: hidden;
}
.product-card:hover img {
  transform: scale(1.1);
}
.product-card img {
  width: 100%;
  height: 334px;
  object-fit: cover;
  transition: all 0.3s;
}
.product-card h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 90px;
  line-height: 90px;
}
@media (max-width: 767.98px) {
  .product-card h2 {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.text-list-wrap {
  padding: 40px 80px;
}
.text-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px dashed #d9dfe8;
  font-size: 20px;
}
.text-list li a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 20px;
  flex: 0 0 20px;
  background: url("ciac-icon-dian.png") center center / 21px 15px no-repeat;
}
.text-list li span {
  flex: 1;
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .text-list li span {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.text-list time {
  margin-left: 40px;
  color: #8a8a8a;
  font-size: 16px;
}
.partners-page {
  padding-top: 0;
  padding-bottom: 80px;
}
.inner-partners .partner-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.inner-partners .partner-grid li {
  height: 160px;
}
.inner-partners .partner-grid a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
.inner-partners .partner-grid img {
  max-width: 82%;
  max-height: 86px;
  object-fit: contain;
}
