/* 服务产品 */
.service_ul{
  padding: 20px;
}
.service_ul li{
  width: 32%;
  height: 260px;
  border: 2px solid #008BC9;
  border-radius: 6px;
  overflow: hidden;
}
.service_ul li:not(:nth-child(3n)){
  margin-right: 2%;
}
.service_ul li:nth-child(n+4){
  margin-top: 20px;
}
.service_ul li a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.service_ul li a img{
  width: 100%;
  height: 100%;
}
.service_ul li a .title{
  position: absolute;
  top: 0;
  left: 0;
}
.service_ul li a .title span:first-child{
  padding-left: 10px;
  background-color: #008BC9;
  color: #FFFFFF;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  position: relative;
}
.service_ul li a .title span:first-child::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 34px;
  background-image: url(/static/index/2025-02-20_10-49-45/static/common_service_span.png);
  background-size: 100% 100%;
  top: 0;
  right: -18px;
}

/* 长标语 */
.default_box .wrap{
  margin-top: 20px;
  margin-bottom: 30px;
}
.default_box .wrap .slogan{
  width: 100%;
  height: 120px;
  margin: 20px 0;
}
.default_box .wrap .slogan img{
  width: 100%;
  height: 100%;
}

/* 信息列表 */
.news .item{
  width: 32%;
  height: 315px;
}
.news .item:not(:nth-child(3n)){
  margin-right: 2%;
}
.news .item:nth-child(n+4){
  margin-top: 20px;
}
.news .item img{
  width: 100%;
  height: 100%;
}
.news_ul{
  padding: 10px 20px;
}
.news_ul li{
  height: 36px;
}
.news_ul li a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news_ul li a:hover{
  background-color: #E6E9EB;
}
.news_ul li a span{
  line-height: 36px;
  display: inline-block;
}
.news_ul li a span:first-child{
  padding-left: 16px;
  position: relative;
  width: 100%;
}
.news_ul li a span:first-child::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #969899;
  left: 0;
  top: calc(50% - 3px);
}
.news_ul li a span:last-child{
  color: #757575;
}

/* 信息服务专栏 */
.otherLink{
  margin-top: 20px;
}
.otherLink_ul{
  padding: 20px;
}
.otherLink_ul li{
  width: 23.5%;
  height: 100px;
  background: #E6E9EB;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.otherLink_ul li:not(:nth-child(4n)){
  margin-right: 2%;
}
.otherLink_ul li:nth-child(n+5){
  margin-top: 20px;
}
.otherLink_ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.otherLink_ul li a div{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.otherLink_ul li a div i{
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  margin-right: 12px;
  vertical-align: middle;
}
.otherLink_ul li a div span{
  color: #323232;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
}

/* 征信联盟 */
.union{
  margin-top: 20px;
}
.union_ul{
  padding: 20px;
}
.union_ul li{
  width: 11.6%;
  height: 54px;
  background: #EBEDF0;
  border: 1px solid #C3C5C7;
}
.union_ul li:not(:nth-child(8n)){
  margin-right: 1%;
}
.union_ul li:nth-child(n+9){
  margin-top: 20px;
}
.union_ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.union_ul li a img{
  width: 100%;
  height: 100%;
}

/* 友情链接 */
.links{
  margin-top: 20px;
}
.links_ul{
  padding: 20px 30px;
}
.links_ul li{
  width: 14.28%;
}
.links_ul li:nth-child(n+8){
  margin-top: 20px;
}
.links_ul li a{
  color: #007DB5;
  position: relative;
  padding-left: 16px;
}
.links_ul li a::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #969899;
  left: 0;
  top: calc(50% - 3px);
}

/*信息轮播*/
.swiper-container{
    width: 100%;
    height: 100%;
    border: 1px solid #CDCFD1;
}

