.banner_2 {
  width: 100%;
  background-color: #fff;
  font-family: Microsoft YaHei;
  color: #0B1D30;
}

.banner_2 .header {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  min-width: 1200px;
  text-align: center;
}

.banner_2 .header .title {
  margin-bottom: 8px;
  font-size: 26px;
}

.banner_2 .header>a {
  margin-bottom: 48px;
  font-size: 14px;
  color: #0071ef;
  cursor: pointer;
}

.banner_2 .nav {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
  padding: 48px 0;
  font-size: 16px;
}

.banner_2 .nav .nav-list {
  width: 1200px;
  display: flex;
  border-bottom: 1px solid #e5e7eb;
}

.banner_2 .nav .nav-list>li {
  position: relative;
  line-height: 48px;
  text-align: center;
  flex: 1;
  cursor: pointer;
}

.active {
  font-weight: 700;
  color: rgb(0, 113, 239);
}

.active1 {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0071ef;
}


.banner_2 .nav .nav-list>li:hover:not(:first-child) a {
  font-weight: 700;
  color: rgb(0, 113, 239);
}

.banner_2 .nav .nav-list>li:hover i {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0071ef;
}

.banner_2 .swiper-box {
  height: 360px;
}

.banner_2 .swiper-box .swiper-slider {
  display: flex;
  width: 100%;
  height: 360px;
  /* background-image: url(../../../images/home/index/caseCenter/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}

/* .banner_2 .swiper-box .swiper-slider .bg-img {
  width: 100%;
  height: 100%;
} */

.banner_2 .swiper-box .swiper-slider .swiper-slider-left {
  position: relative;
  flex: 1;
  height: 360px;
  background-image: url(https://img.xdjpro.com/xdjmvc/left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .left-img {
  width: 100%;
  height: 100%;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper {
  position: absolute;
  right: 80px;
  width: 520px;
  height: 193px;
  margin-top: 80px;
  margin-left: 80px;
  color: #fff;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-1 {
  margin-bottom: 63px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-1>h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 11px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-1>h4::before {
  content: "";
  position: absolute;
  left: -48px;
  top: -8px;
  width: 24px;
  height: 20px;
  background: url(https://cdn2.weimob.com/saas/@assets/saas-fe-website-web-stc/_next/static/media/comma.29afd900.png) no-repeat 50%;
  background-size: contain;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-1>p {
  opacity: .7;
  line-height: 24px;
  font-size: 14px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-left {
  display: flex;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-left>div {
  display: flex;
  align-items: center;
}


.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-left .content-2-left-item {
  display: flex;
  flex-direction: column;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-left .title {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 8px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-left .num>span:nth-child(1) {
  font-size: 32px;
  line-height: 32px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-left .num>span:nth-child(2) {
  font-size: 22px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-left .line {
  opacity: .2;
  width: 1px;
  height: 44px;
  margin: 0 30px;
  background-color: #fff;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right {
  width: 135px;
  height: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .left-arrow,
.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .right-arrow {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #fff;
  opacity: .5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .right-arrow {
  transform: rotate(180deg);
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .left-arrow:hover,
.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .right-arrow:hover {
  opacity: 1;
  background-color: #fff;
  color: #0071ef;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .left-arrow>i,
.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .right-arrow>i {
  width: 14px;
  height: 14px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .num-box>span:nth-child(1) {
  font-size: 18px;
  margin-right: 3px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-left .content-wrapper .content-2 .content-2-right .num-box>span:nth-child(2) {
  font-size: 18px;
  margin-left: 3px;
}


.banner_2 .swiper-box .swiper-slider .swiper-slider-right {
  position: relative;
  flex: 1;
  height: 360px;
  background-image: url(https://img.xdjpro.com/xdjmvc/material2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_2 .swiper-box .swiper-slider .swiper-slider-right>img:nth-child(1){
  width: 35%;
  position: absolute;
  bottom: 0;
  left: 27%;

}
.banner_2 .swiper-box .swiper-slider .swiper-slider-right .floatImgBox{
  width: 250px;
  /* height: 200px; */
  position: absolute;
  left: 5%;
  bottom:20px;
}
.floatImg-2{
  width: 100px;
}
.floatImg-3{
  width: 100px;
}
.banner_2 .swiper-box .swiper-slider .swiper-slider-right .right-img {
  width: 100%;
  height: 100%; ;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-right .code-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 60px;
  bottom: 45px;
  width: 236px;
  height: 108px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-right .code-box>div:nth-child(1)>img {
  width: 108px;
  height: 108px;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-right .code-box>div:nth-child(2) {
  width: 116px;
  height: 32px;
  background-image: url(../../../images/home/index/caseCenter/left_arrow_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 32px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  z-index: 10;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-right .img-box {
  width: 331px;
  height: 314px;
  position: absolute;
  left: 259px;
  bottom: 0;
}

.banner_2 .swiper-box .swiper-slider .swiper-slider-right .img-box>img {
  width: 331px;
  height: 314px;
}

.banner_2 .content-two {
  width: 100%;
  height: 100%;
  background-image: url(https://img.xdjpro.com/xdjmvc/case_center_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 品牌 */
.banner_2 .content-two .brand {
  padding-top: 60px;
}

.banner_2 .content-two .brand .brand-list {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner_2 .content-two .brand .brand-list>li {
  width: 151px;
  height: 68px;
  border-radius: 4px;
  border: 1px solid #f0f3fa;
  margin-bottom: 24px;
}

.banner_2 .content-two .brand .brand-list>li>img {
  width: 149px;
  height: 66px;
}

/* 列表 */
.case-list {
  margin-top: 36px;
  padding-bottom: 24px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

figure {
  margin: 0;
  padding: 0
}

.brand-list-two {
  overflow: hidden;
}

.brand-list-two li {
  float: left !important;
  position: relative;
  margin-right: 2% !important;
  margin-bottom: 30px !important;
  width: 380px !important;
  height: 250px !important;
  border-radius: 12px;
  overflow: hidden;
}

.brand-list-two li:nth-child(3n) {
  margin-right: 0 !important;
}

.brand-list-two li a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.brand-list-two li figure {
  position: relative;
  display: block;
  line-height: 1;
  padding-bottom: 66%;
  overflow: hidden;
}

.brand-list-two li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}

.brand-list-two li:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.brand-infos {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 12px;
  overflow: hidden;
}

.brand-infos:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.brand-sj {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 28px;
  z-index: 5;
}

.brand-sj strong {
  display: block;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.3;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}

.brand-sj strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
}

.brand-sj p {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
}

.i-thi-wrap .list-wrap {
  clear: both;
}

.i-thi-wrap .list-wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.i-thi-wrap .list-wrap li {
  width: 31.7%;
  float: left;
  margin-right: 1.6%;
  transition: box-shadow 0.3s ease 0s;
  margin-bottom: 20px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}

.i-thi-wrap .list-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}


.i-thi-wrap .list-wrap .up-graybox {
  z-index: 3;
}


.i-thi-wrap .list-wrap .img:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}


.i-thi-wrap .list-wrap li a:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}

.i-thi-wrap .list-wrap li a:hover .brand-infos {
  opacity: 0;
  filter: alpha(opacity=0);
}

.i-wrap .up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
}

.i-wrap .up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.i-wrap .up-graybox .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}

.i-wrap .up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}

.i-wrap .up-graybox .linet {
  top: 0;
}

.i-wrap .up-graybox .lineb {
  bottom: 0;
}

.i-wrap .up-graybox:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}