.content {

  max-width: 1200px;
  margin: 0 auto;
}

.content-new {
  max-width: 1440px;
  margin: 0 auto;
}

.content2 {
  max-width: 1000px;
  margin: 0 auto;
}

.logo {
  /* width: 100px; */
  /* width: 265px; */
  /* width: 205px;
  height: 36px; */
  width: 246px;
  height: 39px;
}
.logo2{
  width: 246px;
  height: 39px;
}

#header #beian {
  /* overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; */
}

.headerNew {
  overflow: hidden;
  width: 100%;
}


/* 手机端 小屏 */

@media (min-width: 1381px) {

  /* #nav {
      display: block;
    } */
  #mobile-nav {
    display: none;
  }
}

@media (max-width: 1380px) {
  #nav {
    display: none !important;
  }

  .nav-active {
    /* background-color: #004be5; */
    background-color: #fff;
  }

  #mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobileNav {

    /* position: relative; */
    padding: 10px 20px;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 0;
  }

  #mobile-nav .mobile-logo {
    width: 180px;
    /* height: 19px; */
    height: 29px;
  }

  #mobile-nav .mobile-logo2 {
    width: 180px;
    height: 29px;
  }

  #mobile-nav .menu-icon {
    width: 26px;
    height: 26px;
  }

  #mobile-nav .menu-icon2 {
    width: 26px;
    height: 26px;
  }

  #mobile-nav .mobile-menu {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 10px;
    /* background-color: #004be5; */
    background-color: #fff;
  }

  #mobile-nav .mobile-menu .mobile-menu-item {
    padding: 0 20px;
  }

  #mobile-nav .mobile-menu .mobile-menu-item .mobile-noactive {
    display: block;
    padding: 12px 6px;
    /* color: #fff; */
    color: #000;
    font-weight: 700;
  }

  /* 先去掉手机端的tab 底部线条 */
  /* #mobile-nav .mobile-menu .mobile-menu-item:not(:last-child) a {
      border-bottom: 1px solid #fff;
    } */
}

.mobile-active {
  /* color: #29cc90; */
  color: #336df6;
  display: block;
  padding: 12px 6px;
  font-weight: 700;
}

.menu-icon1 {
  display: none;
}

.menu-icon2 {
  display: none;
}

.menu-icon3 {
  display: block;
}

.menu-icon4 {
  display: block;
}

.menu-logo-show {
  display: block;
}

.menu-logo-hidden {
  display: none;
}

/* 产品 */
.content-head {
  padding: 80px 30px;
}

/* 动画 */
.content-head .title {
  font-size: 42px;
  font-weight: bold;
}

.content-head .title:hover {
  /* color: #336df6;
  transform: scale(1.1); */
  cursor: pointer;
}

.content-head .introductory {
  font-size: 18px;
  margin-top: 16px;
  cursor: pointer;
}

.main-business .business-item {
  padding: 0 20px 40px;
}

.main-business .business-item2 {
  padding: 0 20px 48px;
}


.main-business .business {
  overflow: hidden;
  /* 先去掉阴影 */
  /* box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25); */
  position: relative;
}

/* 我的优势 */

.icp-all {
  /* border-radius: 10px; */
  /* box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25); */
  background: rgb(255, 255, 255);
  height: 310px;
  cursor: pointer;
}

.youshiall {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.youshiall-e {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width:898px) {

  .youshi1 {
    /* width: 120px; */
    height: 84px;
  }
}

.youshiall2 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}

.youshiall2 img {
  width: 48px;
  height: 48px;
}

.icp-manage {
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background: rgb(0, 75, 229);
  padding: 22px 37px;
  color: #fff;
}


/* 我们的服务 */

.safe-all1 {
  background: url('../../images/s-1.png') no-repeat center center;
  height: 300px;
}

.safe-all2 {
  background: url('../../images/s-2.png') no-repeat center center;
  height: 300px;
}

.safe-all3 {
  background: url('../../images/s-3.png') no-repeat center center;
  height: 300px;
}

.safe-all4 {
  background: url('../../images/s-4.png') no-repeat center center;
  height: 300px;
}

.safe-all5 {
  background: url('../../images/s-5.png') no-repeat center center;
  height: 300px;
}

.safe-all6 {
  background: url('../../images/s-6.png') no-repeat center center;
  height: 300px;
}

.safe-manage {
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  margin: 22px 37px;
  padding: 52px 37px 22px;
}


@media (max-width: 992px) {
  .service-info .count {
    font-size: 42px;
  }

  .content-head {
    padding: 40px 20px;
  }

  .content-head .title {
    font-size: 30px;
    color: #343434;
    font-weight: bold;
  }

  .content-head .introductory {
    font-size: 14px;
    margin-top: 12px;
  }

  .main-business .business-item {
    padding: 0 0px 30px;
    /* padding: 0 30px 30px; */
  }

  .main-business .business-body {
    padding: 0 20px;
  }

  .main-business .business-body-brand {
    padding: 0 10px;
  }

  .recommended-case {
    padding-bottom: 60px;
  }

  .news .news-left {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .content-head {
    padding: 30px;
  }

  .content-head .title {
    font-size: 26px;
    font-weight: bold;
  }

  .content-head .introductory {
    font-size: 14px;
    margin-top: 12px;
  }

  .service-info .info-list {
    padding: 0 20px;
  }

  .service-info .count {
    font-size: 26px;
  }

  .service-info p {
    font-size: 12px;
  }


  .news .news-left .date {
    font-size: 14px;
  }

  .news .news-left .date-day {
    font-size: 28px;
  }

  .news .news-right h4 {
    font-size: 16px;
  }
}


@media (min-width:798px) {
  #header #beian .backBeian {
    width: 100%;
    /* height: 920px; */
  }
}

@media (max-width:798px) {
  #header #beian .backBeian {
    /* height: 100vh; */
    width: 100%;
  }
}

/* 客户案例 经典案例轮播图 */

.recommended-case {
  padding-bottom: 100px;
  background: url('../../images/jingdian-back.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 879px;
}

@media (max-width:798px) {
  .recommended-case {
    padding-bottom: 100px;
    background: url('../../images/jingdian-back.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 520px;
  }

}

#swiper .swiper-container {
  width: 100%;
}


#swiper {
  position: relative;
}

#swiper2 {
  position: relative;
  overflow: hidden;
}


#swiper .swiper-slide {
  position: relative;
}

#swiper2 .swiper-slide {
  position: relative;
}

#swiper .swiper-slide:hover .case-intro {
  display: block;
}

#swiper .swiper-slide .case-title {
  font-size: 24px;
}

#swiper .swiper-slide .case-desc {
  font-size: 14px;
  margin-top: 28px;
}

#swiper .swiper-slide img {
  max-width: 100%;


}

#swiper2 .swiper-slide img {
  max-width: 100%;

}

@media (max-width:989px) {
  .content {
    max-width: 1200px;
  }
}

.buttonChoose {

  color: #fff;
  cursor: pointer;
}

@media (max-width:1297px) {
  #swiper {
    margin: 0 40px;
  }

  #swiper2 {
    margin: 0 20px;
    overflow: hidden;
  }

  .next {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .prev {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
}

@media (min-width:1296px) {

  .next {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .prev {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

}



.box-text {
  text-align: center;
  padding: 20px 40px 40px;
  font-size: 22px;
}

/* .box-text:hover {
  color: #336df6;
  font-size: 23px;
} */



/* 合作品牌 */

.custom-all {
  height: 106px;
  transition: transform 0.5s ease;
}

/* .custom-all:hover {
  transform: scale(1.1);
  cursor: pointer;

} */

@media (min-width:799px) {
  .custom-manage {
    padding: 17px 10px 17px 20px;
    width: 284px;
  }
  .custom-manage-e {
    padding: 5px 10px 5px;
    width: 284px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }

  .main-business .business-item3 {
    padding: 0 20px 20px;
  }

}

.baufenbi {
  font-size: 34px;
}

.custom-manage2 {
  width: 183px;
}

@media (max-width:798px) {
  .custom-manage-e {
    /* padding: 5px 30px 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .brandComany {
    width: 280px;
    margin: 0 auto;
  }

  .custom-manage {
    padding: 17px 40px;

  }

  .main-business .business-item3 {
    padding: 0 0px 20px;
  }
}

.bg1 {
  border-radius: 6px;
  height: 106px;
  background: url('../../images/brand-1.png') no-repeat center center;
}

.bg2 {
  height: 106px;
  border-radius: 6px;
  background: url('../../images/brand-2.png') no-repeat center center;
}

.bg3 {
  height: 106px;
  border-radius: 6px;
  background: url('../../images/brand-3.png') no-repeat center center;
}

.bg4 {
  height: 106px;
  border-radius: 6px;
  background: url('../../images/brand-4.png') no-repeat center center;
}

/* 荣誉证书 */
.certificate-honor {
  /* padding-bottom: 100px; */
  background: url('../../images/rongyu-back.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 1153px;
}

.swiperBox {
  background-color: #fff;
  transition: transform 0.5s ease;

}

.swiperBox:hover {
  transform: scale(0.9);
  cursor: pointer;
}


.box-text2 {
  text-align: center;
  padding: 18px 25px;
  font-size: 18px;
}

/* 英文 */

.icp-all-e {
  /* border-radius: 10px; */
  /* box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25); */
  background: rgb(255, 255, 255);
  height: 365px;
  cursor: pointer;
}
.index-image-e{
  height: 130px;
  margin-top: 20px;
}

.box-text-e {
  /* text-align: center; */
  padding: 20px 40px 40px;
  font-size: 22px;
  height: 180px;
}


@media (min-width:769px) {
  .showphone {
    display: none;
  }

  .show-pc {
    display: block;
  }

  .swiperBox2 {
    width: 380px;
    background-color: #fff;
    margin: 20px 12px;
    transition: transform 0.3s ease;

  }

  .swiperBox2 img {
    height: 200px;
    width: 380px;
  }

  .swiperBox2:hover {
    transform: scale(0.9);
    color: #336df6;
    cursor: pointer;
  }

}


@media (max-width:768px) {
  .certificate-honor-phone {
    /* padding-bottom: 100px; */
    background: url('../../images/rongyu-back.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 580px;
  }

  .showphone {
    display: block;
  }

  .show-pc {
    display: none;
  }

  .swiperBox2 {
    background-color: #fff;
    margin: 20px 12px;
    transition: transform 0.3s ease;

  }

  .swiperBox2 img {
    height: 200px;
    width: 380px;
  }
  .box-text-e{
    font-size: 17px;
  }

  .index-image-e{
    /* height: 130px; */
    margin-top: 20px;
  }


}

/* 荣誉证书左右切换按钮  电脑版 */

@media (max-width:1297px) {
  #swiper {
    margin: 0 40px;
  }

  #swiper2 {
    margin: 0 20px;
    overflow: hidden;
  }

  .next2 {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .prev2 {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
}

@media (min-width:1296px) {

  .next2 {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .prev2 {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

}

/* 荣誉证书左右切换手机版 */

@media (max-width:1297px) {
  #swiper {
    margin: 0 40px;
  }

  #swiper2 {
    margin: 0 20px;
    overflow: hidden;
  }

  .next3 {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .prev3 {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
}

@media (min-width:1296px) {

  .next3 {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .prev3 {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

}


/* 首页动画 */
/* .index-animation {
  transition: transform 0.3s ease;
}

.index-animation:hover {
  color: #336df6;
  transform: scale(1.1);
  cursor: pointer;
}

.brand-animation {
  transition: transform 0.3s ease;
}

.brand-animation:hover {
  transform: scale(1.1);
  cursor: pointer;
} */

