.main-color {
  color: #003e95;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1440px;
  margin: auto;
}
.w1600 {
  width: 1680px;
  margin: auto;
}
html {
  scroll-behavior: auto;
  /* 直接跳转，无动画 */
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "fdm";
  src: url("../fonts/DINCondensedC.woff"), url(../font/DINCondensedC.eot), url(../font/DINCondensedC.ttf);
}
.fdm {
  font-family: "fdm";
}
.font-15 {
  font-size: 15px;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #333;
}
.color-4 {
  color: #4e4b49;
}
.color-6 {
  color: #666;
}
.color-b {
  color: #bfbfbf;
}
.pt-80 {
  padding-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #003e95;
}
.flex-1 {
  flex: 1;
}
header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}
header .head-nav {
  height: 90px;
  padding: 0 4%;
}
header .head-nav .logo {
  position: relative;
}
header .head-nav .logo .img img {
  max-height: 68px;
}
header .head-nav > ul {
  height: 100%;
}
header .head-nav > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
header .head-nav > ul > li > a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 18px;
  transition: 0.5s;
}
header .head-nav > ul > li .nav-other-son {
  position: absolute;
  left: 0;
  width: 180px;
  top: 100%;
  display: none;
  background-color: #fff;
  z-index: 10;
}
header .head-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 > ul > li .nav-other-son a:hover {
  color: #003e95;
}
header .head-nav > ul > li .nav-other-son a:last-child {
  border-bottom: none;
}
header .head-nav > ul > li:hover > a {
  color: #003e95;
}
header .head-nav > ul > li:hover .nav-other-son {
  display: block;
}
header .head-nav > ul > li.active > a {
  color: #003e95;
}
header .head-nav .info .icon {
  color: #e3750f;
}
header .head-nav .info h4 {
  color: #e3750f;
}
header .head-nav .info .search {
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
header.page-active {
  background-color: #fff;
  position: relative;
}
@keyframes headani {
  0% {
    top: 120%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.top-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.top-menu-list.active {
  transform: translateX(-100%);
}
.top-menu-list > li {
  height: 48px;
  line-height: 48px;
}
.top-menu-list > li li:first-child,
.top-menu-list > li:first-child {
  height: 45px;
}
.top-menu-list > li li:first-child > a,
.top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 45px;
}
.top-menu-list > li a {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a span {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a .icon {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li .title-name {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
footer {
  position: relative;
  overflow: hidden;
  background: url(../images/foot-bg.jpg);
  background-position: center bottom;
  background-size: cover;
}
footer .content ul li {
  margin-right: 10%;
}
footer .content ul li a {
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
}
footer .content ul li a:hover {
  color: #fff;
}
footer .content .info ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .content .info ol li {
  display: flex;
  align-items: center;
  text-align: left;
}
footer .content .info ol li .img {
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
footer .content .info ol li h4 {
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
footer .content .info ol li p {
  max-width: 220px;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links p {
  color: rgba(255, 255, 255, 0.6);
}
footer .links a {
  color: rgba(255, 255, 255, 0.6);
}
footer .links a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-left: 8px;
}
footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@keyframes wave {
  0% {
    background-position-x: 0;
    transform: scaleX(100%);
  }
  50% {
    transform: scaleX(135%);
  }
  to {
    background-position-x: 132%;
    transform: scaleX(100%);
  }
}
.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagination-box li {
  margin: 0 3px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}
.pagination-box li a,
.pagination-box li .disabled {
  border-radius: 3px;
  color: #6e6e6e;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.pagination-box li.active a,
.pagination-box li a:hover {
  background: #003e95;
  color: #fff;
  border: 1px solid #003e95;
}
.pagination-box li .current {
  background: #003e95;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #003e95;
  display: inline-block;
}
#m-b-bar {
  position: fixed;
  left: 5%;
  right: 5%;
  bottom: 3%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 25px;
  display: flex;
  align-items: center;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.05);
}
#m-b-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-b-bar a:first-child {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
#m-b-bar a .icon {
  color: #fff;
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.navbar-nav-more-body .box-shadown {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.navbar-nav-more-body .offcanva {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body .offcanvas-body {
  position: relative;
}
.navbar-nav-more-body .offcanvas-end {
  width: 60%;
  z-index: 999999;
}
.navbar-nav-more-body .top-menu-list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list.active {
  transform: translateX(-100%);
}
.navbar-nav-more-body .top-menu-list > li {
  height: 46px;
  line-height: 46px;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list > li li:first-child,
.navbar-nav-more-body .top-menu-list > li:first-child {
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li li:first-child > a,
.navbar-nav-more-body .top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li a {
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list > li a:hover {
  color: #003e95;
}
.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 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px #eeeeee solid;
}
.nav-item .view-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  position: relative;
  transition: 0.5s;
}
.nav-item ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #003e95;
  width: 0;
  transition: 0.5s;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  color: #003e95;
}
.nav-item ul li a.active::before,
.nav-item ul li a:hover::before {
  width: 100%;
}
.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: #003e95;
}
.view-position .nav-bread a:last-child {
  color: #666;
}
.view-position .back:hover {
  color: #003e95;
}
.view-position .back:hover .icon {
  color: #003e95;
}
.qq-nav-bread {
  color: #333 !important;
}
.qq-nav-bread a {
  color: #333 !important;
}
.qq-nav-bread .icon {
  color: #333 !important;
}
.page-banner .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
.page-banner .text .nav-bread {
  color: rgba(255, 255, 255, 0.6);
}
.page-banner .text .nav-bread * {
  color: rgba(255, 255, 255, 0.6);
}
.page-banner .text .nav-bread a:hover {
  color: #003e95;
}
.ab-bg {
  background-color: #f5f5f5;
}
.enti {
  position: relative;
}
.enti img {
  position: absolute;
  left: -30px;
  top: 5px;
  width: 20px;
}
.zqq-page .section1 .desc strong {
  font-size: 48px;
  color: #333;
}
.zqq-page .section1 .desc strong span {
  font-size: 48px;
}
.zqq-page .section1 .desc p {
  margin-bottom: 20px;
}
.zqq-page .section1 .info p {
  display: flex;
  align-items: center;
}
.zqq-page .section1 .info p span {
  width: 16px;
  height: 16px;
  background-color: #eee;
  border-radius: 50%;
  margin-right: 10px;
}
.zqq-page .section1 .info p img {
  width: 16px;
  margin-right: 10px;
}
.zqq-page .section1 .info p:nth-child(1) span {
  background-color: #a1bcd2;
}
.zqq-page .section1 .info p:nth-child(2) span {
  background-color: #5b6e88;
}
.zqq-page .section1 .info p:nth-child(3) span {
  background-color: #2b3a50;
}
.zqq-page .section1 .info p:nth-child(4) span {
  background-color: #db0000;
}
.zqq-page .section1 .img {
  position: relative;
}
.zqq-page .section1 .img > img {
  width: 90%;
}
.zqq-page .section1 .img .section-container {
  width: 366px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.zqq-page .section1 .img .section-container .item .imgs {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.zqq-page .section1 .img .section-container .section-prev {
  position: absolute;
  left: 8px;
  bottom: 16px;
  z-index: 4;
}
.zqq-page .section1 .img .section-container .section-prev:hover .icon {
  color: #003e95;
}
.zqq-page .section1 .img .section-container .section-next {
  position: absolute;
  right: 8px;
  bottom: 16px;
  z-index: 4;
}
.zqq-page .section1 .img .section-container .section-next:hover .icon {
  color: #003e95;
}
.zqq-page .section1 .img .sz-info {
  position: absolute;
  top: 53%;
  right: 21%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.zqq-page .section1 .img .sz-info > img {
  max-width: 100%;
  animation: iscale 1.5s linear infinite;
}
.zqq-page .section1 .img .sz-info .cont {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.zqq-page .section1 .img .sz-info:hover .cont {
  z-index: 2;
  opacity: 1;
}
.zqq-page .section1 .img .gd-info {
  position: absolute;
  bottom: 12%;
  right: 31%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.zqq-page .section1 .img .gd-info > img {
  max-width: 100%;
  animation: iscale 1.5s linear infinite;
}
.zqq-page .section1 .img .gd-info .cont {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.zqq-page .section1 .img .gd-info:hover .cont {
  z-index: 2;
  opacity: 1;
}
.zqq-page .section2 {
  background-color: #f7f9fd;
}
.zqq-page .section2 .desc strong {
  font-size: 48px;
  color: #333;
}
.zqq-page .section2 .desc strong span {
  font-size: 48px;
}
.zqq-page .section2 .desc p {
  line-height: 1.5;
}
.zqq-page .section2 .img img {
  max-width: 100%;
}
@keyframes iscale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.en-title {
  text-transform: uppercase;
}
.about-page .section1 {
  position: relative;
}
.about-page .section1 .title {
  position: absolute;
  top: 50%;
  left: -14%;
  transform: rotate(-90deg);
  color: rgba(0, 0, 0, 0.05);
  font-size: 100px;
  line-height: 10px;
}
.about-page .section1 .text {
  padding-right: 4%;
}
.about-page .section1 .img {
  position: relative;
}
.about-page .section1 .img a {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -60px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
}
.about-page .section1 .img a span {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px #003e95 solid;
  transition: 0.5s;
}
.about-page .section1 .img a:hover span {
  background-color: #003e95;
}
.about-page .section1 .img a:hover span .icon {
  color: #fff;
}
.about-page .section1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px #ececec solid;
  border-bottom: 1px #ececec solid;
  padding: 20px 0;
}
.about-page .section1 ul li h4 {
  display: flex;
  align-items: flex-start;
}
.about-page .section2 .content {
  position: relative;
  padding-bottom: 80px;
}
.about-page .section2 .content ul {
  position: absolute;
  bottom: 0;
  left: 8%;
  right: 8%;
  height: 160px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.about-page .section2 .content ul li {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  padding: 0 2%;
}
.about-page .section2 .content ul li p {
  line-height: 24px;
}
.about-page .section2 .content ul li:hover {
  background-color: #003e95;
}
.about-page .section2 .content ul li:hover .icon {
  color: #fff;
}
.about-page .section2 .content ul li:hover h3 {
  color: #fff;
}
.about-page .section2 .content ul li:hover p {
  color: rgba(255, 255, 255, 0.7);
}
.about-page .section3 .content .honor-prev,
.about-page .section3 .content .honor-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #999;
  border-radius: 50%;
  z-index: 10;
}
.about-page .section3 .content .honor-prev:hover,
.about-page .section3 .content .honor-next:hover {
  background-color: #003e95;
}
.about-page .section3 .content .honor-prev {
  left: -60px;
}
.about-page .section3 .content .honor-next {
  right: -60px;
}
.about-page .section3 .content ul li a {
  border: 1px #ececec solid;
}
.about-page .section3 .content ul li a .img {
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}
.about-page .section3 .content ul li a .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
  transition: 0.5s;
  margin: auto;
}
.about-page .section3 .content ul li a h3 {
  height: 50px;
  border-top: 1px #ececec solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.about-page .section3 .content ul li a:hover img {
  transform: scale(1.06);
}
.about-page .section3 .content ul li a:hover h3 {
  background-color: #003e95;
  border-color: #003e95;
  color: #fff;
}
.about-page .section4 .content .title {
  background-color: #003e95;
  padding: 10%;
  height: 100%;
  position: relative;
}
.about-page .section4 .content .title p {
  position: absolute;
  left: 10%;
  bottom: 14%;
  right: 10%;
  color: rgba(255, 255, 255, 0.8);
}
.about-page .section4 .content .new {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.about-page .section4 .content .new:hover img {
  transform: scale(1.1);
}
.about-page .section4 .content .item-setting {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.about-page .section4 .content .item-setting:hover img {
  transform: scale(1.1);
}
.news-nav-item ul li a {
  width: 150px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #999;
  transition: 0.5s;
  text-transform: uppercase;
}
.news-nav-item ul li a.active,
.news-nav-item ul li a:hover {
  background-color: #003e95;
  color: #fff;
}
.contact-page .section1 .line {
  height: 1px;
  background-color: #ddd;
  position: relative;
}
.contact-page .section1 .line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  width: 60px;
  background-color: #003e95;
}
.contact-page .section1 ul li .item .img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px #ddd solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .section1 ul li .item .img img {
  max-width: 60%;
}
.contact-page .section2 ul li .item {
  height: 100%;
  border: 1px #eee solid;
  border-radius: 5px;
}
.contact-page .section2 ul li .item .title {
  border-bottom: 1px #eee solid;
}
.contact-page .section2 ul li .code img {
  max-width: 100px;
}
.contact-page .section3 img {
  max-width: 100%;
}
.contact-page .section3 .content form input {
  width: 100%;
  height: 52px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 0 10px;
}
.contact-page .section3 .content form textarea {
  width: 100%;
  height: 150px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
.contact-page .section3 .content form button {
  width: 100%;
  height: 52px;
  background-color: #003e95;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.contact-page .section3 .content form button:hover {
  background-color: #003e95;
  color: #fff;
}
.pro-nav-list ul li a {
  height: 70px;
  display: flex;
  align-items: center;
}
.pro-nav-list ul li a .img {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-nav-list ul li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.pro-nav-list ul li a .img .a {
  display: block;
}
.pro-nav-list ul li a .img .b {
  display: none;
}
.pro-nav-list ul li a.active,
.pro-nav-list ul li a:hover {
  color: #003e95;
}
.pro-nav-list ul li a.active .img .a,
.pro-nav-list ul li a:hover .img .a {
  display: none;
}
.pro-nav-list ul li a.active .img .b,
.pro-nav-list ul li a:hover .img .b {
  display: block;
}
.product-list .line {
  background-color: #003e95;
  width: 50px;
  height: 4px;
  margin: auto;
}
.product-list ul li a .img {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  border: 1px #eee solid;
}
.product-list ul li a .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;
}
.product-list ul li a img {
  transform: scale(1.1);
}
.product-list ul li a:hover h4 {
  color: #003e95;
}
.solution-page .text {
  width: 70%;
  margin: auto;
}
.solution-page .section1 img {
  max-width: 100%;
}
.solution-page .section3 ul li h4 {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  border: 8px #ddd solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-page .section3 ul li:hover h4 {
  border-color: #e3750f;
  color: #e3750f;
}
.solution-page .section5 img {
  max-width: 100%;
}
.solution-page .section6 .more {
  width: 200px;
  height: 40px;
  border: 1px #003e95 solid;
  color: #003e95;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: 0.5s;
}
.solution-page .section6 .more:hover {
  background-color: #003e95;
  color: #fff;
}
.solution-page .section7 .link {
  flex-wrap: wrap;
}
.solution-page .section7 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  width: 200px;
  height: 40px;
  border: 1px #fff solid;
  border-radius: 4px;
  transition: 0.5s;
}
.solution-page .section7 a:hover {
  background-color: #fff;
  color: #003e95;
}
.prev-next-bottom {
  padding: 20px 30px;
}
.prev-next-bottom a:hover {
  color: #003e95;
}
.prev-next-bottom a:hover .icon {
  color: #003e95;
}
.case-list .line {
  background-color: #003e95;
  width: 50px;
  height: 4px;
  margin: auto;
}
.case-list ol li a {
  display: block;
}
.case-list ol li a .img {
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.case-list ol li a h4 {
  border-bottom: 1px #ddd solid;
}
.case-list ol li a:hover img {
  transform: scale(1.1);
}
.case-list ol li a:hover h4 {
  color: #003e95;
}
.case-page .case-left .content {
  border: 1px #ddd solid;
  border-top: 2px #003e95 solid;
  border-radius: 4px;
}
.case-page .case-left .content .con-w {
  padding: 5%;
}
.case-page .case-left .content .info-detail {
  padding: 5%;
}
.case-page .case-left .content .albums-img .swiper-slide .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.case-page .case-left .content .albums-img .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
}
.case-page .case-left .content .albums-img .gallery-thumbs {
  width: 90%;
}
.case-page .case-left .content .albums-img .gallery-thumbs .img {
  cursor: pointer;
  border-radius: 6px;
  border: 2px rgba(0, 0, 0, 0) solid;
}
.case-page .case-left .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
  border: 2px #003e95 solid;
}
.case-page .case-left .content .button-prev,
.case-page .case-left .content .button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px #eee solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-page .case-left .content .button-prev:hover,
.case-page .case-left .content .button-next:hover {
  color: #fff;
  background-color: #003e95;
  border-color: #003e95;
}
.case-page .case-left .content .button-prev:hover .icon,
.case-page .case-left .content .button-next:hover .icon {
  color: #fff;
}
.case-page .case-left .info .xq {
  padding: 0 4%;
  border-bottom: 1px #eee solid;
  background-color: #fafafa;
}
.case-page .case-left .info img {
  max-width: 100%;
}
.case-page .cg {
  border: 1px #eee solid;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.case-page .cg a {
  width: 140px;
  height: 40px;
  padding: 0 12px;
  transition: 0.5s;
  border: 1px #003e95 solid;
}
.case-page .cg a:hover {
  background-color: #003e95;
  color: #fff;
}
.news-list ol li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.news-list ol li .item::before {
  content: '';
  position: absolute;
  left: 15%;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  border: 1px #eee solid;
  z-index: -1;
  opacity: 0;
}
.news-list ol li .item .img {
  border-radius: 8px;
  width: 24%;
  padding-top: 18%;
  position: relative;
  overflow: hidden;
}
.news-list ol li .item .text a:hover {
  color: #003e95;
}
.news-list ol li .item:hover img {
  transform: scale(1.1);
}
.news-list ol li .item:hover h4 {
  color: #003e95;
}
.news-list ol li .item:hover::before {
  opacity: 1;
}
.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:hover img {
  transform: scale(1.1);
}
.news-page .content .news-right ul li a:hover h3 {
  color: #003e95;
}
.ho-title h3 {
  height: 40px;
  position: relative;
}
.ho-title h3 span {
  color: transparent;
  /* 文字颜色设置为透明 */
  background: -webkit-linear-gradient(45deg, #ddd, #eee);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.ho-title h2 {
  position: relative;
  z-index: 1;
}
.ho-title h2 span {
  color: transparent;
  /* 文字颜色设置为透明 */
  background: linear-gradient(45deg, #003e95, #003e95);
  background: -webkit-linear-gradient(45deg, #003e95, #003e95);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.ho-title .line {
  width: 150px;
  height: 1px;
  background-color: #eee;
  position: relative;
}
.ho-title .line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  top: -1px;
  height: 3px;
  background-color: #003e95;
}
.home-banner .sw-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 6%;
  right: 0;
}
.home-banner .sw-btn .index-pagination span {
  margin: 0 4px;
  background-color: #ffffff;
}
.home-banner .sw-btn .index-pagination .swiper-pagination-bullet-active {
  background-color: #003e95;
}
.home-banner .sw-btn .index-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.6);
}
.home-banner .index-prev {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px #ddd solid;
  border-radius: 50%;
  z-index: 2;
  margin: auto;
}
.home-banner .index-prev:hover {
  background-color: #003e95;
}
.home-banner .index-prev:hover .icon {
  color: #fff;
}
.home-banner .index-next {
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px #ddd solid;
  border-radius: 50%;
  z-index: 2;
  margin: auto;
}
.home-banner .index-next:hover {
  background-color: #003e95;
}
.home-banner .index-next:hover .icon {
  color: #fff;
}
.join-page .section1 .line {
  width: 20px;
  height: 3px;
  background-color: #003e95;
  margin: auto;
}
.join-page .section1 .title h3 {
  font-size: 60px;
  text-transform: uppercase;
  color: rgba(2, 77, 158, 0.1);
  line-height: 0;
}
.join-page .section1 ol {
  justify-content: space-between;
}
.join-page .section1 ol li {
  width: 18%;
  padding-top: 18%;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.join-page .section1 ol li .item {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.join-page .section1 ol li .item .img {
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-page .section1 ol li .item .img img {
  max-height: 100%;
  max-width: 90%;
}
.join-page .section2 {
  background-color: #003e95;
}
.join-page .section2 .line {
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.join-page .section2 ol {
  display: flex;
  flex-wrap: wrap;
}
.join-page .section2 ol li {
  min-width: 30%;
  margin-right: 30px;
}
.join-page .section2 ol li p,
.join-page .section2 ol li .icon {
  color: rgba(255, 255, 255, 0.7);
}
.join-page .section2 ol li:last-child {
  margin-right: 0;
}
.join-page .section3 ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-page .section3 ol li {
  margin: 10px;
}
.join-page .section3 ol li .img {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.join-page .section3 ol li .img img {
  max-width: 50%;
  max-height: 50%;
}
.join-page .section3 ol li:nth-child(even) {
  margin-top: 70px;
}
.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: #003e95;
}
.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: #003e95;
}
.product-page .section1 .content .text {
  width: 46%;
}
.product-page .section1 .content .text .line {
  width: 40px;
  height: 3px;
  background-color: #003e95;
}
.product-page .section1 .content .text h3 {
  border-bottom: 1px #dddddd solid;
}
.product-page .section1 .content .text ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-page .section1 .content .text .more {
  width: 190px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003e95;
  color: #fff;
  transition: 0.5s;
  border: 1px #003e95 solid;
  border-radius: 25px;
}
.product-page .section1 .content .text .more:hover {
  background-color: #fff;
  color: #003e95;
}
.product-page .section1 .content .text .more:hover .icon {
  color: #003e95;
}
.product-page .section1 .content .text .tel {
  width: 190px;
  height: 46px;
  border: 2px #003e95 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.product-page .section2 .content {
  display: flex;
  align-items: flex-start;
}
.product-page .section2 .content .pro-menu {
  width: 316px;
}
.product-page .section2 .content .pro-menu .pro-navs ol {
  border: 1px #ececec solid;
  border-radius: 6px;
  overflow: hidden;
}
.product-page .section2 .content .pro-menu .pro-navs ol li {
  border-bottom: 1px #ececec solid;
}
.product-page .section2 .content .pro-menu .pro-navs ol li:last-child {
  border-bottom: none;
}
.product-page .section2 .content .pro-menu .pro-navs ol li > h3,
.product-page .section2 .content .pro-menu .pro-navs ol li > a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.product-page .section2 .content .pro-menu .pro-navs ol li > h3 .icon img,
.product-page .section2 .content .pro-menu .pro-navs ol li > a .icon img {
  max-width: 30px;
}
.product-page .section2 .content .pro-menu .pro-navs ol li > h3 .icon .a,
.product-page .section2 .content .pro-menu .pro-navs ol li > a .icon .a {
  display: block;
}
.product-page .section2 .content .pro-menu .pro-navs ol li > h3 .icon .b,
.product-page .section2 .content .pro-menu .pro-navs ol li > a .icon .b {
  display: none;
}
.product-page .section2 .content .pro-menu .pro-navs ol li > h3:hover,
.product-page .section2 .content .pro-menu .pro-navs ol li > a:hover {
  color: #003e95;
}
.product-page .section2 .content .pro-menu .pro-navs ol li > h3:hover span,
.product-page .section2 .content .pro-menu .pro-navs ol li > a:hover span {
  color: #003e95;
}
.product-page .section2 .content .pro-menu .pro-navs ol li > h3:hover .icon .a,
.product-page .section2 .content .pro-menu .pro-navs ol li > a:hover .icon .a {
  display: none;
}
.product-page .section2 .content .pro-menu .pro-navs ol li > h3:hover .icon .b,
.product-page .section2 .content .pro-menu .pro-navs ol li > a:hover .icon .b {
  display: block;
}
.product-page .section2 .content .pro-menu .pro-navs ol li .pro-nav-title {
  background-color: #fff;
  padding: 0 16px;
  display: none;
}
.product-page .section2 .content .pro-menu .pro-navs ol li .pro-nav-title a {
  height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.product-page .section2 .content .pro-menu .pro-navs ol li .pro-nav-title a:last-child {
  border-bottom: none;
}
.product-page .section2 .content .pro-menu .pro-navs ol li .pro-nav-title a.active,
.product-page .section2 .content .pro-menu .pro-navs ol li .pro-nav-title a:hover {
  color: #003e95;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active h3 {
  background-color: #003e95;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active h3 span {
  color: #fff;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active h3 .icon .a {
  display: none;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active h3 .icon .b {
  display: block;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active .pro-nav-title {
  display: block;
}
.product-page .section2 .content .pro-menu .common-list ul li a {
  border: 1px #ececec solid;
}
.product-page .section2 .content .pro-menu .common-list ul li a .img {
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-page .section2 .content .pro-menu .common-list ul li a .img img {
  max-width: 90%;
  max-height: 90%;
  transition: 0.5s;
}
.product-page .section2 .content .pro-menu .common-list ul li a:hover {
  border-color: #003e95;
}
.product-page .section2 .content .pro-menu .common-list ul li a:hover img {
  transform: scale(1.1);
}
.product-page .section2 .content .pro-menu .common-list ul li a:hover h3 {
  color: #003e95;
}
.product-page .section2 .content .product-right {
  margin-left: 2.5%;
}
.product-page .section2 .content .product-info {
  border: 1px #ececec solid;
  border-radius: 6px;
}
.product-page .section2 .content .product-info .nav {
  border-bottom: 1px #ececec solid;
}
.product-page .section2 .content .product-info .nav li a {
  height: 72px;
  display: flex;
  align-items: center;
  position: relative;
}
.product-page .section2 .content .product-info .nav li a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  height: 1px;
  background-color: #003e95;
  transition: 0.5s;
}
.product-page .section2 .content .product-info .nav li a:hover,
.product-page .section2 .content .product-info .nav li a.active {
  color: #003e95;
}
.product-page .section2 .content .product-info .nav li a:hover::before,
.product-page .section2 .content .product-info .nav li a.active::before {
  left: 0;
  right: 0;
}
.product-page .section2 .content .product-info .detail-content img {
  max-width: 100%;
}
.product-page .section2 .content .product-info .detail-content .tab-pane {
  line-height: 26px;
}
.product-page .section2 .content .dzcg {
  background-position: bottom center;
  background-size: cover;
}
.product-page .section2 .content .dzcg form {
  padding: 4% 0;
}
.product-page .section2 .content .dzcg form input {
  width: 100%;
  height: 52px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 0 10px;
}
.product-page .section2 .content .dzcg form textarea {
  width: 100%;
  height: 120px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
.product-page .section2 .content .dzcg form button {
  width: 100%;
  height: 52px;
  background-color: #003e95;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.product-page .section2 .content .dzcg form button:hover {
  background-color: #003e95;
  color: #fff;
}
.product-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d5dfeb;
  height: 70px;
  border-radius: 10px;
  padding: 10px;
}
.product-search input {
  flex: 1;
  width: 100%;
}
.target-fix {
  position: relative;
  top: -88px;
  display: block;
  visibility: hidden;
}
.index-section1 ul li a .img {
  padding-top: 63%;
  position: relative;
  overflow: hidden;
  border: 1px #eee solid;
}
.index-section1 ul li a:hover img {
  transform: scale(1.1);
}
.index-section1 ul li a:hover h4 {
  color: #003e95;
}
.index-line {
  background-color: #e3750f;
  width: 50px;
  height: 3px;
  margin: auto;
}
.index-section2 {
  background: url(../images/section-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-section2 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-section2 .content .info p {
  color: rgba(255, 255, 255, 0.8);
}
.index-section2 .content .info .more a {
  width: 156px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  transition: 0.5s;
}
.index-section2 .content .info .more a:first-child {
  color: rgba(255, 255, 255, 0.7);
}
.index-section2 .content .info .more a:last-child {
  border-color: #e3750f;
  background-color: #e3750f;
  color: #fff;
}
.index-section2 .content .info .more a:hover {
  background-color: #003e95;
  color: #fff;
}
.index-section2 .content ul {
  display: flex;
  justify-content: flex-end;
}
.index-section2 .content ul li {
  margin-right: 8%;
}
.index-section2 .content ul li:last-child {
  margin-right: 0;
}
.index-section2 .content ul li .img {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background: url(../images/section2-bg1.png);
  background-size: 100%;
}
.index-section2 .content ul li .img img {
  max-height: 60%;
}
.index-section2 .content ul li h4 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}
.index-section2 .content ul li:hover .img {
  transform: translateY(-10px);
}
.index-section3 .more {
  width: 200px;
  height: 40px;
  border: 1px #003e95 solid;
  color: #003e95;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: 0.5s;
}
.index-section3 .more:hover {
  background-color: #003e95;
  color: #fff;
}
.index-section3 .nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-section3 .nav li a .img {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section3 .nav li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-section3 .nav li a .img .a {
  display: block;
}
.index-section3 .nav li a .img .b {
  display: none;
}
.index-section3 .nav li a.active,
.index-section3 .nav li a:hover {
  color: #003e95;
}
.index-section3 .nav li a.active .img .a,
.index-section3 .nav li a:hover .img .a {
  display: none;
}
.index-section3 .nav li a.active .img .b,
.index-section3 .nav li a:hover .img .b {
  display: block;
}
.index-section4 {
  background: url(../images/section4-bg.jpg);
  background-size: cover;
  background-position: center;
}
.index-section4 .more {
  width: 240px;
  border-radius: 20px;
  height: 40px;
  border: 1px #999 solid;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: 0.5s;
}
.index-section4 .more:hover {
  border-color: #003e95;
  background-color: #003e95;
  color: #fff;
}
.index-section4 ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-section4 ul {
  display: flex;
  justify-content: space-between;
  padding: 30px 5%;
  border-radius: 6px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
}
.index-section5 .title {
  border-bottom: 1px #eee solid;
  position: relative;
}
.index-section5 .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 160px;
  background-color: #003e95;
}
.index-section5 .title a:hover {
  color: #003e95;
}
.index-section5 ul li a {
  border-bottom: 1px #eee solid;
}
.index-section5 ul li a .text {
  width: 68%;
}
.index-section5 ul li a .text .desc {
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section5 ul li a .img {
  width: 28%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}
.index-section5 ul li a:hover h4 {
  color: #003e95;
}
.index-section5 ul li a:hover img {
  transform: scale(1.1);
}
.index-section5 ol li a {
  border-bottom: 1px #eee solid;
}
.index-section5 ol li a .text {
  border-right: 1px #eee solid;
}
.index-section5 ol li a .text .desc {
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.index-section5 ol li a:hover h4 {
  color: #003e95;
}
.index-section5 ol li a:hover img {
  transform: scale(1.1);
}
.index-section6 {
  background: #f2f7ff;
}
.index-section6 ol li .img {
  height: 120px;
  border: 1px #eee solid;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section6 ol li .img img {
  max-width: 90%;
  max-height: 90%;
}
.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: #003e95;
}
.pro-nav2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-nav2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #ccc;
}
.pro-nav2 li a.active,
.pro-nav2 li a:hover {
  background: #003e95;
  color: #fff;
}
.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: #003e95;
  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 #fff;
  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 #fff;
  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: #fff;
  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 #fff;
  margin: 5px 15px;
}
.sz-kefu ul li:hover .kf_wx {
  display: block;
}
.sz-kefu ul li:hover .sidebox3 {
  width: 200px;
}
