/* -- 重定义 -- */

body {
  background-color: #fff !important;
  font-size: 16px;
}

/* @media screen and (min-width: 1920px) {
    .container {
        max-width: 1560px;
    }
} */

@media screen and (min-width: 991px) {
  main {
    padding-top: 76px;
    min-height: calc(100vh - 283px);
  }
}
@media screen and (max-width: 990px) {
  main {
    padding-top: 70px;
  }
}

.cursor {
  cursor: pointer;
}

.btn-default {
  color: #434343 !important;
  background-color: #fff !important;
  border-color: #f1f1f1;
}

.btn-spec {
  color: #fff !important;
  background-color: #0a53a0 !important;
  border-color: #0a53a0 !important;
}

.theme_btn {
    overflow: hidden;
    color: #2A79CD!important;
    background: #E6F3FF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    font-family: "Circular Std";
    padding: 12px 25px 12px 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
    border: 0px;
}

.theme_btn i {
    font-size: 14px;
    line-height: 1;
    margin-left: 10px;
    transition: 0.3s;
}

.theme_btn::before {
    top: 0px;
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    position: absolute;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.theme_btn:hover {
  background-color: #D3EAFF!important;
}

.theme_btn:hover::before {
    left: 0px;
    width: 100%;
    right: auto;
}

.theme_btn:hover i {
    transform: translateX(10px);
}

button.block {
  display: block;
  width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.probootstrap-cover .overlay {
  position: absolute;
  background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

b,
strong {
  font-weight: bold;
}

.text-line-height {
  line-height: 1.86;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slider.slider-in-dots {
  margin-bottom: 0;
}

.slider-in-dots .slick-dots {
  bottom: 10px;
}

.slick-dots li button:before {
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #4c80e7;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0;
}

a:link,
a:hover,
a:active,
a:visited {
  color: #333;
}

a.link-white:link,
a.link-white:active,
a.link-white:visited {
  color: #fff;
}

a.link-white:hover {
  color: #0081cc;
}

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

.table-header-bg > thead > tr > th,
.table-header-bg > thead > tr > td {
  background-color: #1bb676;
  border-bottom-color: #1bb676;
}

.card-block {
  padding: 15px 20px;
}

.pos-rel {
  position: relative;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  color: #0081cc;
}

.navbar-default .navbar-nav > .active > a {
  position: relative;
}

.navbar-default .navbar-nav > .active > a::before {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  margin-left: 0;
  height: 3px;
  background-color: #0081cc;
  content: "";
}

.navbar-brand,
.navbar-brand img {
  height: 54px;
}

.navbar-brand-s,
.navbar-brand-s img {
  height: 46px;
}

#main-menu {
  /* margin-top: 10px; */
}

.navbar-toggle {
  margin-right: 0;
}

.card-item {
  position: relative;
  z-index: 99;
}

.btn {
  padding: 6px 24px;
  font-size: 14px;
}

.btn.btn-lg {
  padding: 10px 40px;
  font-size: 16px;
}

.btn-app-blue-outline {
  color: #358ed7 !important;
  border-color: #358ed7;
}

.btn-app-blue-outline:hover {
  color: #ffffff !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #358ed7;
  border-color: #358ed7;
  cursor: default;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
}

.round {
  border-radius: 5000px;
}

.radius {
  border-radius: 6px;
}

.radius-0 {
  border-radius: 0px;
}

.zindex-2 {
  z-index: 2;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.banner[data-height="100"] {
  height: 100px;
}

.banner[data-height="200"] {
  height: 200px;
}

.banner[data-height="500"] {
  height: 550px;
}

@media (min-width: 768px) {
  .custom-5-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  right: 32px;
  bottom: 20px;
  background: #0081cc9a;
  color: #fff !important;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top i {
  font-size: 24px;
}

.back-to-top:hover {
  color: #fff;
  background: #0081cc;
  transition: background 0.2s ease-in-out;
}

/* ==================
          边框
 ==================== */

/* -- 实线 -- */

.solid,
.solid-top,
.solid-right,
.solid-bottom,
.solid-left,
.solids,
.solids-top,
.solids-right,
.solids-bottom,
.solids-left,
.dashed,
.dashed-top,
.dashed-right,
.dashed-bottom,
.dashed-left {
  position: relative;
}

.solid::after,
.solid-top::after,
.solid-right::after,
.solid-bottom::after,
.solid-left::after,
.solids::after,
.solids-top::after,
.solids-right::after,
.solids-bottom::after,
.solids-left::after,
.dashed::after,
.dashed-top::after,
.dashed-right::after,
.dashed-bottom::after,
.dashed-left::after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  transform: scale(0.5);
  transform-origin: 0 0;
  pointer-events: none;
  box-sizing: border-box;
}

.solid::after {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-top::after {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-right::after {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-bottom::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-left::after {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.solids::after {
  border: 2px solid #eee;
}

.solids-top::after {
  border-top: 2px solid #eee;
}

.solids-right::after {
  border-right: 2px solid #eee;
}

.solids-bottom::after {
  border-bottom: 2px solid #eee;
}

.solids-left::after {
  border-left: 2px solid #eee;
}

.solid-gray {
  border-color: #fff;
}

/* -- 虚线 -- */

.dashed::after {
  border: 1px dashed #ddd;
}

.dashed-top::after {
  border-top: 1px dashed #ddd;
}

.dashed-right::after {
  border-right: 1px dashed #ddd;
}

.dashed-bottom::after {
  border-bottom: 1px dashed #ddd;
}

.dashed-left::after {
  border-left: 1px dashed #ddd;
}

/* ==================
          布局
 ==================== */

/*  -- flex弹性布局 -- */

.flex {
  display: flex;
}

.basis-xs {
  flex-basis: 20%;
}

.basis-sm {
  flex-basis: 40%;
}

.basis-df {
  flex-basis: 50%;
}

.basis-lg {
  flex-basis: 60%;
}

.basis-xl {
  flex-basis: 80%;
}

.flex-sub {
  flex: 1;
}

.flex-twice {
  flex: 2;
}

.flex-treble {
  flex: 3;
}

.flex-direction {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: flex-center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.align-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.row .col-5 {
  width: 20%;
}

.width-5 {
  width: 50%;
  margin: auto;
}

.width-7 {
  width: 70%;
  margin: auto;
}

.width-8 {
  width: 80%;
  margin: auto;
}

.p-a-xs {
  padding: 6px;
}

/* ==================
          文本
 ==================== */

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-df {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.text-xxl {
  font-size: 28px;
}

.text-sl {
  font-size: 36px;
}

.text-xsl {
  font-size: 46px;
}

.text-Abc {
  text-transform: Capitalize;
}

.text-ABC {
  text-transform: Uppercase;
}

.text-abc {
  text-transform: Lowercase;
}

.text-price::before {
  content: "¥";
  font-size: 80%;
  margin-right: 8px;
}

.text-cut {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

.text-cut.clamp1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-cut.clamp2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-cut.clamp3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-lighter {
  font-weight: 300;
}

.text-bold {
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.text-content {
  line-height: 1.6;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-red,
.line-red,
.lines-red {
  color: #e54d42;
}

.text-orange,
.line-orange,
.lines-orange {
  color: #f37b1d;
}

.text-yellow,
.line-yellow,
.lines-yellow {
  color: #fbbd08;
}

.text-olive,
.line-olive,
.lines-olive {
  color: #8dc63f;
}

.text-green,
.line-green,
.lines-green {
  color: #39b54a;
}

.text-cyan,
.line-cyan,
.lines-cyan {
  color: #1cbbb4;
}

.text-blue,
.line-blue,
.lines-blue {
  color: #0081ff;
}

.text-purple,
.line-purple,
.lines-purple {
  color: #6739b6;
}

.text-mauve,
.line-mauve,
.lines-mauve {
  color: #9c26b0;
}

.text-pink,
.line-pink,
.lines-pink {
  color: #e03997;
}

.text-brown,
.line-brown,
.lines-brown {
  color: #a5673f;
}

.text-grey,
.line-grey,
.lines-grey {
  color: #8799a3;
}

.text-gray,
.line-gray,
.lines-gray {
  color: #aaaaaa;
}

.text-black,
.line-black,
.lines-black {
  color: #333333;
}

.text-white,
.line-white,
.lines-white {
  color: #ffffff;
}

.text-spec,
.line-spec,
.lines-spec {
  color: #0E8CD6;
}

.bg-gradient-blue {
  background: linear-gradient(180deg, rgba(37, 154, 224, 0.3) 0%, rgba(37, 154, 224, 0) 18%), #e5f3ff;
}

.bg-gradual-blue {
  background-color: #b5e3ff;
}
.bg-light-blue {
  background-color: #e6f3ff;
}

.bg-gradual-gray {
  background: linear-gradient(180deg, rgba(243, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 10%);
}

.bg-yellow {
  background-color: #fdf3e2;
  color: #ffffff;
}

.bg-green {
  background-color: #18b476;
  color: #ffffff;
}

.bg-blue {
  background-color: #b5e3ff;
  color: #023a8d;
}

.bg-blue-deep {
  background-color: #023a8d;
  color: #ffffff;
}

.bg-blue-light {
  background-color: rgba(0, 129, 203, 0.3);
}

.bg-gray {
  background-color: #f5f5f5;
  color: #333333;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-8 {
  opacity: 0.8;
}

.img-120 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
}

.img-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
}

.img-80 img {
  margin: auto;
  width: 60px;
  height: 70px;
  padding-top: 10px;
}

.img-120 img {
  margin: auto;
  width: 80px;
  height: 100px;
  padding-top: 20px;
}

.photo-item {
  overflow: hidden;
  border-radius: 4px;
}

.photo-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.photo-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 9;
}

.card-color {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  background-color: #007fcc;
  color: #fff !important;
}

.card-color:hover {
  background-color: #fff;
  color: #333 !important;
}

.card-trans {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.card-trans:hover {
  margin-top: -8px;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/* Card Frame */
.card-frame {
  cursor: pointer;
  border: 1px solid #cfcfcf;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.card-frame:hover {
  border-color: rgba(207, 207, 207, 0.5);
  box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.card-cover {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.card-cover:hover {
  background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
  color: #fff;
}

/* Card Shadow */
.card-shadow {
  transition: 0.3s;
}

.card-shadow:hover {
  box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .section {
    padding-top: 2.6em;
    padding-bottom: 2.6em;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}

.section-title-box {
  margin-bottom: 36px;
}

.section-title-box .section-title {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  position: relative;
}
.section-title-box .section-title::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  transform: translate(-50%);
  height: 6px;
  width: 2em;
  background: #259ae0;
}
.section-title-box .section-sub-title {
  font-size: 16px;
  color: #666;
}
@media screen and (min-width: 769px) {
.section-title-box .section-sub-title {
  width: 70%;
  text-align: center;
  margin: auto;
}
}

.section-name {
  font-size: 32px;
  font-weight: 500;
  color: #333;
  position: relative;
  margin-bottom: 36px;
}

.section-name::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  transform: translate(-50%);
  height: 6px;
  width: 2em;
  background: #259ae0;
}

@media screen and (max-width: 768px) {
  .section-name {
    font-size: 28px;
  }
  .section-name::after {
    width: 58px;
    height: 6px;
  }
}

.section-tit {
  padding-bottom: 30px;
}

.section-subtit {
  text-align: center;
}

.section-sub .more {
  position: absolute;
  right: 10px;
  top: 0;
}

.section-sub .tit {
  position: relative;
  text-align: center;
  height: 46px;
  margin-bottom: 20px;
}

.viewmore {
  color: #888;
  font-size: 14px;
  cursor: pointer;
}

.view-black div {
  background-color: rgba(0, 0, 0, 0.2);
}

.view-black div::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.border-3 {
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.border-10 {
  border: 10px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  #Container h1 {
    text-align: center;
    line-height: normal;
    overflow: hidden;
    font-size: 2rem;
    color: #000;
    line-height: 1.5em;
  }
  #Container.en h1 {
    text-align: left;
  }

  #Container .artInfo {
    padding-bottom: 15px;
  }

  .ContainerCon img {
    max-width: 100%;
    margin: auto;
  }

  .ContainerCon p,
  .ContainerCon div {
    font-size: 1em;
    line-height: 1.5em;
    margin: 15px 0;
  }
}

@media screen and (min-width: 768px) {
  #Container {
    padding: 0px 15px 20px 15px;
  }

  #Container h1 {
    text-align: center;
    line-height: normal;
    overflow: hidden;
    font-size: 28px;
    color: #000;
    line-height: 45px;
    letter-spacing: 0px;
    padding-bottom: 12px;
  }
  #Container.en h1 {
    text-align: left;
  }

  .artInfo {
    padding-bottom: 0px;
  }

  .artInfo span {
    position: relative;
    padding-right: 15px;
    padding-left: 5px;
  }
  .artInfo span::after {
    position: absolute;
    content: "/";
    right: 0;
    top: 0;
  }
  .artInfo span:first-child {
    padding-left: 0;
  }
  .artInfo span:last-child::after {
    display: none;
  }
  .ContainerCon {
    padding: 0 30px 30px 30px;
    min-height: 360px;
  }
  .ContainerCon.en {
    padding: 0;
  }
  .ContainerCon center {
    font-size: 16px;
  }

  .ContainerCon img {
    /*width: expression(this.width>920?"920px":this.width);*/
    max-width: 100%;
    margin: auto;
  }

  .ContainerCon p,
  .ContainerCon div {
    font-size: 16px;
    line-height: 2em;
    margin: 15px 0;
    text-indent: 2em;
  }
  .ContainerCon.en p,
  .ContainerCon.en div {
    text-indent: 0em;
  }
}

/* 工程案例 */

.cases-item .cases-box {
  position: relative;
  cursor: pointer;
}

.cases-item .tit-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: linear-gradient(0deg, rgba(14, 19, 38, 0.5) 0%, rgba(14, 19, 38, 0) 100%);
  color: #fff;
}

.cases-item .tit-box .tit {
  font-size: 18px;
}
.nav-drawer > li > a {
  font-size: 16px;
}

.nav-drawer > .active > a {
  background-color: #f2f2f4;
  border-color: #2264a9;
  font-weight: 600;
}

.nav-drawer > .active > a:hover,
.nav-drawer > .active > a:focus,
.nav-drawer > .active > a:active {
  background-color: #f2f2f4;
  border-color: #2264a9;
}

.js-slider .slick-slide {
  position: relative;
}
.js-slider .slider-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  z-index: 99;
}

.slider-banner {
  position: relative;
  height: 400px;
  background-color: #f3f3f3;
}

@media screen and (min-width: 1280px) {
  .slider-banner {
    height: 400px;
  }
  .slider-banner .img-photo {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1279px) {
  .slider-banner {
    height: 280px;
  }

  .banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner-title .banner-title-text {
    text-align: center;
    font-size: 32px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1280px) {
  .banner-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 200px;
    color: #ffffff;
    z-index: 2;
  }
  .banner-title .banner-title-text {
    width: 60%;
    text-align: left;
    font-size: 48px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 991px) {
  .banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
  }
  .banner-title .banner-title-text {
    width: 60%;
    text-align: left;
    font-size: 64px;
    line-height: 1.1;
  }
}

.collapse {
  margin-top: 15px;
}

.card {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}

.box-shadow {
  box-shadow: 0px 4px 10px 0px rgba(79, 141, 214, 0.3);
}

.intro-box {
  line-height: 36px;
  text-indent: 2em;
}

@media screen and (max-width: 990px) {
  .item-photo {
    padding-right: 0 !important;
    padding-bottom: 16px;
  }

  .item-photo img.img-block {
    width: 100%;
    margin: auto;
  }
  .cms-item-photo {
    background: #ffffff;
    /* padding: 20px; */
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .cms-item-photo:last-child {
    border-bottom: none;
  }
  .cms-item-photo .item-img {
    position: relative;
  }

  .cms-item-photo .item-img .icon {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 2px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .cms-item-photo .item-img img {
    margin: auto;
    width: 26vw;
  }

  .cms-item-photo .item-detail {
    flex: 1;
    color: #666;
  }
  .cms-item-photo .item-title {
    font-size: 20px;
    color: #333333;
  }
  .cms-item-photo .item-info {
    font-size: 14px;
  }
  .cms-item-column {
    flex-direction: column;
  }
  .cms-item-column .item-img img {
    margin: auto;
    width: 100%;
    border-radius: 4px;
  }
}

@media screen and (min-width: 991px) {
  .main-box {
    padding: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .cms-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  .cms-item .item-img {
    display: table-cell;
    vertical-align: top;
  }

  .cms-item .item-img img {
    width: 300px;
    margin: auto;
  }

  .cms-item-photo .item-spec img {
    margin: auto;
    width: 500px !important;
  }

  .cms-item .item-detail {
    display: table-cell;
    vertical-align: top;
    flex: 1;
    color: #666;
  }
  .cms-item-photo .item-title {
    font-size: 18px;
    color: #333333;
  }

  .cms-item-photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    /* padding: 20px; */
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }

  .cms-item-photo:last-child {
    border-bottom: none;
  }

  .cms-item-photo .item-img {
    position: relative;
  }

  .cms-item-photo .item-img .icon {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 2px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .cms-item-photo .item-img .icon:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .cms-item-photo .item-img img {
    width: 250px;
  }

  .cms-item-photo .item-img-large img {
    width: 320px;
    margin: auto;
    border-radius: 4px;
  }
  .cms-item-photo .item-detail {
    display: table-cell;
    vertical-align: top;
    flex: 1;
    color: #666;
    font-size: 14px;
  }
}

.cms-item-photo .item-desc {
  color: #666;
  margin-top: 12px;
  line-height: 1.8;
  font-size: 14px;
}
.cms-item-photo .item-more {
  margin-top: 16px;
  font-size: 14px;
}

.form-control {
  font-size: 100%;
}
.title-style {
  margin-bottom: 24px;
  display: flex;
}
.title-style .title-name {
  position: relative;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  color: #333;
}
.title-style .title-name.cn {
  font-size: 24px;
}

.title-style .title-name:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 2em;
  background-color: #3488ea;
  bottom: -2px;
  left: 0;
  z-index: 3;
}

.tit {
  font-size: 20px;
  color: #142a8e;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  .title-style {
    font-size: 24px;
    position: relative;
    text-align: center;
  }
}

.flex-box {
  display: flex;
  gap: 10px;
}
