.main-color {
  color: #093c96;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1400px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot?v=2');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff?v=2') format('woff'), url('../font/iconfont.ttf?v=2') format('truetype'), url('../font/iconfont.svg#iconfont?v=2') format('svg');
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "fdm";
  src: url("../fonts/DINCondensedC.woff"), url(../font/DINCondensedC.eot), url(../font/DINCondensedC.ttf);
}
.fdm {
  font-family: "fdm";
}
.font-15 {
  font-size: 15px;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #333;
}
.color-4 {
  color: #4e4b49;
}
.color-6 {
  color: #666;
}
.color-b {
  color: #bfbfbf;
}
.pt-80 {
  padding-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #093c96;
}
.flex-1 {
  flex: 1;
}
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
header .head-nav {
  height: 90px;
  padding-left: 3%;
}
header .head-nav .logo {
  height: 100%;
}
header .head-nav .logo img {
  max-height: 90%;
}
header .head-nav .info {
  height: 100%;
}
header .head-nav .info a:hover {
  color: #093c96;
}
header .head-nav .info a:hover .icon {
  color: #093c96;
}
header .head-nav .info .pecy {
  background-color: #093c96;
  height: 100%;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .head-nav .info .pecy .pecy-link {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  display: none;
  background-color: #fff;
}
header .head-nav .info .pecy .pecy-link a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px #eee solid;
  transition: 0.5s;
}
header .head-nav .info .pecy .pecy-link a:last-child {
  border-bottom: none;
}
header .head-nav .info .pecy .pecy-link a:hover {
  color: #fff;
  background-color: #093c96;
}
header .head-nav .info .pecy:hover {
  color: #fff;
}
header .head-nav .info .pecy:hover .icon {
  color: #fff;
}
header .head-nav .info .pecy:hover .pecy-link {
  display: block;
}
header .head-nav > ul {
  height: 100%;
}
header .head-nav > ul > li {
  height: 100%;
  margin: 0 30px;
}
header .head-nav > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .head-nav > ul > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  display: flex;
  margin: auto;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
}
header .head-nav > ul > li .nav-son {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  z-index: 10;
}
header .head-nav > ul > li .nav-son ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head-nav > ul > li .nav-son ol li a {
  height: 60px;
  width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .head-nav > ul > li .nav-son ol li a:hover {
  color: #999;
}
header .head-nav > ul > li .nav-son ol .on a {
  color: #999;
}
header .head-nav > ul > li .nav-son ol .back {
  position: absolute;
  top: 0;
  height: 80px;
  background: url(../images/nav-bg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
header .head-nav > ul > li .nav-business-son {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  background-color: #fff;
}
header .head-nav > ul > li .nav-business-son .business-son-tab {
  padding: 30px 0;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul {
  display: flex;
  flex-wrap: wrap;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li {
  width: 30%;
  margin-right: 5%;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li:nth-child(3n) {
  margin-right: 0;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li h4 {
  border-bottom: 1px #d5dfeb solid;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li h4 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li h4 a img {
  width: 24px;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li h4 a:hover div {
  color: #093c96;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li .last-son {
  display: flex;
  flex-wrap: wrap;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li .last-son a {
  min-width: 50%;
  line-height: 30px;
}
header .head-nav > ul > li .nav-business-son .business-son-tab ul li .last-son a:hover {
  color: #093c96;
}
header .head-nav > ul > li:hover > a {
  color: #fff;
}
header .head-nav > ul > li:hover > a::before {
  left: 0;
  right: 0;
}
header .head-nav > ul > li:hover .nav-business-son {
  display: block;
}
header .head-nav > ul > li:hover .nav-son {
  visibility: visible;
}
header .head-nav > ul > li.active > a {
  color: #fff;
}
header .head-nav > ul > li.active > a::before {
  left: 0;
  right: 0;
}
header.active {
  background-color: #093c96;
}
header.page-header {
  background-color: #093c96;
  position: relative;
}
@keyframes headani {
  0% {
    top: 120%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.top-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.top-menu-list.active {
  transform: translateX(-100%);
}
.top-menu-list > li {
  height: 48px;
  line-height: 48px;
}
.top-menu-list > li li:first-child,
.top-menu-list > li:first-child {
  height: 45px;
}
.top-menu-list > li li:first-child > a,
.top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 45px;
}
.top-menu-list > li a {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a span {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a .icon {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li .title-name {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
footer {
  position: relative;
  overflow: hidden;
}
footer .foot-content {
  background: #093c96;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
footer .content ul li {
  margin-right: 6%;
}
footer .content ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
}
footer .content ul li a:hover {
  color: #fff;
}
footer .content ul li .clcy {
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
footer .content ul li .clcy:hover {
  color: #fff;
}
footer .content ul li .accordion-collapse a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
footer .content ul li .accordion-collapse a:hover {
  color: #fff;
}
footer .content .info ol {
  display: flex;
}
footer .content .info ol li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
footer .content .info ol li .code {
  position: absolute;
  left: -40px;
  right: -40px;
  height: 120px;
  top: 70px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
footer .content .info ol li .code img {
  max-width: 98%;
  max-height: 98%;
}
footer .content .info ol li .code .icon {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  top: -18px;
}
footer .content .info ol li:hover {
  background-color: #fff;
}
footer .content .info ol li:hover .code {
  display: block;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links p {
  color: rgba(255, 255, 255, 0.4);
}
footer .links a {
  color: rgba(255, 255, 255, 0.4);
}
footer .links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .copyright {
  border-top: 1px rgba(255, 255, 255, 0.15) solid;
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-left: 8px;
}
footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@keyframes wave {
  0% {
    background-position-x: 0;
    transform: scaleX(100%);
  }
  50% {
    transform: scaleX(135%);
  }
  to {
    background-position-x: 132%;
    transform: scaleX(100%);
  }
}
.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagination-box li {
  margin: 0 3px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}
.pagination-box li a,
.pagination-box li .disabled {
  border-radius: 3px;
  color: #6e6e6e;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.pagination-box li.active a,
.pagination-box li a:hover {
  background: #093c96;
  color: #fff;
  border: 1px solid #093c96;
}
.pagination-box li .current {
  background: #093c96;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #093c96;
  display: inline-block;
}
#m-b-bar {
  position: fixed;
  left: 5%;
  right: 5%;
  bottom: 3%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 25px;
  display: flex;
  align-items: center;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.05);
}
#m-b-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-b-bar a:first-child {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
#m-b-bar a .icon {
  color: #fff;
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.navbar-nav-more-body .box-shadown {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.navbar-nav-more-body .offcanva {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body .offcanvas-body {
  position: relative;
}
.navbar-nav-more-body .offcanvas-end {
  width: 60%;
  z-index: 999999;
}
.navbar-nav-more-body .top-menu-list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list.active {
  transform: translateX(-100%);
}
.navbar-nav-more-body .top-menu-list > li {
  height: 46px;
  line-height: 46px;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list > li li:first-child,
.navbar-nav-more-body .top-menu-list > li:first-child {
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li li:first-child > a,
.navbar-nav-more-body .top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li a {
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list > li a:hover {
  color: #093c96;
}
.navbar-nav-more-body .top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  padding: 0;
  display: none;
}
.navbar-nav-more-body .top-menu-list ul.active {
  display: block;
}
.navbar-nav-more-body .top-menu-list .icon {
  font-size: 16px;
  color: #666;
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
  margin-right: 0.5rem;
}
.home-banner .index-prev {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px #ddd solid;
  border-radius: 50%;
  z-index: 2;
  margin: auto;
}
.home-banner .index-prev:hover {
  color: #093c96;
  background-color: #fff;
  border-color: #fff;
}
.home-banner .index-prev:hover .icon {
  color: #093c96;
}
.home-banner .index-next {
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px #ddd solid;
  border-radius: 50%;
  z-index: 2;
  margin: auto;
}
.home-banner .index-next:hover {
  color: #093c96;
  background-color: #fff;
  border-color: #fff;
}
.home-banner .index-next:hover .icon {
  color: #093c96;
}
.nav-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px #eeeeee solid;
}
.nav-item .view-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  position: relative;
  transition: 0.5s;
}
.nav-item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #093c96;
  width: 0;
  transition: 0.5s;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  color: #093c96;
}
.nav-item ul li a.active::before,
.nav-item ul li a:hover::before {
  width: 100%;
}
.view-position {
  background-color: #f0f9ff;
}
.view-position .nav-bread {
  color: #999;
}
.view-position .nav-bread a {
  color: #999;
  font-size: 14px;
  margin: 0 6px;
}
.view-position .nav-bread a:hover {
  color: #093c96;
}
.view-position .nav-bread a:last-child {
  color: #666;
}
.view-position .back:hover {
  color: #093c96;
}
.view-position .back:hover .icon {
  color: #093c96;
}
.page-banner .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-banner .text .info {
  display: flex;
  padding-bottom: 20px;
  position: relative;
}
.page-banner .text .info .sp {
  width: 180px;
  height: 220px;
  background-color: #0055a7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 20px;
  font-size: 220px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
}
.page-banner .text .info .tit {
  position: absolute;
  width: 300px;
  left: 60%;
  bottom: 0;
}
.page-banner .text .info .tit a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
}
.page-banner .text ul li a {
  position: relative;
}
.page-banner .text ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
}
.page-banner .text ul li a:hover,
.page-banner .text ul li a.active {
  color: #fff;
}
.page-banner .text ul li a:hover::before,
.page-banner .text ul li a.active::before {
  left: 0;
  right: 0;
}
.about-page .section1 .img {
  position: relative;
}
.about-page .section1 .img a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section1 ol {
  justify-content: space-between;
  border-top: 1px #dde3e7 solid;
  border-bottom: 1px #dde3e7 solid;
}
.about-page .section2 {
  background: url(../images/about-section2-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  transition: background-position 0.5s;
}
.about-page .section2 .info {
  padding: 0 100px;
}
.about-page .section2 .content {
  background: url(../images/about-line.png) no-repeat;
  background-size: 100%;
  background-position-y: 50%;
  padding: 80px 0;
}
.about-page .section2 .button-prev,
.about-page .section2 .button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  margin: auto;
}
.about-page .section2 .button-prev {
  left: 0;
}
.about-page .section2 .button-next {
  right: 0;
}
.about-page .section2 .section2-container ul li:nth-child(odd) {
  height: 170px;
  overflow: auto;
}
.about-page .section2 .section2-container ul li:nth-child(odd) .lines {
  background: url(../images/line-sd.png) no-repeat;
  height: 100%;
  padding-left: 36px;
}
.about-page .section2 .section2-container ul li:nth-child(even) {
  margin-top: 150px;
  height: 170px;
  overflow: auto;
}
.about-page .section2 .section2-container ul li:nth-child(even) .lines {
  padding-left: 36px;
  background: url(../images/line-sd1.png) no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-page .section3 ol li .item {
  background-color: #f5f5f5;
  padding: 8%;
  min-height: 300px;
  transition: 0.5s;
}
.about-page .section3 ol li .item .line {
  width: 10%;
  height: 2px;
  background-color: #dddddd;
  transition: 0.5s;
}
.about-page .section3 ol li .item h3,
.about-page .section3 ol li .item h4 {
  transition: 0.5s;
}
.about-page .section3 ol li .item:hover {
  background-color: #093c96;
}
.about-page .section3 ol li .item:hover .line {
  width: 100%;
  opacity: 0.6;
}
.about-page .section3 ol li .item:hover h3,
.about-page .section3 ol li .item:hover h4,
.about-page .section3 ol li .item:hover .desc {
  color: #fff;
}
.about-page .section4 .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .section4 .img img {
  max-width: 100%;
}
.culture-page .section1 .content .text {
  position: absolute;
  left: 5%;
  top: 10%;
}
.culture-page .section1 ol li .item {
  padding-top: 100%;
  position: relative;
  border: 1px #d5dfeb solid;
  border-radius: 8px;
  transition: 0.5s;
}
.culture-page .section1 ol li .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.culture-page .section1 ol li .item:hover {
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.15);
}
.culture-page .section2 .text {
  z-index: 1;
}
.culture-page .section2 .text ul {
  margin-top: 15%;
  display: flex;
}
.culture-page .section2 .text ul li {
  margin-right: 5%;
}
.culture-page .section3 ul li .item .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.culture-page .section3 ul li .item h4 {
  height: 56px;
  border: 1px #d5dfeb solid;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.culture-page .section3 ul li .item:hover img {
  transform: scale(1.1);
}
.culture-page .section3 ul li .item:hover h4 {
  background-color: #093c96;
  color: #fff;
}
.honnor-page .content {
  width: 340px;
}
.honnor-page .content .text p {
  color: #093c96;
}
.honnor-page .content .text ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #ddd solid;
}
.honnor-page .content .text ul li > div {
  display: flex;
  align-items: center;
}
.honnor-page .h-nav a {
  height: 36px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e9f3f8;
  transition: 0.5s;
}
.honnor-page .h-nav a:hover,
.honnor-page .h-nav a.active {
  background-color: #093c96;
  color: #fff;
}
.honnor-page .honor-list ol li .item {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.07);
}
.honnor-page .honor-list ol li .item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.contact-page .section1 .text {
  background-color: #f0f9ff;
  padding: 5%;
  height: 100%;
}
.contact-page .section1 .text ol li {
  display: flex;
  align-items: center;
}
.contact-page .section1 ul li {
  background-color: #f0f9ff;
  margin-bottom: 4px;
  padding: 3% 4%;
}
.contact-page .section1 ul li:last-child {
  margin-bottom: 0;
}
.contact-page .section1 ul li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.contact-page .section1 ul li .title span {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #093c96;
  transition: 0.5s;
}
.contact-page .section1 ul li .collapsed span {
  transform: rotate(-90deg);
  background-color: #c4d1e4;
}
.contact-page .section2 ol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page .section2 ol li a {
  width: 136px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e9f3f8;
  transition: 0.5s;
}
.contact-page .section2 ol li a.active,
.contact-page .section2 ol li a:hover {
  color: #fff;
  background-color: #093c96;
}
.contact-page .section2 .tab-content ul li .item {
  height: 100%;
  min-height: 228px;
  border: 1px #d5dfeb solid;
  padding: 6% 6% 4%;
}
.message-info .img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.message-info form .requ::before {
  content: '*';
  position: absolute;
  font-size: 12px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 6px;
  color: red;
}
.message-info form .item {
  position: relative;
}
.message-info form .item input {
  width: 100%;
  display: flex;
  align-items: center;
  height: 64px;
  border: 1px #d5dfeb solid;
  padding: 0 16px;
}
.message-info form .item textarea {
  width: 100%;
  display: block;
  height: 260px;
  border: 1px #d5dfeb solid;
  padding: 16px;
  opacity: 1;
}
.message-info form button {
  width: 310px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #093c96;
  border-radius: 30px;
}
.pro-nav {
  display: flex;
  flex-wrap: wrap;
}
.pro-nav li a {
  padding: 10px 22px;
  border-radius: 30px;
  background-color: #e9f3f8;
  transition: 0.5s;
  display: block;
}
.pro-nav li a:hover,
.pro-nav li a.active {
  background-color: #093c96;
  color: #fff;
}
.product-list ul li .item .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border: 1px #d5dfeb solid;
}
.product-list ul li .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.product-list ul li .item:hover .img {
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.15);
}
.product-list ul li .item:hover h3 {
  color: #093c96;
}
.solution-list ul li .item .img {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.solution-list ul li .item .text {
  border: 1px #d5dfeb solid;
  border-top: none;
  padding: 3% 5%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.solution-list ul li .item:hover img {
  transform: scale(1.1);
}
.solution-list ul li .item:hover h3 {
  color: #093c96;
}
.solution-page .solution-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.solution-page .solution-content .content {
  width: 76%;
  border: 1px #d5dfeb solid;
  border-radius: 8px;
}
.solution-page .solution-content .content .page-info {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-info .title {
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-info .img {
  border-radius: 6px;
  overflow: hidden;
}
.solution-page .solution-content .content .page-info .details img {
  max-width: 100% !important;
  height: auto !important;
}
.solution-page .solution-content .content .page-info .zxzx {
  width: 160px;
  height: 36px;
  border: 2px #093c96 solid;
  background-color: #093c96;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.solution-page .solution-content .content .page-info .zxzx:hover {
  color: #093c96;
  background-color: #fff;
}
.solution-page .solution-content .content .page-info .zxzx:hover .icon {
  color: #093c96;
}
.solution-page .solution-content .content .page-details .details {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-details .details img {
  max-width: 100% !important;
  height: auto !important;
}
.solution-page .solution-content .hot-case {
  width: 22%;
}
.solution-page .solution-content .hot-case .case-info {
  border: 1px #d5dfeb solid;
  padding: 6%;
  border-radius: 6px;
}
.solution-page .solution-content .hot-case .case-info ul li a .img {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}
.solution-page .solution-content .hot-case .case-info ul li a:hover img {
  transform: scale(1.1);
}
.solution-page .solution-content .hot-case .case-info ul li a:hover h3 {
  color: #093c96;
}
.solution-page .solution-content .hot-case .contact-info {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
}
.solution-page .solution-content .hot-case .contact-info h2 {
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .hot-case .contact-info ol {
  padding: 10% 6%;
}
.solution-page .solution-content .hot-case .contact-info ol li {
  display: flex;
  align-items: center;
}
.solution-page .solution-content .hot-case .contact-info ol li span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f0f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev-next-bottom {
  padding: 20px 30px;
}
.prev-next-bottom a:hover {
  color: #093c96;
}
.prev-next-bottom a:hover .icon {
  color: #093c96;
}
.case-list .line {
  background-color: #093c96;
  width: 50px;
  height: 4px;
  margin: auto;
}
.case-list ul li a {
  display: block;
}
.case-list ul li a .img {
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.case-list ul li a h4 {
  border-bottom: 1px #ddd solid;
}
.case-list ul li a:hover img {
  transform: scale(1.1);
}
.case-list ul li a:hover h4 {
  color: #093c96;
}
.case-page .case-left .content {
  border: 1px #ddd solid;
  border-top: 2px #093c96 solid;
  border-radius: 4px;
}
.case-page .case-left .content .con-w {
  padding: 5%;
}
.case-page .case-left .content .info-detail {
  padding: 5%;
}
.case-page .case-left .content .albums-img .swiper-slide .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.case-page .case-left .content .albums-img .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
}
.case-page .case-left .content .albums-img .gallery-thumbs {
  width: 90%;
}
.case-page .case-left .content .albums-img .gallery-thumbs .img {
  cursor: pointer;
  border-radius: 6px;
  border: 2px rgba(0, 0, 0, 0) solid;
}
.case-page .case-left .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
  border: 2px #093c96 solid;
}
.case-page .case-left .content .button-prev,
.case-page .case-left .content .button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px #eee solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-page .case-left .content .button-prev:hover,
.case-page .case-left .content .button-next:hover {
  color: #fff;
  background-color: #093c96;
  border-color: #093c96;
}
.case-page .case-left .content .button-prev:hover .icon,
.case-page .case-left .content .button-next:hover .icon {
  color: #fff;
}
.case-page .case-left .info .xq {
  padding: 0 4%;
  border-bottom: 1px #eee solid;
  background-color: #fafafa;
}
.case-page .case-left .info img {
  max-width: 100%;
}
.case-page .cg {
  border: 1px #eee solid;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.case-page .cg a {
  width: 140px;
  height: 40px;
  padding: 0 12px;
  transition: 0.5s;
  border: 1px #093c96 solid;
}
.case-page .cg a:hover {
  background-color: #093c96;
  color: #fff;
}
.news-list ol li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.news-list ol li .item::before {
  content: '';
  position: absolute;
  left: 15%;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  border: 1px #eee solid;
  z-index: -1;
  opacity: 0;
}
.news-list ol li .item .img {
  border-radius: 8px;
  width: 24%;
  padding-top: 18%;
  position: relative;
  overflow: hidden;
}
.news-list ol li .item .text a:hover {
  color: #093c96;
}
.news-list ol li .item:hover img {
  transform: scale(1.1);
}
.news-list ol li .item:hover h4 {
  color: #093c96;
}
.news-list ol li .item:hover::before {
  opacity: 1;
}
.rd-page .section1 .content {
  border: 1px #d5dfeb solid;
  border-radius: 8px;
  padding: 4%;
}
.rd-page .section1 .content .img {
  display: flex;
  justify-content: flex-end;
}
.rd-page .section1 .content .img img {
  max-width: 100%;
}
.rd-page .section2 .content {
  box-shadow: 0 0 8px 2px rgba(0, 128, 201, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.rd-page .section2 .content .text {
  padding: 2% 4%;
}
.rd-page .section2 .content .text .desc {
  width: 34%;
}
.rd-page .section5 ul li .item .img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #d5dfeb solid;
}
.rd-page .section5 ul li .item .img img {
  max-width: 96%;
  max-height: 96%;
}
.rd-page .section5 .img img {
  max-width: 100%;
}
.rd-page .section3 .info {
  color: rgba(255, 255, 255, 0.6);
}
.rd-page .section3 .img img {
  max-width: 100%;
}
.rd-page .section4 .desc p {
  line-height: 30px;
}
.rd-page .section4 .desc ul {
  display: flex;
  justify-content: center;
}
.rd-page .section4 .desc ul li {
  margin: 0 3%;
}
.rd-page .section4 .desc ul li div {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
}
.rd-page .section4 .desc ul li div h3 {
  line-height: 1;
  margin-right: 4px;
}
.rd-page .section4 .row li .item {
  border: 1px #b1bac6 solid;
}
.rd-page .section4 .row li .item .img {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}
.rd-page .section4 .row li .item h4 {
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-page .section1 .content {
  padding-bottom: 100px;
}
.service-page .section1 .content .info {
  border-radius: 8px;
  overflow: hidden;
  padding: 7% 0 12%;
}
.service-page .section1 .content .info ul li .item {
  width: 65%;
  margin: auto;
}
.service-page .section1 .content .info ul li .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-page .section1 .content .info ul li .item .img img {
  max-width: 60%;
}
.service-page .section1 .content .info ul li .item .desc {
  color: rgba(255, 255, 255, 0.6);
}
.service-page .section1 .content ol {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 0;
  background-color: #fff;
  height: 200px;
  border-radius: 8px;
  padding: 2% 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 8px 2px rgba(0, 128, 201, 0.15);
}
.service-page .section2 ul li .item {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px #b1bac6 solid;
  border-radius: 8px;
}
.service-page .section2 ul li .item a:hover .icon {
  color: #093c96;
}
.join-list ul li .item {
  border: 1px #b1bac6 solid;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5%;
  transition: 0.5s;
  cursor: pointer;
}
.join-list ul li .item .icon {
  color: #d5dfeb;
  font-size: 80px;
}
.join-list ul li .item:hover {
  background-color: #093c96;
  border-color: #093c96;
}
.join-list ul li .item:hover h4 {
  color: #fff;
}
.join-list ul li .item:hover span {
  color: rgba(255, 255, 255, 0.6);
}
.join-list ul li .item:hover .icon {
  color: rgba(255, 255, 255, 0.3);
}
.join-list .modal-dialog {
  max-width: 1000px;
}
.join-list .modal-dialog .desc {
  border-top: 1px #b1bac6 solid;
}
.join-list .modal-dialog .desc .rztj {
  width: 46%;
}
.join-list .modal-dialog .desc .gzzz {
  width: 46%;
}
.business-system-list .system-content {
  display: flex;
  align-items: flex-start;
}
.business-system-list .system-content .pro-menu {
  width: 270px;
  margin-right: 36px;
}
.business-system-list .system-content .pro-menu .pro-navs ol li {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #d5dfeb solid;
}
.business-system-list .system-content .pro-menu .pro-navs ol li > h3,
.business-system-list .system-content .pro-menu .pro-navs ol li > a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  background-color: #e9f3f8;
  cursor: pointer;
  transition: 0.5s;
}
.business-system-list .system-content .pro-menu .pro-navs ol li > h3 .info,
.business-system-list .system-content .pro-menu .pro-navs ol li > a .info {
  display: flex;
  align-items: center;
}
.business-system-list .system-content .pro-menu .pro-navs ol li > h3 .info span,
.business-system-list .system-content .pro-menu .pro-navs ol li > a .info span {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e9f3f8;
}
.business-system-list .system-content .pro-menu .pro-navs ol li > h3 .info span img,
.business-system-list .system-content .pro-menu .pro-navs ol li > a .info span img {
  max-width: 70%;
  max-height: 70%;
}
.business-system-list .system-content .pro-menu .pro-navs ol li > h3 .icon,
.business-system-list .system-content .pro-menu .pro-navs ol li > a .icon {
  transition: 0.5s;
}
.business-system-list .system-content .pro-menu .pro-navs ol li > h3:hover,
.business-system-list .system-content .pro-menu .pro-navs ol li > a:hover {
  background-color: #093c96;
  color: #fff;
}
.business-system-list .system-content .pro-menu .pro-navs ol li > h3:hover .info h4,
.business-system-list .system-content .pro-menu .pro-navs ol li > a:hover .info h4 {
  color: #fff;
}
.business-system-list .system-content .pro-menu .pro-navs ol li > h3:hover .icon,
.business-system-list .system-content .pro-menu .pro-navs ol li > a:hover .icon {
  color: #fff;
}
.business-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title {
  background-color: #fff;
  padding: 16px 16px;
  display: none;
}
.business-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title .cell {
  display: flex;
  flex-wrap: wrap;
}
.business-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a {
  min-width: 50%;
  line-height: 38px;
  display: flex;
  align-items: center;
  position: relative;
}
.business-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.business-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
  color: #093c96;
}
.business-system-list .system-content .pro-menu .pro-navs ol li.active > h3,
.business-system-list .system-content .pro-menu .pro-navs ol li.active > a {
  background-color: #093c96;
  color: #fff;
}
.business-system-list .system-content .pro-menu .pro-navs ol li.active > h3 .info h4,
.business-system-list .system-content .pro-menu .pro-navs ol li.active > a .info h4 {
  color: #fff;
}
.business-system-list .system-content .pro-menu .pro-navs ol li.active > h3 .icon,
.business-system-list .system-content .pro-menu .pro-navs ol li.active > a .icon {
  color: #fff;
  transform: rotate(180deg);
}
.business-system-list .system-content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
.index-section1 {
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}
.index-section1 .text a {
  width: 220px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #093c96;
  border: 2px #093c96 solid;
  transition: 0.5s;
  box-sizing: border-box;
}
.index-section1 .text a:hover {
  background-color: #fff;
  color: #093c96;
}
.index-section1 .text a:hover .icon {
  color: #093c96;
}
.index-section1 .video-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 120px;
  height: 120px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
  z-index: 2;
}
.index-section1 .video-link span {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px #093c96 solid;
  transition: 0.5s;
}
.index-section1 .video-link span .icon {
  transition: 0.5s;
  transform: rotate(90deg);
}
.index-section1 .video-link:hover span {
  background-color: #093c96;
}
.index-section1 .video-link:hover span .icon {
  color: #fff;
}
.index-section1 ol {
  justify-content: space-between;
}
.index-section2 ol li .item {
  height: 296px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px #d5dfeb solid;
  transition: 0.5s;
  position: relative;
}
.index-section2 ol li .item::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background-color: #093c96;
  transition: 0.5s;
}
.index-section2 ol li .item .img {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section2 ol li .item .img img {
  max-height: 100%;
}
.index-section2 ol li .item:hover::before {
  left: 0;
  right: 0;
}
.index-section2 ol li .item:hover h4 {
  color: #093c96;
}
.index-section3 {
  background-color: #f0f9ff;
}
.index-section3 .more {
  width: 200px;
  height: 40px;
  border: 1px #093c96 solid;
  color: #093c96;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: 0.5s;
}
.index-section3 .more:hover {
  background-color: #093c96;
  color: #fff;
}
.index-section3 .nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-section3 .nav li a .img {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section3 .nav li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-section3 .nav li a .img .a {
  display: block;
}
.index-section3 .nav li a .img .b {
  display: none;
}
.index-section3 .nav li a.active,
.index-section3 .nav li a:hover {
  color: #093c96;
}
.index-section3 .nav li a.active .img .a,
.index-section3 .nav li a:hover .img .a {
  display: none;
}
.index-section3 .nav li a.active .img .b,
.index-section3 .nav li a:hover .img .b {
  display: block;
}
.index-section3 .client {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-section3 .client .txt a:hover {
  color: #093c96;
}
.index-section3 .client ol {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.index-section3 .client ol li {
  margin-right: 3%;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.index-section3 .client ol li img {
  max-width: 90%;
  max-height: 90%;
}
.index-section4 .text {
  background: url(../images/section4-bg.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-section4 .text ul li {
  padding: 4% 0;
}
.index-section4 .text ul li .item {
  display: flex;
  align-items: flex-start;
  width: 90%;
}
.index-section4 .text ul li .item .img {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 2px 10px 3px rgba(0, 128, 201, 0.15);
}
.index-section4 .text ul li .item .img img {
  max-width: 60%;
  max-height: 60%;
}
.index-section5 .info a .icon {
  opacity: 0;
  transition: 0.5s;
}
.index-section5 .info a:hover {
  color: #093c96;
}
.index-section5 .info a:hover .icon {
  opacity: 1;
}
.index-section5 .new {
  height: 100%;
}
.index-section5 .new a {
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
.index-section5 .new a .img {
  height: 70%;
  position: relative;
}
.index-section5 .new a .text .desc {
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section5 .new a:hover img {
  transform: scale(1.05);
}
.index-section5 .new a:hover h3 {
  color: #093c96;
}
.index-section5 ul li {
  margin-bottom: 2%;
}
.index-section5 ul li:last-child {
  margin-bottom: 0;
}
.index-section5 ul li .desc {
  line-height: 24px;
}
.index-section5 ul li a {
  justify-content: space-between;
  background-color: #f1f1f1;
  align-items: center;
}
.index-section5 ul li a .img {
  width: 30%;
  padding-top: 20%;
  position: relative;
}
.index-section5 ul li a .text {
  width: 68%;
}
.index-section5 ul li a .text h3 {
  line-height: 28px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  transition: 0.5s;
}
.index-section5 ul li a .text .desc {
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section5 ul li a:hover h3 {
  color: #093c96;
}
.product-page .product-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-page .product-content .product-nav-left {
  width: 248px;
}
.product-page .product-content .product-nav-left .product-nav-info {
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.15);
  border-radius: 6px;
  overflow: hidden;
}
.product-page .product-content .product-nav-left .product-nav-info h2 {
  height: 80px;
  background: url(../images/case-nav-bg.jpg) no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  align-items: center;
}
.product-page .product-content .product-nav-left .product-nav-info ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page .product-content .product-nav-left .product-nav-info ul li a .icon {
  opacity: 0;
}
.product-page .product-content .product-nav-left .product-nav-info ul li a:hover {
  color: #093c96;
}
.product-page .product-content .product-nav-left .product-nav-info ul li a.active {
  color: #093c96;
}
.product-page .product-content .product-nav-left .product-nav-info ul li a.active .icon {
  opacity: 1;
}
.product-page .product-content .product-nav-left .related-products {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
}
.product-page .product-content .product-nav-left .related-products h2 {
  height: 80px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  align-items: center;
  border-bottom: 1px #d5dfeb solid;
}
.product-page .product-content .product-nav-left .related-products ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-page .product-content .product-nav-left .related-products ul li a .img {
  width: 75%;
  padding-top: 75%;
  position: relative;
}
.product-page .product-content .product-nav-left .related-products ul li a:hover h3 {
  color: #093c96;
}
.product-page .product-content .content {
  border: 1px #d5dfeb solid;
  border-radius: 8px;
}
.product-page .product-content .content .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .product-content .content .img img {
  max-width: 100%;
}
.product-page .product-content .content .page-info {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.product-page .product-content .content .page-details .details {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.product-page .product-content .content .page-details .details .details-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 4%;
  margin-bottom: 4%;
  border-bottom: 1px #d5dfeb solid;
}
.product-page .product-content .content .page-details .details .details-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.product-page .product-content .content .page-details .details .details-info h4 {
  margin-right: 6%;
}
.product-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d5dfeb;
  height: 70px;
  border-radius: 10px;
  padding: 10px;
}
.product-search input {
  flex: 1;
  width: 100%;
}
.searchlist-input-container {
  display: flex;
  margin: auto;
  width: 50%;
  height: 60px;
  border-radius: 8px;
  padding-left: 16px;
  overflow: hidden;
  border: 1px #ddd solid;
  background-color: #fff;
}
.searchlist-input-container .key {
  flex: 1;
  font-size: 14px;
  color: #727272;
}
.searchlist-input-container button {
  height: 60px;
  color: #fff;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchlist-input-container button:hover .icon {
  color: #093c96;
}
.client-list ol li .item {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #d5dfeb solid;
}
.client-list ol li .item img {
  max-width: 100%;
  max-height: 100%;
}
.target-fix {
  position: relative;
  top: -88px;
  display: block;
  visibility: hidden;
}
.business-page .business-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.business-page .business-content .pro-menu {
  width: 270px;
  margin-right: 36px;
}
.business-page .business-content .pro-menu .pro-navs ol li {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #d5dfeb solid;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3,
.business-page .business-content .pro-menu .pro-navs ol li > a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  background-color: #e9f3f8;
  cursor: pointer;
  transition: 0.5s;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3 .info,
.business-page .business-content .pro-menu .pro-navs ol li > a .info {
  display: flex;
  align-items: center;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3 .info span,
.business-page .business-content .pro-menu .pro-navs ol li > a .info span {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e9f3f8;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3 .info span img,
.business-page .business-content .pro-menu .pro-navs ol li > a .info span img {
  max-width: 70%;
  max-height: 70%;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3 .icon,
.business-page .business-content .pro-menu .pro-navs ol li > a .icon {
  transition: 0.5s;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3:hover,
.business-page .business-content .pro-menu .pro-navs ol li > a:hover {
  background-color: #093c96;
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3:hover .info h4,
.business-page .business-content .pro-menu .pro-navs ol li > a:hover .info h4 {
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li > h3:hover .icon,
.business-page .business-content .pro-menu .pro-navs ol li > a:hover .icon {
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title {
  background-color: #fff;
  padding: 16px 16px;
  display: none;
}
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title .cell {
  display: flex;
  flex-wrap: wrap;
}
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a {
  min-width: 50%;
  line-height: 38px;
  display: flex;
  align-items: center;
  position: relative;
}
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
  color: #093c96;
}
.business-page .business-content .pro-menu .pro-navs ol li.active > h3,
.business-page .business-content .pro-menu .pro-navs ol li.active > a {
  background-color: #093c96;
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li.active > h3 .info h4,
.business-page .business-content .pro-menu .pro-navs ol li.active > a .info h4 {
  color: #fff;
}
.business-page .business-content .pro-menu .pro-navs ol li.active > h3 .icon,
.business-page .business-content .pro-menu .pro-navs ol li.active > a .icon {
  color: #fff;
  transform: rotate(180deg);
}
.business-page .business-content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
.business-page .business-content .content {
  border: 1px #d5dfeb solid;
  border-radius: 8px;
  width: calc(100% - 290px);
}
.business-page .business-content .content .albums-img .albums-btns {
  padding: 0 50px;
}
.business-page .business-content .content .albums-img .albums-btns .butt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  background-color: #eff3f8;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.business-page .business-content .content .albums-img .albums-btns .butt:hover {
  background-color: #093c96;
}
.business-page .business-content .content .albums-img .albums-btns .butt:hover .icon {
  color: #fff;
}
.business-page .business-content .content .albums-img .albums-btns .button-prev {
  left: 0;
}
.business-page .business-content .content .albums-img .albums-btns .button-next {
  right: 0;
}
.business-page .business-content .content .albums-img .gallery-thumbs .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 100%;
  border: 1px #dddddd solid;
}
.business-page .business-content .content .albums-img .gallery-thumbs .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 94%;
  max-height: 94%;
}
.business-page .business-content .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
  border-color: #093c96;
}
.business-page .business-content .content .page-info {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.business-page .business-content .content .page-info .zxzx {
  width: 160px;
  height: 36px;
  border: 2px #093c96 solid;
  background-color: #093c96;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.business-page .business-content .content .page-info .zxzx:hover {
  color: #093c96;
  background-color: #fff;
}
.business-page .business-content .content .page-info .zxzx:hover .icon {
  color: #093c96;
}
.business-page .business-content .content .page-details img {
  max-width: 100%;
}
.business-page .business-content .content .page-details .nav-common {
  border-bottom: 1px #d5dfeb solid;
}
.business-page .business-content .content .page-details .nav-common a.active,
.business-page .business-content .content .page-details .nav-common a:hover {
  color: #093c96;
}
.business-page .business-content .content .page-details .scxz {
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #093c96 solid;
  transition: 0.5s;
  border-radius: 4px;
}
.business-page .business-content .content .page-details .scxz:hover {
  color: #fff;
  background-color: #093c96;
}
.business-page .business-content .content .page-details .details {
  padding: 5%;
}
.business-page .business-content .content .page-details .details .details-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 4%;
  margin-bottom: 4%;
  border-bottom: 1px #d5dfeb solid;
}
.business-page .business-content .content .page-details .details .details-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.business-page .business-content .content .page-details .details .details-info h4 {
  margin-right: 6%;
}
.foor-right {
  position: fixed;
  right: 10px;
  bottom: 30%;
  z-index: 99999;
  display: none;
}
.foor-right .foor-right-zx > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  border: solid 2px #ffffff;
  font-size: 14px;
  transition: all 0.3s linear;
  padding: 12px 8px;
  background: url(../images/foot-right-zx.png) #093c96;
  background-size: 150%;
}
.foor-right .foor-right-zx > a span {
  width: 18px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.foor-right .foor-right-zx .info {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 280px;
  padding-right: 0.2rem;
}
.foor-right .foor-right-zx .info .jut {
  background-color: #fff;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: solid 2px #ffffff;
  padding: 20px;
}
.foor-right .foor-right-zx .info .fwrx {
  border-bottom: 1px solid #dddddd;
}
.foor-right .foor-right-zx .info .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background-color: #093c96;
  color: #fff;
  transition: all 0.3s linear;
  font-size: 14px;
}
.foor-right .foor-right-zx .info .tel a:hover {
  color: #fff;
}
.foor-right .foor-right-zx:hover .info {
  display: block;
}
.foor-right .gotop {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.foor-right .gotop:hover {
  background-color: #093c96;
}
.foor-right .gotop:hover .icon {
  color: #fff;
}
.modal-body .zxzx {
  width: 200px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 6px;
  background-color: #093c96;
}
.modal-body .zxzx:hover {
  color: #fff;
}
