@charset "UTF-8";

@font-face {
  font-family: ziti;
  src: url("../img/font/DingTalk_JinBuTi_Regular.woff2") format('woff2'),
  url("../img/font/DingTalk_JinBuTi_Regular.woff") format('woff'),
  url("../img/font/DingTalk_JinBuTi_Regular.ttf") format('truetype');
}
.ziti {
  font-family: ziti;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  opacity: 0.8;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-button-prev {
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 2%;
  background-image: url(../img/left.png);
}
.swiper-button-next {
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  top: 50%;
  right: 2%;
  background-image: url(../img/right.png);
}

.blockquote,
.btn-theme,
p {
  line-height: 1.4;
}

a{
  cursor: pointer;
}


.btn-theme.active.focus,
.btn-theme.active:focus,
.btn-theme.focus,
.btn-theme:active.focus,
.btn-theme:active:focus,
.btn-theme:focus,
:active,
:focus,
a,
a:active,
a:focus,
a:hover {
  outline: 0;
}

.btn-theme:hover,
.service .service-element,
.service .service-info,
.service:hover .service-element,
.service:hover .service-info {
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.blockquote,
.header .nav-item-child,
.link,
a,
body,
em,
h1,
h2,
h3,
h4,
h5,
h6,
li,
li a,
p,
span {
  font-family: siyuanNormal;
}

.back-to-top:focus,
.back-to-top:hover,
.btn-theme.focus,
.btn-theme:focus,
.btn-theme:hover,
.content-wrapper-link,
.header .logo-wrap:focus,
.header .logo-wrap:hover,
a:active,
a:focus,
a:hover,
h1 > a:focus,
h2 > a:focus,
h3 > a:focus,
h4 > a:focus,
h5 > a:focus,
h6 > a:focus {
  text-decoration: none;
}

.back-to-top,
.carousel-title,
.header .nav-item-child,
.link {
  text-transform: uppercase;
}

.container-full-width:after,
.masonry-grid:after {
  clear: both;
}

html {
  overflow-x: hidden;
}

body,
html,
html a {
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #a6a7aa;
  margin-bottom: 15px;
}

em,
li,
li a {
  font-size: 16px;
  font-weight: 500;
  color: #515769;
}

li {
  list-style: none;
}

a {
  color: #81848f;
}

a:active,
a:focus,
a:hover {
  color: #999caa;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  color: #bfc1c7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #515769;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3,
h4 {
  font-size: 22px;
}

::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}

.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  color: #a6a7aa;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #17bed2;
  content: "“";
}

.btn-theme {
  position: relative;
  display: inline-block;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme.active,
.btn-theme:active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled,
.btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
  pointer-events: none;
}

.btn-white-brd {
  color: #fff;
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}

.btn-white-brd.focus,
.btn-white-brd:focus,
.btn-white-brd:hover {
  color: #515769;
  background: #fff;
  border-color: transparent;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-base-bg,
.btn-default-bg.focus,
.btn-default-bg:focus,
.btn-default-bg:hover {
  background: #17bed2;
  color: #fff;
  border-color: transparent;
}

.btn-base-bg {
  border-width: 0;
}

.btn-base-bg.focus,
.btn-base-bg:focus,
.btn-base-bg:hover {
  color: #fff;
  background: #63cbd7;
  border-color: transparent;
}

.footer .footer-seperator,
.header .navbar {
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
}

.pricing {
  padding: 70px 45px;
  background: #fff;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .pricing {
    margin-top: 0;
  }
}

.pricing.pricing-active {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pricing.pricing-active {
    margin-top: 0;
  }
}

.pricing .pricing-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.pricing .pricing-list-item {
  position: relative;
  font-size: 13px;
  color: #81848f;
  padding-left: 20px;
  margin-bottom: 10px;
}

.pricing .pricing-list-item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
  margin-right: 10px;
}

@media (max-width: 991px) {
  .promo-section .promo-section-col {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .promo-section {
    position: relative;
    height: 400px;
  }

  .promo-section .promo-section-col {
    width: 45%;
  }

  .promo-section .promo-section-img-left {
    position: absolute;
    top: 0;
    right: 50%;
  }

  .promo-section .promo-section-img-right {
    position: absolute;
    top: 0;
    left: 50%;
  }

  .promo-section .ver-center {
    display: table;
    height: 400px;
  }

  .promo-section .ver-center-aligned {
    display: table-cell;
    vertical-align: middle;
  }
}

.service {
  background: #fff;
  padding: 50px;
}

.service .service-element,
.service .service-info {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.service .service-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.header .logo-img,
.header .logo-img-main,
.header .logo-wrap {
  display: inline-block;
}

.service:hover .service-element {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.service:hover .service-info {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
}

.work,
.work .work-overlay {
  position: relative;
}

.work .work-content,
.work .work-overlay:before {
  position: absolute;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  transition-duration: 0.3s;
  left: 0;
}

.work .work-overlay:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  content: " ";
}

.work .work-content {
  bottom: 0;
  opacity: 0;
  padding: 25px;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.footer {
  background-color: #f2f2f2;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #cbd3e1;
  margin-bottom: 25px;
}

.footer .footer-list-link {
  color: #cbd3e1;
}

.footer .footer-list-link:hover {
  color: #fff;
}

.footer .footer-input {
  background: rgba(0, 0, 0, 0.15);
}

.footer .footer-logo {
  width: 100px;
  height: auto;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.header .navbar {
  margin-bottom: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  border: none;
  border-radius: 0;
}

.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
  position: absolute;
  left: 0;
  background: #fff;
  content: " ";
}

.page-on-scroll .header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.page-on-scroll .header .navbar-toggle .toggle-icon:after,
.page-on-scroll .header .navbar-toggle .toggle-icon:before {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #185c92;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
  width: 21px;
  height: 1px;
  background: #185c92;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active,
.header .logo-img-main,
.header .nav-item .nav-item-hover.active:after,
.header .nav-item:hover .nav-item-hover:after {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

.header .logo {
  width: 200px;
  height: 100px;
  float: left;
  max-height: 95px;
  line-height: 65px;
}

.header .logo-wrap {
  padding: 15px 0;
}

.header .logo-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .logo-img-active {
  display: none;
}

.header .nav-item,
.header .nav-item-child {
  display: block;
  /* position: relative */
}

/* ------------------yzh--------------------- */
.header .nav-item:hover .menu-drop {
  height: auto;
}
.header .nav-item .menu-drop {
  position: absolute;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-align: left;
  font-size: 0;
  background-color: #fff;
  -webkit-box-shadow: 5px 8px 27px 0 rgb(55 99 170 / 15%);
  box-shadow: 5px 8px 27px 0 rgb(55 99 170 / 15%);
}

.header .nav-item .menu-drop-a {
  letter-spacing: 2px;
  display: block;
}

.header .nav-item .menu-drop-b {
  letter-spacing: 2px;
  display: none;
}

.header .nav-item .menu-drop-ul {
  display: none;
}

.header .nav-item .menu-drop-ul ul li {
  cursor: pointer;
  line-height: 40px;
}

.menu-drop .max-width-1200 {
  position: relative;
  max-width: 1780px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}

.menu-drop .max-width-1200 .menu-main {
  padding: 0 70px;
  height: 100%;
}

.menu-drop .menu-down {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
}

.menu-drop .menu-down .title-center {
  margin: 20px 0 20px;
  text-align: left;
  font-size: 0;
}

.menu-drop .menu-down .title-center .list-text {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 39px);
  margin: 0 18px 3px 19px;
}

.menu-drop .menu-down .title-center .list-text a {
  display: block;
  letter-spacing: 0.5px;
  padding: 11px;
}

.menu-drop .menu-down .title-center .list-text:hover h6 {
  font-size: 16px;
  color: #596efb;
}

.menu-drop .menu-down .title-center .list-text p {
  margin: 0;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
  color: #767785;
}

.menu-drop .menu-down .title-center .list-text:hover {
  background: linear-gradient(180deg, #f2f8ff, #fff);
  box-shadow: 6px 6px 6px 0 rgb(55 99 170 / 7%), 0 0 0 1px #fff inset;
}

.menu-drop .menu-down .title-center .list-text a {
  display: block;
  letter-spacing: 0.5px;
  padding: 11px;
}

.menu-drop .menu-down .title-center .list-text h6 {
  margin: 0;
  line-height: 31px;
  font-size: 16px;
  color: #000;
}
.menu-drop .menu-down .title-center .list-text h6 span{
  margin: 0;
  line-height: 31px;
  font-size: 15px;
  color: #000;
}

/* ------------------------------------------- */

.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* .header .nav-item:last-child .nav-item-child {
	padding-right: 0
} */

.header .nav-item .nav-item-hover.active:after,
.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
}

.header .nav-item-child {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 55px;
  margin: 3px 20px;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-hover {
  position: relative;
}

.header .nav-item-hover:after {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 2px;
  background: #fd9b03;
  opacity: 0;
  content: " ";
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar:has(.menu-drop-a:hover) {
  background: #fff;
  border-bottom-color: #f0f0f0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  box-shadow: 5px 8px 27px 0 rgb(55 99 170 / 15%);
}
.header .navbar:has(.menu-drop-a:hover) .nav-item-child {
  color: #185c92;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar:has(.menu-drop-a:hover) .logo-img-active {
  display: inline-block;
}
.header .navbar:has(.menu-drop-a:hover) .logo-img-main {
  display: none;
}



@media (max-width: 991px) {
  .header .nav-item-hover:after {
    display: none;
  }
  .header .nav-item .menu-drop-a {
    letter-spacing: 2px;
    display: none;
  }
  .header .nav-item .menu-drop-b {
    letter-spacing: 2px;
    display: block;
  }
  .header .nav-item .menu-drop {
    display: none;
  }

  .header {
    background: #fff;
  }

  .header .navbar-toggle {
    display: block;
  }

  .header .navbar-collapse.collapse {
    display: none !important;
  }

  .header .navbar-collapse.collapse.in {
    display: block !important;
  }

  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    box-shadow: 5px 8px 27px 0 rgb(55 99 170 / 15%);
  }

  .header .navbar-nav {
    margin: 0;
    float: none;
  }

  .header .navbar-nav .nav-item {
    float: none;
  }

  .header .menu-container:after,
  .header .menu-container:before {
    content: " ";
    display: table;
  }

  .header .menu-container:after {
    clear: both;
  }

  .header .logo .logo-img-main {
    display: none;
  }

  .header .logo .logo-img-active {
    display: inline-block;
  }

  .header .nav-item-child {
    color: #185c92;
    line-height: 1.4;
    margin: 5px 15px;
    padding: 12px 12px 12px 15px;
  }

  .header .nav-item-hover:after {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .header .navbar > .container,
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header .navbar > .container {
    width: auto;
  }
}

@media (min-width: 992px) {
  .header .navbar-nav-right {
    float: right;
  }

  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    box-shadow: 5px 8px 27px 0 rgb(55 99 170 / 15%);
  }

  .page-on-scroll .header .logo-img-active,
  .page-on-scroll .header .logo-img-main {
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .page-on-scroll .header .logo-img-main {
    display: none;
  }

  .page-on-scroll .header .logo-img-active {
    display: inline-block;
  }

  .page-on-scroll .header .nav-item-child {
    color: #185c92;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

.back-to-top,
.back-to-top:hover {
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  transition-duration: 0.3s;
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-fade-out {
  opacity: 0.4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img,
.swiper-clients-img:hover {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-indicators {
  /* left: auto; */
  width: auto;
  padding-left: 0;
  margin-left: 0;
}

.carousel-centered {
  text-align: left;
  margin-left: 20px;
  /* position: absolute;
	top: 50%; */
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.carousel-title {
  font-size: 66px;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .carousel-title {
    font-size: 60px;
  }
}

.gm-style
  > div:first-child
  > div
  + div
  > div:last-child
  > div
  > div:first-child
  > div,
.gm-style
  > div:first-child
  > div
  + div
  > div:last-child
  > div
  > div:first-child
  > div
  > div
  > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style
  > div:first-child
  > div
  + div
  > div:last-child
  > div
  > div:first-child
  > div:first-child,
.gm-style
  > div:first-child
  > div
  + div
  > div:last-child
  > div
  > div:last-child
  > img {
  display: none;
}

.gm-style
  > div:first-child
  > div
  + div
  > div:last-child
  > div
  > div:last-child {
  overflow: inherit !important;
}

.overflow-h,
.swiper-slider {
  overflow: hidden;
}

.gm-style
  > div:first-child
  > div
  + div
  > div:last-child
  > div
  > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: Simple-Line-Icons;
  color: #515769;
  content: "\e082";
}

.gm-style-iw {
  top: 22px !important;
  left: 22px !important;
}

.masonry-grid {
  position: relative;
  margin: 0 -2px;
}

.masonry-grid:after,
.masonry-grid:before {
  content: " ";
  display: table;
}

.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
}

.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}

.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}

.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}

.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}

.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}

.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}

.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}

.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}

.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}

.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}

.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}

.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

@media (max-width: 768px) {
  .masonry-grid .masonry-grid-item,
  .masonry-grid .masonry-grid-item.col-1,
  .masonry-grid .masonry-grid-item.col-10,
  .masonry-grid .masonry-grid-item.col-11,
  .masonry-grid .masonry-grid-item.col-12,
  .masonry-grid .masonry-grid-item.col-2,
  .masonry-grid .masonry-grid-item.col-3,
  .masonry-grid .masonry-grid-item.col-4,
  .masonry-grid .masonry-grid-item.col-5,
  .masonry-grid .masonry-grid-item.col-6,
  .masonry-grid .masonry-grid-item.col-7,
  .masonry-grid .masonry-grid-item.col-8,
  .masonry-grid .masonry-grid-item.col-9 {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .masonry-grid .masonry-grid-item,
  .masonry-grid .masonry-grid-item.col-1,
  .masonry-grid .masonry-grid-item.col-10,
  .masonry-grid .masonry-grid-item.col-11,
  .masonry-grid .masonry-grid-item.col-12,
  .masonry-grid .masonry-grid-item.col-2,
  .masonry-grid .masonry-grid-item.col-3,
  .masonry-grid .masonry-grid-item.col-4,
  .masonry-grid .masonry-grid-item.col-5,
  .masonry-grid .masonry-grid-item.col-6,
  .masonry-grid .masonry-grid-item.col-7,
  .masonry-grid .masonry-grid-item.col-8,
  .masonry-grid .masonry-grid-item.col-9 {
    width: 100%;
  }
}

.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
}

.swiper-clients-img:hover {
  opacity: 0.8;
}

.color-base {
  color: #17bed2;
}

.color-white {
  color: #fff;
}

.color-heading {
  color: #515769;
}

.color-subtitle {
  color: #a6a7aa;
}

.color-link {
  color: #81848f;
}

.color-link-hover {
  color: #999caa;
}

.color-sky-light {
  color: #fafafa;
}

.bg-color-base {
  background: #17bed2;
}

.bg-color-white {
  background: #fff;
}

.bg-color-heading {
  background: #515769;
}

.bg-color-subtitle {
  background: #a6a7aa;
}

.bg-color-link {
  background: #81848f;
}

.bg-color-link-hover {
  background: #999caa;
}

.bg-color-sky-light {
  background: #fafafa;
}

.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.parallax-content {
  padding-top: 220px;
  padding-bottom: 120px;
}

.full-width {
  width: 100%;
  height: auto;
}

.container-full-width {
  width: 100%;
}

.container-full-width:after,
.container-full-width:before {
  content: " ";
  display: table;
}

.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }

  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }

  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }

  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }

  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }

  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }

  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }

  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }

  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }

  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }

  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }

  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }

  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
  .footer .copyright p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }

  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }

  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }

  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }

  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }

  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }

  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }

  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }

  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }

  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }

  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }

  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }

  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }

  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }

  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }

  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }

  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }

  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }

  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }

  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }

  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }

  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }

  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }

  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }

  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
  .footer .copyright p {
    font-size: 12px;
  }
}

.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.height-400 {
  height: 400px !important;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.carousel-centered p,
.parallax-content p {
  color: #eee;
}
/* -----------------案例中心---------------------- */
.exam-left {
  display: block;
}
.exam-right {
  display: none;
}

.show-821{
  display: none;
}
.noshow-821{
  display: block;
}

.banner-a {
  width: 100%;
  height: 400px;
  background: url("../img/case-banner.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.industrial-software__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.container-a h4 {
  text-align: left;
}

.industrial-software__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.industrial-software__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 210px;
}

.industrial-software__item:nth-child(2n) .industrial-software__left {
  margin-right: 0;
  margin-left: 180px;
}

.industrial-software__left h2 {
  margin-bottom: 30px;
  color: #185c92;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  font-weight: 700 !important;
}

.industrial-software__left p {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
}

.industrial-software__right {
  width: 385px;
  height: 385px;
  position: relative;
}

.industrial-software__right img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: middle;
}

.btn-title {
  padding-top: 5%;
}

.btn-title a {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  color: #185c92;
  background-color: #fff;
  border: 1px solid #185c92;
  margin: 0 5px;
}

.btn-title a:hover {
  color: #fff;
  background-color: #fd9b03;
  border: 1px solid #fff;
}

.case-h2 {
  font-size: 28px;
  margin: 60px 0;
}

.details-div {
  padding: 60px 0;
}

.details-img {
  vertical-align: sub;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 2px;
}

.details-span {
  font-size: 20px;
  color: #33699a;
  font-weight: 600;
}

.details-p {
  font-size: 15px;
  text-indent: 2em;
  color: #666666;
  margin-bottom: 0;
  line-height: 36px;
}

.details-p-span {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.service-list {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.service-item {
  display: inline-block;
  padding: 4px;
  margin-bottom: 15px;
}

.service-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.exam-features-main .exam-img-top {
  margin-top: 15%;
}


/* --------------------技术能力------------------- */
.technical-banner {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}
.technical0-banner {
  background: url("../img/technical-banner.png") no-repeat;
  background-size: 100% 100%;
}
.technical1-banner {
  background: url("../img/techniacl1.jfif") no-repeat;
  background-size: 100% 100%;
}
.technical-banner-title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  width: fit-content;
  margin: 0;
}
.technical-banner-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: fit-content;
  margin: 10px 0 0 0;
}
.technical-overview {
  display: flex;
  align-items: center;
}
.technical-overview .container .technical-title {
  margin-bottom: 30px;
}
.technical-function .container .technical-title {
  margin-bottom: 30px;
}
.technical-overview .container {
  padding: 60px 15px;
}
.technical-title {
  display: flex;
  align-items: center;
  cursor: default;
}
.technical-title span {
  width: 4px;
  height: 32px;
  background-color: #ff9e07;
  display: block;
}
.technical-title h4 {
  font-size: 28px;
  font-weight: 400;
  color: #185c92;
  padding-left: 15px;
  margin: 0;
  line-height: 1;
}
.technical-overview-text {
  font-size: 15px;
  color: #666;
  margin: 0;
  cursor: default;
  text-indent: 2em;
  line-height: 36px;
}
.technical-function .container {
  padding: 0 15px 60px;
}
.function-main-item {
  cursor: default;
}
.function-main-item div {
  padding: 15px;
  border-radius: 10px;
}
.function-main-item div:hover {
  box-shadow: 0 0 20px rgb(174 177 177 / 50%);
}
.function-main-item div h4 {
  font-size: 16px;
  padding-bottom: 20px;
  margin: 0;
  color: #333;
}
.function-main-item div p {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin: 0;
  line-height: 2;
}
.function-main-item div span {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.text-num {
  font-size: 15px;
  font-weight: 400 !important;
  color: #666;
}

.text-num img {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-bottom: 3px;
}
/* ---------------资讯动态详情------------- */
.news-detail-main .container{
  padding: 60px 15px;
}
.main-header h4{
  text-align: center;
  font-size: 32px;
  color: #000;
  margin-bottom: 12px;
}
.main-header p{
  text-align: center;
  font-size: 16px;
  color: #999;
  margin: 0;
}
.main-content img{
  width: 60%;
  height: 400px;
  display: block;
  margin: 60px auto;
}
.main-content p{
  font-size: 18px;
  color: #666;
  text-indent: 2em;
  line-height: 1.8;
}

.main-out {
  text-align: center;
  margin-top: 30px;
}

.main-out a {
  font-size: 16px;
  color: #185c92;
}

.main-out a:hover {
  color: #fd9b03;
}
/* ---------------资讯动态----------------- */
.news-banner {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  background: url("../img/news-banner.jpg") no-repeat;
  background-size: 100% 100%;
}
.news-list .container{
  padding: 50px 15px;
}
.news-list .container ul{
  padding: 0;
}
.news-list .container ul li {
  position: relative;
  display: flex;
  height: 180px;
  margin-bottom: 30px;
  padding: 20px;
  cursor: pointer;
}
.news-list .container ul li:last-child {
  margin-bottom: 50px;
}
.news-list .container ul li:hover {
  box-shadow: 0 0 20px rgb(174 177 177 / 50%);
}
.news-list .container ul li img{
  width: 350px;
  height: 100%;
}
.news-text{
  margin-left: 60px;
  flex: 1;
}
.news-title{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  /* display: block; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-title:hover{
  color: #185c92;
}
.news-message{
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.news-content{
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
.news-detail{
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #185c92;
  font-size: 14px;
  cursor: pointer;
}
.news-detail:hover{
  color: #fd9b03;
}
.page a{
  text-decoration: none;
  border: 1px solid #c0c0c0;
  color: #999;
  padding: 5px 10px;
  font-size: 16px;
}
.page a:hover,
.page span:hover{
  background-color: #1d6daf;
  color: #fff;
  border-color:#185c92;
}
.page .lue {
  color: #999;
}
.page .lue:hover {
	background-color: unset;
	color: unset;
}
.page .current{
  background: #185c92;
  border: none;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}
.page .pre{
  border: 1px solid #c0c0c0;
  color: #999;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}
.page{
  text-align: center;
}
.page span,.page a{
  margin-right: 10px;
}
/* -------------------考试平台-------------------- */
.exam-banner {
  width: 100%;
  height: 400px;
  background: url("../img/exam-banner.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.exam-banner1 {
  width: 100%;
  height: 400px;
  background: url("../img/exam-banner.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.exam-banner2 {
  width: 100%;
  height: 400px;
  background: url("../img/exam-banner.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.exam-banner3 {
  width: 100%;
  height: 400px;
  background: url("../img/exam-banner.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.exam-banner-title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  width: fit-content;
  margin: 0 0 0 12px;
}
.exam-banner-subtitle{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: fit-content;
  margin: 10px 0 0 12px;
}
.exam-product {
  margin: 60px 0;
}
.exam-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.title-icon{
  font-size: 42px !important;
  color: #185c92;
  margin-right: 10px;
  line-height: 1;
}
.exam-title-text {
  font-size: 30px;
  color: #185c92;
}
.exam-product-main-title {
  font-size: 28px;
  /* background: linear-gradient(to right, #05d6ff, #0b4cb5); */
  background-color: #0b4cb5;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 30px;
}

.exam-product-main-text p {
  font-size: 15px;
  color: #333;
  text-indent: 36px;
  line-height: 36px;
  margin: 0;
}

.exam-features-main div {
  height: 370px;
  margin: 20px 0;
  overflow: hidden;
}
.exam-features-main-img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  object-fit: cover;
}
.exam-features-main-text {
  display: flex;
  align-items: center;
}
.features-text {
  height: fit-content !important;
  margin: 0;
}
.pl50{
  padding-left: 50px;
}
.pr50{
  padding-right: 50px;
}
.ml50{
  margin-left: 50px !important; 
}
.mr50{
  margin-right: 50px !important;
}
.features-text h4 {
  font-size: 18px;
  font-weight: 400;
  color: #0b4cb5;
}
.features-text p {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin: 0;
  line-height: 32px;
}
.features-text span {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.features-text div {
  height: fit-content;
}
.exam-advantage {
  padding: 60px 0;
}
.exam-advantage-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.advantage-main-item {
  padding: 0 10px;
}
.advantage-main-item div {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.advantage-main-item div img {
  width: 60px;
  height: 60px;
  margin: 30px 0 15px;
  transition: all 0.6s;
}
.advantage-main-item div:hover img {
  transform-origin: 50%;
  transform: rotate(180deg);
}

.advantage-main-item div h4 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.advantage-main-item div .advantage-p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 0;
  padding: 0 22px 30px;
  height: 75px;
}
.banner {
  width: 100%;
  height: 400px;
  background: url("../img/about-banner.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
}
.banner-english {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.company-profile .container {
  padding: 60px 15px;
}
.company-profile h4,
.about-h4 {
  font-size: 28px;
  font-weight: 400;
  color: #333;
  margin-bottom: 25px;
  line-height: 1;
}

.information-dynamic .container .about-h4{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.information-dynamic .container .about-h4 .more{
  cursor: pointer;
}

.icon-more,.text-more{
  font-size: 20px !important;
  color: #f5f5f5;
}


.text-more:hover,.text-more:active,.text-more:focus{
  color: #f5f5f5;
}

.company-profile p {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  margin-bottom: 60px;
  line-height: 1;
}
.about-p {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  margin-bottom: 60px;
  line-height: 1;
}
.contact .container .about-p{
  font-size: 16px;
  font-weight: 400;
  color: #999;
  margin-bottom: 25px;
  line-height: 1;
}
.company-profile .container .main {
  width: 100%;
  position: relative;
}
.company-profile .container .main img {
  width: 900px;
  height: 500px;
}
.company-profile .container .main .company-profile-text {
  width: 740px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 2%;
  position: absolute;
  top: 70px;
  right: 0;
}

.company-profile-text-p{
  margin-bottom: 0 !important;
}

.company-profile .container .main .company-profile-text {
  box-shadow: -5px -5px 10px -4px #70b7f1, 5px 5px 10px -4px #70b7f1,
    5px -5px 10px -4px #70b7f1, -5px 5px 10px -4px #70b7f1;
}
.company-profile .container .main .company-profile-text h4 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.company-profile .container .main .company-profile-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #666;
  text-indent: 36px;
}
.information-dynamic {
  width: 100%;
  background: url("../img/information-bg.png") no-repeat;
  background-size: 100% 100%;
}
.information-dynamic .container {
  padding: 60px 15px;
  position: relative;
}
.information-dynamic .container .information-dynamic-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information-dynamic-more {
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.information-dynamic .container .main {
  display: flex;
  justify-content: space-between;
}
.information-dynamic .container .main .main-item {
  width: 22%;
  /* height: 405px; */
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5px -5px 10px -4px #4e5052, -5px 5px 10px -4px #4e5052;
}
.information-dynamic .container .main .main-item img:hover {
  transform: scale(1.1);
}
.information-dynamic .container .main .main-item img {
  width: 100%;
  height: 200px;
  transition: all 0.4s;
}
.information-dynamic .container .main .main-item div{
  overflow: hidden;
}
.information-dynamic .container .main .main-item:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/info5.png") no-repeat;
  text-align: center;
}
.information-dynamic .container .main .main-item:nth-child(4) img {
  width: 175px;
  height: 175px;
}

.information-dynamic .container .main .main-item:nth-child(4) .more-text h4 {
  font-size: 28px;
  color: #fff;
}
.information-dynamic .container .main .main-item:nth-child(4) .more-text p {
  font-size: 16px;
  color: #fff;
  height: unset;
  margin-bottom: 30px;
}

.information-dynamic .container .main .main-item h4 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0;
  margin: 15px;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
}
.information-dynamic .container .main .main-item p {
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0 15px;
  margin: 0;
  cursor: default;
}
.information-dynamic .container .main .main-item span {
  float: left;
  display: block;
  font-size: 16px;
  padding: 15px;
  cursor: default;
}

.information-dynamic .container .main .main-item .detail{
  font-size: 16px;
  padding: 15px;
  float: right;
  color: #33699a;
}

.information-dynamic .container .main .main-item .detail:hover{
  color: #fd9b03;
  cursor: pointer;
}

.contact {
  padding: 60px 0;
}
.contact .main {
  font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
}
.contact .main p {
  font-size: 18px;
  color: #666;
  padding: 25px 0;
}
.contact #map {
  height: 400px;
}
.honor {
  width: 100%;
  background-color: #1c569c;
}
.honor .container {
  padding: 60px 15px;
}
.honor .container h4,
.honor .container p {
  color: #fff;
}
.honor-item-p {
  font-size: 16px;
}
.enlarge-img{
  cursor: pointer;
}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
}

/* 底部 */
.footer .footer-container {
  width: 100%;
  padding: 60px 0 40px;
}

.footer .footer-container .footer-company {
  padding-right: 40px;
}
.footer .footer-container .footer-company img {
  width: 80%;
}

.footer .footer-container .footer-company .phone-text {
  margin: 20px 0 0;
  font-size: 18px;
  color: #555;
}

.footer .footer-container .footer-company .phone-number {
  margin: 20px 0 0;
  font-size: 20px;
  color: #185c92;
}

.footer .footer-container .footer-company .address {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.footer .footer-container .footer-product {
  padding: 0;
}

.footer .footer-container .footer-product ul {
  padding: 0;
}

.footer .footer-container .footer-product h4 {
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer .footer-container .footer-product li {
  margin-bottom: 14px;
}

.footer .footer-container .footer-product li a {
  font-size: 15px;
  color: #555;
}

.footer .footer-container .footer-product li a:hover {
  color: #185c92;
}

.footer .footer-container .footer-code {
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.footer-code div {
  width: 150px;
  overflow: hidden;
}
.footer .footer-container .footer-code img {
  width: 150px;
  transition: all 0.4s;
}

.footer .footer-container .footer-code img:hover {
  transform: scale(1.1);
}

.footer .footer-container .footer-code p {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.footer .copyright {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .copyright p {
  color: #666;
  margin-bottom: 0;
}
.p0 {
  padding-left: 0 !important;
}
/* 解决导航锚点偏移问题 */
.anchor{
  display: block;
  height: 95px; /*和顶部fix的高度一致*/
  margin-top: -95px; /*和顶部fix的高度一致*/
  visibility: hidden;
}

/* 关于我们引入的img/iconfont/iconfont.css */
@font-face {
  font-family: "iconfont";
  src: url('../img/iconfont/iconfont.woff2?t=1672815309777') format('woff2'),
       url('../img/iconfont/iconfont.woff?t=1672815309777') format('woff'),
       url('../img/iconfont/iconfont.ttf?t=1672815309777') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gengduo:before {
  content: "\e8a6";
}

.icon-Tab_ruanjiandingdan:before {
  content: "\e657";
}

.icon-Tab_ruanjianguanli:before {
  content: "\e658";
}

.icon-Tab_zidingyiziduan:before {
  content: "\e659";
}

.icon-Tab_goumaifuwu:before {
  content: "\e661";
}

.icon-Tab_zhijianpeizhi:before {
  content: "\e662";
}

/* 关于我们swiper样式 */
.honor .swiper {
  width: 100%;
  height: 500px;
}

.honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #1c569c;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.honor .slide-container {
  width: 100%;
  height: 100%;
  /* padding-right: 100px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.honor .slide-container p {
  margin-top: 12px;
}
.honor .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0;
}
.honor .my-bullet {
  display: block;
  width: 12px;
  height: 12px;
  background: #1c569c;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 20px;
}
.honor .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
@media (min-width: 1600px) {
  .exam-features-main .exam-img-top {
    margin-top: 5%;
  }

  .industrial-software__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30%;
  }

  .industrial-software__item:nth-child(2n) .industrial-software__left {
    margin-right: 0;
    margin-left: 20%;
  }

  .industrial-software__right {
    width: 600px;
    height: 600px;
    position: relative;
  }
}
@media (max-width: 1560px){
  .news-list .container ul li {
	padding: 10px;
  }
  .news-detail {
	right: 10px;
	bottom: 10px;
  }
  .company-profile .container .main .company-profile-text {
    right: 0px;
  }
}
@media (max-width: 1520px){
  .honor .swiper {
	height: 360px !important;
  }
}
@media (max-width: 1366px) {
  .advantage-main-item {
    padding: 0 20px;
  }
  .company-profile .container .main .company-profile-text {
    right: 0;
  }
  .footer .footer-container .footer-company {
    padding-right: 25px;
  }
  .footer .footer-container .footer-product ul {
    padding: 0;
  }
  .footer .footer-container .footer-company .phone-text,
  .footer .footer-container .footer-company .phone-number {
    font-size: 16px;
  }
  .footer .footer-container .footer-company .address {
    font-size: 14px;
  }
  .footer .footer-container .footer-company .address {
    padding-right: 0;
  }
  .footer .footer-container .footer-product li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
	.header .nav-item-hover:after {
		display: none;
	}
	.header .nav-item .menu-drop-a {
		letter-spacing: 2px;
		display: none;
	}
	.header .nav-item .menu-drop-b {
		letter-spacing: 2px;
		display: block;
	}
	.header .nav-item .menu-drop {
		display: none;
	}

	.header {
		background: #fff;
	}

	.header .navbar-toggle {
		display: block;
	}

	.header .navbar-collapse.collapse {
		display: none !important;
	}

	.header .navbar-collapse.collapse.in {
		display: block !important;
	}

	.header .nav-collapse {
		padding-left: 0;
		padding-right: 0;
		background-color: #fff;
		box-shadow: 5px 8px 27px 0 rgb(55 99 170 / 15%);
	}

	.header .navbar-nav {
		margin: 0;
		float: none;
	}

	.header .navbar-nav .nav-item {
		float: none;
	}

	.header .menu-container:after,
	.header .menu-container:before {
		content: ' ';
		display: table;
	}

	.header .menu-container:after {
		clear: both;
	}

	.header .logo .logo-img-main {
		display: none;
	}

	.header .logo .logo-img-active {
		display: inline-block;
	}

	.header .nav-item-child {
		color: #185c92;
		line-height: 1.4;
		margin: 5px 15px;
		padding: 12px 12px 12px 15px;
	}

	.header .nav-item-hover:after {
		position: absolute;
	}
}
@media (max-width: 821px) {
  .news-text{
    margin-left: 50px;
  }
  .news-list .container ul li{
    padding: 0;
    margin-bottom: 50px;
  }
  .news-list .container ul li:hover {
	box-shadow: none;
  }
  .news-detail {
	right: 5px;
	bottom: 0;
  }
  .main-content img{
    width: 80%;
  }
  .exam-features-main div{
    height: unset;
  }
  .pl50{
    padding-left: 0 !important;
  }
  .pr50{
    padding-right: 0 !important;
  }
  .ml50{
    margin-left: 0 !important; 
  }
  .mr50{
    margin-right: 0 !important;
  }
  .show-821{
    display: block;
  }
  .noshow-821{
    display: none;
  }
  .contact .main {
    display: unset;
    align-items: unset;
  }
  .function-main-item3{
    height: unset;
  }
  .exam-product{
	margin: 50px 0;
  }
  .technical-overview .container {
    padding: 50px 15px;
  }
  .technical-function .container {
    padding: 0 15px 50px;
  }
  .exam-left {
    display: none;
  }
  .exam-right {
    display: block;
  }
  .banner {
    height: 300px;
    background-size: 100% 100%;
  }
  .banner-a {
    height: 300px;
    margin-bottom: 30px;
    background-size: unset;
  }
  .header .menu-container {
    padding-left: 5px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .logo {
    width: 200px;
    height: 0;
    float: left;
    max-height: 95px;
    line-height: 35px;
  }
  .header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 20px 0;
  }
  .header {
    background: none;
  }

  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    box-shadow: 5px 8px 27px 0 rgb(55 99 170 / 15%);
  }
  .header .logo .logo-img-main {
    display: block;
  }
  .header .logo .logo-img-active {
    display: none;
  }
  .page-on-scroll .header .logo .logo-img-main {
    display: none;
  }
  .page-on-scroll .header .logo .logo-img-active {
    display: block;
  }

  .banner-english {
    margin-bottom: 0;
  }
  .banner-title {
    font-size: 48px;
  }
  .banner-english {
    font-size: 20px;
  }
  .company-profile .container,
  .information-dynamic .container {
    padding: 50px 15px;
  }
  .company-profile p,
  .about-p {
    margin-bottom: 50px;
  }

  .company-profile h4,
  .about-h4 {
    font-size: 30px;
  }
  .company-profile .container .main .company-profile-text h4 {
    font-size: 30px;
  }
  .company-profile .container .main img {
    width: 100%;
    height: 660px;
  }
  .company-profile .container .main .company-profile-text {
    width: 600px;
    height: unset;
    right: 0;
  }
  .company-profile .container .main .company-profile-text p {
    font-size: 18px;
    margin-bottom: 0;
  }

  .information-dynamic {
    width: 100%;
    background: url(../img/information-bg.png) no-repeat;
    background-size: cover;
  }
  .information-dynamic .container .main {
    flex-wrap: wrap;
  }
  .information-dynamic .container .main .main-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .information-dynamic .container .main .main-item:nth-child(3) {
    margin-bottom: 0;
  }
  .information-dynamic .container .main .main-item:nth-child(4) {
    margin-bottom: 0;
    height: 410px;
  }
  .information-dynamic .container .main .main-item h4 {
    font-size: 20px;
    height: 55px;
  }
  .information-dynamic .container .main .main-item p {
    font-size: 18px;
    height: 75px;
    -webkit-line-clamp: 3;
  }
  .information-dynamic .container .main .main-item span {
    font-size: 18px;
    padding-top: 10px;
    padding-right: 20px;
  }
  .information-dynamic .container .main .main-item:nth-child(4) .more-text h4 {
    font-size: 40px;
  }
  .information-dynamic .container .main .main-item:nth-child(4) .more-text p {
    font-size: 24px;
  }
  .contact {
    padding-top: 0;
  }
  .contact .container {
    padding: 50px 15px 0;
  }
  .contact .main {
    padding: 0 45px 50px;
  }
  .contact .main p {
    font-size: 20px;
	padding: 12px 0;
  }
  .contact #map {
    margin-bottom: 0;
  }
  .honor {
    height: unset;
  }
  .honor .container {
    padding: 60px 15px;
  }
  .slide-container {
    display: flex;
    flex-wrap: wrap;
  }
  .row {
    margin: 0;
  }
  .footer .footer-container {
    height: unset;
    padding: 50px 0;
  }
  .footer-company {
    margin-bottom: 30px;
  }
  .footer .footer-container .footer-company img {
    width: 30%;
    display: block;
  }
  .footer .footer-container .footer-company .phone-text,
  .footer .footer-container .footer-company .phone-number {
    margin: 20px 0 0;
    font-size: 22px;
  }
  .footer .footer-container .footer-company .phone-number {
    margin-left: -75px;
  }
  .footer .footer-container .footer-company .address {
    font-size: 20px;
  }
  .footer .footer-container .footer-product {
    display: unset;
  }
  .footer .footer-container .footer-product ul:nth-child(1) {
    padding-left: 0;
  }
  .footer .footer-container .footer-product ul:nth-child(-n + 2) {
    height: 350px;
  }
  .footer .footer-container .footer-product li a {
    font-size: 16px;
  }
  .footer .footer-container .footer-code {
    margin-top: 40px;
    justify-content: center;
  }
  .footer-code div {
    width: 220px;
  }
  .footer .footer-container .footer-code img {
    width: 100%;
  }
  .footer .footer-container .footer-code p {
    font-size: 26px;
    margin-bottom: 0;
  }
  /* 产品中心 */
  .exam-banner {
    height: 300px;
  }
  .exam-banner1 {
    height: 300px;
  }
  .exam-banner2 {
    height: 300px;
  }
  .exam-banner3 {
    height: 300px;
  }

  .exam-banner-title {
    font-size: 48px;
  }
  .exam-title-text {
    font-size: 28px;
    line-height: 60px;
  }
  .exam-product-main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .exam-product-main-text p {
    font-size: 16px;
  }
  .exam-features-main-text {
    height: fit-content !important;
    margin-bottom: 0 !important;
    justify-content: start;
  }

  .advantage-main-item {
    margin-bottom: 50px;
  }
  .exam-advantage {
    padding-bottom: 0;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .features-text {
    padding: 0;
  }
  /* 技术能力 */
  .technical-banner {
    height: 300px;
  }
  .technical-banner-title {
    font-size: 48px;
  }
  .technical-title h4 {
    font-size: 30px;
  }
  .technical-title span {
    height: 28px;
  }
  .function-main-item {
    padding: 0;
  }
  .technical-overview-text {
    padding-left: 20px;
  }
  .function-main-item div {
    min-height: unset;
  }
  .footer .footer-container .footer-product ul:nth-child(4) {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 821px) {
  .honor .swiper {
	height: 300px !important;
  }
  .honor .slide-container {
	justify-content: space-around;
	height: 820px;
  }
}
@media (max-width: 768px) {
  .carousel-title {
	font-size: 60px;
  }
  .news-list .container{
    padding: 24px 15px;
  }
  .news-text{
    margin-left: 24px;
  }
  .news-list .container ul li{
    margin-bottom: 24px;
  }
  .honor-item-special {
    margin: 0 auto;
  }
  .honor-item {
    width: 215px;
  }
  .industrial-software__item {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .industrial-software__left {
    width: 100%;
    margin-right: 0;
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .industrial-software__right {
    width: 320px;
    height: 300px;
    position: relative;
  }
  .mb30 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
 .honor .swiper {
	height: 225px !important;
	}
	.honor .my-bullet {
	margin-right: 12px;
	width: 8px;
	height: 8px;
  }
  .news-list .container ul li:last-child {
	margin-bottom: 25px;
  }
  .technical-overview .container {
    padding: 50px 25px;
  }
  .technical-function .container {
    padding: 0 25px 50px;
  }
  .main-header h4{
    font-size: 24px;
  }
  .main-header p{
    font-size: 14px;
  }
  .news-detail-main .container{
    padding: 30px 25px;
  }
  .main-content img{
    margin: 20px auto;
  }
  .news-banner{
    height: 200px;
  }
  .news-list .container ul li{
    height: 150px;
    margin-bottom: 25px;
  }
  .news-text{
    margin-left: 25px;
  }
  .news-title{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news-message{
    font-size: 12px;
    margin-bottom: 5px;
  }
  .news-content{
    font-size: 12px;
  }
  .news-detail {
    font-size: 12px;
  }
  .news-list .container ul li img{
    width: 175px;
  }
  .noshow-480{
    display: none;
  }
  .news-list .container{
    padding: 25px;
  }

  .exam-features-main-img,.exam-features-main-text{
    margin-bottom: 20px !important;
  }
  .exam-features-main div{
    margin: unset;
  }
  .exam-left {
    display: none;
  }
  .exam-right {
    display: block;
  }

  .banner {
    height: 200px;
    background-size: 100% 100%;
  }
  .banner-a {
    margin-bottom: 30px;
    height: 200px;
    background-size: cover;
  }
  .header .menu-container {
    padding-left: 5px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .logo {
    width: 200px;
    height: 0;
    float: left;
    max-height: 95px;
    line-height: 35px;
  }
  .header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 20px 0;
  }
  .header {
    background: none;
  }
  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    box-shadow: 5px 8px 27px 0 rgb(55 99 170 / 15%);
  }
  .header .logo .logo-img-main {
    display: block;
  }
  .header .logo .logo-img-active {
    display: none;
  }
  .page-on-scroll .header .logo .logo-img-main {
    display: none;
  }
  .page-on-scroll .header .logo .logo-img-active {
    display: block;
  }
  .case-h2 {
    font-size: 24px;
    margin: 40px 0;
  }
  .details-div {
    padding: 40px 0;
  }
  .details-p {
    line-height: 30px;
  }
  .banner-title {
    font-size: 32px;
    margin: 0;
  }
  .banner-english {
    font-size: 24px;
  }
  .company-profile .container,
  .information-dynamic .container {
    padding: 40px 25px;
  }
  .company-profile p,
  .about-p {
    margin-bottom: 40px;
  }
  .company-profile h4,
  .about-h4 {
    font-size: 28px;
  }

  .company-profile .container .main img {
    width: 100%;
    height: 300px;
  }
  .company-profile .container .main .company-profile-text {
    width: 100%;
    position: unset;
    margin-top: 40px;
    padding: 5%;
  }
  .company-profile .container .main .company-profile-text h4 {
    font-size: 17px;
  }
  .company-profile .container .main .company-profile-text p {
    font-size: 14px;
    text-indent: 2em;
    margin: 0;
  }
  .company-profile .container .main {
    height: unset;
  }

  .information-dynamic {
    height: unset;
    background-size: cover;
  }

  .information-dynamic .container .main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .information-dynamic .container .main .main-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .information-dynamic .container .main .main-item:nth-child(3) {
    margin-bottom: 30px;
  }
  .information-dynamic .container .main .main-item img {
    height: 180px;
  }
  .information-dynamic .container .main .main-item h4 {
    font-size: 16px;
    margin: 10px;
    height: unset;
  }
  .information-dynamic .container .main .main-item p {
    font-size: 16px;
    height: 64px;
    padding: 0 10px;
    -webkit-line-clamp: 3;
  }
  .information-dynamic .container .main .main-item span {
    font-size: 14px;
    padding-top: 12px;
    padding-right: 10px;
  }
  .information-dynamic .container .main .main-item:nth-child(4) {
    height: 300px;
  }
  .information-dynamic .container .main .main-item:nth-child(4) .more-text h4 {
    font-size: 26px;
  }
  .information-dynamic .container .main .main-item:nth-child(4) .more-text p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .information-dynamic .container .main .main-item:nth-child(4) img {
    width: 90px;
    height: 90px;
  }
  .contact .container {
    padding: 40px 15px 0;
  }
  .contact .main {
    padding: 0 15px 40px;
  }
  .contact {
    padding-bottom: 40px;
  }
  .contact .main p {
    font-size: 16px;
    padding: 0;
  }
  .contact #map {
    width: 100%;
    height: 250px;
  }
  .honor {
    height: unset;
  }
  .honor .container {
    padding: 40px 15px;
  }
  .slide-container {
    width: 100%;
    height: 100%;
    padding-right: 35px !important;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .row {
    margin: 0;
  }
  .container {
    padding: 0 25px;
  }
  .footer .footer-container {
    height: unset;
    padding: 40px 0;
  }
  .footer .footer-container .footer-company {
    padding-right: 0;
  }
  .footer .footer-container .footer-company img {
    width: 60%;
  }
  .footer .footer-container .footer-company .phone-text,
  .footer .footer-container .footer-company .phone-number {
    margin-top: 30px;
    font-size: 22px;
  }
  .footer .footer-container .footer-company .phone-number {
    margin: 10px 0 0 0;
  }
  .footer .footer-container .footer-company .phone-number span {
    font-size: 24px;
  }
  .footer .footer-container .footer-company .address {
    margin-top: 10px;
    font-size: 16px;
  }
  .footer .footer-container .footer-product {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .footer .footer-container .footer-product ul:nth-child(4) {
    text-align: left;
    margin-top: 30px;
  }
  .footer .footer-container .footer-product h4{
    font-size:18px;
  }
  .footer .footer-container .footer-product ul:nth-child(-n + 2) {
    height: unset;
    margin-bottom: 30px;
  }
  .footer .footer-container .footer-code {
    margin-top: 5px;
    justify-content: center;
  }
  .footer-code div {
    width: 150px;
  }
  .footer .footer-container .footer-code img {
    width: 100%;
  }
  .footer .footer-container .footer-code p {
    font-size: 20px;
  }
  .footer .copyright p {
    font-size: 14px;
    padding: 0 20px;
  }
  /* 产品中心 */
  .exam-banner {
    height: 200px;
  }
  .exam-banner1 {
    height: 200px;
  }
  .exam-banner2 {
    height: 200px;
  }
  .exam-banner3 {
    height: 200px;
  }

  .exam-banner-title {
    font-size: 32px;
  }
  .exam-title-text {
    font-size: 28px;
    line-height: 56px;
  }
  .exam-product-main-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .exam-product-main-text p {
    font-size: 14px;
  }
  .exam-features-main-img img {
    height: unset;
  }
  .exam-features-main div {
    height: unset;
  }
  .features-text p {
    font-size: 14px;
  }
  .features-text span {
    font-size: 14px;
  }
  .exam-advantage {
    padding-bottom: 0;
  }
  .technical-banner {
    height: 200px;
    margin-top: 0;
  }
  .technical-banner-title {
    font-size: 24px;
  }
  .technical-title h4 {
    font-size: 24px;
  }
  .technical-title span {
    height: 24px;
  }
  .technical-overview-text {
    font-size: 15px;
    padding-left: 0;
		line-height: 1.75;
  }
  .function-main-item div h4 {
    font-size: 16px;
  }
  .function-main-item div p {
    font-size: 15px;
  }
  .function-main-item div span {
    font-size: 14px;
  }
  .function-main-item div {
    min-height: unset;
  }
}
}