@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

.wow {
  opacity: 0;
}

.searchfloat {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.searchfloat .floatshelt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.searchfloat .searfl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 70px 40px 30px;
  border-radius: 10px;
  min-width: 400px;
}

.searchfloat .searfl-box .float-close {
  cursor: pointer;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 50px;
}

.searchfloat .searfl-box figure {
  text-align: center;
  margin-bottom: 55px;
}

.searchfloat .searfl-box figure img {
  width: 264px;
}

.searchfloat .searfl-box form .form-items {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.searchfloat .searfl-box form .form-items label {
  margin-bottom: 5px;
}

.searchfloat .searfl-box form .form-items label img {
  width: 25px;
}

.searchfloat .searfl-box form .form-items input {
  flex: 1;
  padding: 3px 10px;
  border: none;
}

.searchfloat .searfl-box button {
  background-color: #12327f;
  border: 1px solid #12327f;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  margin-top: 30px;
  transition: all 0.3s;
}

.searchfloat .searfl-box button:hover {
  background-color: #fff;
  color: #12327f;
}

.bakctop {
  position: fixed;
  right: 20px;
  bottom: 40px;
}

.bakctop img {
  border-radius: 100%;
  width: 40px;
  cursor: pointer;
  background-color: #fff;
}

.navactive > a {
  color: #12327f;
  font-weight: 600;
}

.hcom-title {
  position: relative;
  text-align: center;
}

.hcom-title .hcom-title-cont {
  position: relative;
  z-index: 9;
  background-color: transparent;
  width: fit-content;
  margin: 0 auto;
}

.hcom-title .hcom-title-cont::after {
  content: "";
  position: absolute;
  width: 301px;
  height: 11px;
  background: url(../images/hcom-right.png) no-repeat center center/cover;
  left: 180px;
  top: 0;
}

.hcom-title .hcom-title-cont::before {
  content: "";
  position: absolute;
  width: 301px;
  height: 11px;
  background: url(../images/hcom-left.png) no-repeat center center/cover;
  right: 180px;
  top: 0;
}

.hcom-title .hcom-title-cont h2 {
  font-size: 28px;
  font-weight: 600;
  color: #12327f;
}

.hcom-title .hcom-title-cont span {
  font-size: 32px;
  color: #999;
  opacity: 0.2;
  font-weight: 700;
  line-height: 1;
  margin-top: -60px;
  display: block;
}

.header {
  padding: 25px 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}

.header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-box .header-logo a img {
  width: 221px;
}

.header .header-box nav {
  flex: 1;
  padding: 0 45px 0 65px;
}

.header .header-box nav .navul {
  display: flex;
  justify-content: flex-end;
}

.header .header-box nav .navul > li {
  position: relative;
}

.header .header-box nav .navul > li:not(:last-child) {
  margin-right: 10px;
}

.header .header-box nav .navul > li:hover > a {
  color: #12327f;
}

.header .header-box nav .navul > li > a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
}

.header .header-box nav .navul > li > i {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  font-size: 22px;
}

.header .header-box nav .navul > li .navdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: fit-content;
  padding: 0 5px;
  display: none;
}

.header .header-box nav .navul > li .navdown li {
  padding: 5px 10px;
  position: relative;
}

.header .header-box nav .navul > li .navdown li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #ccc;
}

.header .header-box nav .navul > li .navdown li a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
  color: #666;
}

.header .header-box nav .navul > li .navdown li a:hover {
  color: #12327f;
}

.header .header-box .header-search {
  line-height: 1;
}

.header .header-box .header-search button {
  background: transparent;
  border: none;
  padding: 5px 10px;
}

.header .header-box .header-search button img {
  width: 25px;
}

.hbanner .hbanner-swiper .swiper-slide a {
  display: block;
  height: 100vh;
}

.hbanner .hbanner-swiper .swiper-pagination {
    bottom: 70px;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
}

.hbanner .hbanner-swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
  width: 80px;
  height: 7px;
  margin: 0 10px;
}

.hbanner .hbanner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.machcent {
  padding: 80px 0;
  background: url(../images/machcent-bg.jpg) no-repeat left top/cover;
}

.machcent .machcent-ulst {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.machcent .machcent-ulst .machcent-li {
  position: relative;
}

.machcent .machcent-ulst .machcent-li:hover a img {
  transform: scale(1.05);
}

.machcent .machcent-ulst .machcent-li:hover a span {
  color: #12327f;
}

.machcent .machcent-ulst .machcent-li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -160px;
  height: 90px;
  width: 1px;
  background-color: #ccc;
}

.machcent .machcent-ulst .machcent-li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.machcent .machcent-ulst .machcent-li a img {
  width: 80px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.machcent .machcent-ulst .machcent-li a span {
  font-size: 18px;
  color: #666;
}

.machcent .machplat {
  margin-top: 120px;
}

.machcent .machplat .machplat-box {
  margin-top: 60px;
  overflow: hidden;
  display: flex;
}

.machcent .machplat .machplat-box .machplat-left {
  background: url(../images/machplat-left-img.jpg) no-repeat center center/cover;
  min-width: 390px;
  max-width: 390px;
  padding: 50px;
}

.machcent .machplat .machplat-box .machplat-left h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.machcent .machplat .machplat-box .machplat-left span {
  font-size: 16px;
  color: #fff;
}

.machcent .machplat .machplat-box .machplat-left a {
  display: block;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  margin-top: 60px;
  width: fit-content;
  padding: 0 20px;
  border-radius: 10px;
  transition: all 0.3s;
}

.machcent .machplat .machplat-box .machplat-left a:hover {
  background-color: #12327f;
  border: 1px solid #12327f;
}

.machcent .machplat .machplat-box .machplat-right {
  flex: 1;
  max-width: 870px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 13px 9px 0px rgba(48, 49, 139, 0.04);
}

.machcent .machplat .machplat-box .machplat-right .mr-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mr-title {
  padding-left: 40px;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mr-title h3 {
  font-size: 32px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mr-title h3::before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #12327f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mr-title span {
  font-size: 16px;
  color: #999;
  line-height: 1;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mrscod {
  position: relative;
  width: 100px;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mrscod::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 30px;
  bottom: 5px;
  left: -450px;
  background: url(../images/mr-solid.png) no-repeat left center/cover;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mrscod .swiper-button-next::after,
.machcent .machplat .machplat-box .machplat-right .mr-top .mrscod .swiper-button-prev::after {
  font-size: 18px;
  color: #12327f;
  border: 2px solid #12327f;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  transition: all 0.3s;
  padding-top: 2px;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mrscod .swiper-button-next:hover::after,
.machcent .machplat .machplat-box .machplat-right .mr-top .mrscod .swiper-button-prev:hover::after {
  background-color: #12327f;
  color: #fff;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mrscod .swiper-button-next::after {
  padding-left: 3px;
}

.machcent .machplat .machplat-box .machplat-right .mr-top .mrscod .swiper-button-prev::after {
  padding-right: 2px;
}

.machcent .machplat .machplat-box .machplat-right .mr-bot .mr-swiper .swiper-slide:hover > a img {
  transform: scale(1.05);
}

.machcent .machplat .machplat-box .machplat-right .mr-bot .mr-swiper .swiper-slide:hover > h5 {
  background-color: #12327f;
}

.machcent .machplat .machplat-box .machplat-right .mr-bot .mr-swiper .swiper-slide:hover > h5 a {
  color: #fff;
}

.machcent .machplat .machplat-box .machplat-right .mr-bot .mr-swiper .swiper-slide > a {
  display: block;
  overflow: hidden;
}

.machcent .machplat .machplat-box .machplat-right .mr-bot .mr-swiper .swiper-slide > a img {
  transition: all 0.5s;
}

.machcent .machplat .machplat-box .machplat-right .mr-bot .mr-swiper .swiper-slide > h5 {
  background-color: #f9fafc;
  transition: all 0.3s;
}

.machcent .machplat .machplat-box .machplat-right .mr-bot .mr-swiper .swiper-slide > h5 a {
  font-size: 20px;
  padding: 20px;
  color: #666;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cleanstr {
  padding-bottom: 110px;
  overflow: hidden;
}

.cleanstr .cleanstr-ul {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.cleanstr .cleanstr-ul .cleanstr-li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cleanstr .cleanstr-ul .cleanstr-li:not(:last-child) {
  margin-right: 60px;
}

.cleanstr .cleanstr-ul .cleanstr-li h3 {
  width: 208px;
  height: 63px;
  background: url(../images/cleanstr-bg1.png) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 17px;
}

.cleanstr .cleanstr-ul .cleanstr-li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 131px;
  height: 35px;
  background: url(../images/cleanstr-bg2.png) no-repeat center center/cover;
  color: #fff;
  margin-top: -20px;
}

.cleanstr .cleanstr-box {
  margin-top: 50px;
  display: flex;
}

.cleanstr .cleanstr-box .cleanstr-items {
  position: relative;
  height: 500px;
  width: 90px;
  transition: all 0.5s;
}

.cleanstr .cleanstr-box .cleanstr-items:not(:last-child) .ci-left {
  border-right: 0;
}

.cleanstr .cleanstr-box .cleanstr-items .ci-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 35px 20px;
  border: 1px solid #12327f;
  cursor: pointer;
}

.cleanstr .cleanstr-box .cleanstr-items .ci-left .ci-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cleanstr .cleanstr-box .cleanstr-items .ci-left .ci-title h5 {
  color: #333;
  margin: 50px 0 0;
  writing-mode: tb-rl;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 700;
}

.cleanstr .cleanstr-box .cleanstr-items .ci-left span {
  font-size: 30px;
  font-weight: 600;
}

.cleanstr .cleanstr-box .cleanstr-items .ci-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cleanstr .cleanstr-box .cleanstr-items .ci-right p {
  color: #fff;
  font-size: 22px;
  line-height: 1.7;
}

.cleanstr .cleanstr-box .clactive {
  width: 535px;
}

.cleanstr .cleanstr-box .clactive .ci-left {
  background-color: rgba(47, 48, 121, 0.8);
}

.cleanstr .cleanstr-box .clactive .ci-left .ci-title h5 {
  color: #fff;
}

.cleanstr .cleanstr-box .clactive .ci-left span {
  color: #fff;
}

.cleanstr .cleanstr-box .clactive .ci-right {
  height: 100%;
  padding: 20px 20px 20px 130px;
}

.jidetail .jidetail-box {
  display: flex;
  align-items: center;
  height: 190px;
}

.jidetail .jidetail-box .jidetail-left {
  flex: 1;
  height: 100%;
  margin-right: -35px;
  background: url(../images/jidetail-left.png) no-repeat right center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.jidetail .jidetail-box .jidetail-left .jl-cont {
  padding-left: 120px;
}

.jidetail .jidetail-box .jidetail-left .jl-cont h5 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

.jidetail .jidetail-box .jidetail-left .jl-cont h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.jidetail .jidetail-box .jidetail-right {
  flex: 1;
  height: 100%;
  margin-left: -35px;
  background: url(../images/jidetail-right.png) no-repeat left center/cover;
  position: relative;
  display: flex;
}

.jidetail .jidetail-box .jidetail-right .jr-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 135px;
}

.jidetail .jidetail-box .jidetail-right .jr-cont .jr-phone {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.jidetail .jidetail-box .jidetail-right .jr-cont .jr-phone img {
  width: 45px;
}

.jidetail .jidetail-box .jidetail-right .jr-cont .jr-phone h3 {
  margin-bottom: 0;
  font-size: 42px;
  color: #fff;
  margin-left: 25px;
}

.jidetail .jidetail-box .jidetail-right .jr-cont a {
  font-size: 22px;
  color: #fff;
  padding-left: 75px;
  line-height: 1;
  width: fit-content;
}

.jidetail .jidetail-box .jidetail-right > img {
  width: 280px;
  height: 230px;
  margin-top: -40px;
  margin-left: 15px;
}

.maintserv {
  padding: 90px 0 80px;
}

.maintserv .maintserv-box {
  margin-top: 80px;
}

.maintserv .maintserv-box .maintserv-swiper .swiper-slide .maintserv-items {
  box-shadow: 0px 0px 21px 0px rgba(6, 0, 1, 0.26);
}

.maintserv .maintserv-box .maintserv-swiper .swiper-slide .maintserv-items:hover > a img {
  transform: scale(1.05);
}

.maintserv .maintserv-box .maintserv-swiper .swiper-slide .maintserv-items > a {
  display: block;
  overflow: hidden;
}

.maintserv .maintserv-box .maintserv-swiper .swiper-slide .maintserv-items > a img {
  transition: all 0.3s;
}

.maintserv .maintserv-box .maintserv-swiper .swiper-slide .maintserv-items h5 a {
  display: block;
  font-size: 22px;
  text-align: center;
  padding: 25px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.habout {
  background: url(../images/habout-bg.jpg) no-repeat center center/cover;
  padding: 40px 0;
}

.habout .habout-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}

.habout .habout-title .ht-left {
  position: relative;
}

.habout .habout-title .ht-left::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 140px;
  height: 2px;
  background-color: #fff;
}

.habout .habout-title .ht-left h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.habout .habout-title .ht-right {
  display: flex;
  align-items: center;
}

.habout .habout-title .ht-right li:not(:last-child) {
  margin-right: 110px;
}

.habout .habout-title .ht-right li h5 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 1;
}

.habout .habout-title .ht-right li h5 span {
  font-size: 68px;
}

.habout .habout-title .ht-right li h5 sup {
  font-size: 20px;
  padding-top: 20px;
  font-weight: 600;
}

.habout .habout-title .ht-right li > span {
  font-size: 20px;
}

.habout .habout-cont {
  margin: 30px 0;
}

.habout .habout-cont p {
  text-indent: 40px;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

.habout .habout-cont p:not(:last-child) {
  margin-bottom: 15px;
}

.habout .habout-box .hbnav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}

.habout .habout-box .hbnav li {
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.habout .habout-box .hbnav li:not(:last-child) {
  margin-right: 40px;
}

.habout .habout-box .hbnav li a {
  font-size: 16px;
  color: #fff;
}

.habout .habout-box .hbnav .hbactive::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/hbnav-icon.png) no-repeat center center/cover;
}

.habout .habout-box .hb-cont .hb-items {
  display: none;
}

.habout .habout-box .hb-cont .hb-items .hb-swiper .swiper-slide a {
  display: block;
  overflow: hidden;
}

.habout .habout-box .hb-cont .hb-items .hb-swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}

.habout .habout-box .hb-cont .hb-items .hb-swiper .swiper-slide a img {
  transition: all 0.3s;
}

.hcoop {
  padding: 60px 0;
}

.hcoop .hcoop-box .hcoop-swiper .swiper-slide .hcoop-items {
  overflow: hidden;
  height: 160px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hcoop .hcoop-box .hcoop-swiper .swiper-slide .hcoop-items:hover img {
  transform: scale(1.05);
}

.hcoop .hcoop-box .hcoop-swiper .swiper-slide .hcoop-items img {
  transition: all .3s;
}

.footer {
  background-color: #1C2A4A;
  padding: 55px 0 0;
}

.footer .footer-box {
  color: #fff;
  display: flex;
}

.footer .footer-box .footer-left {
  flex: 1.5;
}

.footer .footer-box .footer-left .fl-title {
  margin-bottom: 25px;
}

.footer .footer-box .footer-left .fl-title h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.footer .footer-box .footer-left .fl-box {
  display: flex;
  align-items: center;
}

.footer .footer-box .footer-left .fl-box .fl-items:not(:last-child) {
  margin-right: 150px;
}

.footer .footer-box .footer-left .fl-box .fl-items li:not(:last-child) {
  margin-bottom: 5px;
}

.footer .footer-box .footer-right {
  flex: -0.1;
}

.footer .footer-box .footer-right .fr-nav {
  display: flex;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  padding-bottom: 20px;
}

.footer .footer-box .footer-right .fr-nav li:not(:last-child) {
  margin-right: 25px;
}

.footer .footer-box .footer-right .fr-nav li a {
  color: #fff;
}

.footer .footer-box .footer-right .fr-nav li a:hover {
  opacity: .6;
}

.footer .footer-box .footer-right .fr-ewm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
}

.footer .footer-box .footer-right .fr-ewm img {
  width: 120px;
  margin-bottom: 10px;
}

.footer .footer-box .footer-right .fr-ewm span {
  width: 120px;
  display: block;
  text-align: center;
}

.footer .footer-ban {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  margin-top: 30px;
}

.footer .footer-ban p {
  color: #fff;
}

.footer .footer-ban p a {
  color: #fff;
}
