.bannerModel{background-image: url('../images/brand_bg.jpg');}
.bannerModel1{background-image: url('../images/brand_bg.jpg');}

/* 团队展示 */
.teamTab{justify-content: center;padding-bottom: 46px;}
.teamTab>a{width: 170px;height: 60px;box-shadow:  0 0 0 1px #eee inset;align-items: center;justify-content: center;margin: 0 10px;}
.teamTab>a.act{color: #fff;background: #0065D9;}
.teamTab>a:hover{background: #0065D9;color: #fff;}
.teamSwiperModel{justify-content: center;overflow: hidden;min-width: 1260px;position: relative;}
.teamSwiperpag{position: absolute;top: 50%;left: 50%;z-index: 10;width: calc(100% / 1.5);justify-content: space-between;transform: translate(-50%,-50%);}
.teamSwiperpag>img{cursor: pointer;}
.teamSwiper{width: 130%;margin-left: -15%;}
.teamSwiper .swiper-slide .img{width: 100%;aspect-ratio: 1/0.63;overflow: hidden;}
.teamSwiper .swiper-slide .img>img{width: 100%;height: 100%;}
.teamSwiper .swiper-slide>p{padding-top: 16px;text-align: center;color: #999;}
.teamSwiper .swiper-slide-active>p{color: #333;}
.teamSwiper .swiper-slide:hover img{transform: scale(1.05);}

/* 荣誉资质 */
.honorModel{background: #E8F3FD;}
.honor{justify-content: space-between;}
.honorLeft{width: 42%;padding-top: 60px;}
.honorLeft .headTit{text-align: left;}
.honorLeft .honorImg{flex-wrap: wrap;justify-content: space-between;}
.honorLeft .honorImg .imgBox{width: calc((100% - 48px) / 2);text-align: center;}
.honorLeft .honorImg .imgBox>img{width: 100%;}
.honorLeft .honorImg .imgBox>p{    padding: 10px 0 16px;font-size: 15px;color: #000;}
.honorLeft .honorText{color: #555;line-height: 26px;font-size: 15px;padding: 10px 0 30px;}
.honorRight{width: calc(58% - 140px);justify-content: space-between;}
.honorRight .swiper{width: calc((100% - 60px) / 3);height: 880px;}
.honorRight .swiper .swiper-slide{height: auto;}
.honorRight .swiper .swiper-slide>img{width: 100%;height: auto;padding: 10px;box-sizing: border-box;background: #fff;margin-top: 10px;}
.honorRight .swiper .swiper-wrapper{transition-timing-function:linear !important; }

/* 知识产权 */
.brandHead{justify-content: space-between;}
.brankPrevNext>img{width: 80px;height: 34px;margin: 0 10px;cursor: pointer;}
.brandSwiper .swiper-slide .img{overflow: hidden;}
.brandSwiper .swiper-slide .img>img{width: 100%;height: auto;}
.brandSwiper .swiper-slide .img:hover>img{transform: scale(1.1);}
.brandSwiper .swiper-slide>p{padding: 10px;text-align: center;}

/* 实力展示 */
.strengthModel{background: url('../images/strength_bg.jpg') no-repeat center center;background-size: cover;}
.strengthModel .headTit>p{color: #fff;}
.strengthSwiper .swiper-slide{padding-bottom: 24px;}
.strengthSwiper .swiper-slide .img>img{width: 100%;}
.strengthSwiper .swiper-slide .text{width: 70%;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);padding: 6px;border: 1px solid #fff;}
.strengthSwiper .swiper-slide .text>p{height: 44px;background: #fff;align-items: center;justify-content: center;font-size: 16px;}
.strengthSwiper .swiper-slide .text>p:hover{background: #0065D9;color: #fff;}


/* 服务保障 */
.serviceModel .headTit{text-align: left;}
.serviceInfo .sLeft{width: 55%;}
.serviceInfo .sLeft>img{width: 100%;}
.sRight{flex: 1;margin-left: 36px;}
.sRight .serList>a{line-height: 64px;border-bottom: 1px solid #ddd;color: #666;padding-left: 20px;position: relative;font-size: 18px;}
.sRight .serList>a::after{content: '◆';position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: #0065D9;font-size: 18px;}
.serPhone{padding-top: 50px;}
.serPhone .tit{font-size: 24px;font-weight: bold;color: #000;}
.serPhone .serInfo>div{padding-top: 20px;}
.serPhone .serInfo>div>img{width: 16px;height: 16px;object-fit: contain;    margin-top: 4px;}
.serPhone .serInfo>div>p{padding-left: 10px;flex: 1;font-size: 18px;}

@media screen and (max-width: 1640px) {
  .sRight .serList>a{line-height: 52px;}
  .serPhone{padding-top: 40px;}
  .serPhone .serInfo>div{padding-top: 22px;}
}
@media screen and (max-width: 1400px) {
  .sRight .serList>a{line-height: 48px;}
  .serPhone{padding-top: 36px;}
  .serPhone .serInfo>div{padding-top: 18px;}
}