.main-color {
  color: #f5be34;
}
.main-color1 {
  color: #0183c9;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1440px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') 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;
}
.bg-f6 {
  background-color: #f6fbff;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #81868e;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #000;
}
.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: #f5be34;
}
.flex-1 {
  flex: 1;
}
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 5%;
  transition: 0.5s;
}
header .head-nav {
  height: 96px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
header .head-nav .logo {
  height: 100%;
}
header .head-nav .logo img {
  max-height: 90%;
}
header .head-nav .logo .a {
  display: block;
}
header .head-nav .logo .b {
  display: none;
}
header .head-nav .nav {
  height: 100%;
}
header .head-nav .nav ul {
  height: 100%;
}
header .head-nav .nav ul li {
  height: 100%;
}
header .head-nav .nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .head-nav .nav ul li .nav-service-son {
  position: absolute;
  left: 0;
  width: 240px;
  top: 100%;
  display: none;
  background-color: #fff;
}
header .head-nav .nav ul li .nav-service-son a {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px #d5dfeb solid;
  justify-content: space-between;
}
header .head-nav .nav ul li .nav-service-son a:hover {
  color: #0183c9;
}
header .head-nav .nav ul li .nav-service-son a:last-child {
  border-bottom: none;
}
header .head-nav .nav ul li .nav-other-son {
  position: absolute;
  left: 0;
  width: 160px;
  top: 100%;
  display: none;
  background-color: #fff;
}
header .head-nav .nav ul li .nav-other-son a {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px #d5dfeb solid;
  justify-content: space-between;
}
header .head-nav .nav ul li .nav-other-son a:hover {
  color: #0183c9;
}
header .head-nav .nav ul li .nav-other-son a:last-child {
  border-bottom: none;
}
header .head-nav .nav ul li .nav-business-son {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  background-color: #fff;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab {
  padding: 30px 0;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul {
  display: flex;
  flex-wrap: wrap;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li {
  width: 30%;
  margin-right: 5%;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li:nth-child(3n) {
  margin-right: 0;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 {
  border-bottom: 1px #d5dfeb solid;
}
header .head-nav .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 .nav ul li .nav-business-son .business-son-tab ul li h4 a img {
  width: 24px;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li h4 a:hover div {
  color: #0183c9;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son {
  display: flex;
  flex-wrap: wrap;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son a {
  min-width: 50%;
  line-height: 30px;
}
header .head-nav .nav ul li .nav-business-son .business-son-tab ul li .last-son a:hover {
  color: #0183c9;
}
header .head-nav .nav ul li:hover > a {
  color: #fff;
}
header .head-nav .nav ul li:hover > a::before {
  left: 0;
  right: 0;
}
header .head-nav .nav ul li:hover .nav-business-son {
  display: block;
}
header .head-nav .nav ul li:hover .nav-service-son {
  display: block;
}
header .head-nav .nav ul li:hover .nav-other-son {
  display: block;
}
header .head-nav .nav ul li.active > a {
  color: #fff;
}
header .head-nav .nav ul li.active > a::before {
  left: 0;
  right: 0;
}
header.active {
  background-color: #fff;
}
header.active .head-nav .logo {
  height: 100%;
}
header.active .head-nav .logo .a {
  display: none;
}
header.active .head-nav .logo .b {
  display: block;
}
header.active .head-nav .nav ul li a {
  color: #333;
}
header.active .head-nav .nav ul li.active > a {
  color: #0183c9;
}
header.page-header {
  position: relative;
  background-color: #fff;
}
header.page-header .head-nav .logo {
  height: 100%;
}
header.page-header .head-nav .logo .a {
  display: none;
}
header.page-header .head-nav .logo .b {
  display: block;
}
header.page-header .head-nav .nav ul li a {
  color: #333;
}
header.page-header .head-nav .nav ul li.active > a {
  color: #0183c9;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.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;
}
.nav-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-color: #0183c9;
  height: 68px;
}
.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.active,
.nav-item ul li a:hover {
  background-color: #f5be34;
  color: #fff;
}
.view-position .nav-bread {
  color: #fff;
}
.view-position .nav-bread a {
  color: #fff;
  font-size: 14px;
  margin: 0 6px;
}
.view-position .nav-bread a:hover {
  color: #f5be34;
}
.view-position .nav-bread a:last-child {
  color: #fff;
}
.page-view-position .nav-bread {
  color: #666;
}
.page-view-position .nav-bread a {
  color: #666;
  font-size: 14px;
  margin: 0 6px;
}
.page-view-position .nav-bread a:hover {
  color: #f5be34;
}
.page-view-position .nav-bread a:last-child {
  color: #666;
}
.page-view-position .back:hover {
  color: #0183c9;
}
.page-view-position .back:hover .icon {
  color: #0183c9;
}
.about-page .section1 ol {
  display: flex;
  justify-content: space-around;
}
.about-page .section1 ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-page .section1 .content {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.about-page .section1 .content .text {
  padding: 20px 8% 24px;
}
.about-page .section1 .content .text .more {
  width: 130px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0183c9;
  transform: 0.5s;
}
.about-page .section1 .content .text .more:hover {
  background-color: #f5be34;
  color: #fff;
}
.about-page .section2 {
  background: url(../images/about-section2-bg.jpg);
  background-size: cover;
}
.about-page .section2 .swiper-pagination-hzhb {
  display: flex;
  justify-content: center;
  z-index: 2;
}
.about-page .section2 .swiper-pagination-hzhb span {
  opacity: 0.8;
  background-color: #fff;
  margin: 0 4px;
}
.about-page .section2 .swiper-pagination-hzhb .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  opacity: 1;
}
.about-page .section3 ul li .item {
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3%;
  justify-content: center;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.about-page .section4 .section4-prev {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.about-page .section4 .section4-prev:hover .icon {
  color: #f5be34;
}
.about-page .section4 .section4-next {
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.about-page .section4 .section4-next:hover .icon {
  color: #f5be34;
}
.about-page .section5 {
  background: url(../images/about-section5-bg.jpg);
  background-size: cover;
  background-position: center;
}
.about-page .section5 p {
  color: rgba(255, 255, 255, 0.7);
}
.about-page .section5 .more {
  width: 160px;
  height: 42px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 6px;
  background-color: #f5be34;
  margin: auto;
  transform: 0.5s;
}
.about-page .section5 .more:hover {
  background-color: #f5be34;
  color: #fff;
}
.service-page ol li {
  display: flex;
  align-items: center;
  border: 1px #dedede solid;
  border-radius: 6px;
  overflow: hidden;
}
.service-page ol li .text {
  width: 50%;
  padding: 20px 5%;
}
.service-page ol li .text .more {
  width: 130px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0183c9;
  transform: 0.5s;
}
.service-page ol li .text .more:hover {
  background-color: #f5be34;
  color: #fff;
}
.service-page ol li .img {
  width: 50%;
}
.service-page ol li:nth-child(even) {
  flex-direction: row-reverse;
}
.news-list .news-new {
  border: 1px #d5dfeb solid;
  border-radius: 4px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list .news-new .img {
  width: 40%;
  padding-top: 26%;
  position: relative;
  overflow: hidden;
}
.news-list .news-new .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list .news-new:hover img {
  transform: scale(1.1);
}
.news-list .news-new:hover h4 {
  color: #0183c9;
}
.news-list ol li a {
  border: 1px #d5dfeb solid;
  border-radius: 4px;
  justify-content: space-between;
  transition: 0.5s;
}
.news-list ol li a .img {
  width: 25%;
  padding-top: 18%;
  position: relative;
  overflow: hidden;
}
.news-list ol li a .text {
  flex: 1;
  padding: 3% 8% 3% 3%;
  display: flex;
  align-items: center;
}
.news-list ol li a .text .time {
  padding-right: 4%;
  border-right: 1px #d5dfeb solid;
  margin-right: 4%;
}
.news-list ol li a .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list ol li a:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}
.news-list ol li a:hover h3 {
  color: #0183c9;
}
.news-list ol li a:hover img {
  transform: scale(1.08);
}
.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 #f5be34 solid;
  background-color: #f5be34;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.solution-page .solution-content .content .page-info .zxzx:hover {
  color: #f5be34;
  background-color: #fff;
}
.solution-page .solution-content .content .page-info .zxzx:hover .icon {
  color: #f5be34;
}
.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%;
  border: 1px #d5dfeb solid;
  border-radius: 4px;
  overflow: hidden;
}
.solution-page .solution-content .hot-case h2 {
  height: 60px;
  display: flex;
  align-items: center;
}
.solution-page .solution-content .hot-case .case-info {
  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: #f5be34;
}
.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: #0183c9;
}
.prev-next-bottom a:hover .icon {
  color: #0183c9;
}
.contact-page .section1 ul {
  padding: 60px 0 50px;
  display: flex;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  transform: translateY(50px);
  background-color: #fff;
}
.contact-page .section1 ul li {
  flex: 1;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-page .section1 ul li .img {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px #0183c9 solid;
}
.contact-page .section1 ul li h4 {
  max-width: 210px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .map {
  position: relative;
}
.contact-page .map .dh {
  width: 270px;
  height: 180px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: url(../images/daohang.png) no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-bottom: 110px;
  transition: 0.5s;
}
.contact-page .map .dh:hover {
  transform: translateY(-10px);
  color: #fff;
}
.contact-page .map .dh:hover .icon {
  color: #fff;
}
.message form .item {
  position: relative;
  border-bottom: 1px #aaa solid;
}
.message form .item span {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: red;
  font-size: 12px;
}
.message form .item p i {
  color: red;
}
.message form .item input {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.message form .item textarea {
  width: 100%;
  background: none;
  display: block;
  height: 100px;
  font-size: 14px;
}
.message form button {
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  background-color: #0183c9;
}
.message form button:hover {
  color: #fff;
  background-color: #f5be34;
}
.case-common .case-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.case-common .case-content .pro-menu {
  width: 230px;
  margin-right: 36px;
}
.case-common .case-content .pro-menu .pro-navs ol li {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #d5dfeb solid;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3,
.case-common .case-content .pro-menu .pro-navs ol li > a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-left: 3px #f5be34 solid;
  background-color: #8092ab;
  cursor: pointer;
  transition: 0.5s;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3 .info,
.case-common .case-content .pro-menu .pro-navs ol li > a .info {
  display: flex;
  align-items: center;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3 .info span,
.case-common .case-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;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3 .info span img,
.case-common .case-content .pro-menu .pro-navs ol li > a .info span img {
  max-width: 70%;
  max-height: 70%;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3 .icon,
.case-common .case-content .pro-menu .pro-navs ol li > a .icon {
  transition: 0.5s;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3:hover,
.case-common .case-content .pro-menu .pro-navs ol li > a:hover {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3:hover .info h4,
.case-common .case-content .pro-menu .pro-navs ol li > a:hover .info h4 {
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li > h3:hover .icon,
.case-common .case-content .pro-menu .pro-navs ol li > a:hover .icon {
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li .pro-nav-title {
  background: url(../images/case-nav-bg.jpg);
  background-size: cover;
  padding: 16px 16px;
  display: none;
}
.case-common .case-content .pro-menu .pro-navs ol li .pro-nav-title a {
  padding: 0 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  position: relative;
}
.case-common .case-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.case-common .case-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
  color: #f5be34;
}
.case-common .case-content .pro-menu .pro-navs ol li.active > h3,
.case-common .case-content .pro-menu .pro-navs ol li.active > a {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li.active > h3 .info h4,
.case-common .case-content .pro-menu .pro-navs ol li.active > a .info h4 {
  color: #fff;
}
.case-common .case-content .pro-menu .pro-navs ol li.active > h3 .icon,
.case-common .case-content .pro-menu .pro-navs ol li.active > a .icon {
  color: #fff;
  transform: rotate(90deg);
}
.case-common .case-content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
.case-common .case-content .case-nav-left {
  width: 236px;
}
.case-common .case-content .case-nav-left .case-nav-info {
  border-radius: 6px;
  border: 1px #d5dfeb solid;
  padding: 3px;
  background: url(../images/case-nav-bg.jpg);
  background-size: cover;
  overflow: hidden;
}
.case-common .case-content .case-nav-left .case-nav-info h2 {
  height: 50px;
  background-size: cover;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: #0183c9;
}
.case-common .case-content .case-nav-left .case-nav-info ul li a:hover,
.case-common .case-content .case-nav-left .case-nav-info ul li a.active {
  color: #f5be34;
}
.case-list ul li .item {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
  padding: 5px;
}
.case-list ul li .item .img {
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}
.case-list ul li .item .sshy {
  display: flex;
  flex-wrap: wrap;
}
.case-list ul li .item .sshy p {
  padding: 4px 16px;
  border-radius: 20px;
  background-color: #f5be34;
  margin-right: 6px;
  margin-bottom: 6px;
}
.case-list ul li .item .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  max-height: 72px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.case-list ul li .item .more {
  border-top: 1px #d5dfeb solid;
}
.case-list ul li .item:hover img {
  transform: scale(1.1);
}
.case-list ul li .item:hover h3 {
  color: #0183c9;
}
.case-list ul li .item:hover .icon {
  color: #0183c9;
}
.case-page .case-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.case-page .case-content .con-left {
  flex: 1;
}
.case-page .case-content .con-left .info {
  border-radius: 6px;
  border: 1px #d5dfeb solid;
  border-top: 3px #0183c9 solid;
  padding: 5%;
}
.case-page .case-content .con-left .info .text {
  border-top: 1px #d5dfeb solid;
}
.case-page .case-content .con-left .info .text .sshy * {
  display: inline-block;
}
.case-page .case-content .con-left .info .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-page .case-content .con-left .info .img img {
  max-width: 100%;
}
.case-page .case-content .con-left .page-details {
  border-radius: 6px;
  border: 1px #d5dfeb solid;
}
.case-page .case-content .con-left .page-details img {
  max-width: 100%;
}
.case-page .case-content .con-left .page-details .details-info {
  padding: 5% 4%;
  border-bottom: 1px #d5dfeb solid;
}
.case-page .case-content .con-left .page-details .details-info .desc {
  border-bottom: 1px #d5dfeb solid;
}
.case-page .case-content .con-left .page-details .details-info .desc:last-child {
  border-bottom: none;
}
.case-page .case-content .con-left .page-details .details-info .desc h3 .icon {
  transform: rotate(180deg);
}
.case-page .case-content .con-right {
  width: 320px;
}
.case-page .case-content .con-right h2 {
  height: 60px;
  display: flex;
  align-items: center;
}
.case-page .case-content .con-right .rmfa {
  border-radius: 6px;
  border: 1px #d5dfeb solid;
}
.case-page .case-content .con-right .rmfa ul li a {
  position: relative;
}
.case-page .case-content .con-right .rmfa ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.case-page .case-content .con-right .rmfa ul li a .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.case-page .case-content .con-right .rmfa ul li a h3 {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 10px;
  z-index: 2;
}
.case-page .case-content .con-right .rmfa ul li a:hover img {
  transform: scale(1.1);
}
.case-page .case-content .con-right .contact-info {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
}
.home-banner .index-prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.home-banner .index-prev .icon {
  color: rgba(255, 255, 255, 0.5);
}
.home-banner .index-prev:hover .icon {
  color: #f5be34;
}
.home-banner .index-next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.home-banner .index-next .icon {
  color: rgba(255, 255, 255, 0.5);
}
.home-banner .index-next:hover .icon {
  color: #f5be34;
}
.index-section1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-section1 .content .pnbtn div {
  border: 1px #999 solid;
  margin-left: -1px;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index-section1 .content .pnbtn div:hover {
  background-color: #0183c9;
  border-color: #0183c9;
}
.index-section1 .content .pnbtn div:hover .icon {
  color: #fff;
}
.index-section1 .content .text {
  width: 25%;
}
.index-section1 .content .info {
  width: 60%;
}
.index-section1 .content .info ul li {
  width: 400px;
  height: 560px;
}
.index-section1 .content .info ul li a {
  height: 100%;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.index-section1 .content .info ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.index-section1 .content .info ul li a h3 {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 6%;
}
.index-section1 .content .info ul li.swiper-slide-active a::before {
  content: none;
}
.index-section2 {
  background: url(../images/index-section2-bg.jpg);
  background-size: cover;
  position: relative;
}
.index-section2 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-section2 .content .text {
  width: 30%;
}
.index-section2 .content .text a {
  width: 160px;
  height: 42px;
  border: 1px #fff solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.index-section2 .content .text a:hover {
  border-color: #f5be34;
  background-color: #f5be34;
  color: #fff;
}
.index-section2 .content .info {
  width: 55%;
}
.index-section2 .content .info .swiper-container {
  padding: 1px;
}
.index-section2 .content .info .swiper-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  opacity: 0.3;
}
.index-section2 .content .info ul li .item {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}
.index-section2 .content .info ul li .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}
.index-section2 .content .info ul li .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-section2 .content .info ul li .item .img .a {
  display: none;
}
.index-section2 .content .info ul li .item .img .b {
  display: block;
}
.common-pagination span {
  margin: 0 2px;
}
.index-section3 .section3-nav li {
  width: 50%;
  border: 1px #ccc solid;
  margin-top: -1px;
  margin-left: -1px;
}
.index-section3 .section3-nav li a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section3 .info-nav ol {
  border-bottom: 1px #d5dfeb solid;
}
.index-section3 .info-nav ol li {
  margin-left: 40px;
}
.index-section3 .info-nav ol li:first-child {
  margin-left: 0;
}
.index-section3 .info-nav ol li a {
  position: relative;
}
.index-section3 .info-nav ol li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #0183c9;
  transition: 0.5s;
  width: 0;
}
.index-section3 .info-nav ol li a.active,
.index-section3 .info-nav ol li a:hover {
  color: #0183c9;
}
.index-section3 .info-nav ol li a.active::before,
.index-section3 .info-nav ol li a:hover::before {
  width: 100%;
}
.index-section6 .content {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08);
}
.index-section6 .content .section-info {
  background: url(../images/index-section6-bg.jpg);
  background-size: cover;
  padding: 70px 0;
}
.index-section6 .content .section-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 4%;
}
.index-section6 .content .section-info ul li {
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.index-section6 .content .section-info ul li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/index-section6-bg1.png);
  background-size: 100%;
  background-position: center center;
  animation: rotedr 90s linear infinite;
}
.index-section6 .content .yzsfw {
  padding: 3%;
}
.index-section6 .content .yzsfw ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
  z-index: 1;
  position: relative;
}
.index-section6 .content .yzsfw ul::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  z-index: -1;
  height: 1px;
  background-color: #bbb;
}
.index-section6 .content .yzsfw ul li h4 {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px #bbb solid;
  border-radius: 50%;
  background-color: #f3f8ff;
  transition: 0.5s;
}
.index-section6 .content .yzsfw ul li p {
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.index-section6 .content .yzsfw ul li:hover h4 {
  color: #fff;
  background-color: #0183c9;
}
.index-section6 .content .yzsfw ul li:hover p {
  color: #0183c9;
}
.index-section6 .content .yzsfw ul span {
  margin-top: 10px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #bbb solid;
  border-radius: 50%;
  background-color: #fff;
}
.index-section6 .content .yzsfw ul span .icon {
  color: #bbb;
}
.index-section6 .content .yzsfw a {
  width: 220px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #f5be34;
  transition: 0.5s;
}
.index-section6 .content .yzsfw a:hover {
  background-color: #0183c9;
  color: #fff;
}
@keyframes rotedr {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.index-section4 .content ol {
  display: flex;
}
.index-section4 .content ol li {
  width: 12.5%;
  height: 600px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 2;
}
.index-section4 .content ol li:nth-child(1) {
  background-color: #5ab8ea;
}
.index-section4 .content ol li:nth-child(2) {
  background-color: #4da8d9;
}
.index-section4 .content ol li:nth-child(3) {
  background-color: #41a2d7;
}
.index-section4 .content ol li:nth-child(4) {
  background-color: #349cd4;
}
.index-section4 .content ol li:nth-child(5) {
  background-color: #1a8fce;
}
.index-section4 .content ol li:nth-child(6) {
  background-color: #0183c9;
}
.index-section4 .content ol li .ho-img {
  opacity: 0;
  z-index: -1;
}
.index-section4 .content ol li .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.5s;
}
.index-section4 .content ol li .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}
.index-section4 .content ol li .desc a {
  width: 180px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #f5be34;
  transition: 0.5s;
}
.index-section4 .content ol li .desc a:hover {
  background-color: #0183c9;
  color: #fff;
}
.index-section4 .content ol li.on {
  width: 50%;
}
.index-section4 .content ol li.on .ho-img {
  opacity: 1;
}
.index-section4 .content ol li.on .title {
  transform: translateY(-100%);
  opacity: 0;
}
.index-section4 .content ol li.on .desc {
  animation: move 0.5s forwards linear;
  animation-delay: 0.2s;
}
.index-section4 .content .text {
  background: url(../images/index-section4-bg.jpg);
  background-size: cover;
  padding: 10% 5% 10% 0;
}
.index-section4 .content .text ul li a {
  width: 180px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #f5be34;
  transition: 0.5s;
}
.index-section4 .content .text ul li a:hover {
  background-color: #0183c9;
  color: #fff;
}
.index-section4 .about-info {
  background: url(../images/index-section4-aboutbg.jpg);
  background-size: cover;
}
.index-section4 .about-info a {
  width: 240px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #0183c9;
  transition: 0.5s;
}
.index-section4 .about-info a:hover {
  background-color: #f5be34;
  color: #fff;
}
.index-section4 .about-info ol li {
  margin-left: 8%;
}
@keyframes move {
  0% {
    opacity: 0;
    right: -75%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.index-section5 .n-nav {
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #d5dfeb solid;
}
.index-section5 .n-nav a {
  position: relative;
}
.index-section5 .n-nav a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #0183c9;
  transition: 0.5s;
  width: 0;
}
.index-section5 .n-nav a.active,
.index-section5 .n-nav a:hover {
  color: #0183c9;
}
.index-section5 .n-nav a.active::before,
.index-section5 .n-nav a:hover::before {
  width: 100%;
}
.index-section5 .news-new {
  height: 100%;
}
.index-section5 .news-new a {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.index-section5 .news-new a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.index-section5 .news-new a .tit {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 6%;
  z-index: 2;
}
.index-section5 .news-new a .tit p {
  color: rgba(255, 255, 255, 0.7);
}
.index-section5 .news-new a:hover img {
  transform: scale(1.1);
}
.index-section5 ol li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px #d5dfeb solid;
}
.index-section5 ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.index-section5 ol li .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section5 ol li a:hover h3 {
  color: #0183c9;
}
.index-section5 ul li a {
  height: 62px;
  border: 1px #d5dfeb solid;
  border-radius: 3px;
  transition: 0.5s;
}
.index-section5 ul li a h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section5 ul li a:hover {
  background-color: #0183c9;
  border-color: #0183c9;
}
.index-section5 ul li a:hover * {
  color: #fff;
}
footer {
  background-color: #fafcff;
  border-top: 1px #d5dfeb solid;
}
footer .content ul li {
  margin-right: 6%;
}
footer .content ul li .line {
  height: 3px;
  width: 24px;
  border-radius: 4px;
  background-color: #0183c9;
}
footer .content ul li a {
  display: block;
  color: #6e6f70;
  line-height: 32px;
}
footer .content ul li a:hover {
  color: #0183c9;
}
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: #b1bac6;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
footer .content .info ol li .code {
  position: absolute;
  left: -40px;
  right: -40px;
  height: 120px;
  top: 70px;
  border: 2px #f1f1f1 solid;
  background-color: #f1f1f1;
  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;
  color: #f1f1f1;
}
footer .content .info ol li:hover {
  background-color: #0183c9;
}
footer .content .info ol li:hover .code {
  display: block;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links a:hover {
  color: #0183c9;
}
footer .copyright {
  border-top: 1px #d5dfeb solid;
}
footer .copyright p {
  color: #999;
  font-size: 14px;
}
footer .copyright a {
  color: #999;
  font-size: 14px;
  margin-left: 8px;
}
footer .copyright a:hover {
  color: #333;
}
.solution-list .section1 .text .desc ul li {
  position: relative;
  padding: 30px;
  margin-top: 30px;
  border: 1px #d5dfeb solid;
  border-radius: 4px;
}
.solution-list .section1 .text .desc ul li h3 {
  position: absolute;
  left: 16px;
  top: -18px;
  width: 120px;
  height: 36px;
  background-color: #0183c9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
  font-size: 16px;
}
.solution-list .section2 ol li {
  background-color: #fff;
  border: 1px #d5dfeb solid;
  border-radius: 6px;
  overflow: hidden;
}
.solution-list .section2 ol li .text {
  padding-right: 8%;
}
.solution-list .section2 ol li .more a {
  width: 110px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.5s;
}
.solution-list .section2 ol li .more .zx {
  background-color: #0183c9;
}
.solution-list .section2 ol li .more .zx:hover {
  background-color: #f5be34;
  color: #fff;
}
.solution-list .section2 ol li .more .fa {
  background-color: #f5be34;
}
.solution-list .section2 ol li .more .fa:hover {
  background-color: #0183c9;
  color: #fff;
}
.product-system-list .system-content {
  display: flex;
  align-items: flex-start;
}
.product-system-list .system-content .pro-menu {
  width: 230px;
  margin-right: 36px;
}
.product-system-list .system-content .pro-menu .pro-navs ol li {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #d5dfeb solid;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3,
.product-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;
  border-left: 3px #f5be34 solid;
  background-color: #8092ab;
  cursor: pointer;
  transition: 0.5s;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3 .info,
.product-system-list .system-content .pro-menu .pro-navs ol li > a .info {
  display: flex;
  align-items: center;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3 .info span,
.product-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;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3 .info span img,
.product-system-list .system-content .pro-menu .pro-navs ol li > a .info span img {
  max-width: 70%;
  max-height: 70%;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3 .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li > a .icon {
  transition: 0.5s;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3:hover,
.product-system-list .system-content .pro-menu .pro-navs ol li > a:hover {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3:hover .info h4,
.product-system-list .system-content .pro-menu .pro-navs ol li > a:hover .info h4 {
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li > h3:hover .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li > a:hover .icon {
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title {
  background: url(../images/case-nav-bg.jpg);
  background-size: cover;
  padding: 16px 16px;
  display: none;
}
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a {
  padding: 0 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  position: relative;
}
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.product-system-list .system-content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
  color: #f5be34;
}
.product-system-list .system-content .pro-menu .pro-navs ol li.active > h3,
.product-system-list .system-content .pro-menu .pro-navs ol li.active > a {
  background-color: #0183c9;
  border-color: #0183c9;
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li.active > h3 .info h4,
.product-system-list .system-content .pro-menu .pro-navs ol li.active > a .info h4 {
  color: #fff;
}
.product-system-list .system-content .pro-menu .pro-navs ol li.active > h3 .icon,
.product-system-list .system-content .pro-menu .pro-navs ol li.active > a .icon {
  color: #fff;
  transform: rotate(90deg);
}
.product-system-list .system-content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
img {
  max-width: 100%;
}
.product-list ul li a {
  padding: 8%;
  border: 1px #d5dfeb solid;
  border-radius: 6px;
  transition: 0.5s;
}
.product-list ul li a .img {
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
  position: relative;
}
.product-list ul li a .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.product-list ul li a .text h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.product-list ul li a .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.product-list ul li a:hover {
  border-color: #0183c9;
}
.product-list ul li a:hover h3 {
  color: #0183c9;
}
.business-page .business-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.business-page .business-content .pro-menu {
  width: 230px;
  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;
  border-left: 3px #f5be34 solid;
  background-color: #8092ab;
  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: #0183c9;
  border-color: #0183c9;
  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: url(../images/case-nav-bg.jpg);
  background-size: cover;
  padding: 16px 16px;
  display: none;
}
.business-page .business-content .pro-menu .pro-navs ol li .pro-nav-title a {
  padding: 0 16px;
  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: #f5be34;
}
.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: #0183c9;
  border-color: #0183c9;
  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(90deg);
}
.business-page .business-content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
.business-page .business-content .pro-menu .rmcp {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
  overflow: hidden;
}
.business-page .business-content .pro-menu .rmcp h2 {
  height: 60px;
  display: flex;
  align-items: center;
}
.business-page .business-content .pro-menu .rmcp ul li a .img {
  width: 90%;
  padding-top: 90%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.business-page .business-content .pro-menu .rmcp ul li a:hover h3 {
  color: #0183c9;
}
.business-page .business-content .content .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-page .business-content .content .img img {
  max-width: 100%;
}
.business-page .business-content .content .page-info {
  border: 1px #d5dfeb solid;
  border-radius: 8px;
  padding: 5%;
}
.business-page .business-content .content .page-info .zxzx {
  width: 124px;
  height: 40px;
  background-color: #0183c9;
  border-radius: 8px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-page .business-content .content .page-info .zxzx:hover {
  color: #fff;
  background-color: #f5be34;
}
.business-page .business-content .content .page-details {
  border: 1px #d5dfeb solid;
  border-radius: 8px;
}
.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: #0183c9;
}
.business-page .business-content .content .page-details .scxz {
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #f5be34 solid;
  transition: 0.5s;
  border-radius: 4px;
}
.business-page .business-content .content .page-details .scxz:hover {
  color: #fff;
  background-color: #f5be34;
}
.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%;
}
.business-page .business-content .content .page-details .prev-next-bottom {
  border-top: 1px #d5dfeb solid;
}
.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) #0183c9;
  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: #0183c9;
  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: #0183c9;
}
.foor-right .gotop:hover .icon {
  color: #fff;
}
.target-fix {
  position: relative;
  top: -88px;
  display: block;
  visibility: hidden;
}
.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: #0183c9;
  color: #fff;
  border: 1px solid #0183c9;
}
.pagination-box li .current {
  background: #0183c9;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #0183c9;
  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;
}
