/*首页内容样式*/
#headerNavbarWrap .navbar-nav .nav-item:nth-child(7) a::after {
  content: "";
  position: absolute;
  display: block;
  font-weight: bold;
}
#headerNavbarWrap .navbar-nav .nav-item:nth-child(7) a {
  font-weight: bold;
  color:#2949ff !important;
}
.otooservice {
  background: #f6faff;
}
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 0px !important;
  width: 19px;
  height: 8px;
  background: #2648ef;
  border-radius: 0;
  display: inline-block;
  background: #ffffff;
}
.swiper-container1 .text {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
.swiper-container1 .text p {
  /* width: 666px; */
}
.getSwiper {
  /* margin-top: 60px !important; */
}
.swiper-container1 .text p:first-of-type {
  margin-bottom: 16px;
  font-family: PingFang;
  font-weight: bold;
  font-size: 44px;
  color: #333333;
  line-height: 74px;
}
.swiper-container1 .text p:last-of-type span {
  display: block;
  font-family: PingFang;
  font-weight: 400;
  font-size: 20px;
  color: #4D4D4D;
  line-height: 40px;
}
.swiper-container1 .text p:last-of-type {
  margin: 0;
  font-size: 22px;
  font-family: PingFang;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 36px;
}
.button2 {
  margin-top: 13px;
  width: 151px;
  height: 49px;
  background: #2956ff;
  border-radius: 4px;
  outline: none;
  border: none;
  color: #fff;
  /* position: absolute; */
  /* bottom: 313px; */
  /* left: 50%; */
  /* margin-left: -570px; */
  z-index: 3;
}
.otooservice .swiper-container1 .text p:first-of-type img {
  width: 62px;
  height: 64px;
  vertical-align: baseline;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
  border-radius: 100px 0px 100px 0px !important;
}

.swiper-container2 .swiper-pagination-bullet-active {
  background: #2949ff;
}

.swiper-container {
  /* height: 719px !important; */
}
.otooservice .swiper-container1 .button2 img {
  margin-left: 7px;
  width: 21px;
  height: 10px;
}
.button2 a {
  color: #fff;
  font-size: 18px;
  font-family: PingFang;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
}
.swiper-pointer-events {
  position: relative !important;
}
.widthMax {
  width: 1200px;
  margin: 0 auto;
}
.otooservice .swiper-container1 {
  width: 100%;
  height: 500px;
  position: relative;
}
div {
  box-sizing: border-box;
}
.otooservice .swiper-container1 img {
  width: 100%;
  height: 100%;
}
.swiper-pagination1 {
  text-align: left !important;
  left: 50% !important;
  width: 1200px !important;
  margin-left: -600px !important;
  margin-bottom: 228px;
}
img {
  object-fit: cover;
}
.getSwiper {
  /* margin-top: 63px; */
}

.swiper-pagination-bullet-active {
  background-color: #4068f8 !important;
}
.otooservice .content {
  position: relative;
}
.tabs-list2 .tab li:nth-child(2) {
  background: #2956ff;
  box-shadow: 0px 2px 8px 0px rgba(43, 36, 36, 0.5);
  font-size: 18px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 25px;
  text-shadow: 0px 2px 8px rgba(206, 206, 206, 0.5);
}
.tabs-list2 .tab li:nth-child(2) a {
  color: #fff !important;
}
/* 合作伙伴 */
.case-partner{
  padding-top:95px;
  padding-bottom:256px;
  /* height:798px; */
  background: #F4F8FC;
  position: relative;
}
.case-partner .title{
  font-family: PingFang;
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.case-partner .ftitle{
  padding-top:18px;
  font-family: PingFang;
  font-weight: 400;
  font-size: 18px;
  color: #656B83;
  line-height: 24px;
  text-align: center;
}
.case-partner .list-type{
  /* border-bottom:1px solid #ECECEC; */
  width:1200px;
  margin:0 auto;
  margin-bottom:50px;
  margin-top:60px;
  /* padding:36px 40px 0px 40px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  overflow-x:auto;
  text-wrap: nowrap;
}
.case-partner .list-type div{
  display: inline-block;
  margin-right:105px;
  padding-bottom:12px;
  /* width:20%; */
  font-family: PingFang;
  font-weight: 400;
  font-size: 20px;
  color: #939AB6;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  
}
.case-partner .list-type div:last-of-type{
  margin:0;
}
.case-partner .list-type div::after{
  content: "";
  display: inline-block;
  opacity: 0;
  position: absolute;
  left:50%;
  bottom:0;
  width:0%;
  height:2px;
  margin-left:-15.5px;
  transition: all 0.3s ease;
  background-color: #2956FF;
}
.case-partner .list-type div:hover{
  color:#2956FF;
}
.case-partner .list-type .active{
  font-weight: bold;
  font-size: 20px;
  color: #2648EF;
  line-height: 28px;
  text-align: center;
  position: relative;
}
.case-partner .list-type .active::after{
  opacity: 1;
  width:31px;
  height:4px;
  border-radius: 2px;
}


.case-partner .list{
  display: flex;
  flex-wrap: wrap;
  width:1200px;
  margin: 0 auto;
  opacity: 0;
  transition: all .3s ease;
}
.case-partner .list-slide {
  display: inline-block;
  margin-right:20px;
  margin-bottom:60px;
  width:280px;
  height:280px;
  border-radius: 8px;
  padding:24px 24px 0 22px;
}
.case-partner .list-slide:hover{
  scale: 1.02;
}
.case-partner .list-slide:nth-child(4n){
  margin-right:0;
}
.case-partner .list-slide>p{
  margin-bottom:120px;
  display: flex;
  align-items: center;
  font-family: PingFang;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
}
.ai_details{
  background: rgba(255, 255, 255, 0.2);
  color: #4a7dba !important;
  /* backdrop-filter: blur(5px); */
  width: 278px;
  margin-left: -22px;
  padding: 0 20px 0 20px;
}
.case-partner .list-slide>p span{
  margin-right:12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
}
.case-partner .list-slide>div p:first-of-type{
  font-family: PingFang;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
}
.case-partner .list-slide>div p:last-of-type{
  margin-top:17px;
  font-family: PingFang;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-partner .case-button a{
  display: block;
  width: 110px;
  height: 40px;
  margin:0 auto;
  margin-top:22px;
  border-radius: 20px;
  border: 1px solid #A7B9FF;
  font-family: PingFang;
  font-weight: bold;
  font-size: 15px;
  color: #2956FF;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
}
.Customized-bottom{
  position: absolute;
  bottom:-80px;
  left:50%;
  margin: 0 auto;
  margin-left:-720px;
  /* margin-top:80px; */
  z-index: 9;
  width:1440px;
  height:264px;
  background: url('../imageNewT/Customized-bottom.png') no-repeat;
  background-size: 100% 100%;
}
.Customized-bottom p:nth-child(1){
  padding:51px 0 16px 0;
  font-family: PingFang;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: center;
}
.Customized-bottom p:nth-child(2){
  font-family: PingFang;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.Customized-bottom p:nth-child(3){
  padding-top:30px;
  text-align: center;
}
.Customized-bottom p:nth-child(3) button{
  margin: 0 auto;
  width: auto;
  padding:0 15px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
}
.Customized-bottom p:nth-child(3) button a{
  font-family: PingFang;
  font-weight: bold;
  font-size: 15px;
  color: #222222;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
}
.layui-laypage {
  margin-top:31px !important;
}
.layui-laypage a{
  margin-right:12px !important;
  width: 32px;
    height: 32px !important;
    padding: 0 !important;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 32px !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
  border-radius: 50%;
  background-color: #222222 !important;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em,.layui-laypage>a:last-child, .layui-laypage>a:last-child em{
  width: auto !important;
  padding: 0 15px !important;
  border-radius: 20px !important;
}
.layui-laypage-spr{
  margin-right:12px !important;
  border-radius: 20px !important;
}
.layui-laypage .layui-laypage-curr{
  margin-right: 12px !important;
  width: 32px;
  height: 32px;
  background: #222222;
  border-radius: 50%;
  padding:0;
  line-height: 32px;
}
@media screen and (max-width: 430px) {
  .getSwiper {
    margin-top: 50px !important;
  }
  .widthMax {
    width: 100%;
  }
  .swiper-container1 .text > p:first-of-type {
    margin-bottom: 8px;
    font-family: PingFang;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 37px;
    text-align: center;
  }
  .swiper-container1 .text .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .swiper-container1 .text .list2 p {
    margin-bottom: 0 !important;
  }
  .swiper-container1 .text .list p:nth-child(2n) {
    margin-right: 0;
  }
  .swiper-container1 .text .list p {
    margin-bottom: 12px;
    width: 100px;
    text-align: left;
    margin-right: 44px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
  }
  .swiper-container1 .text .list img {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }
  #headerNavbarWrap .navbar-nav .nav-item:nth-child(2) a {
    color: #333 !important;
  }
  .swiper-container1 .text p {
    font-size: 22px;
    font-family: PingFang;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
  }
  .swiper-container1 .text > p:nth-child(2) {
    /* margin-bottom: 7px;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    line-height: 28px;
    text-align: center; */
  }
  .swiper-container1 .text > p:nth-child(2) {
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 22px;
    text-align: center;
  }
  .otooservice .swiper-container1 {
    width: 100%;
    height: 440px;
    position: relative;
  }
  .swiper-container1 .text p {
    width: 100%;
  }
  .swiper-container1 .text {
    position: absolute;
    top: 200px;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .button2 {
    margin-top: 15px;
    width: 94px;
    height: 32px;
    background: #2648ef;
    border-radius: 2px;
  }
  .button2 a {
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    line-height: 16px;
  }
  .otooservice .swiper-container1 .button2 img {
    margin-left: 4px;
    width: 11px;
    height: 5px;
  }
  .swiper-pagination1 {
    text-align: center !important;
    left: 0% !important;
    width: 100% !important;
    margin-left: -0px !important;
    margin-bottom: 22px;
  }
  .swiper-pagination3 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #ececec;
    opacity: 1;
  }
  .swiper-pagination3 {
    bottom: -42px !important;
  }
  .swiper-container3 .swiper-slide-active {
    margin-top: -6px;
  }
  .swiper-pagination3 .swiper-pagination-bullet-active {
    background: #2956ff;
  }
  .swiper-pagination1 .swiper-pagination-bullet {
    margin-right: 0px !important;
    width: 10px;
    height: 4px;
    opacity: 1;
    background: #2648ef;
    border-radius: 0;
    display: inline-block;
    background: #ffffff;
  }
  /* 合作伙伴 */
.case-partner{
  padding-top:42px;
  padding-bottom:0px;
  /* height:798px; */
  background: #F4F8FC;
  position: relative;
}
.case-partner .title{
  font-family: PingFang;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: center;
}
.case-partner .ftitle{
  padding-top:10px;
  font-family: PingFang;
  font-weight: 400;
  font-size: 12px;
  color: #656B83;
  line-height: 20px;
  text-align: center;
}
.case-partner .list-type{
  border-bottom:0px solid #ECECEC;
  width:100%;
  /* margin:0 32px; */
  padding:0 32px;
  margin-bottom:20px;
  margin-top:18px;
  /* padding:36px 40px 0px 40px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  overflow-x:auto;
  white-space: nowrap;
  /* text-wrap: nowrap; */
}
.case-partner .list-type div{
  display: inline-block;
  margin-right:34px;
  padding-bottom:6px;
  /* width:20%; */
  font-family: PingFang;
  font-weight: 400;
  font-size: 12px;
  color: #939AB6;
  line-height: 17px;
  cursor: pointer;
  
}
.case-partner .list-type div:last-of-type{
  margin:0;
}
.case-partner .list-type div::after{
  content: "";
  display: inline-block;
  opacity: 0;
  position: absolute;
  left:50%;
  bottom:0;
  width:0%;
  height:2px;
  margin-left:-10px;
  transition: all 0.3s ease;
  background-color: #2956FF;
}
.case-partner .list-type div:hover{
  color:#2956FF;
}
.case-partner .list-type .active{
  font-weight: bold;
  font-size: 12px;
  color: #2648EF;
  line-height: 17px;
  position: relative;
}
.case-partner .list-type .active::after{
  opacity: 1;
  width:20px;
  height:3px;
  border-radius: 2px;
}

.case-partner>a{
  display: inline-block;
}
.case-partner .list{
  padding:0 15px;
  display: flex;
  flex-wrap: wrap;
  width:100%;
  margin: 0 auto;
  opacity: 0;
  transition: all .3s ease;
}
.case-partner .list a{
  width:49%;
  height:231px;
  margin-right:2%;
  display: block;
  margin-bottom:10px;
}
.case-partner .list a:nth-child(2n){
  margin-right:0;
}
.case-partner .list-slide {
  display: inline-block;
  margin-right:0;
  margin-bottom:0px;
  width:100%;
  height:231px;
  border-radius: 8px;
  padding:13px 17px 0 15px;
}
.case-partner .list-slide:hover{
  scale: 1;
}
.case-partner .list-slide:nth-child(2n){
  margin-right:0;
}
.case-partner .list-slide>p{
  margin-bottom:119px;
  display: flex;
  align-items: center;
  font-family: PingFang;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-partner .list-slide>p span{
  margin-right:7px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
}
.case-partner .list-slide>div p:first-of-type{
  font-family: PingFang;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-partner .list-slide>div p:last-of-type{
  margin-top:3px;
  font-family: PingFang;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-partner .case-button a{
  display: block;
  width: 110px;
  height: 40px;
  margin:0 auto;
  margin-top:22px;
  border-radius: 20px;
  border: 1px solid #A7B9FF;
  font-family: PingFang;
  font-weight: bold;
  font-size: 15px;
  color: #2956FF;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
}
.Customized-bottom{
  margin: 0 auto;
  margin-top:40px;
  position: initial;
  z-index: 9;
  width:100%;
  height:193px;
  background: url('../imageNew-h5/Customized-bottom.png') no-repeat;
  background-size: 100% 100%;
}
.Customized-bottom p:nth-child(1){
  padding:28px 0 10px 0;
  font-family: PingFang;
  font-weight: 600;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: center;
}
.Customized-bottom p:nth-child(2){
  font-family: PingFang;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 26px;
  text-align: center;
}
.Customized-bottom p:nth-child(3){
  padding-top:20px;
  text-align: center;
}
.Customized-bottom p:nth-child(3) button{
  margin: 0 auto;
  width: auto;
  padding:0 15px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 20px;
}
.Customized-bottom p:nth-child(3) button a{
  font-family: PingFang;
  font-weight: bold;
  font-size: 12px;
  color: #222222;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: center;
}
}