.main-color {
  color: #004ba0;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1440px;
  margin: auto;
}
#container {
  background-color: #f8fafc;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') 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-f5 {
  background-color: #f8fafc;
}
.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: #004ba0;
}
.flex-1 {
  flex: 1;
}
header {
  background-color: #fff;
}
header .head-nav {
  height: 96px;
  padding: 0 4%;
}
header .head-nav .head-info {
  height: 100%;
}
header .head-nav .head-info .logo {
  height: 100%;
}
header .head-nav .head-info .logo img {
  max-height: 90%;
  max-width: 248px;
}
header .head-nav .head-info .logo .b {
  display: none;
}
header .head-nav ul {
  height: 100%;
}
header .head-nav ul > li {
  height: 100%;
}
header .head-nav ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .head-nav ul > li .nav-son,
header .head-nav ul > li .solu-son {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 0 60px;
}
header .head-nav ul > li .nav-son .content,
header .head-nav ul > li .solu-son .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header .head-nav ul > li .nav-son .content .nav,
header .head-nav ul > li .solu-son .content .nav {
  width: 24%;
  padding-right: 4%;
}
header .head-nav ul > li .nav-son .content .nav .nav-child,
header .head-nav ul > li .solu-son .content .nav .nav-child {
  width: 100%;
}
header .head-nav ul > li .nav-son .content .nav .nav-child a,
header .head-nav ul > li .solu-son .content .nav .nav-child a {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  border-radius: 6px;
}
header .head-nav ul > li .nav-son .content .nav .nav-child.on a,
header .head-nav ul > li .solu-son .content .nav .nav-child.on a {
  color: #004ba0;
  background-color: #f1f1f1;
}
header .head-nav ul > li .nav-son .content .tab-content,
header .head-nav ul > li .solu-son .content .tab-content {
  flex: 1;
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname,
header .head-nav ul > li .solu-son .content .tab-content .last-catname {
  display: flex;
  align-items: center;
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname .img,
header .head-nav ul > li .solu-son .content .tab-content .last-catname .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px #ccc solid;
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname .img img,
header .head-nav ul > li .solu-son .content .tab-content .last-catname .img img {
  max-width: 90%;
  max-height: 90%;
}
header .head-nav ul > li .nav-son .content .tab-content .last-catname:hover h4,
header .head-nav ul > li .solu-son .content .tab-content .last-catname:hover h4 {
  color: #004ba0;
}
header .head-nav ul > li .nav-son .content .tab-content .on,
header .head-nav ul > li .solu-son .content .tab-content .on {
  display: block;
}
header .head-nav ul > li:hover > a {
  color: #004ba0;
}
header .head-nav ul > li:hover > a::before {
  left: 0;
  right: 0;
}
header .head-nav ul > li:hover .nav-son {
  display: block;
}
header .head-nav ul > li:hover .solu-son {
  display: block;
}
header .head-nav ul > li.active > a {
  color: #004ba0;
}
header .head-nav ul > li.active > a::before {
  left: 0;
  right: 0;
}
header .head-nav .info .open-search {
  border-right: 1px #666 solid;
  cursor: pointer;
}
header .head-nav .info .open-search:hover .icon {
  color: #004ba0;
}
.search-product form {
  display: flex;
  justify-content: space-between;
  align-content: center;
  height: 50px;
  margin-bottom: 40px;
  background-color: #f3f3f3;
  padding: 0 10px;
}
.search-product form input {
  flex: 1;
  width: 100%;
  color: #333;
  font-size: 15px;
}
.search-product form button:hover {
  color: #004ba0;
}
@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 {
  background: url(../images/foot-bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
footer .content .info {
  width: 380px;
}
footer .content .info p {
  color: rgba(255, 255, 255, 0.7);
}
footer .content ul li {
  margin-right: 12%;
}
footer .content ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 38px;
}
footer .content ul li a:hover {
  color: #fff;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links a:hover {
  color: #fff;
}
footer .foot-info ol {
  display: flex;
  justify-content: flex-end;
}
footer .foot-info ol li {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
footer .foot-info ol li .code {
  position: absolute;
  left: -40px;
  right: -40px;
  height: 120px;
  bottom: 60px;
  border: 2px #fff solid;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
footer .foot-info ol li .code img {
  max-width: 98%;
  max-height: 98%;
}
footer .foot-info ol li:hover {
  background-color: #004ba0;
}
footer .foot-info ol li:hover .icon {
  color: #fff;
}
footer .foot-info ol li:hover .code {
  display: block;
}
footer .copyright {
  border-top: 1px rgba(0, 0, 0, 0.1) 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: #004ba0;
}
#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: 3.5rem;
  line-height: 3.5rem;
  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 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list > li a:hover {
  color: #004ba0;
}
.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;
}
.nav-item {
  border-bottom: 1px #eeeeee solid;
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.nav-item ul {
  display: flex;
  align-items: center;
}
.nav-item ul li {
  flex: 1;
}
.nav-item ul li .sub-categories {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-item ul li .sub-categories a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.nav-item ul li .sub-categories a:hover {
  color: #004ba0;
}
.nav-item ul li .sub-categories a.active {
  color: #004ba0;
}
.nav-item ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  position: relative;
  transition: background-color 0.5s;
}
.nav-item ul li > a .img img {
  width: 46px;
}
.nav-item ul li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background-color: #004ba0;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
}
.nav-item ul li:hover > a {
  color: #004ba0;
}
.nav-item ul li:hover > a::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.nav-item ul li.active > a {
  color: #004ba0;
}
.nav-item ul li.active > a::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.nav-item ul li.active .sub-categories {
  display: flex;
}
.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: #004ba0;
}
.view-position .nav-bread a:last-child {
  color: #666;
}
.view-position .back:hover {
  color: #004ba0;
}
.view-position .back:hover .icon {
  color: #004ba0;
}
.home-banner ul li .item {
  padding: 30px 16px;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  border-radius: 8px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.home-banner ul li .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
  z-index: -1;
}
.home-banner ul li .item .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.home-banner 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%;
}
.home-banner ul li .item:hover {
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
}
.home-banner .banner-next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  z-index: 2;
  cursor: pointer;
}
.home-banner .banner-next:hover {
  background-color: #004ba0;
}
.home-banner .banner-next:hover .icon {
  color: #fff;
}
.home-banner .banner-prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  z-index: 2;
  cursor: pointer;
}
.home-banner .banner-prev:hover {
  background-color: #004ba0;
}
.home-banner .banner-prev:hover .icon {
  color: #fff;
}
.ho-title {
  line-height: 10px;
}
.line {
  width: 24px;
  height: 4px;
  background-color: #004ba0;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner .text .desc {
  width: 35%;
  color: rgba(255, 255, 255, 0.8);
}
.page-banner .text .tel a {
  width: 200px;
  height: 46px;
  border-radius: 25px;
  border: 1px #ddd solid;
}
.page-banner .text .tel a:hover {
  background-color: #004ba0;
  color: #fff;
}
.page-banner .text .tel a:hover .icon {
  color: #fff;
}
.page-banner .text em {
  color: #004ba0;
}
.page-banner .text .code img {
  width: 136px;
}
.project-nav ul li a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.project-nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.5s;
  background-color: #004ba0;
}
.project-nav ul li a img {
  width: 20px;
}
.project-nav ul li a.active,
.project-nav ul li a:hover {
  color: #004ba0;
}
.project-nav ul li a.active::before,
.project-nav ul li a:hover::before {
  width: 100%;
}
.project-list ul li .item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.project-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: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.project-list ul li .item:hover img {
  transform: scale(1.04);
}
.project-list ul li .item:hover h3 {
  color: #004ba0;
}
.product-list ul li .item {
  position: relative;
  transition: 0.5s;
  background-color: #fff;
  border: 1px #e8f0fe solid;
}
.product-list ul li .item .img {
  padding-top: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.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%;
  transition: 0.5s;
}
.product-list ul li .item h3 {
  border-top: 1px #e8f0fe solid;
}
.product-list ul li .item:hover {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.1);
}
.product-list ul li .item:hover::before {
  width: 100%;
}
.product-list ul li .item:hover img {
  transform: scale(1.04);
}
.product-list ul li .item:hover h3 {
  color: #004ba0;
}
.about-page .section1 {
  border-bottom: 1px #eee solid;
}
.about-page .section1 ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-page .section1 ul li {
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px #eee solid;
}
.about-page .section1 ul li:last-child {
  border-bottom: 1px #eee solid;
}
.about-page .section1 ul li .text {
  flex: 1;
  padding-right: 16px;
}
.about-page .section1 .cover-img {
  padding-right: 15%;
  position: relative;
}
.about-page .section1 .cover-img .since {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30%;
}
.about-page .section1 .cover-img .since h3 {
  font-size: 160px;
  letter-spacing: 0;
  transform: rotate(90deg);
}
.about-page .section1 .cover-img .since h5 {
  position: absolute;
  right: -20%;
  bottom: 20%;
  transform: rotate(90deg);
  font-size: 60px;
  color: white;
  /* 文字颜色 */
  text-shadow: -1px -1px 0 #004ba0, 1px -1px 0 #004ba0, -1px 1px 0 #004ba0, 1px 1px 0 #004ba0;
  /* 文字描边 */
}
.about-page .section1 h2 {
  color: #1c134d;
}
.about-page .section1 ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page .section1 ol li .img {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section1 ol li .img img {
  max-height: 100%;
}
.about-page .section2 {
  background: url(../images/about-section2-bg.jpg);
  background-size: cover;
  background-position: bottom center;
}
.about-page .section2 ul li .item {
  padding: 80px 16px;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  border-radius: 8px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.about-page .section2 ul li .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  z-index: -1;
}
.about-page .section2 ul li .item .img {
  background: url(../images/about-section2-bg2.png) no-repeat;
  background-position: center;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section2 ul li .item .img img {
  max-width: 80%;
  max-height: 80%;
}
.about-page .section2 ul li .item:hover {
  background: url(../images/about-section2-bg1.jpg);
}
.about-page .section2 ul li .item:hover .img {
  background: none;
}
.about-page .section2 ul li .item:hover h4 {
  color: #fff;
}
.about-page .section2 ul li .item:hover div {
  color: rgba(255, 255, 255, 0.7);
}
.about-page .section3 .info ol {
  border-bottom: 1px #eee solid;
}
.about-page .section3 .info ol li a {
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  transition: 0.5s;
}
.about-page .section3 .info ol li a:hover,
.about-page .section3 .info ol li a.active {
  color: #004ba0;
  border-color: #004ba0;
}
.about-page .section3 .info .text {
  width: 30%;
}
.about-page .section3 .info ul li h4 {
  color: #1c134d;
}
.about-page .section3 .tab-content .f-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-page .section3 .tab-content .img {
  padding-top: 65%;
  position: relative;
}
.about-page .section4 .content {
  position: relative;
}
.about-page .section4 .content .section4-next {
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #ccc;
  border-radius: 50%;
  margin: auto;
  transition: 0.5s;
}
.about-page .section4 .content .section4-next:hover {
  background-color: #004ba0;
}
.about-page .section4 .content .section4-next:hover .icon {
  color: #fff;
}
.about-page .section4 .content .section4-prev {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #ccc;
  border-radius: 50%;
  margin: auto;
  transition: 0.5s;
}
.about-page .section4 .content .section4-prev:hover {
  background-color: #004ba0;
}
.about-page .section4 .content .section4-prev:hover .icon {
  color: #fff;
}
.about-page .section4 ul li .item {
  background-color: #fff;
  border: 1px #e0e3ec solid;
}
.about-page .section4 ul li .item .img {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section4 ul li .item .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-page .section4 ul li .item:hover h4 {
  color: #004ba0;
}
.about-page .section5 .content {
  position: relative;
}
.about-page .section5 .content .section5-next {
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #ccc;
  border-radius: 50%;
  margin: auto;
  transition: 0.5s;
}
.about-page .section5 .content .section5-next:hover {
  background-color: #004ba0;
}
.about-page .section5 .content .section5-next:hover .icon {
  color: #fff;
}
.about-page .section5 .content .section5-prev {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #ccc;
  border-radius: 50%;
  margin: auto;
  transition: 0.5s;
}
.about-page .section5 .content .section5-prev:hover {
  background-color: #004ba0;
}
.about-page .section5 .content .section5-prev:hover .icon {
  color: #fff;
}
.about-page .section5 ul li .item {
  background-color: #fff;
  border: 1px #e0e3ec solid;
}
.about-page .section5 ul li .item .img {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section5 ul li .item .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-page .section5 ul li .item:hover h4 {
  color: #004ba0;
}
.index-section7 .swiper-slide {
  padding: 20px 0;
}
.index-section7 .swiper-slide .img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.08);
}
.index-section7 .swiper-slide .img img {
  max-width: 90%;
  max-height: 90%;
  filter: grayscale(100%);
  filter: gray;
  transition: 0.5s;
}
.index-section7 .swiper-slide .img:hover img {
  filter: grayscale(0);
  filter: none;
}
.solution-list ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 6px;
}
.solution-list ol li .img {
  width: 48%;
}
.solution-list ol li .text {
  width: 48%;
  padding: 20px 4%;
}
.solution-list ol li .text .desc {
  line-height: 2;
}
.solution-list ol li .text a {
  width: 200px;
  height: 38px;
  border: 1px #004ba0 solid;
  padding: 0 10px;
  transition: 0.5s;
}
.solution-list ol li .text a:hover {
  background-color: #004ba0;
  color: #fff;
}
.solution-list ol li .text a:hover .icon {
  color: #fff;
}
.solution-list ol li:nth-child(2n) {
  flex-direction: row-reverse;
}
.contact-page .section1 ul li .item {
  display: flex;
  align-items: center;
}
.contact-page .section1 ul li .item .imgicon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px #004ba0 solid;
  transition: 0.5s;
}
.contact-page .section1 ul li .item .text {
  flex: 1;
}
.contact-page .section1 ul li .item:hover .imgicon {
  background-color: #004ba0;
}
.contact-page .section1 ul li .item:hover .imgicon .icon {
  color: #fff;
}
.contact-page .section1 .map {
  position: relative;
}
.common-form input {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 1px #e2f1fd solid;
  padding: 0 10px;
  border-radius: 6px;
}
.common-form textarea {
  width: 100%;
  height: 160px;
  border: 1px #e2f1fd solid;
  border-radius: 6px;
  display: block;
  padding: 10px;
}
.common-form button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004ba0;
  transition: 0.5s;
}
.common-form button:hover {
  background-color: #fff;
  color: #004ba0;
}
.solution-page .banner .text {
  position: relative;
  z-index: 2;
}
.solution-page .banner .text ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
}
.solution-page .banner .text ul li .img {
  width: 120px;
  height: 120px;
}
.solution-page .banner .text ul li .img img {
  max-width: 100%;
}
.solution-page .section1 ul li .item {
  display: flex;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}
.solution-page .section1 ul li .item .text {
  width: 54%;
}
.solution-page .section1 ul li .item .text .dz {
  width: 160px;
  height: 40px;
  background-color: #004ba0;
  border-radius: 24px;
  padding: 0 20px;
  color: #fff;
  transition: 0.5s;
  font-size: 15px;
}
.solution-page .section1 ul li .item .text .dz:hover {
  background-color: #f49c00;
}
.solution-page .section1 ul li .item .text .xq {
  width: 110px;
  height: 40px;
  background-color: #a3a9ae;
  border-radius: 24px;
  padding: 0 20px;
  color: #fff;
  transition: 0.5s;
  font-size: 15px;
}
.solution-page .section1 ul li .item .text .xq:hover {
  background-color: #f49c00;
}
.solution-page .section1 ul li .item .img {
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-page .section1 ul li .item .img img {
  max-width: 92%;
}
.solution-page .section2 .main-type {
  position: relative;
  z-index: 1;
}
.solution-page .section2 .main-type::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -200px;
  background: url(../images/solution-section2-bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
.solution-page .section2 .main-type .img {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-page .section2 .main-type .img img {
  max-width: 100%;
}
.solution-page .section2 .main-type .text .desc {
  color: rgba(255, 255, 255, 0.8);
}
.solution-page .section2 .main-type .text a {
  width: 180px;
  height: 46px;
  background-color: #f49c00;
  border-radius: 24px;
  padding: 0 20px;
  color: #fff;
  transition: 0.5s;
}
.solution-page .section2 .main-type .text a:hover {
  background-color: #fff;
  color: #f49c00;
}
.solution-page .section2 .main-type .text a:hover .icon {
  color: #f49c00;
}
.solution-page .section2 .other-type {
  position: relative;
  z-index: 1;
}
.solution-page .section2 .other-type ol li .item {
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}
.solution-page .section2 .other-type ol li .item a {
  width: 160px;
  height: 40px;
  background-color: #a3a9ae;
  border-radius: 24px;
  padding: 0 20px;
  color: #fff;
  transition: 0.5s;
}
.solution-page .section2 .other-type ol li .item a:hover {
  background-color: #f49c00;
}
.solution-page .section2 .other-type ol li .item .img {
  max-width: 60%;
}
.solution-page .section2 .other-type ol li .item .img img {
  max-width: 100%;
}
.solution-page .section2 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px #e2f1fd solid;
  border-radius: 6px;
}
.solution-page .section2 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.solution-page .section2 ul li .img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-page .section2 ul li .img img {
  max-width: 100%;
}
.solution-page .section2 ul li .text {
  width: 50%;
  padding: 0 4%;
}
.solution-page .section2 ul li .text .desc {
  font-size: 15px;
}
.solution-page .section2 ul li .text a {
  width: 180px;
  height: 46px;
  background-color: #f49c00;
  border-radius: 24px;
  padding: 0 20px;
  color: #fff;
  transition: 0.5s;
}
.solution-page .section2 ul li .text a:hover {
  background-color: #004ba0;
}
.solution-page .section3 {
  background: url(../images/solution-section3-bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
.solution-page .section3 ul li .img {
  width: 80%;
  margin: auto;
  display: flex;
  position: relative;
}
.solution-page .section3 ul li .img img {
  max-width: 100%;
}
.solution-page .section3 ul li .img span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 36px;
  width: 36px;
  background-color: #f49c00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.solution-page .section3 ul li .desc {
  color: rgba(255, 255, 255, 0.7);
}
.solution-page .section3 .more {
  width: 180px;
  height: 46px;
  background-color: #f49c00;
  border-radius: 24px;
  padding: 0 20px;
  color: #fff;
  transition: 0.5s;
}
.solution-page .section3 .more:hover {
  background-color: #004ba0;
}
.solution-page .section4 {
  overflow: hidden;
}
.solution-page .section4 .img {
  height: 516px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
}
.solution-page .section4 .img img {
  max-width: 90%;
  max-height: 90%;
}
.solution-page .section4 .section4-next {
  position: absolute;
  right: 24%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  background-color: #004ba0;
  z-index: 2;
}
.solution-page .section4 .section4-prev {
  position: absolute;
  left: 24%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  background-color: #004ba0;
  z-index: 2;
}
.solution-page .section5 .text {
  padding: 0 8%;
}
.solution-page .section5 .text .more {
  width: 180px;
  height: 46px;
  background-color: #f49c00;
  border-radius: 24px;
  padding: 0 20px;
  color: #fff;
  transition: 0.5s;
}
.solution-page .section5 .text .more:hover {
  background-color: #004ba0;
}
.news-list ol li .item {
  transition: 0.5s;
}
.news-list ol li .item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.news-list ol li .item .desc {
  min-height: 80px;
}
.news-list ol li .item:hover img {
  transform: scale(1.1);
}
.news-list ol li .item:hover h4 {
  color: #004ba0;
}
.news-list ol li .item:hover {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.12);
}
.news-list ol li .item:hover img {
  transform: scale(1.07);
}
.news-page .content .news-left .prev-next-bottom {
  border: none;
  padding: 12px 0;
}
.news-page .content .news-left .info {
  border-top: 1px #ececec solid;
  min-height: 700px;
}
.news-page .content .news-left .info img {
  max-width: 100%;
}
.news-page .content .news-right ul li a .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.news-page .content .news-right ul li a h3 {
  color: #000;
}
.news-page .content .news-right ul li a:hover img {
  transform: scale(1.1);
}
.news-page .content .news-right ul li a:hover h3 {
  color: #004ba0;
}
.prev-next-bottom {
  padding: 20px 2%;
  border: 1px #ddd solid;
  border-top: none;
}
.prev-next-bottom a:hover {
  color: #004ba0;
}
.prev-next-bottom a:hover .icon {
  color: #004ba0;
}
.index-key {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-key .content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 18px 0;
}
.index-key .content h4 {
  color: rgba(255, 255, 255, 0.8);
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
  padding-right: 10px;
}
.index-key .content ul {
  flex: 1;
  display: flex;
  padding-left: 5%;
  justify-content: space-between;
}
.index-key .content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-key .content ul li p {
  color: rgba(254, 253, 250, 0.8);
}
.common-more {
  width: 200px;
  height: 46px;
  border-radius: 25px;
  border: 1px #ddd solid;
}
.common-more:hover {
  background-color: #004ba0;
  color: #fff;
}
.common-more:hover .icon {
  color: #fff;
}
.index-section1 .text {
  background: url(../images/index-section1-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-right: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-section1 .text h2 {
  color: #1c134d;
}
.index-section1 .text ul li h4 {
  color: #1c134d;
}
.index-section1 .text .more {
  width: 190px;
  height: 46px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px #004ba0 solid;
  border-radius: 24px;
}
.index-section1 .img {
  position: relative;
}
.index-section1 .img h4 {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 10%;
}
.index-section1 ol li {
  padding: 0 10px;
}
.index-section1 ol li .img {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section1 ol li .img img {
  max-height: 100%;
}
.index-section2 ul li .item {
  display: flex;
  align-items: center;
  border: 1px #e8f0fe solid;
  height: 100%;
  border-radius: 8px;
}
.index-section2 ul li .item .text {
  width: 50%;
}
.index-section2 ul li .item .text .son-cat a:hover {
  color: #004ba0;
}
.index-section2 ul li .item .text .more {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7fa5cf;
  border-radius: 50%;
  transition: 0.5s;
}
.index-section2 ul li .item .text .more:hover {
  background-color: #004ba0;
}
.index-section2 ul li .item .img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section2 ul li .item .img img {
  max-width: 90%;
}
.index-section2 ul li .item:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.index-section3 {
  background: url(../images/index-section3-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.index-section3 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 220px;
}
.index-section3 .content .title p {
  color: rgba(255, 255, 255, 0.7);
}
.index-section3 .content .title a {
  width: 158px;
  height: 40px;
  border-radius: 20px;
  border: 1px #f49c00 solid;
  padding: 0 16px;
  transition: 0.5s;
  background-color: #f49c00;
}
.index-section3 .content .title a:hover {
  background-color: #fff;
  color: #f49c00;
}
.index-section3 .content .title a:hover .icon {
  color: #f49c00;
}
.index-section3 .content ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 20%;
}
.index-section3 .content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-section3 .content ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.5s;
}
.index-section3 .content ul li .img img {
  max-width: 70px;
  max-height: 70px;
}
.index-section3 .content ul li .desc {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.index-section3 .info {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -140px;
  height: 280px;
  background-color: #fff;
  border-radius: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
}
.index-section3 .info .text p {
  opacity: 0.6;
}
.index-section3 .info .text a {
  text-decoration: underline;
  color: #004ba0;
}
.index-section3 .info ol {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 12%;
}
.index-section3 .info ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-section3 .info ol li .img {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/about-section2-bg2.png);
  background-size: 100%;
}
.index-section3 .info ol li .img img {
  max-width: 70%;
  max-height: 70%;
}
.index-section3 .info ol li:hover .img {
  background: url(../images/index-icon-bg.png);
  background-size: 100%;
}
.index-section4 {
  padding-top: 190px;
}
.index-section4 .content {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.index-section4 .content ol {
  width: 20%;
  background-color: #fff;
  border-radius: 6px;
  border: 1px #e2f1fd solid;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}
.index-section4 .content ol li a {
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 1px #e2f1fd solid;
  transition: 0.5s;
}
.index-section4 .content ol li a:hover,
.index-section4 .content ol li a.active {
  background-color: #004ba0;
  color: #fff;
}
.index-section4 .content ol li:last-child a {
  border-bottom: none;
}
.index-section4 .content .project-list {
  width: 76%;
}
.index-section5 {
  background: url(../images/index-sectiob5-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.index-section5 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-section5 a {
  width: 200px;
  height: 46px;
  background-color: #f49c00;
  border-radius: 26px;
  padding: 0 20px;
  transition: 0.5s;
}
.index-section5 a:hover {
  background-color: #004ba0;
  color: #fff;
}
.index-section5 a:hover .icon {
  color: #fff;
}
.pro-son-catname ul li a:hover,
.pro-son-catname ul li a.active {
  color: #004ba0;
}
.common-pagination {
  text-align: center;
  margin-top: 20px;
}
.common-pagination span {
  margin: 0 2px;
}
.index-section5 ol {
  display: flex;
  justify-content: space-between;
}
.index-section5 ol > li {
  width: 20%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  background-color: #fbfafd;
  padding: 20px 12px 10px;
  transition: 0.5s;
}
.index-section5 ol > li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.index-section5 ol > li .title a {
  display: none;
}
.index-section5 ol > li .title a:hover .icon {
  color: #004ba0;
}
.index-section5 ol > li ul {
  display: flex;
  flex-wrap: wrap;
}
.index-section5 ol > li ul li {
  width: 100%;
  margin-bottom: 10px;
}
.index-section5 ol > li ul li .img {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section5 ol > li ul li .img img {
  max-width: 80%;
  max-height: 80%;
}
.index-section5 ol > li ul li:nth-child(3),
.index-section5 ol > li ul li:nth-child(4) {
  display: none;
}
.index-section5 ol > li.on {
  width: 36%;
  background-color: #fff;
}
.index-section5 ol > li.on .title a {
  display: block;
}
.index-section5 ol > li.on ul li {
  width: 50%;
}
.index-section5 ol > li.on ul li:nth-child(3),
.index-section5 ol > li.on ul li:nth-child(4) {
  display: block;
}
.index-section6 .section6-nav {
  border-bottom: 1px #ddd solid;
}
.index-section6 .section6-nav a {
  margin: 0 20px;
}
.index-section6 .section6-nav a:hover {
  color: #004ba0;
}
.index-section6 ul li a {
  display: block;
  background-color: #f8fbff;
  padding: 12px;
  transition: 0.5s;
}
.index-section6 ul li a .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.index-section6 ul li a .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section6 ul li a:hover {
  box-shadow: 0 0 10px 2px rgba(0, 140, 214, 0.15);
  background-color: #fff;
}
.index-section6 ul li a:hover img {
  transform: scale(1.1);
}
.index-section6 ul li a:hover h4 {
  color: #004ba0;
}
.news-item {
  border-bottom: 1px #ddd solid;
}
.news-item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.news-item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-item .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 26px;
}
.news-item:hover img {
  transform: scale(1.1);
}
.news-item:hover h4 {
  color: #004ba0;
}
.index-section7 .title ol {
  width: 350px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px #ddd solid;
}
.index-section7 .title ol li a {
  position: relative;
  display: block;
}
.index-section7 .title ol li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background-color: #004ba0;
  transition: 0.5s;
}
.index-section7 .title ol li a:hover {
  color: #004ba0;
}
.index-section7 .title ol li a:hover::before {
  width: 100%;
}
.index-section7 .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-section7 .item ul li img {
  width: 14px;
}
.index-section7 .item ul li:first-child {
  border-top: none;
}
.index-section7 .item ul li:hover h3 {
  color: #004ba0;
}
.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: #004ba0;
  color: #fff;
  border: 1px solid #004ba0;
}
.pagination-box li .current {
  background: #004ba0;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #004ba0;
  display: inline-block;
}
.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: #004ba0;
}
.product-page .section1 .content {
  display: flex;
  justify-content: space-between;
}
.product-page .section1 .content .albums-img {
  width: 46%;
}
.product-page .section1 .content .albums-img .albums-btns {
  padding: 0 50px;
}
.product-page .section1 .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;
}
.product-page .section1 .content .albums-img .albums-btns .butt:hover {
  background-color: #004ba0;
}
.product-page .section1 .content .albums-img .albums-btns .butt:hover .icon {
  color: #fff;
}
.product-page .section1 .content .albums-img .albums-btns .button-prev {
  left: 0;
}
.product-page .section1 .content .albums-img .albums-btns .button-next {
  right: 0;
}
.product-page .section1 .content .albums-img .gallery-thumbs .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 100%;
  border: 1px #dddddd solid;
}
.product-page .section1 .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%;
}
.product-page .section1 .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
  border-color: #004ba0;
}
.product-page .section1 .content .albums-img .pro-container {
  padding: 1px;
}
.product-page .section1 .content .albums-img .pro-container .img {
  position: relative;
  border: 1px #dddddd solid;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.product-page .section1 .content .albums-img .pro-container .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-page .section1 .content .text {
  width: 46%;
}
.product-page .section1 .content .text ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
.product-page .section1 .content .text ol li .img {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .section1 .content .text ol li .img img {
  max-height: 100%;
}
.product-page .section1 .content .text .more a {
  width: 178px;
  height: 40px;
  padding: 0 20px;
  transition: 0.5s;
  background-color: #f49c00;
  border-radius: 20px;
}
.product-page .section1 .content .text .more a:hover {
  background-color: #fff;
  color: #333;
}
.product-page .section1 .content .text .more a:hover .icon {
  color: #333;
}
.product-page .section2 .content {
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
}
.product-page .section2 .content .pro-menu {
  width: 25%;
  margin-left: 2px;
}
.product-page .section2 .content .pro-menu .pro-navs {
  background-color: #fff;
}
.product-page .section2 .content .pro-menu .pro-navs ol {
  border-left: 1px #ddd solid;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a {
  transition: 0.5s;
  position: relative;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  background-color: #004ba0;
  height: 0;
  transition: 0.5s;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a:hover {
  color: #004ba0;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a:hover::before {
  height: 100%;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active a {
  color: #004ba0;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active a::before {
  height: 100%;
}
.product-page .section2 .content .product-right .nav {
  align-items: end;
}
.product-page .section2 .content .product-right .nav li a {
  font-size: 20px;
  transition: 0.5s;
}
.product-page .section2 .content .product-right .nav li a:hover,
.product-page .section2 .content .product-right .nav li a.active {
  color: #004ba0;
}
.product-page .section2 .content .product-right .info-list {
  padding: 3%;
}
.product-page .section2 .content .product-right .info-list h3 {
  border-bottom: 1px #eee solid;
}
.product-page .section2 .content .product-right img {
  max-width: 100%;
}
.product-page .dzcg {
  background-position: bottom center;
  background-size: cover;
}
.product-page .dzcg form {
  padding: 4% 0;
}
.product-page .dzcg form input {
  width: 100%;
  height: 60px;
  border: 1px #ddd solid;
  padding: 0 16px;
}
.product-page .dzcg form textarea {
  width: 100%;
  height: 140px;
  border: 1px #ddd solid;
  display: block;
  padding: 16px;
}
.product-page .dzcg form button {
  width: 100%;
  height: 60px;
  border-radius: 6px;
  border: 1px #004ba0 solid;
  background-color: #004ba0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.product-page .dzcg form button:hover {
  background-color: #fff;
  color: #004ba0;
}
.service-page .section1 .content {
  border-radius: 6px;
  border: 1px #e8f0fe solid;
}
.service-page .section1 .content .text {
  padding: 20px 5% 20px 8%;
}
.service-page .section1 .content .text .desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-page .section1 .content .text .desc p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-page .section1 .content .text .desc p img {
  margin-bottom: 10px;
}
.service-page .section1 a {
  width: 200px;
  height: 46px;
  border-radius: 25px;
  border: 1px #f49c00 solid;
  background-color: #f49c00;
}
.service-page .section1 a:hover {
  background-color: #004ba0;
  color: #fff;
}
.service-page .section1 a:hover .icon {
  color: #fff;
}
.service-page .section2 {
  background: url(../images/service-section2-bg.jpg);
}
.service-page .section2 ul li .item {
  padding: 80px 16px;
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 8px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-page .section2 ul li .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  z-index: -1;
}
.service-page .section3 ul li button {
  width: 100%;
  background-color: #f8fbff;
  min-height: 80px;
  border: 1px #eee solid;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.service-page .section3 ul li button:hover {
  background-color: #004ba0;
}
.service-page .section3 ul li button:hover * {
  color: #fff;
}
.service-page .section5 ul li .item {
  padding-top: 65%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.service-page .section5 ul li .item .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8%;
}
.service-page .section5 ul li .item .text h4 {
  color: #392f70;
}
.service-page .section5 ul li .item .text span {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #004ba0;
}
.service-page .section5 ul li .item:hover img {
  transform: scale(1.08);
}
.project-page .project-left .content {
  border: 1px #ddd solid;
}
.project-page .project-left .content .info {
  border-bottom: 1px #ddd solid;
}
.project-page .project-left .content .info a {
  width: 160px;
  height: 40px;
  padding: 0 20px;
  transition: 0.5s;
  background-color: #f49c00;
  border: 1px #f49c00 solid;
  border-radius: 20px;
}
.project-page .project-left .content .info a:hover {
  background-color: #fff;
  color: #f49c00;
}
.project-page .project-left .content .info a:hover .icon {
  color: #f49c00;
}
.project-page .project-left .content .albums-img {
  padding: 30px 4%;
}
.project-page .project-left .content .albums-img .swiper-slide .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project-page .project-left .content .albums-img .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
}
.project-page .project-left .content .albums-img .gallery-thumbs .img {
  cursor: pointer;
  border-radius: 6px;
  border: 2px rgba(0, 0, 0, 0) solid;
}
.project-page .project-left .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
  border: 2px #004ba0 solid;
}
.project-page .project-left .info-detail {
  padding: 0 4%;
  border: 1px #ddd solid;
}
.project-page .project-left .info-detail img {
  max-width: 100%;
}
.project-page .project-right .project-nav-item ul {
  background-color: #fff;
  border-radius: 6px;
  border: 1px #e2f1fd solid;
  overflow: hidden;
}
.project-page .project-right .project-nav-item ul li a {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px #e2f1fd solid;
  transition: 0.5s;
}
.project-page .project-right .project-nav-item ul li a:hover,
.project-page .project-right .project-nav-item ul li a.active {
  background-color: #004ba0;
  color: #fff;
}
.project-page .project-right .project-nav-item ul li:last-child a {
  border-bottom: none;
}
.project-page .project-right .project-nav-item .tel {
  border-radius: 6px;
  border: 1px #e2f1fd solid;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.project-page .project-right .project-nav-item .tel a {
  width: 160px;
  height: 40px;
  padding: 0 20px;
  transition: 0.5s;
  background-color: #f49c00;
  border: 1px #f49c00 solid;
  border-radius: 20px;
}
.project-page .project-right .project-nav-item .tel a:hover {
  background-color: #fff;
  color: #f49c00;
}
.project-page .project-right .project-nav-item .tel a:hover .icon {
  color: #f49c00;
}
.sz-kefu {
  position: fixed;
  width: 50px;
  right: 0;
  top: 50%;
  z-index: 100;
  margin-top: -100px;
}
.sz-kefu ul {
  padding-left: 0;
}
.sz-kefu ul li {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 50px;
  list-style: none;
}
.sz-kefu ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  background: #272933;
  overflow: hidden;
  opacity: 0.8;
}
.sz-kefu ul li.kf2 .sidebox {
  /* background:#7fbb57; */
  overflow: visible;
}
.sz-kefu ul li .sidebox:hover {
  opacity: 1;
}
.sz-kefu ul li .sidetop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #182e65;
  transition: all 0.3s;
  opacity: 0.8;
}
.sz-kefu ul li .sidetop:hover {
  opacity: 1;
}
.sz-kefu ul li img {
  float: left;
}
.sz-kefu ul li .sidebox3 {
  font-size: 16px;
  justify-content: flex-start;
}
.sz-kefu ul li .sidebox3 p {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
}
.sz-kefu ul li .sidebox3 span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sz-kefu ul li .kImg {
  padding: 13px;
}
.sz-kefu .kf_wx {
  position: absolute;
  top: 0;
  left: -140px;
  width: 110px;
  background: #fff;
  border: 1px solid #dadada;
  padding: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  display: none;
  box-sizing: content-box;
}
.sz-kefu .kf_wx img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  float: none;
}
.sz-kefu .qq {
  height: 0;
  position: relative;
  z-index: 2;
}
.sz-kefu .qq .sidebox {
  border: 1px solid #272933;
  height: auto;
  border-radius: 5px 0 0 5px;
  width: 140px;
  background: #fff;
  opacity: 1;
  bottom: -50px;
  top: auto;
  text-align: center;
  padding-bottom: 5px;
  right: -150px;
}
.sz-kefu .qq h5 {
  height: 35px;
  line-height: 35px;
  background: #272933;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}
.sz-kefu .qq h5 i {
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}
.sz-kefu .qq h5 i:hover {
  transform: rotate(90deg);
}
.sz-kefu .qq a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 1px solid #272933;
  margin: 5px 15px;
}
.sz-kefu ul li:hover .kf_wx {
  display: block;
}
.sz-kefu ul li:hover .sidebox3 {
  width: 200px;
}
