/* banner */
li{
    list-style: none;
}
.newslist li{
    
}

.newslist li a{
    color: #595959;
    line-height: 34px;;
}
.banner-cont {
  width: 100%;
}

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

.banner-cont .swiper-slide .img {
  /* position: absolute; */
  z-index: -1;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  /* object-fit: fill; */
}
.index-swiper-slide-desc{
    z-index: 999999;
    position: relative;
    top: -400px;
    width: 100%;
    padding: 10px 5%;
}

.index-swiper-slide-desc a{
    color: #fff;
}
.index-swiper-slide-desc a:hover{
    color: #fff !important;
}

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

}

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

.banner-cont .swiper-pagination-bullet-active {
  background: rgba(255, 103, 57, 1);
}

.banner .banner-s {
  /*box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);*/
width:100%;
 
    margin-top: 0px;
    z-index: 999;
    background: #f0f0f0;
}

.banner .banner-s .banner-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.banner-s .banner-list .banner-item {
  flex: 1;
  cursor: pointer;
  width: 335px;
  padding: 10px 60px;
  text-align: center;

}

.banner-s .banner-list .banner-item:hover {
  background: #fff;
}

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

.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: 10px;
}

.service .service-box {
  min-height: 191px;
  margin: 10px;
  position: relative;
  padding: 10px;
  border: 1px solid #E6EAED;
  border-radius: 10px;
  background: #fff;
}
.service-img{
    max-height:160px;
    
}
.service-img-txt{
    width: 130px;
    margin: 30px auto;
    font-size: 44px;
    font-weight: bold;
    background: #efefef;
}


.index-ssl .service-img{
    height: 100px;
    width: 100px;
    background: #207cda;
    border-radius: 100%;
    margin: 10px auto;
    display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.index-dashuju{
     display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.index-dashuju .service-box{
    width: 24%;
}
.index-dashuju-desc{
    font-size: 12px;
    color: #595959;
    text-align: left;
    line-height: 18px;
}
.zhongjianw{
    width: 24%;
}
.index-ssl .title-desc{
    height: 18px !important;
    line-height: 18px !important;
}
.index-ssl .title-desc span{
   font-size: 24px !important;
   color: #207cda;
}


.service .service-box:hover {
  border: 1px solid #207cda;
}

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

}

.index-ssl .service-title {
  line-height: 32px !important;

}

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

.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-size: cover;
}
.youshibg{
     background: #fff;
     padding:20px;
     border-radius: 10px;
}
.resolve-content {
   
  margin: -10px;
  margin-top: 20px;
}

.resolve-content .resolve-box {
  position: relative;
  top: 0;
  max-width: 335px;
  padding: 0;
  margin: 10px 20px;
  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;
  text-align: center;
}
.resolve-box p img {
    height: 173px;
    width:270px;
}
.resolve-box .title-desc{
    padding:5px 5px;
}
.resolve-content .resolve-box:nth-child(1) {
 

}

.resolve-content .resolve-box:nth-child(2) {
 
}

.resolve-content .resolve-box:nth-child(3) {
  
}

.resolve-content .resolve-box:nth-child(4) {

}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(1) {
 
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(2) {
 
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(3) {
 
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(4) {
 
}


.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: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

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



/* 服务实践 */
.practice {}

.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);
}

/* 基础措施 */
.section-base {
  background: rgba(247, 248, 250, 1);
  padding:0 5%;
  
}
.ditu-shuju{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 300px;
}

.ditu-shuju .mb-30{
    width: 140px;
    height: 120px;
}


.section-base .base {
  margin-top: 42px;
  background: url(../assets/img/ditu.png) no-repeat right center;
}

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

.section-base .base img {
  width: 850px;
  margin-left: 35px;
 
  
}
.Ycenter h2{
    font-weight: bold;
}
.Ycenter font{
    font-size: 12px;
    margin-left: 4px;
    
}

.base .base-content {
  margin-bottom: 100px;
}

.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;
  flex-wrap: wrap;
  gap: 130px;
}

.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;
}
.tab {

				

				width: 100%;

				

				overflow: hidden;

				margin: 0 auto 20px auto;

				font-family: Arial;

			}

			.tab-nav {
    width: 80%;
    margin: 0 auto;

				height: 46px;

				overflow: hidden;

				
				display: flex;
				justify-content: space-between;

			}

			.tab-nav a {

				display: block;

				float: left;

				width: 10%;

				height: 46px;

				line-height: 46px;

				text-align: center;

				text-decoration: none;

				color: #595959;

			}

			.current {

				border-bottom: 2px solid #207cda;

				color: #191919;

			}

			.tab-con {

			
				width: 100%;

			

				overflow: hidden;

			

			}

			.tab-con-item {

				display: none;

				width: 100%;
                padding-bottom: 20px;

				text-align: center;

			

			}
.service-zixun{
    width: 220px;
    height: 50px;
    border: 1px solid #207cda;
    border-radius: 10px;
    line-height:50px;
    text-align: center;
    color: #207cda;
    margin: 0 auto;
}
.service-zixun:hover{
    
    color: #fff;
    background: #207cda;
}
.xinwen{
    padding: 20px 5%;
}
.newscate{
    display: flex;
    flex-direction: row;
}
.newscate .newslist{
    width:32%;
    margin:5px 1%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 27px;
    
}
.newslist .newstitle{
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 80px;
    color: #191919;
    
    
}
.newslist .index-gg{
    background: url(../assets/img/index_gonggao.png) no-repeat left center;
    background-size: 48px 48px;
}
.newslist .index-fl{
    background: url(../assets/img/333333.png) no-repeat left center;
    background-size: 48px 48px;
}
.newslist .index-bz{
    background: url(../assets/img/index_bz.png) no-repeat left center;
    background-size: 48px 48px;
}
.jingxuan img{
    width: 30%;
    margin: 30px;
    border-radius: 15px;
    border: 2px solid #e5e5e5;
}


.newslist p{
    font-size: 12px;
    color: #595959;
    line-height: 40px;
}

.content {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}
.content .item {
    float: left;
    width: 340px;
    height: 421px;
    background: url(../assets/img/how_bg.png) center no-repeat;
    margin-left: 30px;
    margin-right: 29px;
    overflow: hidden;
    color: #666;
}
.content .item .name {
    font-size: 18px;
    color: #333;
    font-family: "SourceHanSans-Medium";
    line-height: 35px;
    padding-top: 120px;
}
.content .item .dv {
    background: url(../assets/img/dv_icon.png) no-repeat;
    background-position: 138px 0px;
}
.content .item .safe {
    line-height: 80px;
    height: 80px;
    font-family: "SourceHanSans-Medium";
    font-size: 16px;
    color: #1b9f90;
}
.content .item .safe img {
    vertical-align: middle;
}
.content .item .c {
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.content .item .ov {
    background: url(../assets/img/ov_icon.png) no-repeat;
    background-position: 145px 0px;
}
.content .item .ev {
    background: url(../assets/img/ev_icon.png) no-repeat;
    background-position: 145px 0px;
}


.item-product {
    width: 23.6%;
    margin: 10px 0.7%;
    text-align: center;
    color: #191919;
    padding: 28px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.item-product img {
    margin-bottom: 10px;
}
.item-product-title {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.item-product-text {
    text-align: left;
    font-size: 12px;
    color: #595959;
    line-height: 18px;
}
  .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -2px -2px;
    overflow: hidden;
}
.tags .tag {
    padding: 2px;
}
.tags span {
    background-color: rgba(89, 89, 89, .1);
    border-radius: 4px;
    color: #595959;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
    text-align: center;
}
.tags span.blue {
    background: rgba(20, 118, 255, .1);
    color: #1476ff;
}
.tags span {
    background-color: rgba(89, 89, 89, .1);
    border-radius: 4px;
    color: #595959;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
    text-align: center;
}
.tags span.yellow {
    background: rgba(166, 77, 0, .1);
    color: #a64d00;
}

.item-product-peizhi{
    font-size: 20px;
    line-height: 30px;
    margin-top: 14px;
    padding-bottom: 28px;
    font-weight: 700;
    text-align: left;
}  
.item-product-desc {
    color: #595959;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    text-align: left;
}   
    
    .item-product img{
        margin-bottom:10px;
    }
    /* 使用伪元素创建热销角标 */
  .item-product-hot::after {
      font-size: 15px;
    content: '热销';
    position: absolute;
        top: 31px;
    right: -38px;
    width: 100px;
    height: 50px;
    line-height: 70px;
    text-align: center;
    background-color: #ff4444;
    color: #fff;
    transform: rotate(45deg);
    transform-origin: right top;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .item-product .item-product-price2 {
    font-size: 14px;
    color: #ff6600;
    padding-left: 20px;
    background: url(../assets/img/ico_gift.png) no-repeat left top;
    background-position-y: 11px;
    line-height: 40px;
    text-align: left;
}
.item-product-btn {
    display: flex;
    flex-direction: initial;
}
.item-product-btn a {
    width: 100%;
    height: 35px;
    margin: 10px;
    border: 1px solid #595959;
    border-radius: 40px;
    color: #595959;
    font-size: 14px;
    line-height: 35px;
}
.item-product-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.dengbao-box .service-img{
    width: 80px;
    height: 80px;
    margin: 10px auto;
    background: url(../assets/img/cloud_sprite_img.png) no-repeat -280px -10px;
    display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.dengbao-box .service-box:hover .service-img{
    background: url(../assets/img/cloud_sprite_img.png) no-repeat -280px -100px;
}


.dengbao-box .title-desc{
    height: 120px;
    text-align: left;
    line-height: 24px;
}
.dengbao-box .service-title {
    font-weight: bold;
    line-height: 50px;
}

.title-price{
    font-size: 28px;
    font-weight: bold;
}
.title-price span{
    font-size: 14px;
    margin-left: 5px;
    font-weight: 700;
}
