/*index3.css*/
.banner {
  height: 360px;
}

.banner .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #6e6e6e;
  opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2a60a8;
}

.banner.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 13px;
}

.indexComTitle {
  padding: 30px 0;
  text-align: center;
}

.indexComTitle h2 {
  margin: 0 auto;
  width: 260px;
  font-size: 40px;
  color: #3f3a39;
  font-weight: normal;
  line-height: 50px;
  border-bottom: 1px solid #3f3a39;
}

.indexComTitle span {
  display: block;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 12px;
}

.serviceBox .servieceType {
  margin-bottom: 20px;
  height: 25px;
  line-height: 23px;
  color: #494949;
  font-size: 26px;
}

.serviceBox .servieceType span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 20px 0 12px;
  font-size: 26px;
  border-right: 1px solid #989898;
  cursor: pointer;
}

.serviceBox .servieceType span.active {
  color: #2a60a8;
}

.serviceBox .servieceType span:first-child {
  padding-left: 0;
}

.serviceBox .servieceType span:last-child {
  border-right: none;
}

.serviceBox .serviceTypeContent {
  position: relative;
  width: 1260px;
  height: 280px;
  margin: 0 auto;
}

.serviceBox .serviceTypeContent .swiper-container {
  height: 280px;
}

.serviceTypeContent .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 224px;
  height: 226px;
  padding-top: 20px;
  border: 7px solid #fff;
  text-align: center;
  cursor: pointer;
}

/* .serviceTypeContent .swiper-wrapper .swiper-slide.swiper-slide-active */
.serviceTypeContent .swiper-wrapper .swiper-slide:hover {
  border-color: #2862a8;
}

/* .serviceTypeContent .swiper-wrapper .swiper-slide.swiper-slide-active:after */
.serviceTypeContent .swiper-wrapper .swiper-slide:hover:after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -12px;
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid #2862a8;
  border-bottom: 12px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.serviceTypeContent .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.serviceTypeContent .swiper-wrapper .swiper-slide h3 {
  padding: 10px 20px;
  max-height: 60px;
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
}

.serviceTypeContent .swiper-wrapper .swiper-slide span {
  font-size: 14px;
  color: #737272;
  line-height: 30px;
}

.serviceTypeContent .swiper-button-next,
.serviceTypeContent .swiper-button-prev {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #2961a7;
  background-size: 10px 20px;
}

.serviceTypeContent .swiper-button-next.swiper-button-disabled,
.serviceTypeContent .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #c2c2c2;
}

.serviceTypeContent .swiper-button-next {
  right: -60px;
}

.serviceTypeContent .swiper-button-prev {
  left: -60px;
}

.serviceBox .servieceInfo {
  padding: 30px 0 30px;
  height: 422px;
  background: url(../images/servieceInfoBg.jpg) no-repeat center #253a8a;
}

.servieceInfo .title {
  padding-bottom: 20px;
}

.servieceInfo .title h3 {
  line-height: 44px;
  font-size: 33px;
  font-weight: normal;
  color: #c3deff;
}

.servieceInfo .title .mark {
  display: inline-block;
  line-height: 35px;
  border-bottom: 3px solid #d3d1d1;
  font-size: 18px;
  color: #d3d1d1;
}

.servieceInfo .info,
.servieceInfo .info p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.servieceInfo .stepList {
  padding-top: 25px;
}

.servieceInfo .stepList li {
  position: relative;
  float: left;
  margin-right: 58px;
  cursor: pointer;
}

.servieceInfo .stepList li .icon {
  width: 117px;
  height: 117px;
  padding: 9px;
  border-radius: 50%;
}

.servieceInfo .stepList li:hover .icon {
  background: #6699cc;
}

.servieceInfo .stepList li .icon span {
  display: block;
  width: 117px;
  height: 117px;
  border: 1px dashed #fff;
  margin: 0 auto;
  border-radius: 50%;
  background: url(../images/stepIcon.png) no-repeat;
}

.servieceInfo .stepList li .icon span.icon01 {
  background-position: center 13px;
}

.servieceInfo .stepList li .icon span.icon02 {
  background-position: center -77px;
}

.servieceInfo .stepList li .icon span.icon03 {
  background-position: center -167px;
}

.servieceInfo .stepList li .icon span.icon04 {
  background-position: center -257px;
}

.servieceInfo .stepList li .icon span.icon05 {
  background-position: center -347px;
}

.servieceInfo .stepList li p {
  line-height: 63px;
  font-size: 23px;
  color: #fff;
  text-align: center;
}

.servieceInfo .stepList li .pop {
  display: none;
  position: absolute;
  left: 10px;
  top: 190px;
  width: 436px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
}

.servieceInfo .stepList li .pop:before {
  position: absolute;
  left: 45px;
  top: -16px;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.servieceInfo .stepList li:hover .pop {
  display: block;
}

.servieceInfo .stepList li:last-child .pop {
  left: -318px;
}

.servieceInfo .stepList li:last-child .pop::before {
  left: 380px;
}

.servieceInfo .stepList li .pop h5 {
  margin-bottom: 10px;
  line-height: 40px;
  border-bottom: 1px dashed #a0a0a0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}

.servieceInfo .stepList li .pop h5 a {
  float: right;
  color: #6699cc;
  font-size: 13px;
}

.servieceInfo .stepList li .pop p {
  font-size: 14px;
  line-height: 27px;
  color: #555;
  text-align: justify;
}

.platfromBox {
  background: #f7f8f8;
}

.platfromBox .platfromList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.platfromBox .platfromList li {
  width: 278px;
  height: 256px;
  background: #fff;
  text-align: center;
  line-height: 72px;
  font-size: 35px;
}

.platfromBox .platfromList li .icon {
  display: block;
  margin: 40px auto 0;
  width: 110px;
  height: 110px;
  background: url(../images/platfromIcon02.png) no-repeat;
}

.platfromBox .platfromList li .icon.icon01 {
  background-position: -110px 0;
}

.platfromBox .platfromList li .icon.icon02 {
  background-position: -110px -110px;
}

.platfromBox .platfromList li .icon.icon03 {
  background-position: -110px -220px;
}

.platfromBox .platfromList li .icon.icon04 {
  background-position: -110px -330px;
}

.platfromBox .platfromList li:hover {
  background: #2961a8;
}

.platfromBox .platfromList li:hover .icon01 {
  background-position: 0px 0;
}

.platfromBox .platfromList li:hover .icon02 {
  background-position: 0px -110px;
}

.platfromBox .platfromList li:hover .icon03 {
  background-position: 0px -220px;
}

.platfromBox .platfromList li:hover .icon04 {
  background-position: 0px -330px;
}

.platfromBox .platfromList li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2961a8;
}

.platfromBox .platfromList li a:hover {
  color: #fff;
}

.hotTopicBox .hotTopicBanner {
  float: left;
  width: 480px;
  height: 330px;
  border: 1px solid #d4d6d3;
}

.hotTopicBanner a,
.hotTopicBanner img {
  display: block;
  width: 480px;
  height: 330px;
}

.hotTopicBanner p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  width: 470px;
  line-height: 25px;
  background: #f6f7f9;
  font-size: 14px;
}

.hotTopicBanner p span {
  width: 300px;
  height: 25px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.hotTopicBanner .swiper-pagination {
  left: 310px;
  bottom: 5px;
  width: 170px;
  height: 25px;
  background: #f6f7f9;
  text-align: right;
}

.hotTopicBanner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #797a7c;
}

.hotTopicBanner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #08090b;
}

.hotTopicBox .hotTopicList {
  float: right;
  width: 840px;
}

.hotTopicList ul li {
  padding-left: 20px;
  height: 43px;
  line-height: 20px;
  background: url(../images/round02.png) no-repeat -11px -33px;
}

.hotTopicList ul li h3 {
  padding-right: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #3f3a39;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotTopicList ul li time {
  font-size: 20px;
  float: right;
  color: #ccc;
}

.hotTopicList .moreBox {
  height: 29px;
  text-align: right;
}

.hotTopicList .moreBox a {
  font-size: 16px;
  color: #2961a7;
}

.customersBox .customersbanner {
  height: 390px;
}

.customersBox .customersbanner .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customersBox .customersbanner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  height: 160px;
  border: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* box-shadow: 0px 0px 2px #cfcfcf inset; */
  margin-bottom: 30px;
}

.customersBox .customersbanner a img {
  max-width: 100%;
}

/*2023.09.08 add*/
.remarkBox {
  background: #fefefe;
  padding-bottom: 90px;
}
.remarkBox .indexComTitle h2 {
  width: 560px;
}
.remarkBox .remarkList {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.remarkBox .remarkList li {
  width:197px;
  height:197px;
  background: url(../images/remarkBg.png) no-repeat;
  background-size:197px;
  text-align: center;
  font-size:20px;
  line-height: 40px;
}
.remarkBox .remarkList li a{
  display: block;
  padding-top:47px;
  width:197px;
  height:150px;
  color:#6d6d6d
}
.remarkBox .remarkList li a .icon{
  display: block;
  width:85px;
  height:65px;
  margin:0 auto;
}
.remarkBox .remarkList li a .icon.icon01{
  background: url(../images/remarkIcon01.png) no-repeat center bottom;
  background-size:69px 64px;
}
.remarkBox .remarkList li a .icon.icon02{
  background: url(../images/remarkIcon02.png) no-repeat center bottom;
  background-size:64px;
}.remarkBox .remarkList li a .icon.icon03{
  background: url(../images/remarkIcon03.png) no-repeat center bottom;
  background-size:67px 64px ;
}.remarkBox .remarkList li a .icon.icon04{
  background: url(../images/remarkIcon04.png) no-repeat center bottom;
  background-size:67px;
}.remarkBox .remarkList li a .icon.icon05{
  background: url(../images/remarkIcon05.png) no-repeat center bottom;
  background-size:55px 63px;
}.remarkBox .remarkList li a .icon.icon06{
  background: url(../images/remarkIcon06.png) no-repeat center bottom;
  background-size:85px 63px;
}
.remarkBox .remarkList li:hover{
  background: url(../images/remarkBg_active.png) no-repeat;
  background-size:197px;
}
.remarkBox .remarkList li:hover a{
  color:#fff;
}
.remarkBox .remarkList li:hover a .icon.icon01{
  background: url(../images/remarkIcon01_01.png) no-repeat center bottom;
  background-size:69px 64px;
}
.remarkBox .remarkList li:hover a .icon.icon02{
  background: url(../images/remarkIcon02_01.png) no-repeat center bottom;
  background-size:64px;
}.remarkBox .remarkList li:hover a .icon.icon03{
  background: url(../images/remarkIcon03_01.png) no-repeat center bottom;
  background-size:67px 64px ;
}.remarkBox .remarkList li:hover a .icon.icon04{
  background: url(../images/remarkIcon04_01.png) no-repeat center bottom;
  background-size:67px;
}.remarkBox .remarkList li:hover a .icon.icon05{
  background: url(../images/remarkIcon05_01.png) no-repeat center bottom;
  background-size:55px 63px;
}.remarkBox .remarkList li:hover a .icon.icon06{
  background: url(../images/remarkIcon06_01.png) no-repeat center bottom;
  background-size:85px 63px;
}


@media (max-width: 1200px) {
  .serviceBox .serviceTypeContent {
    width: 100%;
    overflow: hidden;
  }

  .hotTopicBox .hotTopicList {
    width: initial;
  }
}

@media (min-width: 1200px) {
  .hotTopicBox .hotTopicList {
    width: 695px;
  }

  .serviceTypeContent .swiper-button-next {
    right: -40px;
  }

  .serviceTypeContent .swiper-button-prev {
    left: -40px;
  }
}

@media (min-width: 1600px) {
  .hotTopicBox .hotTopicList {
    width: 840px;
  }

  .serviceTypeContent .swiper-button-next {
    right: -60px;
  }

  .serviceTypeContent .swiper-button-prev {
    left: -60px;
  }
}
