.main-color {
  color: #153887;
}
.main-color1 {
  color: #fcc60a;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1400px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
.w1100 {
  width: 1100px;
  margin: auto;
}
@font-face {
  font-family: "meb";
  src: url("../font/DIN-BOLD.OTF");
}
.meb {
  font-family: "meb";
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bg-f5 {
  background-color: #f2f4f7;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #212121;
}
.color-4 {
  color: #4e4b49;
}
.color-6 {
  color: #666;
}
.pt-80 {
  padding-top: 80px;
}
.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: #153887;
}
.flex-1 {
  flex: 1;
}
header {
  background-color: #fff;
  padding: 0 4%;
  position: relative;
  z-index: 9999;
}
header .head-nav {
  height: 90px;
}
header .head-nav .logo {
  height: 100%;
}
header .head-nav .logo img {
  max-height: 100%;
}
header .head-nav .logo .a {
  display: block;
}
header .head-nav .logo .b {
  display: none;
}
header .head-nav .logo .posi-text {
  max-width: 124px;
}
header .head-nav ul {
  height: 100%;
  margin-left: 5%;
}
header .head-nav ul > li {
  height: 100%;
  margin: 0 4%;
}
header .head-nav ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .head-nav ul > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  width: 14px;
  bottom: 20px;
  height: 2px;
  opacity: 0;
  background-color: #153887;
  transition: 0.5s;
}
header .head-nav ul > li > a .icon {
  transform: rotate(90deg);
}
header .head-nav ul > li .son-name {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  padding: 20px 0 20px;
  background-color: #fff;
  display: none;
}
header .head-nav ul > li .son-name ol li {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
}
header .head-nav ul > li .son-name ol li:nth-child(3n+1) {
  margin-left: 0;
}
header .head-nav ul > li .son-name ol li a {
  width: 100%;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 4px 24px 4px 16px;
  transition: 0.5s;
  border-radius: 4px;
}
header .head-nav ul > li .son-name ol li a .img {
  width: 80px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head-nav ul > li .son-name ol li a .img img {
  max-width: 80%;
  max-height: 80%;
}
header .head-nav ul > li .son-name ol li a .icon {
  transition: 0.5s;
}
header .head-nav ul > li .son-name ol li a:hover {
  border-color: #153887;
}
header .head-nav ul > li .son-name ol li a:hover .icon {
  transform: translateX(10px);
}
header .head-nav ul > li:hover > a {
  color: #153887;
}
header .head-nav ul > li:hover > a::before {
  left: 16px;
  right: 16px;
}
header .head-nav ul > li:hover .son-name {
  display: block;
}
header .head-nav ul > li.active > a {
  color: #153887;
}
header .head-nav ul > li.active > a::before {
  opacity: 1;
}
header .head-nav .info a {
  width: 170px;
  height: 42px;
  background-color: #153887;
  border-radius: 22px;
  transition: 0.5s;
}
header .head-nav .info a:hover {
  background-color: #fcc60a;
}
header .head-nav .info a:hover p {
  color: #153887;
}
header .head-nav .info a:hover .icon {
  color: #153887;
}
.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;
}
.foot-consult {
  background-color: #153887;
}
.foot-consult .content a {
  width: 170px;
  height: 42px;
  background-color: #fcc60a;
  border-radius: 22px;
}
footer {
  background: url(../images/foot-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
footer .content ul li {
  margin-right: 6%;
}
footer .content ul li:last-child {
  margin-right: 0;
}
footer .content ul li h3 {
  padding-right: 60px;
  border-bottom: 1px #ddd solid;
}
footer .content ul li a {
  display: block;
}
footer .content ul li a:hover {
  color: #153887;
}
footer .content .info ol li {
  position: relative;
}
footer .content .info ol li .item {
  width: 48px;
  height: 48px;
  background-color: #97a0ae;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: 0.5s;
}
footer .content .info ol li img {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100px;
  display: none;
}
footer .content .info ol li:hover img {
  display: block;
}
footer .content .info ol li:hover .item {
  background-color: #153887;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links a:hover {
  color: #153887;
}
footer .copyright {
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
}
footer .copyright a {
  margin-left: 8px;
  font-size: 14px;
  color: #666;
}
footer .copyright a:hover {
  color: #153887;
}
#m-b-bar {
  position: fixed;
  left: 5%;
  right: 5%;
  bottom: 3%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 25px;
  display: flex;
  align-items: center;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.05);
}
#m-b-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-b-bar a:first-child {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
#m-b-bar a .icon {
  color: #fff;
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.navbar-nav-more-body .box-shadown {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.navbar-nav-more-body .offcanva {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body .offcanvas-body {
  position: relative;
}
.navbar-nav-more-body .offcanvas-end {
  width: 60%;
  z-index: 999999;
}
.navbar-nav-more-body .top-menu-list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list.active {
  transform: translateX(-100%);
}
.navbar-nav-more-body .top-menu-list > li {
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list > li li:first-child,
.navbar-nav-more-body .top-menu-list > li:first-child {
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li li:first-child > a,
.navbar-nav-more-body .top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li a {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list > li a:hover {
  color: #153887;
}
.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;
}
.breadcrumb {
  margin-bottom: 0rem;
  font-size: 14px;
  color: #153887;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.breadcrumb-item a:hover {
  color: #ffffff;
}
.index-section1 ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 440px;
  border: 1px #ddd solid;
  position: relative;
  border-radius: 6px;
}
.index-section1 ul li .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #153887;
  transition: 0.5s;
  width: 0;
}
.index-section1 ul li .item .img {
  height: 160px;
  overflow: hidden;
}
.index-section1 ul li .item .img img {
  max-width: 96%;
  max-height: 96%;
  transition: 0.5s;
}
.index-section1 ul li .item .img:hover img {
  transform: scale(1.1);
}
.index-section1 ul li .item a:hover {
  color: #153887;
}
.index-section1 ul li .item .zx {
  width: 150px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #ddd solid;
  border-radius: 16px;
  transition: 0.5s;
}
.index-section1 ul li .item .zx:hover {
  border-color: #fcc60a;
  background-color: #fcc60a;
  color: #153887;
}
.index-section1 ul li .item:hover::before {
  width: 100%;
}
.index-section1 .m-content ul li .item {
  min-height: 260px;
}
.index-section1 .m-content ul li .item .img {
  height: 80px;
}
.index-section1 .m-content ul li .item .zx {
  width: 130px;
  height: 32px;
}
.index-section2 .content {
  display: flex;
}
.index-section2 .content .pro-navs {
  width: 300px;
  margin-right: 50px;
}
.index-section2 .content .pro-navs ol li a {
  transition: 0.5s;
  position: relative;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.index-section2 .content .pro-navs ol li a:hover {
  color: #fff;
  background-color: #153887;
}
.index-section2 .content .pro-navs ol li a:hover .icon {
  color: #fff;
}
.index-section2 .content .pro-navs ol li.active a {
  color: #fff;
  background-color: #153887;
}
.index-section2 .content .pro-navs ol li.active a .icon {
  color: #fff;
}
.index-section2 .content .pro-navs .tel {
  background-color: #f5f5f5;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.index-section2 .content .pro-navs .tel a {
  width: 220px;
  height: 48px;
  border-radius: 24px;
  background-color: #153887;
  transition: 0.5s;
}
.index-section2 .content .pro-navs .tel a:hover {
  color: #153887;
  background-color: #fcc60a;
}
.index-section2 .content .info ul li a .img {
  position: relative;
  padding-top: 100%;
  border: 1px #dddddd solid;
  overflow: hidden;
  background-image: linear-gradient(to top, #eaeeef, #f7f8f8, #fafaf7, #ffffff, #ffffff, #ffffff);
}
.index-section2 .content .info ul li a .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  max-height: 80%;
  transition: 0.5s;
}
.index-section2 .content .info ul li a h3 {
  transition: 0.5s;
}
.index-section2 .content .info ul li a:hover img {
  transform: scale(1.1);
}
.index-section2 .content .info ul li a:hover h3 {
  color: #153887;
}
.index-section3 ol li .item {
  padding-top: 110%;
  position: relative;
}
.index-section3 ol li .item .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3%;
}
.index-section3 ol li .item .info .desc * {
  display: inline;
}
.index-section3 .section3-pagination span {
  margin: 0 2px;
}
.index-section3 ul {
  display: flex;
}
.index-section3 ul li {
  width: 14%;
  height: 640px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.index-section3 ul li:nth-child(1) {
  background-color: #3f67ca;
}
.index-section3 ul li:nth-child(2) {
  background-color: #2f58c0;
}
.index-section3 ul li:nth-child(3) {
  background-color: #1841a8;
}
.index-section3 ul li:nth-child(4) {
  background-color: #042780;
}
.index-section3 ul li .ho-img {
  opacity: 0;
}
.index-section3 ul li .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.5s;
}
.index-section3 ul li .title h3 {
  width: 36px;
  height: 120px;
}
.index-section3 ul li .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.index-section3 ul li.on {
  width: 58%;
}
.index-section3 ul li.on .ho-img {
  opacity: 1;
}
.index-section3 ul li.on .title {
  transform: translateY(-100%);
  opacity: 0;
}
.index-section3 ul li.on .desc {
  animation: move 0.5s forwards linear;
  animation-delay: 0.2s;
}
.index-section4 .text a {
  width: 162px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #153887;
  transition: 0.5s;
}
.index-section4 .text a:hover {
  background-color: #fcc60a;
  color: #153887;
}
.index-section4 .text ul {
  display: flex;
  flex-wrap: wrap;
}
.index-section4 .text ul li {
  width: 33.333%;
  margin: 3% 0;
}
.line {
  width: 24px;
  height: 4px;
  background-color: #153887;
}
.index-section5 .title ol {
  display: flex;
  border: 1px #aaaaaa solid;
  border-radius: 24px;
  overflow: hidden;
}
.index-section5 .title ol li a {
  width: 160px;
  height: 46px;
  display: flex;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.index-section5 .title ol li a:hover {
  color: #fff;
  background: #153887;
}
.index-section5 .item {
  border: 1px #ddd solid;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-section5 .item::before {
  content: '';
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: url(../images/news.png) no-repeat;
  background-repeat: 60%;
  background-position: bottom right;
}
.index-section5 .item ul li img {
  width: 14px;
}
.index-section5 .item ul li:first-child {
  border-top: none;
}
.index-section5 .item ul li:hover h3 {
  color: #153887;
}
.news-item {
  border-bottom: 1px #ddd solid;
}
.news-item .img {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}
.news-item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-item .text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 26px;
}
.news-item:hover img {
  transform: scale(1.1);
}
.news-item:hover h4 {
  color: #153887;
}
.product-list ul li a {
  background-color: #fff;
  border: 1px #dddddd solid;
}
.product-list ul li a .img {
  position: relative;
  padding-top: 100%;
  border-bottom: 1px #dddddd solid;
  overflow: hidden;
}
.product-list ul li a .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.product-list ul li a h3 {
  transition: 0.5s;
}
.product-list ul li a:hover img {
  transform: scale(1.1);
}
.product-list ul li a:hover h3 {
  color: #fff !important;
  background-color: #153887;
}
.case-list ul li .item .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.case-list ul li .item:hover img {
  transform: scale(1.1);
}
.case-list ul li .item:hover h3 {
  color: #153887;
}
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 5%;
  display: flex;
  align-items: center;
}
.page-banner .text p {
  font-size: 30px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.page-banner .text p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 120%;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  width: 100px;
  height: 2px;
  background-color: #fff;
}
.nav-item {
  position: relative;
  z-index: 1;
}
.nav-item .content {
  background-color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50px);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.nav-item ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-item ul li {
  margin: 0 4%;
}
.nav-item ul li a {
  display: flex;
  align-items: center;
  padding: 14px 0;
}
.nav-item ul li a .a {
  display: block;
}
.nav-item ul li a .b {
  display: none;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  color: #153887;
}
.nav-item ul li a.active .a,
.nav-item ul li a:hover .a {
  display: none;
}
.nav-item ul li a.active .b,
.nav-item ul li a:hover .b {
  display: block;
}
.pro-nav-item {
  position: relative;
  z-index: 1;
}
.pro-nav-item .content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-65px);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.pro-nav-item ul {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px #ddd solid;
}
.pro-nav-item ul li {
  display: flex;
  flex: 1;
}
.pro-nav-item ul li a {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pro-nav-item ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  height: 2px;
  background-color: #153887;
  transition: 0.5s;
}
.pro-nav-item ul li a .icon {
  width: 110px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-nav-item ul li a .icon img {
  max-width: 100%;
  max-height: 100%;
}
.pro-nav-item ul li a.active,
.pro-nav-item ul li a:hover {
  color: #153887;
}
.pro-nav-item ul li a.active::before,
.pro-nav-item ul li a:hover::before {
  left: 0;
  right: 0;
}
.pro-nav-item ul li a.active .a,
.pro-nav-item ul li a:hover .a {
  display: none;
}
.pro-nav-item ul li a.active .b,
.pro-nav-item ul li a:hover .b {
  display: block;
}
.pro-nav-item ol {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 16px 0;
  border-top: 1px #ececec solid;
}
.pro-nav-item ol li {
  margin: 0 4%;
}
.pro-nav-item ol li a:hover,
.pro-nav-item ol li a.active {
  color: #153887;
}
.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: #153887;
}
.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: #153887;
}
.product-page .section1 .content .albums-img .pro-container {
  padding: 1px;
}
.product-page .section1 .content .albums-img .pro-container .img {
  position: relative;
  border: 1px #dddddd solid;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.product-page .section1 .content .albums-img .pro-container .img img {
  width: 100%;
}
.product-page .section1 .content .text {
  width: 46%;
}
.product-page .section1 .content .text ol li {
  margin-right: 10%;
  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: #fcc60a;
  color: #fff;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.product-page .section1 .content .text .more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #153887;
  transition: 0.5s;
  z-index: -1;
}
.product-page .section1 .content .text .more:hover::before {
  width: 100%;
}
.product-page .section2 .content {
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
}
.product-page .section2 .content .pro-menu {
  width: 25%;
  margin-left: 2px;
}
.product-page .section2 .content .pro-menu .pro-navs {
  background-color: #fff;
}
.product-page .section2 .content .pro-menu .pro-navs ol {
  border-left: 1px #ddd solid;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a {
  transition: 0.5s;
  position: relative;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  background-color: #153887;
  height: 0;
  transition: 0.5s;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a:hover {
  color: #153887;
}
.product-page .section2 .content .pro-menu .pro-navs ol li a:hover::before {
  height: 100%;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active a {
  color: #153887;
}
.product-page .section2 .content .pro-menu .pro-navs ol li.active a::before {
  height: 100%;
}
.product-page .section2 .content .pro-menu .common-list {
  margin: 8% 0 2% 5%;
}
.product-page .section2 .content .product-right .detail-content {
  min-height: 600px;
}
.product-page .section2 .content .product-right .detail-content img {
  max-width: 100%;
}
.product-page .section2 .content .product-right .detail-content .tab-pane {
  line-height: 26px;
}
.prev-next-bottom {
  padding: 0 2%;
  height: 74px;
  background-color: #fff;
}
.prev-next-bottom a:hover {
  color: #153887;
}
.view-position .nav-bread {
  color: #81868e;
}
.view-position .nav-bread a {
  color: #81868e;
  font-size: 14px;
  margin: 0 2px;
}
.view-position .nav-bread a:hover {
  color: #153887;
}
.view-position .back {
  width: 160px;
  height: 40px;
  border: 1px #153887 solid;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-position .back:hover {
  background-color: #153887;
  color: #fff;
}
.view-position .back:hover .icon {
  color: #fff;
}
.solution-list ul li {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.solution-list ul li .img {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.solution-list ul li .text {
  width: 50%;
  padding: 4% 4% 0;
  display: flex;
  align-items: flex-start;
}
.solution-list ul li .text .icon {
  width: 54px;
  margin-right: 4%;
}
.solution-list ul li .text .icon img {
  max-width: 100%;
}
.solution-list ul li .text .spec {
  display: flex;
  flex-wrap: wrap;
}
.solution-list ul li .text .spec p {
  padding: 4px 14px;
  border-radius: 16px;
  border: 1px #bcbcbc solid;
  margin-right: 8px;
  margin-bottom: 8px;
}
.solution-list ul li .text a {
  width: 120px;
  height: 32px;
  border-radius: 20px;
  background-color: #153887;
  border: 2px #153887 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.solution-list ul li .text a:hover {
  background-color: #fff;
  color: #153887;
}
.solution-list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.contact-page .section1 ul {
  display: flex;
  border-top: 2px #153887 solid;
}
.contact-page .section1 ul li {
  flex: 1;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-page .section1 ul li .img {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px #153887 solid;
}
.contact-page .section1 ul li h4 {
  max-width: 210px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .map {
  height: 520px;
}
.navigation {
  width: 160px;
  height: 50px;
  background-color: #153887;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.navigation:hover {
  color: #fff;
}
.message form .item {
  position: relative;
  border-bottom: 1px #aaa solid;
}
.message form .item span {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: red;
  font-size: 12px;
}
.message form .item p i {
  color: red;
}
.message form .item input {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.message form .item textarea {
  width: 100%;
  background: none;
  display: block;
  height: 100px;
  font-size: 14px;
}
.message form button {
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #153887;
  transition: 0.5s;
}
.message form button:hover {
  color: #fff;
  background: #fcc60a;
}
.news-nav-item .content {
  height: 70px;
}
.news-nav-item .content ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.news-nav-item .content ul li a .icon {
  opacity: 0;
  transition: 0.5s;
}
.news-nav-item .content ul li a.active,
.news-nav-item .content ul li a:hover {
  color: #153887;
}
.news-nav-item .content ul li a.active .icon,
.news-nav-item .content ul li a:hover .icon {
  opacity: 1;
}
.news-nav-item .content .nav-bread * {
  margin: 0 3px;
}
.news-list .news-new .img {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.news-list .news-new .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list .news-new .text span {
  height: 30px;
  width: 108px;
  border: 1px #ccc solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list .news-new:hover {
  background-color: #153887;
}
.news-list .news-new:hover img {
  transform: scale(1.1);
}
.news-list .news-new:hover h4 {
  color: #153887;
}
.news-list .news-new:hover span {
  border-color: #153887;
  background-color: #153887;
  color: #fff;
}
.news-list ol li a {
  padding: 36px;
  transition: 0.5s;
}
.news-list ol li a .title {
  border-right: 1px #ddd solid;
}
.news-list ol li a .title .desc {
  line-height: 26px;
  height: 52px;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ol li a:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.news-list ol li a:hover h3 {
  color: #153887;
}
.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: #153887;
  color: #fff;
  border: 1px solid #153887;
}
.pagination-box li .current {
  background: #153887;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #153887;
  display: inline-block;
}
.join-page .section1 ul li .item {
  display: flex;
  height: 226px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.join-page .section2 .content {
  display: flex;
  align-items: center;
  background-color: #153887;
}
.join-page .section2 .content .line {
  background-color: #fff;
}
.join-page .section2 .text {
  width: 50%;
  padding-right: 1%;
}
.join-page .section2 .text ul li {
  margin-top: 6%;
}
.join-page .section2 .text ul li p {
  color: rgba(255, 255, 255, 0.7);
}
.join-page .section2 .img {
  width: 50%;
}
.join-page .section3 ul {
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
}
.join-page .section3 ul li div {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.join-page .section3 ul li div img {
  max-width: 70%;
  max-height: 70%;
}
.join-page .section3 ul li:nth-child(even) {
  margin-top: 80px;
}
.join-page .section3 ul li:hover div {
  transform: translateY(-20px);
}
.about-page .section1 .content .text {
  padding-right: 8%;
}
.about-page .section1 .content .text .more {
  width: 200px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom right, #ea9500, #ea9500, #eb8c06, #eb8c06, #f05e27, #f1592a, #f1592a);
  transition: 0.5s;
}
.about-page .section1 .content .text .more:hover {
  color: #fff;
  background-image: linear-gradient(to bottom right, #f1592a, #f1592a);
}
.about-page .section1 .content ul {
  display: flex;
  justify-content: space-between;
}
.about-page .section1 .content ul li i {
  font-size: 100px;
}
.about-page .section2 ol li .item {
  padding-top: 120%;
  position: relative;
}
.about-page .section2 ol li .item .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3%;
}
.about-page .section2 ol li .item .info .desc * {
  display: inline;
}
.about-page .section2 .section2-pagination span {
  margin: 0 2px;
}
.about-page .section2 ul {
  display: flex;
}
.about-page .section2 ul li {
  width: 16%;
  height: 640px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.about-page .section2 ul li:nth-child(1) {
  background-color: #21449b;
}
.about-page .section2 ul li:nth-child(2) {
  background-color: #1841a8;
}
.about-page .section2 ul li:nth-child(3) {
  background-color: #0b308e;
}
.about-page .section2 ul li .ho-img {
  opacity: 0;
}
.about-page .section2 ul li .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.5s;
}
.about-page .section2 ul li .title h3 {
  width: 36px;
  height: 120px;
}
.about-page .section2 ul li .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-page .section2 ul li.on {
  width: 68%;
}
.about-page .section2 ul li.on .ho-img {
  opacity: 1;
}
.about-page .section2 ul li.on .title {
  transform: translateY(-100%);
  opacity: 0;
}
.about-page .section2 ul li.on .desc {
  animation: move 0.5s forwards linear;
  animation-delay: 0.2s;
}
.about-page .section3 .content .title {
  background-color: #153887;
  padding: 10%;
  height: 100%;
  position: relative;
}
.about-page .section3 .content .title h3 {
  position: relative;
  z-index: 1;
}
.about-page .section3 .content .title p {
  position: absolute;
  left: 10%;
  bottom: 14%;
  right: 10%;
  color: rgba(255, 255, 255, 0.8);
}
.about-page .section3 .content .new {
  position: relative;
  padding-top: 42%;
  overflow: hidden;
}
.about-page .section3 .content .new img {
  transition: 0.5s;
}
.about-page .section3 .content .new:hover img {
  transform: scale(1.1);
}
.about-page .section3 .content .item-setting {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.about-page .section3 .content .item-setting:hover img {
  transform: scale(1.1);
}
.about-page .section4 ul li a {
  border: 1px #ececec solid;
}
.about-page .section4 ul li a .img {
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}
.about-page .section4 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 .section4 ul li a h3 {
  height: 50px;
  border-top: 1px #ececec solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.about-page .section4 ul li a:hover img {
  transform: scale(1.06);
}
.about-page .section4 ul li a:hover h3 {
  background-color: #153887;
  border-color: #153887;
  color: #fff;
}
.about-page .section4 .honor-pagination span {
  margin: 0 2px;
}
.about-page .section5 {
  padding: 0 3%;
}
.about-page .section5 .bar-pagination {
  position: relative;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
.about-page .section5 .bar-pagination .swiper-pagination-progressbar-fill {
  height: 3px;
  top: -1px;
  background: #153887;
}
.about-page .section5 ul li .item {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.about-page .section5 ul li .item h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section5 .next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #153887;
}
@keyframes move {
  0% {
    opacity: 0;
    right: -75%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.news-page .content .news-left .info {
  border-top: 1px #ececec solid;
  min-height: 400px;
}
.news-page .content .news-left .info img {
  max-width: 100%;
}
.news-page .content .news-right ul li a {
  border-bottom: 1px #ccc solid;
}
.news-page .content .news-right ul li a .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 24px;
}
.news-page .content .news-right ul li a:hover h3 {
  color: #153887;
}
.case-page .content .case-left .img img {
  max-width: 100%;
}
.case-page .content .case-left .info {
  min-height: 300px;
  border-top: 1px #ececec solid;
}
.case-page .content .case-left .info img {
  max-width: 100%;
}
.target-fix {
  position: relative;
  top: -88px;
  display: block;
  visibility: hidden;
}
.bom-pops {
  position: fixed;
  bottom: 40px;
  z-index: 99;
  right: 0;
  width: 80px;
}
.bom-pops .jump {
  animation: 1s jump linear infinite;
}
.bom-pops .item {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 8px 0;
}
.bom-pops .info,
.bom-pops a {
  position: absolute;
  left: 0;
  width: 80px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.7);
}
.bom-pops .info h5,
.bom-pops a h5 {
  color: rgba(255, 255, 255, 0.7);
}
.bom-pops .info:hover,
.bom-pops a:hover {
  background-color: #153887;
}
.bom-pops .tel {
  overflow: hidden;
  display: flex;
  transition: 0.5s;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
.bom-pops .tel p {
  position: absolute;
  top: 0;
  left: 80px;
  height: 100%;
  width: 120px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}
.bom-pops .tel:hover {
  width: 190px;
  background-color: #153887;
}
.bom-pops .tel:hover .info {
  background-color: #153887;
}
.bom-pops .code img {
  position: absolute;
  right: 120%;
  top: 0;
  width: 100px;
  height: 100px;
  display: none;
}
.bom-pops .code:hover img {
  display: block;
}
.bom-pops .f-top {
  cursor: pointer;
}
.setting-page .section-coomon .content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.setting-page .section-coomon .content::before {
  content: 'PROCESS';
  position: absolute;
  left: -60px;
  width: 50%;
  bottom: 160px;
  letter-spacing: -1rem;
  line-height: 200px;
  text-align: center;
  font-size: 240px;
  color: rgba(21, 56, 135, 0.05);
  font-weight: bold;
}
.setting-page .section-coomon .content .text {
  padding-bottom: 260px;
}
.setting-page .section-coomon .content .text .desc {
  width: 82%;
  line-height: 30px;
}
.setting-page .section-coomon .content .text .desc strong {
  font-size: 30px;
  color: #153887;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 400;
}
.setting-page .section-coomon .content .text a {
  width: 330px;
  height: 60px;
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.setting-page .section-coomon .content .text a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #153887;
  transition: 0.5s;
  z-index: -1;
  width: 0;
}
.setting-page .section-coomon .content .text a p {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setting-page .section-coomon .content .text a span {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
}
.setting-page .section-coomon .content .text a:hover::before {
  width: 100%;
}
.setting-page .section-coomon .content .text a:hover p {
  color: #fff;
}
.setting-page .section-coomon .content .text a:hover p .icon {
  color: #fff;
}
.setting-page .section-coomon .content ul {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 200px;
  background: url(../images/setting-bg1.jpg) no-repeat;
  background-size: cover;
}
.setting-page .section-coomon .content ul li {
  flex: 1;
}
.setting-page .section-coomon .thumb ol li .item {
  padding-top: 70%;
  position: relative;
}
.setting-page .section2 .content::before {
  content: 'PROCESS';
  position: absolute;
  left: 48%;
  width: 50%;
  bottom: 160px;
  letter-spacing: -1rem;
  line-height: 200px;
  text-align: center;
  font-size: 240px;
  color: rgba(21, 56, 135, 0.05);
  font-weight: bold;
}
.setting-page .section2 .content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.setting-page .section2 .content ul {
  left: 50%;
  padding-left: 5%;
  justify-content: space-between;
  background: url(../images/setting-bg2.jpg) no-repeat;
  background-size: cover;
}
.setting-page .section2 .content ul li {
  flex: auto;
}
.setting-page .section3 ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.setting-page .section3 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 180px;
  height: 206px;
  background: url(../images/sectiong-bg3.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.setting-page .section3 ul li:hover {
  background: url(../images/sectiong-bg4.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.setting-page .section3 ul li:hover .icon {
  color: #fcc60a;
}
.setting-page .section3 ul li:hover p {
  color: #fcc60a;
}
.setting-page .section3 ul span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setting-page .section3 a {
  width: 170px;
  height: 42px;
  background-color: #153887;
  border-radius: 22px;
}
.setting-page .section3 a:hover {
  background-color: #fcc60a;
}
.setting-page .section3 a:hover i {
  color: #153887;
}
.setting-page .section3 a:hover p {
  color: #153887;
}
.m-bar-info a {
  height: 34px;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.m-bar-info a.active {
  border-color: #153887;
  background-color: #153887;
  color: #fff;
}
