/* banner开始 */
.banner {
  position: relative;
  height: 720px;
  overflow: hidden;
  background: linear-gradient(-41deg, #0a1544, #0659b2);
}
.banner .swiper-container {
  display: block;
  width: 100%;
  height: 100%;
}
.banImg {
  height: 100%;
}
.banVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.banVideo::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.banVideo video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: auto;
}
.videoPlay {
  position: absolute;
  right: 0.3rem;
  bottom: 5%;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 2;
}
.videoPlay::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  cursor: pointer;
}
.banText {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  z-index: 2;
}
.banText .wrap {
  width: 100%;
}
.banTit {
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
}
.banLine {
  display: block;
  width: 1.05rem;
  height: 0.02rem;
  background: #d61718;
  border-radius: 1px;
  margin: 0.2rem 0;
}
.banDes {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 200;
  min-height: 150px;
  margin: 0.2rem 0;
}
.banDes p {
  position: relative;
  padding-left: 20px;
  margin: 0.1rem 0;
}
.banDes p::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 0;
  top: 10px;
}
.banMore {
  display: block;
  width: 150px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 37px;
  margin: 0.3rem 0;
  transition: all 0.3s;
}
.banMore i {
  font-size: 140%;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.3s;
}
.banMore:hover {
  border-color: #d61718;
  background-color: #d61718;
  border-radius: 20px;
}
.banMore:hover i {
  margin-left: 10px;
}
.banBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.04rem;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 1;
}
.banBar span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #25aeff;
  width: 0%;
}
.banBar span.active {
  width: 100%;
  transition: all 4s linear;
}
.banPage {
  position: absolute;
  left: calc(32px + 0.3rem);
  right: calc(32px + 0.3rem);
  bottom: 6%;
  width: calc(100% - 64px - 0.6rem);
  z-index: 1;
}
.banPage .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  opacity: 1;
  margin-right: 0.1rem;
  transition: all 0.3s;
}
.banPage .swiper-pagination-bullet i {
  display: block;
  text-align: center;
  font-style: normal;
  color: #ffffff;
  font-size: 0.4rem;
  font-family: Arial;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.banPage .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.banPage .swiper-pagination-bullet-active i {
  opacity: 1;
}
.banElement {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banElement::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.line1 {
  background-image: url(../images/line.png);
}
.line2 {
  background-image: url(../images/line2.png);
}
.xian1 {
  background-image: url(../images/xian1.png);
}
.xian2 {
  background-image: url(../images/xian2.png);
}
.guang1 {
  background-image: url(../images/guang1.png);
  animation: guang1 3s linear infinite;
}
.guang2 {
  background-image: url(../images/guang2.png);
  animation: guang2 3s linear infinite;
}
.dot1 {
  background-image: url(../images/dot1.png);
}
.dot1::after {
  background-image: url(../images/dot1a.png);
  animation: shake 1s linear infinite;
}
.dot2 {
  background-image: url(../images/dot2.png);
}
.dot2::after {
  background-image: url(../images/dot2a.png);
  animation: shake 2s linear infinite;
}
.dot3 {
  background-image: url(../images/dot3.png);
}
.dot3::after {
  background-image: url(../images/dot3a.png);
  animation: shake 3s linear infinite;
}
.build {
  background-image: url(../images/build.png);
  animation: build 3s linear infinite;
}
@keyframes guang1 {
  0% {
    transform: translate(-14%, 19%);
  }
  70% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
}
@keyframes guang2 {
  0% {
    transform: translate(30%, -45%);
    opacity: 1;
  }
  50% {
    transform: translate(14%, -22%);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
}
@keyframes build {
  0% {
    transform: translate(0, -2%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -2%);
  }
}
@keyframes shake {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} /* 数字 开始 */
.topBg {
  position: relative;
  padding: 0.3rem 0;
  z-index: 1;
}
.topList {
  list-style: none;
  display: flex;
  margin: 0 -0.1rem;
}
.topList li {
  position: relative;
  padding: 0.1rem;
  flex: auto;
}
.topList li::after {
  display: block;
  content: "";
  width: 1px;
  height: 66px;
  max-height: 80%;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-48%);
}
.topList li + li {
  padding-left: 3%;
}
.topList li:last-child::after {
  display: none;
}
.topNum {
  font-size: 42px;
  color: #333333;
}
.topNum span {
  font-size: 44px;
  font-family: Roboto;
  color: #000000;
  line-height: 1.2;
}
.topNum sup {
  font-size: 30px;
  color: #d61718;
  line-height: 24px;
  margin-left: 5px;
}
.topList li:first-child sup {
  font-size: 16px;
  position: relative;
  top: -5px;
}
.topDes {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  opacity: 0.6;
}
.hmTit {
  margin: 0.3rem 0;
  line-height: 46px;
  overflow: hidden;
}
.hmTitCn {
  position: relative;
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  line-height: 46px;
  padding-left: 0.22rem;
}
.hmTitCn::before {
  display: block;
  content: "";
  width: 0.06rem;
  height: 100%;
  max-height: 0.32rem;
  background-color: #0a3d8d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
}
.hmTitCn span {
  font-size: 46px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
  opacity: 0.05;
  text-transform: uppercase;
  margin-left: 0.2rem;
}
.hmTitMore {
  display: block;
  padding-left: 30px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s;
}
.hmTitMore:hover {
  color: #0a3d8d;
}
.hmTab {
  font-size: 18px;
  color: #000000;
  list-style: none;
  position: absolute;
  right: 115px;
  top: 3px;
}
.hmTab::after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  margin-left: 25px;
}
.hmTab li {
  position: relative;
  float: left;
}
.hmTab li span {
  position: relative;
  display: block;
  padding: 0 0.2rem;
  line-height: 40px;
  cursor: pointer;
}
.hmTab li span img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.hmTab li.active span {
  background-color: #0a3d8d;
  border-radius: 3px;
  color: #ffffff;
}
.hmTab li.active span::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  border-top: 5px solid #0a3d8d;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
}
.hmTab li.active img.showsIn {
  display: none;
}
.hmTab li.active img.hides {
  display: inline-block;
} /* 产品 开始 */
.hm1Bg {
  margin-bottom: 0.6rem;
}
.hm1Bg .wrap {
  position: relative;
}
.hm1Box .swiper-container {
  padding-top: 0.1rem;
  margin-top: -0.1rem;
}
.hm1Lef {
  float: left;
  width: 19.6%;
}
.hm1Lef a {
  position: relative;
  display: block;
  overflow: hidden;
}
.hm1LefImg {
  position: relative;
  height: 0;
  padding-bottom: 216.5%;
  padding-bottom: 172.5%;
  overflow: hidden;
  background: linear-gradient(0deg, #8fa7d3, #eef8ff);
}
.hm1LefImg .imgBg {
  position: absolute;
  left: 0;
  bottom: 5%;
  bottom: 50px;
  width: 100%;
  height: 70%;
  background-position: center bottom;
  background-size: contain;
  transition: all 2s;
}
.hm1LefText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0.3rem 0.2rem;
}
.hm1LefTit {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
  transition: all 0.3s;
}
.hm1LefDes {
  font-size: 14px;
  color: #4a5055;
  line-height: 24px;
  margin: 5px 0;
  display: none;
}
.hm1LefType {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-weight: bold;
}
.hm1Type {
  font-size: 14px;
  color: #0a3d8d;
  line-height: 24px;
  display: none;
}
.hm1Lef a:hover .imgBg {
  transform: scale(1.05);
}
.hm1Lef a:hover .hm1LefTit {
  color: #0a3d8d;
}
.hm1List {
  list-style: none;
  float: right;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.hm1List li {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 14px;
}
.hm1List li a {
  position: relative;
  display: block;
  background-color: #f5f5f5;
  min-height: 231px;
  height: 100%;
  text-align: center;
  padding: 0.1rem;
  transition: all 0.3s;
}
.hm1List li a::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #d61718;
  transition: all 0.5s;
}
.hm1Img {
  position: relative;
  height: 0;
  padding-bottom: 65.22%;
  margin: 0.1rem 0;
}
.hm1Img .imgBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hm1Name {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin: 5px 0;
}
.hm1Des {
  font-size: 14px;
  color: #4a5055;
  line-height: 24px;
  opacity: 0.5;
  margin: 5px 0;
  display: none;
}
.hm1List li a:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0px 0.08rem 0.15rem 0px rgba(0, 0, 0, 0.25);
}
.hm1List li a:hover::before {
  left: 0;
  width: 100%;
} /* 解决方案 开始 */
.hm2Bg {
  margin-bottom: 0.8rem;
}
.hm2Bg .wrap {
  position: relative;
}
.hm2Item {
  display: none;
  height: 450px;
}
.hm2Lef {
  position: relative;
  float: left;
  width: 19.6%;
  height: 100%;
  padding: 0.3rem 0;
  background-color: #0a3d8d;
  border-left: 0.08rem solid #0656ac;
  color: #ffffff;
  z-index: 2;
}
.hm2Lef::after {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid #0a3d8d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 2;
}
.hm2LefTit {
  font-size: 26px;
  font-weight: bold;
  color: #f5f5f5;
  line-height: 36px;
  padding-left: 0.5rem;
  padding-right: 0.2rem;
}
.hm2LefLine {
  display: block;
  width: 0.5rem;
  height: 0.02rem;
  background: #ffffff;
  margin: 0.1rem 0 0.3rem;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}
.hm2Type {
  font-size: 16px;
  list-style: none;
  line-height: 1.8;
  padding-left: 0.5rem;
  height: calc(100% - 0.32rem - 36px);
}
.hm2Type li {
  padding-right: 10px;
  margin-bottom: 0.2rem;
}
.hm2Type li span {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.hm2Type li span::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 100%;
  top: 2px;
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-5px);
  transition: all 0.3s;
}
.hm2Type li.active span {
  font-weight: bold;
  border-bottom-color: #ffffff;
}
.hm2Type li.active span::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.hm2Rig {
  position: relative;
  float: right;
  width: 79.5%;
  height: 100%;
}
.hm2Img {
  height: 100%;
}
.hm2Img .imgBg {
  height: 100%;
}
.hm2Text {
  position: absolute;
  right: 5%;
  top: 13%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.3rem 0.4rem;
  width: 74%;
  max-width: 440px;
}
.hm2Tit {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
.hm2Des {
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  height: 140px;
  -webkit-line-clamp: 5;
  margin: 0.1rem 0;
}
.hm2More {
  display: block;
  width: 130px;
  border: 1px solid #d61718;
  border-radius: 18px;
  line-height: 34px;
  color: #d61718;
  text-align: center;
  transition: all 0.3s;
}
.hm2More i {
  font-size: 120%;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  transition: all 0.3s;
}
.hm2More:hover {
  background-color: #d61718;
  color: #ffffff;
}
.hm2More:hover i {
  margin-left: 10px;
} /* 项目案例 开始 */
.hm3Bg {
  margin-bottom: 0.7rem;
}
.hm3List {
  position: relative;
}
.hm3List .swiper-container {
  padding: 0.2rem 0.1rem;
  margin: -0.2rem -0.1rem;
}
.hm3Prev,
.hm3Next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  color: #0a3d8d;
  text-align: center;
  line-height: 37px;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.hm3Prev {
  right: 100%;
  margin-right: 0.3rem;
}
.hm3Next {
  left: 100%;
  margin-left: 0.3rem;
}
.hm3Prev:not(.swiper-button-disabled):hover,
.hm3Next:not(.swiper-button-disabled):hover {
  background-color: #0a3d8d;
  color: #ffffff;
}
.hm3Prev.swiper-button-disabled,
.hm3Next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.5;
}
.hm3Link {
  position: relative;
  display: block;
  max-width: 268px;
  margin: 0 auto;
  transition: all 0.5s;
}
.hm3Link::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #d61718;
  transition: all 0.5s;
}
.hm3Img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 62.68%;
}
.hm3Img .imgBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.hm3Text {
  padding: 0.2rem 0.2rem 0.4rem;
}
.hm3Tit {
  font-size: 18px;
  color: #0a3d8d;
  line-height: 24px;
  height: 48px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  margin: 0.1rem 0;
}
.hm3des {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 24px;
  height: 48px;
  -webkit-line-clamp: 2;
  margin: 0.15rem 0;
}
.hm3Link:hover {
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(0, 0, 0, 0.08);
}
.hm3Link:hover::after {
  left: 0;
  width: 100%;
}
.hm3Link:hover .hm3Img .imgBg {
  transform: scale(1.05);
}
.hm3Bot {
  list-style: none;
  margin: 0.2rem -0.08rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
.hm3Bot li {
  width: 25%;
  padding: 0.08rem;
}
.hm3Con {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #e5e5e5;
  min-height: 0.9rem;
  padding: 0.1rem 0.2rem;
  transition: all 0.3s;
}
.hm3Con img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
}
.hm3Con span {
  color: #d61718;
}
.hm3Con:hover {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.hm3Con:hover img {
  animation: swing 1s linear 1;
} /* 南禹动态 开始 */
.hm4Bg {
  padding: 0.4rem 0;
  background: url(../images/hm4Bg.png) center top no-repeat;
  margin-bottom: 0.3rem;
}
.hm4Bg .wrap {
  position: relative;
}
.hm4Bg .hmTitCn {
  color: #ffffff;
}
.hm4Bg .hmTitCn::before {
  background-color: #ffffff;
}
.hm4Bg .hmTitCn span {
  color: #ffffff;
}
.hm4Bg .hmTitMore {
  color: #ffffff;
}
.hm4Bg .hmTab {
  color: #ffffff;
}
.hm4Bg .hmTab::after {
  background-color: #ffffff;
  opacity: 0.3;
}
.hm4Bg .hmTab li.active::after {
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  background: url(../images/arrow.png) center bottom no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
}
.hm4Bg .hmTab li.active span {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset,
    1px 0 0 rgba(255, 255, 255, 0.6) inset,
    -1px 0 0 rgba(255, 255, 255, 0.6) inset;
  overflow: hidden;
}
.hm4Bg .hmTab li.active span::before,
.hm4Bg .hmTab li.active span::after {
  display: block;
  content: "";
  width: calc(50% - 5px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  position: absolute;
  bottom: 0;
  transform: none;
}
.hm4Bg .hmTab li.active span::before {
  left: 0;
}
.hm4Bg .hmTab li.active span::after {
  top: auto;
  left: auto;
  right: 0;
}
.hm4Box {
  height: 363px;
}
.hm4Item {
  display: none;
  height: 100%;
}
.hm4Lef {
  position: relative;
  float: left;
  width: 41%;
  height: 100%;
}
.hm4Link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.hm4Img {
  position: relative;
  height: 100%;
}
.hm4Img .imgBg {
  height: 100%;
  transition: all 1s;
}
.hm4Shade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.hm4Time {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  width: 70px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hm4Time p {
  font-size: 34px;
  color: #000000;
  line-height: 1.2;
}
.hm4Time p span {
  display: block;
  font-size: 12px;
  color: #5d5d5d;
  line-height: 1.2;
}
.hm4Tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 150px);
  padding: 0.1rem 0.2rem;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: normal;
}
.hm4Lef .swiper-pagination {
  text-align: right;
  padding: 0 0.1rem;
  bottom: 5px;
}
.hm4Lef .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  transition: all 0.3s;
}
.hm4Lef .swiper-pagination-bullet-active {
  width: 0.27rem;
}
.hm4Link:hover .imgBg {
  transform: scale(1.05);
}
.hm4Rig {
  float: right;
  width: 58%;
  height: 100%;
  padding: 0.3rem 4px 0.3rem 0.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.08);
}
.hm4List {
  height: 100%;
  overflow-y: auto;
}
.hm4List li {
  padding-right: 0.25rem;
}
.hm4List li a {
  position: relative;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  padding: 0.1rem 0;
  padding-left: 28px;
}
.hm4List li a span {
  float: right;
  font-size: 14px;
  color: #8f8f8f;
  margin-left: 5px;
}
.hm4List li a::before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #0656ac;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.1rem + 6px);
  transform: scale(0);
  transition: all 0.3s;
}
.hm4List li a::after {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #d2d2d2;
  position: absolute;
  left: 3px;
  top: calc(0.1rem + 9px);
  transition: all 0.3s;
}
.hm4List li.active a,
.hm4List li a:hover {
  color: #0656ac;
  text-decoration: underline;
}
.hm4List li.active a::before,
.hm4List li a:hover::before {
  transform: scale(1);
}
.hm4List li.active a::after,
.hm4List li a:hover::after {
  background-color: #0656ac;
} /* 业务分布 开始 */
.hm5Bg {
  margin-bottom: 0.6rem;
}
.hm5Bg .wrap {
  position: relative;
}
.hm5Bg .hmTab {
  right: 15px;
}
.hm5Bg .hmTab::after {
  display: none;
}
.hm5Bg .hmTab li {
  margin-left: 0.1rem;
}
.hm5Bg .hmTab li span {
  min-width: 1.2rem;
  text-align: center;
  border: 1px solid #0a3d8d;
  border-radius: 3px;
}
.hm5Box {
  text-align: center;
}
.hm5Item img {
  max-width: 80%;
  height: auto;
}
.hm5Map {
  height: 6rem;
} /* 南禹云 开始 */
.hm6Bg {
  background: url(../images/hm6Bg.png) center center no-repeat;
  background-size: cover;
  padding: 0.3rem 0;
}
.hm6Box {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.hm6Box * {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0.1rem;
}
.hm6Box img {
  max-width: 70px;
  height: auto;
}
.hm6Box span {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
}
.hm6More {
  min-width: 135px;
  border: 1px solid #ffffff;
  line-height: 33px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 15px;
  transition: all 0.3s;
}
.hm6More:hover {
  background: #d61718;
  border-radius: 30px;
  border-color: #d61718;
} /* 搜索开始 */
.searchTopBg {
  padding: 0.68rem 0;
  background-color: #eeeeee;
}
.searchTop {
  position: relative;
  max-width: 984px;
  padding-right: 208px;
}
.sInput {
  display: block;
  background-color: #ffffff;
  border: none;
  width: 100%;
  height: 64px;
  line-height: 34px;
  padding: 15px 35px;
  font-size: 22px;
  color: #333333;
}
.sBtn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 188px;
  height: 64px;
  line-height: 64px;
  background: #0a3d8e;
  font-size: 22px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.searchBotBg {
  overflow: hidden;
}
.searchBot {
  margin: 0.6rem 0;
}
.sNav {
  list-style: none;
  overflow: hidden;
  margin: 0.48rem 0;
  margin-right: -0.4rem;
}
.sNav li {
  float: left;
  padding-right: 0.4rem;
}
.sNav li a {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  padding: 5px;
}
.sNav li a:hover {
  color: #0a3d8e;
}
.sNav li.active a {
  padding: 5px 0.2rem;
  background-color: #0a3d8e;
  color: #ffffff;
}
.sList {
  list-style: none;
  margin: 0.48rem 0;
}
.sList li {
  margin: 0.2rem 0;
}
.sList li a {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
}
.sList li a span {
  color: #d51717;
}
.sList li a:hover {
  color: #0a3d8e;
}
