.main-color {
  color: #00328f;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1440px;
  margin: auto;
}
.w1600 {
  width: 1680px;
  margin: auto;
}
html {
  scroll-behavior: auto;
  /* 直接跳转，无动画 */
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot?v=2");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff?v=2") format("woff"), url("../font/iconfont.ttf?v=2") format("truetype"), url("../font/iconfont.svg#iconfont?v=2") format("svg");
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "fdm";
  src: url("../fonts/DINCondensedC.woff"), url(../font/DINCondensedC.eot), url(../font/DINCondensedC.ttf);
}
.fdm {
  font-family: "fdm";
}
.font-15 {
  font-size: 15px;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #333;
}
.color-4 {
  color: #4e4b49;
}
.color-6 {
  color: #666;
}
.color-b {
  color: #bfbfbf;
}
.pt-80 {
  padding-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #00328f;
}
.flex-1 {
  flex: 1;
}
header {
  position: fixed;
  background: rgba(255, 255, 255, 0);
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}
header .head-nav {
  height: 120px;
  padding: 0 4%;
}
header .head-nav .menu {
  width: 160px;
}
header .head-nav .info {
  width: 160px;
}
header .head-nav .logo {
  position: relative;
  height: 100%;
  width: 160px;
}
header .head-nav .logo .a {
  display: block;
}
header .head-nav .logo .b {
  display: none;
}
header .head-nav .logo .img img {
  max-height: 90%;
  max-width: 90%;
}
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: #00328f;
}
header .head-nav > ul > li .nav-other-son a:last-child {
  border-bottom: none;
}
header .head-nav > ul > li:hover > a {
  color: #00328f;
}
header .head-nav > ul > li:hover .nav-other-son {
  display: block;
}
header .head-nav > ul > li.active > a {
  color: #00328f;
}
header .head-nav .info .search {
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
header.page-active {
  background-color: #fff;
  position: relative;
}
header.index-active .head-nav .menu .icon {
  color: #fff;
}
header.index-active .head-nav .logo .a {
  display: none;
}
header.index-active .head-nav .logo .b {
  display: block;
}
header.index-active .head-nav .logo p {
  color: #fff;
}
header.index-active .head-nav > ul li a {
  color: #fff;
}
header.index-active .head-nav .info .icon {
  color: #fff;
}
header.index-active .head-nav .info h4 {
  color: #fff;
}
header.active {
  background-color: #fff;
}
header.active .head-nav .menu .icon {
  color: #333;
}
header.active .head-nav .logo .a {
  display: block;
}
header.active .head-nav .logo .b {
  display: none;
}
header.active .head-nav .logo p {
  color: #666;
}
header.active .head-nav > ul li a {
  color: #333;
}
header.active .head-nav .info .icon {
  color: #00328f;
}
header.active .head-nav .info h4 {
  color: #333;
}
@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) !important;
  background-position: top center !important;
  background-size: cover !important;
}
footer .f-logo {
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  padding-bottom: 35px;
}
footer .content ul li {
  margin-right: 10%;
}
footer .content ul li a {
  display: block;
  line-height: 32px;
}
footer .content ul li a:hover {
  color: #00328f;
}
footer .content ul li .clcy {
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
footer .content ul li .clcy:hover {
  color: #fff;
}
footer .content ul li .accordion-collapse a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
footer .content ul li .accordion-collapse a:hover {
  color: #fff;
}
footer .content .info .conti li {
  display: flex;
  align-items: center;
}
footer .content .info .conti li span {
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
footer .content .info .conti li h4 {
  max-width: 220px;
}
footer .content .info .codei {
  display: flex;
  justify-content: end;
}
footer .content .info .codei li {
  width: 30px;
  height: 30px;
  position: relative;
}
footer .content .info .codei li .icon {
  color: rgba(255, 255, 255, 0.5);
}
footer .content .info .codei li .code {
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: 40px;
  height: 90px;
  background-color: #fff;
  display: none;
}
footer .content .info .codei li .code img {
  max-width: 100%;
  max-height: 100%;
}
footer .content .info .codei li:hover .icon {
  color: #fff;
}
footer .content .info .codei li:hover .code {
  display: block;
}
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 {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}
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: #00328f;
  color: #fff;
  border: 1px solid #00328f;
}
.pagination-box li .current {
  background: #00328f;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #00328f;
  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: #00328f;
}
.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: #00328f;
  width: 0;
  transition: 0.5s;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  color: #00328f;
}
.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: #00328f;
}
.view-position .nav-bread a:last-child {
  color: #666;
}
.view-position .back:hover {
  color: #00328f;
}
.view-position .back:hover .icon {
  color: #00328f;
}
.qq-nav-bread {
  color: #333 !important;
}
.qq-nav-bread a {
  color: #333 !important;
}
.qq-nav-bread .icon {
  color: #333 !important;
}
.page-banner {
  position: relative;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-banner .text h1 {
  color: #1c134d;
}
.page-banner .text .nav-bread {
  color: #fff;
}
.page-banner .text .nav-bread * {
  color: #fff;
}
.page-banner .text .nav-bread a:hover {
  color: #00328f;
}
.ab-bg {
  background-color: #f5f5f5;
}
.enti {
  position: relative;
}
.enti img {
  position: absolute;
  left: -30px;
  top: 5px;
  width: 20px;
}
.hz-page .section1 ul li .item {
  background-color: #dbe5f3;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.hz-page .section1 ul li .item .links .zx {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006cff;
  border: 1px #006cff solid;
  transition: 0.5s;
}
.hz-page .section1 ul li .item .links .zx:hover {
  background-color: #fff;
  color: #006cff;
}
.hz-page .section1 ul li .item .links .ly {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px #eee solid;
  transition: 0.5s;
}
.hz-page .section1 ul li .item .links .ly:hover {
  background-color: #006cff;
  color: #fff;
}
.hz-page .section2 {
  position: relative;
  background: url(../images/hz-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 850px;
}
.hz-page .section2 .nav {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
  background: linear-gradient(to left, rgba(0, 50, 143, 0.6), rgba(0, 50, 143, 0.4), rgba(0, 50, 143, 0.2), rgba(0, 50, 143, 0));
}
.hz-page .section2 .nav li::before {
  content: '';
  width: 1px;
  left: 0;
  right: 0;
  display: flex;
  margin: 20px auto;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}
.hz-page .section2 .nav li:first-child::before {
  content: none;
}
.hz-page .section2 .nav li a {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  transition: 0.5s;
  position: relative;
}
.hz-page .section2 .nav li a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: #006cff;
  opacity: 0;
  transition: 0.5s;
}
.hz-page .section2 .nav li a.active,
.hz-page .section2 .nav li a:hover {
  color: #fff;
}
.hz-page .section2 .nav li a.active::before,
.hz-page .section2 .nav li a:hover::before {
  opacity: 1;
}
.hz-page .section2 .tab-content {
  margin-top: 360px;
  width: 60%;
}
.hz-page .section2 .tab-content .num {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
.hz-page .section2 .tab-content .desc {
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
}
.hz-page .section2 .tab-content .desc p {
  width: 30%;
  margin-right: 3%;
}
.hz-page .section3 ul {
  display: flex;
  justify-content: space-between;
}
.hz-page .section3 ul li .item .img {
  width: 146px;
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../images/xz.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.hz-page .section3 ul li .item .img img {
  max-width: 70%;
  max-height: 70%;
}
.hz-page .section3 ul li .item .img span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #999;
}
.hz-page .section3 ul li:nth-child(even) {
  margin-top: 60px;
}
.hz-page .section3 ul li h4 {
  text-align: center;
}
.hz-page .section3 .lyform {
  border-top: 1px #eee solid;
}
.hz-page .section3 .lyform form input {
  width: 100%;
  height: 60px;
  border-bottom: 1px #eee solid;
  border-radius: 5px;
  padding: 0 10px;
}
.hz-page .section3 .lyform form textarea {
  width: 100%;
  height: 150px;
  border-bottom: 1px #eee solid;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
.hz-page .section3 .lyform form button {
  width: 100%;
  height: 52px;
  background-color: #00328f;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.hz-page .section3 .lyform form button:hover {
  background-color: #00328f;
  color: #fff;
}
.about-page .section1 {
  position: relative;
}
.about-page .section1 .img {
  position: relative;
}
.about-page .section1 .img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.about-page .section1 .img a span {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
}
.about-page .section1 .img a:hover span .icon {
  color: #00328f;
}
.about-page .section1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.about-page .section1 ul li h4 {
  display: flex;
  align-items: flex-start;
}
.about-page .section2 {
  background: url(../images/about2.jpg);
  background-size: cover;
  background-position: center;
}
.about-page .section2 img {
  max-width: 40px;
}
.about-page .section2 .desc {
  color: rgba(255, 255, 255, 0.6);
}
.about-page .section2 .text {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .section2 ul li {
  border: 1px rgba(255, 255, 255, 0.2) solid;
  margin-top: -1px;
  margin-right: -1px;
}
.about-page .section2 ul li .item {
  padding: 35px;
}
.about-page .section2 ul li .item h4 {
  margin-top: 150px;
}
.about-page .section3 .nav {
  border-bottom: 1px #eee solid;
}
.about-page .section3 .nav li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-page .section3 .nav li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #00328f;
  width: 0;
  transition: 0.5s;
}
.about-page .section3 .nav li a:hover,
.about-page .section3 .nav li a.active {
  color: #00328f;
}
.about-page .section3 .nav li a:hover::before,
.about-page .section3 .nav li a.active::before {
  width: 100%;
}
.about-page .section3 .info ul li {
  padding: 30px 0;
  border-top: 1px #eee solid;
}
.about-page .section3 .tab-content ul li .img {
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.15);
  padding-top: 110%;
  position: relative;
}
.about-page .section3 .tab-content ul li .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%;
}
.about-page .section4 {
  background: url(../images/about4.jpg);
  background-size: cover;
  background-position: center;
}
.about-page .section4 ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page .section4 ul li .item img {
  max-width: 180px;
}
.about-page .section4 ul li .item .desc {
  color: rgba(255, 255, 255, 0.6);
}
.about-page .section5 .nav {
  border-bottom: 1px #eee solid;
  width: 520px;
  margin: auto;
  justify-content: space-between;
}
.about-page .section5 .nav li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-page .section5 .nav li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #00328f;
  width: 0;
  transition: 0.5s;
}
.about-page .section5 .nav li a:hover,
.about-page .section5 .nav li a.active {
  color: #00328f;
}
.about-page .section5 .nav li a:hover::before,
.about-page .section5 .nav li a.active::before {
  width: 100%;
}
.about-page .section6 ul li .img {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.15);
}
.about-page .section6 ul li .img img {
  max-width: 90%;
  max-height: 90%;
}
.culture-page .section1 .content .text {
  position: absolute;
  left: 5%;
  top: 10%;
}
.culture-page .section1 ol li .item {
  padding-top: 100%;
  position: relative;
  border: 1px #d5dfeb solid;
  border-radius: 8px;
  transition: 0.5s;
}
.culture-page .section1 ol li .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.culture-page .section1 ol li .item:hover {
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.15);
}
.culture-page .section2 .text {
  z-index: 1;
}
.culture-page .section2 .text ul {
  margin-top: 15%;
  display: flex;
}
.culture-page .section2 .text ul li {
  margin-right: 5%;
}
.culture-page .section3 ul li .item .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.culture-page .section3 ul li .item h4 {
  height: 56px;
  border: 1px #d5dfeb solid;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.culture-page .section3 ul li .item:hover img {
  transform: scale(1.1);
}
.culture-page .section3 ul li .item:hover h4 {
  background-color: #00328f;
  color: #fff;
}
.honnor-page .content {
  width: 340px;
}
.honnor-page .content .text p {
  color: #00328f;
}
.honnor-page .content .text ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #ddd solid;
}
.honnor-page .content .text ul li > div {
  display: flex;
  align-items: center;
}
.honnor-page .h-nav a {
  height: 36px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e9f3f8;
  transition: 0.5s;
}
.honnor-page .h-nav a:hover,
.honnor-page .h-nav a.active {
  background-color: #00328f;
  color: #fff;
}
.honnor-page .honor-list ol li .item {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.07);
}
.honnor-page .honor-list ol li .item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.contact-page .section1 {
  background: url(../images/contact-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.contact-page .section1 ol li a {
  width: 180px;
  height: 40px;
  background-color: #00328f;
  border-radius: 20px;
  transition: 0.5s;
  border: 1px #00328f solid;
}
.contact-page .section1 ol li a:hover {
  background-color: #fff;
  color: #00328f;
}
.contact-page .section1 ol li img {
  max-width: 100px;
}
.contact-page .section2 {
  position: relative;
  padding-top: 40%;
}
.contact-page .section2 .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 5% 0 4%;
}
.contact-page .section2 .dh {
  padding: 30px;
  border-radius: 6px;
  background: rgba(9, 60, 150, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-page .section2 .dh a {
  width: 150px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  transition: 0.5s;
}
.contact-page .section2 .dh a:hover {
  background-color: #00328f;
  color: #fff;
}
.contact-page .section3 img {
  max-width: 100%;
}
.contact-page .section3 .content form input {
  width: 100%;
  height: 60px;
  border-bottom: 1px #eee solid;
  border-radius: 5px;
  padding: 0 10px;
}
.contact-page .section3 .content form textarea {
  width: 100%;
  height: 150px;
  border-bottom: 1px #eee solid;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
.contact-page .section3 .content form button {
  width: 180px;
  height: 52px;
  background-color: #00328f;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.contact-page .section3 .content form button:hover {
  background-color: #00328f;
  color: #fff;
}
.pro-nav .nav-info {
  border-bottom: 1px #eee solid;
  position: relative;
}
.pro-nav .nav-info ul {
  display: flex;
  box-sizing: border-box;
}
.pro-nav .nav-info ul li {
  position: relative;
}
.pro-nav .nav-info ul li > a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  position: relative;
}
.pro-nav .nav-info ul li > a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  background-color: #00328f;
  height: 1px;
  transition: 0.5s;
}
.pro-nav .nav-info ul li > a .img img {
  max-width: 24px;
}
.pro-nav .nav-info ul li > a .img .a {
  display: block;
}
.pro-nav .nav-info ul li > a .img .b {
  display: none;
}
.pro-nav .nav-info ul li > a.active {
  color: #00328f;
}
.pro-nav .nav-info ul li > a.active::before {
  width: 100%;
}
.pro-nav .nav-info ul li > a.active .img .a {
  display: none;
}
.pro-nav .nav-info ul li > a.active .img .b {
  display: block;
}
.pro-nav .nav-info ul li:hover > a {
  color: #00328f;
}
.pro-nav .nav-info ul li:hover > a::before {
  width: 100%;
}
.pro-nav .nav-info ul li:hover > a .img .a {
  display: none;
}
.pro-nav .nav-info ul li:hover > a .img .b {
  display: block;
}
.product-list .content .info {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 4% 3%;
}
.product-list .content .info::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: url(../images/pro-bg.jpg);
  background-size: cover;
  z-index: -1;
}
.product-list .content .info .texts {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-list .content .info .texts .line {
  height: 3px;
  width: 40px;
  background-color: #00328f;
}
.product-list .content .info .texts .butt > div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px #eee solid;
  transition: 0.5s;
}
.product-list .content .info .texts .butt > div:hover {
  background-color: #00328f;
}
.product-list .content .info .texts .butt > div:hover .icon {
  color: #fff;
}
.product-list .content .info .texts ul {
  display: flex;
  flex-wrap: wrap;
}
.product-list .content .info .texts ul li {
  min-width: 50%;
}
.product-list .content .info .texts ul li a:hover {
  color: #000;
}
.product-list .content .info .swiper-container {
  width: 56%;
}
.product-list .content .info .swiper-container .item {
  position: relative;
  overflow: hidden;
}
.product-list .content .info .swiper-container .item img {
  max-width: 100%;
}
.product-list .content .info:nth-child(even) {
  flex-direction: row-reverse;
}
.solution-page .section1 {
  background-color: #f3f3fd;
}
.solution-page .links .zx {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006cff;
  border: 1px #006cff solid;
  transition: 0.5s;
}
.solution-page .links .zx:hover {
  background-color: #fff;
  color: #006cff;
}
.solution-page .links .ly {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px #eee solid;
  transition: 0.5s;
}
.solution-page .links .ly:hover {
  background-color: #006cff;
  color: #fff;
}
.solution-page .section3 {
  background: url(../images/solution3.jpg);
  background-size: cover;
  background-position: center;
}
.solution-page .section3 .title .butt > div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
.solution-page .section3 .title .butt > div:hover {
  background-color: #00328f;
}
.solution-page .section3 .section3-container .swiper-wrapper {
  align-items: flex-end;
}
.solution-page .section3 .section3-container .item {
  padding: 30px 30px 50px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  transition: 0.5s;
}
.solution-page .section3 .section3-container .item .num {
  position: absolute;
  right: 20px;
  bottom: 30px;
  transition: 0.5s;
}
.solution-page .section3 .section3-container .item .desc {
  min-height: 100px;
  overflow-y: auto;
  transition: 0.5s;
}
.solution-page .section3 .section3-container .item:hover {
  background: linear-gradient(to right bottom, #006cff, #0f72fc);
}
.solution-page .section3 .section3-container .item:hover h3 {
  color: #fff;
}
.solution-page .section3 .section3-container .item:hover .desc {
  color: rgba(255, 255, 255, 0.6);
  min-height: 200px;
}
.solution-page .section3 .section3-container .item:hover .num {
  color: #fff;
}
.solution-page .section3 .section3-container .swiper-slide-active .item {
  background: linear-gradient(to right bottom, #006cff, #0f72fc);
}
.solution-page .section3 .section3-container .swiper-slide-active .item h3 {
  color: #fff;
}
.solution-page .section3 .section3-container .swiper-slide-active .item .desc {
  color: rgba(255, 255, 255, 0.6);
  min-height: 200px;
}
.solution-page .section3 .section3-container .swiper-slide-active .item .num {
  color: #fff;
}
.solution-page .section4 ul li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.solution-page .section4 ul li .item .text {
  width: 65%;
}
.solution-page .section4 ul li .item .img {
  width: 25%;
  transition: 0.5s;
}
.solution-page .section4 ul li .item .img img {
  max-width: 100%;
}
.solution-page .section4 ul li .item:hover {
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.3);
}
.solution-page .section4 ul li .item:hover h3 {
  color: #006cff;
}
.solution-page .section4 ul li .item:hover .img {
  transform: translateY(-10px);
}
.prev-next-bottom {
  padding: 20px 30px;
}
.prev-next-bottom a:hover {
  color: #00328f;
}
.prev-next-bottom a:hover .icon {
  color: #00328f;
}
.case-list ol li a {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #eee solid;
}
.case-list ol li a .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.case-list ol li a:hover img {
  transform: scale(1.1);
}
.case-page .case-left .content {
  border: 1px #ddd solid;
  border-top: 2px #00328f solid;
  border-radius: 4px;
}
.case-page .case-left .content h1 {
  padding: 30px 4%;
}
.case-page .case-left .content .albums-img {
  padding: 0 4%;
}
.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 #00328f 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: #00328f;
  border-color: #00328f;
}
.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 .info-detail {
  padding: 0 7%;
}
.case-page .case-left .info img {
  max-width: 100%;
}
.case-page .case-navs {
  border: 1px #ececec solid;
  border-radius: 6px;
}
.case-page .case-navs h3 {
  padding: 20px 16px;
  border-bottom: 1px #ececec solid;
}
.case-page .case-navs ol {
  overflow: hidden;
}
.case-page .case-navs ol li:last-child {
  border-bottom: none;
}
.case-page .case-navs ol li > h3,
.case-page .case-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;
}
.case-page .case-navs ol li > h3 .icon img,
.case-page .case-navs ol li > a .icon img {
  max-width: 30px;
}
.case-page .case-navs ol li > h3 .icon .a,
.case-page .case-navs ol li > a .icon .a {
  display: block;
}
.case-page .case-navs ol li > h3 .icon .b,
.case-page .case-navs ol li > a .icon .b {
  display: none;
}
.case-page .case-navs ol li > h3:hover,
.case-page .case-navs ol li > a:hover {
  color: #00328f;
}
.case-page .case-navs ol li > h3:hover span,
.case-page .case-navs ol li > a:hover span {
  color: #00328f;
}
.case-page .case-navs ol li > h3:hover .icon .a,
.case-page .case-navs ol li > a:hover .icon .a {
  display: none;
}
.case-page .case-navs ol li > h3:hover .icon .b,
.case-page .case-navs ol li > a:hover .icon .b {
  display: block;
}
.case-page .case-navs ol li .pro-nav-title {
  background-color: #fff;
  padding: 0 16px;
  display: none;
}
.case-page .case-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;
}
.case-page .case-navs ol li .pro-nav-title a:last-child {
  border-bottom: none;
}
.case-page .case-navs ol li .pro-nav-title a.active,
.case-page .case-navs ol li .pro-nav-title a:hover {
  color: #00328f;
}
.case-page .case-navs ol li.active h3 {
  background-color: #00328f;
}
.case-page .case-navs ol li.active h3 span {
  color: #fff;
}
.case-page .case-navs ol li.active h3 .icon .a {
  display: none;
}
.case-page .case-navs ol li.active h3 .icon .b {
  display: block;
}
.case-page .case-navs ol li.active .pro-nav-title {
  display: block;
}
.case-page .cg {
  border-top: 1px #ececec solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.case-page .cg a {
  width: 160px;
  height: 40px;
  padding: 0 12px;
  border-radius: 20px;
  background: #006cff;
  transition: 0.5s;
}
.case-page .cg a:hover {
  background-color: #00328f;
  color: #fff;
}
.news-list ol li .item {
  border: 1px #eee solid;
  transition: 0.5s;
}
.news-list ol li .item .img {
  border-radius: 5px;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.news-list ol li .item .xz {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #eee solid;
  border-radius: 50%;
  transition: 0.5s;
}
.news-list ol li .item .xz:hover {
  background-color: #00328f;
  color: #fff;
}
.news-list ol li .item:hover img {
  transform: scale(1.1);
}
.news-list ol li .item:hover h4 {
  color: #00328f;
}
.news-list ol li .item:hover {
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.15);
}
.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: #00328f;
}
.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, #00328f, #00328f);
  background: -webkit-linear-gradient(45deg, #00328f, #00328f);
  -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: #00328f;
}
.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: #00328f;
}
.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: #00328f;
}
.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: #00328f;
}
.home-banner .index-next:hover .icon {
  color: #fff;
}
.pzzz-page .section1 ul li .item {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fafafa;
}
.pzzz-page .section1 ul li .item .img {
  opacity: 0;
  transition: 0.5s;
}
.pzzz-page .section1 ul li .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.pzzz-page .section1 ul li .item .text img {
  max-width: 70px;
}
.pzzz-page .section1 ul li .item:hover .img {
  opacity: 1;
}
.pzzz-page .section1 ul li .item:hover h3,
.pzzz-page .section1 ul li .item:hover h4,
.pzzz-page .section1 ul li .item:hover .desc {
  color: #fff;
}
.pzzz-page .section2 ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.35);
}
.pzzz-page .section2 ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  transition: 0.5s;
}
.pzzz-page .section2 ul li:last-child {
  border-right: none;
}
.pzzz-page .section2 ul li:hover {
  background-color: #00328f;
}
.pzzz-page .section3 ul li .item {
  padding-top: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.pzzz-page .section3 ul li .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 7%;
}
.pzzz-page .section3 ul li .item .text .desc {
  padding-right: 10%;
}
.pzzz-page .section4 .content {
  padding: 7% 0;
}
.pzzz-page .section4 .content ul {
  position: relative;
  z-index: 2;
}
.pzzz-page .section4 .content ul li {
  display: flex;
  align-items: center;
  width: 520px;
  padding-bottom: 50px;
  position: relative;
}
.pzzz-page .section4 .content ul li::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 72px;
  height: 24px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.pzzz-page .section4 .content ul li:last-child {
  padding-bottom: 0;
}
.pzzz-page .section4 .content ul li:last-child::before {
  content: none;
}
.pzzz-page .section4 .content ul li .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #fff solid;
}
.pzzz-page .section4 .content ul li .img img {
  max-width: 50%;
  max-height: 50%;
}
.pzzz-page .section4 .content ul li p {
  color: rgba(255, 255, 255, 0.6);
}
.product-page .section1 {
  border-bottom: 1px #eee solid;
}
.product-page .section1 .content {
  display: flex;
  justify-content: space-between;
}
.product-page .section1 .content .albums-img {
  width: 50%;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.product-page .section1 .content .albums-img .img img {
  width: 100%;
}
.product-page .section1 .content .albums-img .pro-pagination {
  text-align: center;
}
.product-page .section1 .content .albums-img .pro-pagination span {
  margin: 0 5px;
}
.product-page .section1 .content .text {
  width: 45%;
}
.product-page .section1 .content .text h1 {
  border-bottom: 1px #eee solid;
}
.product-page .section1 .content .text .fw-style {
  flex-wrap: wrap;
}
.product-page .section1 .content .text strong {
  font-weight: bold;
}
.product-page .section1 .content .text strong * {
  font-weight: bold;
}
.product-page .section1 .content .text a {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  padding: 0 12px;
  transition: 0.5s;
  background-color: #006cff;
}
.product-page .section1 .content .text a:hover {
  background-color: #fff;
  color: #00328f;
}
.product-page .section2 {
  background-color: #e9f3f8;
}
.product-page .section2 .content {
  display: flex;
  align-items: flex-start;
}
.product-page .section2 .content .product-right ol li a {
  display: block;
}
.product-page .section2 .content .product-right ol li a:hover {
  color: #00328f;
}
.product-page .section2 .content .product-right img {
  max-width: 100%;
}
.product-page .section2 .content .product-right .info-list {
  border: 1px #eee solid;
  border-radius: 5px;
}
.product-page .section2 .content .product-right .info-list table {
  border: 1px #ddd solid;
  width: 100%;
}
.product-page .section2 .content .product-right .info-list table td {
  border: 1px #ddd solid;
  padding: 4px;
  text-align: center;
}
.product-page .section2 .content .product-right .info-list table strong {
  font-weight: bold;
}
.product-page .section2 .content .product-right .info-list table strong * {
  font-weight: bold;
}
.product-page .section2 .content .product-right .info-list table tr:nth-child(odd) td {
  background-color: #eee !important;
}
.product-page .section2 .content .product-xg {
  width: 25%;
}
.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: 52px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 0 10px;
}
.product-page .dzcg form textarea {
  width: 100%;
  height: 120px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
.product-page .dzcg form button {
  width: 100%;
  height: 52px;
  background-color: #00328f;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.product-page .dzcg form button:hover {
  background-color: #00328f;
  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 {
  background: url(../images/index-section1-bg.jpg);
  background-size: cover;
  background-position: center;
}
.index-section1 .swiper-container1 .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-section1 .swiper-container1 .swiper-slide .text {
  width: 45%;
}
.index-section1 .swiper-container1 .swiper-slide .text .soncat {
  display: flex;
  flex-wrap: wrap;
}
.index-section1 .swiper-container1 .swiper-slide .text .soncat a {
  min-width: 50%;
}
.index-section1 .swiper-container1 .swiper-slide .text .soncat a:hover {
  color: #00328f;
}
.index-section1 .swiper-container1 .swiper-slide .text .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  background-color: #006cff;
  border: 1px #006cff solid;
  border-radius: 20px;
  transition: 0.5s;
}
.index-section1 .swiper-container1 .swiper-slide .text .more:hover {
  background-color: #fff;
  color: #00328f;
}
.index-section1 .swiper-container1 .swiper-slide .img {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section1 .swiper-container1 .swiper-slide .img img {
  max-width: 100%;
}
.index-section1 .in-pro-cate {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.index-section1 .in-pro-cate li {
  display: flex;
  align-items: center;
}
.index-section1 .in-pro-cate li .img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px #fff solid;
  border-radius: 50%;
}
.index-section1 .in-pro-cate li .img img {
  max-width: 60%;
  max-height: 60%;
}
.index-section1 .in-pro-cate li.on .img {
  border-color: #00328f;
}
.index-section1 .in-pro-cate li.on h5 {
  color: #00328f;
}
.index-section2 {
  position: relative;
}
.index-section2 .swiper-slide {
  padding-top: 45%;
  position: relative;
}
.index-section2 .title2 {
  position: absolute;
  top: 12%;
  left: 0;
  z-index: 2;
}
.index-section2 .title2 .links .zx {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #FFF solid;
  transition: 0.5s;
}
.index-section2 .title2 .links .zx:hover {
  background-color: #fff;
  color: #006cff;
}
.index-section2 .title2 .links .ly {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px #eee solid;
  transition: 0.5s;
}
.index-section2 .title2 .links .ly:hover {
  background-color: #006cff;
  color: #fff;
}
.index-section2 .bso {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.index-section2 .bso ul {
  background-color: rgba(0, 0, 0, 0.55);
  border-top-left-radius: 100px;
  display: flex;
  justify-content: space-between;
  padding: 0 8%;
}
.index-section2 .bso ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section2 .bso ul li.on {
  background-color: #00328f;
}
.index-section3 ol {
  border-bottom: 1px #eee solid;
}
.index-section3 ol li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 32px;
}
.index-section3 ol li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #00328f;
  transition: 0.5s;
  width: 0;
}
.index-section3 ol li a .img img {
  max-width: 24px;
}
.index-section3 ol li a .img .a {
  display: block;
}
.index-section3 ol li a .img .b {
  display: none;
}
.index-section3 ol li a:hover {
  color: #00328f;
}
.index-section3 ol li a:hover::before {
  width: 100%;
}
.index-section3 ol li a:hover .img .a {
  display: none;
}
.index-section3 ol li a:hover .img .b {
  display: block;
}
.index-section3 .section3-container .swiper-slide {
  transition: 300ms;
}
.index-section3 .section3-container .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.index-section3 .section3-container .swiper-slide h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 0;
  opacity: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.index-section3 .section3-container .swiper-slide-active::before {
  content: none;
}
.index-section3 .section3-container .swiper-slide-active h4 {
  opacity: 1;
}
.index-section3 .section3-container .section3-prev,
.index-section3 .section3-container .section3-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px #eee solid;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  margin: auto;
}
.index-section3 .section3-container .section3-prev:hover,
.index-section3 .section3-container .section3-next:hover {
  background-color: #00328f;
}
.index-section3 .section3-container .section3-prev:hover .icon,
.index-section3 .section3-container .section3-next:hover .icon {
  color: #fff;
}
.index-section3 .section3-container .section3-prev {
  left: 6%;
}
.index-section3 .section3-container .section3-next {
  right: 6%;
}
.index-section4 {
  background: url(../images/index-section4-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.index-section4 .video-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px #fff solid;
  border-radius: 50%;
}
.index-section4 .video-link:hover {
  background-color: #00328f;
  border-color: #00328f;
}
.index-section4 .video-link:hover .icon {
  color: #fff;
}
.index-section4 .content {
  display: flex;
  justify-content: space-between;
}
.index-section4 .content .left {
  width: 70%;
}
.index-section4 .content .left .desc {
  width: 60%;
  color: rgba(255, 255, 255, 0.5);
}
.index-section4 .content .left .more {
  margin: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  background-color: #fff;
  border: 1px #fff solid;
  border-radius: 20px;
  transition: 0.5s;
}
.index-section4 .content .left .more:hover {
  background-color: #006cff;
  color: #fff;
}
.index-section4 .content .left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.index-section4 .content .left ul li h4 {
  display: flex;
  align-items: flex-start;
}
.index-section4 .content .right {
  width: 248px;
}
.index-section4 .content .right ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.index-section4 .content .right ul li {
  height: 32.5%;
  width: 248px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-section4 .content .right ul li .ain img {
  max-width: 60px;
}
.index-section4 .content .right ul li .bin {
  position: absolute;
  border-radius: 6px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 248px;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5%;
  opacity: 0;
  z-index: 1;
}
.index-section4 .content .right ul li .bin .ho-img {
  z-index: -1;
}
.index-section4 .content .right ul li:hover .bin {
  width: 450px;
  opacity: 1;
}
.index-section5 {
  background: url(../images/index-section5-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.index-section5 .content {
  display: flex;
}
.index-section5 .content .left {
  width: 22%;
  position: relative;
}
.index-section5 .content .left .btns {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.index-section5 .content .left .btns .swiper-pagination5 {
  width: auto;
}
.index-section5 .content .left .btns .icon:hover {
  color: #00328f;
}
.index-section5 .content .left ul {
  border-bottom: 1px #eee solid;
}
.index-section5 .content .left ul li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 32px;
}
.index-section5 .content .left ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #00328f;
  transition: 0.5s;
  width: 0;
}
.index-section5 .content .left ul li a .img img {
  max-width: 24px;
}
.index-section5 .content .left ul li a .img .a {
  display: block;
}
.index-section5 .content .left ul li a .img .b {
  display: none;
}
.index-section5 .content .left ul li a:hover {
  color: #00328f;
}
.index-section5 .content .left ul li a:hover::before {
  width: 100%;
}
.index-section5 .content .left ul li a:hover .img .a {
  display: none;
}
.index-section5 .content .left ul li a:hover .img .b {
  display: block;
}
.index-section5 .content .right {
  width: 72%;
}
.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: #00328f;
}
.pro-nav2 {
  display: flex;
  flex-wrap: wrap;
  background-color: #666;
}
.pro-nav2 li {
  min-width: 33.33%;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  margin-bottom: -1px;
  margin-left: -1px;
}
.pro-nav2 li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.pro-nav2 li a.active,
.pro-nav2 li a:hover {
  background: rgba(219, 0, 0, 0.8);
  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: #00328f;
  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;
}
