.nav-lists{
  /* position: sticky;
  top:0; */
  background-color: #fff;
  z-index: 1000;
  display: block !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInU;
  animation-name: slideInU;
}

/* .shiwaifixe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: white;
} */

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.banner-cont {
  width: 100%;
  background-color: #FF6739;
  position: relative;
}

.banner-cont .swiper-slide {
  /* height: 500px; */
  width: 100%;
  background: linear-gradient(0, #f7f9fa, #f9fafb);
}

.banner-cont .swiper-slide div{
  position: absolute;
  width: 1400px;
  top: 98px;
  left: 50%;
  transform: translateX(-45%);
}

.banner-cont .swiper-slide div p:first-child{
  font-size: 48px;
}

.banner-cont .swiper-slide div p:nth-child(2){
  font-size: 18px;
}

.banner-cont .swiper-slide div button{
  margin-top: 0;
  font-size: 16px;
  width: 120px;
  height: 38px;
  line-height: 37px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 3px;
  background: rgb(51, 125, 255);
  border:none;
}

.banner-cont .swiper-slide .img {
  /* position: absolute; */
  z-index: -1;
  max-height: 100%;
  max-width: 100%;
  /* object-fit: fill; */
}


.banner-cont .banner-desc {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 80px;
  max-width: 550px;

}
.banner-cont .swiper-pagination{
  position: absolute;
  left: 0;
  margin-top: -70px;
}

.banner-cont .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  background: #D7DCE4;
  opacity: 1;
  border-radius: 3px;
  
}

.banner-cont .swiper-pagination-bullet-active {
  background: #2196f3;
  margin-top: -70px;
}

.banner .banner-s {
  border-radius: 3px;
  position: relative;
}

.banner .banner-s .banner-list {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}

.banner-s .banner-list .banner-item {
  cursor: pointer;
  width: 288px;
  height:98px;
  margin-right: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding-left: 90px;
  padding-top: 13px;
  background-color: #fff;
  position: relative;
  transition: all .3s ease;
}

.banner-s .banner-list .banner-item h4{
  transition: all .3s ease;
}

.banner-s .banner-list .banner-item img{
  position: absolute;
  z-index: 0;
  width: 60px;
  height: 60px;
  top: 52%;
  left: 10px;
  transform: translateY(-50%);
}

.banner-s .banner-list .banner-item:hover {
  /* background: rgba(247, 248, 249, 1); */
  box-shadow: 4px 4px 20px 0 rgb(55 99 170 / 20%), -4px -4px 20px 0 #fff;
}

.banner-s .banner-list .banner-item:hover h4{
  color: #337dff;
}

.banner-s .banner-list .banner-item:hover h5 {
  color: #FF6739;
}

.banner-list .banner-item .banner-tag {
  font-size: 12px;
  color: #FF6739;
  border: 1px solid #FF6739;
  padding: 5px 8px;
  border-radius: 3px;
}

/* 服务内容 */
.service-content {
  display: flex;
  margin-top: 60px;
  margin: -10px;
  margin-top: 50px;
}

.service .service-box {
  min-height: 191px;
  margin: 10px;
  position: relative;
  padding: 30px;
  border: 1px solid #E6EAED;
  border-radius: 3px;
}

.service .service-box:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}

.service .service-box .service-title {
  color: #333;

}

.service .service-box:hover h4 {
  color: #FF6739;
}

.service .service-hot::before {
  content: '';
  height: 60px;
  width: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  background: url('../assets/img/index/hot.png');
  background-repeat: no-repeat;
  background-size: 100%;

}

.service-box .title-desc {
  margin: 16px 0;
  height: 42px;
}

.service .service-tag-group {
  display: flex;
}

.service .service-tag-group .service-tag {
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 8px;
  font-size: 12px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.6);
  height: 24px;
  background: #F7F8F9;
  border: 1px solid #EDEDED;
  border-radius: 1px;
}


/* 解决方案 */
.resolve {
  background: #13182C url(../assets/img/index/home-bg.png) no-repeat center center;
  background-size: cover;
}

.resolve-content {
  margin: -10px;
  margin-top: 60px;
}

.resolve-content .resolve-box {
  position: relative;
  top: 0;
  max-width: 335px;
  padding: 30px;
  margin: 10px;
  background: #F7F8F9;
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
  opacity: 1;
  border-radius: 3px;
  transition: .5s all;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}

.resolve-content .resolve-box:nth-child(1) {
  background-image: url('../assets/img/index/solution-1.png');

}

.resolve-content .resolve-box:nth-child(2) {
  background-image: url('../assets/img/index/solution-2.png');
}

.resolve-content .resolve-box:nth-child(3) {
  background-image: url('../assets/img/index/solution-3.png');
}

.resolve-content .resolve-box:nth-child(4) {
  background-image: url('../assets/img/index/solution-7.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(1) {
  background-image: url('../assets/img/index/solution-4.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(2) {
  background-image: url('../assets/img/index/solution-5.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(3) {
  background-image: url('../assets/img/index/solution-6.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(4) {
  background-image: url('../assets/img/index/solution-8.png');
}


.resolve-content .resolve-box:hover {
  top: -10px;
}

.resolve-content .resolve-box:hover h4,
.resolve-content .resolve-box:hover .resolve-link {
  color: rgba(255, 103, 57, 1);
}

.resolve-content .resolve-box h4 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 22px;
  margin-bottom: 20px;
}

.resolve-content .resolve-box .resolve-link {
  color: rgba(0, 0, 0, 0.60);
  margin-top: 60px;
  font-size: 14px;
}



/* 服务实践 */
.practice {
  background-image: url('/web/shiwais2/assets/img/index/6.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.practice .practice-content {
  margin: -10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.practice .practice-box {
  margin: 10px;
  padding: 30px;
  width: 453px;
  border: 1px solid #E6EAED;
  text-align: center;
  border-radius: 3px;
  flex-shrink: 0;
}

.practice .practice-box img {
  width: 177px;
  height: 66px;
  cursor: pointer;
}

.practice-box:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}

.brand-group {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.practice .brand-box {
  margin: 10px;
  width: 216px;
  height: 124px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #E6EAED;
}

.practice .brand-box img {
  width: 86px;
  height: 75px;
  cursor: pointer;
}

.practice .brand-box:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}
.el-collapse-item__content{
  padding-bottom: 0 !important;
}
/* 基础措施 */
.section-base {
  background: rgba(247, 248, 250, 1);
  margin-top: -100px;
}

.section-base .base {
  /* margin-top: 42px; */
  width: 1188px;
  margin: 24px auto 0 auto;
  position: relative;
}

.section-base>.section-content {
  padding: 62px 20px 0;
}

.section-base .base img {
  width: calc(100% - 140px);
  margin-left: 225px;
  height: 520px;
  padding-right: 80px;
}

.base .base-content {
  margin-bottom: 100px;
  width: 308px;
  position: absolute;
}

.base .base-content .title-desc {
  white-space: nowrap;
}

.cert {
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFEFE 100%);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
}

.cert-list {
  padding: 0 20px;
}

.cert-list .cert-item {
  padding: 13px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}

.cert-list .cert-item img {
  height: 56px;
  width: 56px;
  cursor: pointer;
}

.cert-list .cert-item .title-desc {
  font-size: 12px;
  margin-top: 5px;
}

/* 新闻 */
.news-content {
  margin-top: 60px;
  display: flex;
  /* gap: 130px; */
  /* justify-content: space-around; */
  flex-wrap: wrap;
}

.news-content .news-cont {
  flex: 1;

}


.news-content .news-head .news-title {
  padding-left: 5px;
  font-size: 22px;
}

.news-content .news-head .news-title {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

.news-content .news-head .news-title::before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF6739;
}


.news-content .news-head .news-more {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.news-content .news-list {
  margin-top: 15px;
}

.news-content .news-list .news-item {
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #E6EAED;
}

.news-content .news-cont .news-item:nth-child(1) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-cont .news-item:nth-child(2) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-cont .news-item:nth-child(3) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-item .number {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  width: 14px;
  height: 14px;
  background: rgba(222, 222, 222, 1);
  border-radius: 3px;
}

.news-content .news-item .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.90);
}

.news-content .news-item .title:hover {
  color: rgba(255, 103, 57, 1);
}

.news-content .news-item .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  min-width: 100px;
  text-align: right;
}


.index .footer-link {
  display: block;
}

.over-hide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}

.over-hide+p {
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
}
.banner-list {
    max-width: 1210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.shiwais2-swlbpc-xg {
    color: #fff;
    border-radius: 3px;
    background: rgb(51, 125, 255);
    font-size: 16px;
    width: 120px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    border: none;
    margin-top: 22px;
}
.shiwais2-swlbpc-xg:hover {
    color: #fff;
    background: #1f6bf1;
}