@media (min-width: 1200px) {
  .in-mob {
    display: none !important;
  }

  .container {
    width: 1200px;
  }
  .hidden-lg{
    display: none !important;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .in-pc{
    display: none !important;
  }
  .container {
    width: 100%;
    /* height: 100%; */
    max-width: 375px;
  }
  .navbar {
    background: none;
    border-bottom: none;
  }
  .navbar .navbar-brand {
    width: 75px;
    height: 40px;
  }
  .navbar .container {
    height: 50px;
    padding: 0 14px;
  }
  .navbar .menu-icon > img {
    width: 25px;
    height: 22px;
  }
  /* Home */
  .home {
    background-size: 100% 100%;
  }
  .home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home .home-inner {
    width: 100%;
  }
  .home .home-inner .company-name {
    font-size: 24px;
    padding: 0 35px;
    text-align: center;
    text-shadow: -2px 2px #5d8c55;
  }
  .home .home-inner .company-slogan {
    width: 308px;
    height: 24px;
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/mob/slogan-bg.png");
    background-size: 100% 100%;
    font-size: 14px;
    margin-top: 25px;
    padding: 0 50px;
  }
  .home .home-inner .company-slogan span {
    font-size: 16px;
  }
  .swiper-slide_1 {
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/mob/home-bg.jpg") center center/100% 100% no-repeat;
  }
  .swiper-slide_2 {
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/mob/home-bg2.png") center center/100% 100% no-repeat;
  }

  .swiper-slide_2 .container {
    width: 328px;
  }
  .swiper-slide_2 .container .title {
    width: 100%;
    font-size: 17px;
    font-weight: 800;
  }
  .swiper-slide_2 .container .company-slogan {
    width: 303px;
    margin: 29px auto 0 auto;
    background: url("../image/slogan-bg2.png") center center/100% 100% no-repeat;
    padding: 0 43px;
  }
  .swiper-slide_2 .container .company-slogan span {
    font-size: 12px;
    color: #5d8c55;
  }
  .swiper-slide_2 .container .title > div:nth-of-type(1) {
    margin-bottom: 16px;
  }
  .swiper-slide_2 .container .title span {
    font-size: 29px;
  }

  .swiper-slide_3 {
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/mob/home-bg3.jpg") center center/100% 100% no-repeat;
  }

  .swiper-slide_3 .title {
    font-size: 30px;
  }
  .swiper-slide_3 .subtitle {
    font-size: 15px;
    margin-top: 13px;
  }

  /* Home end */

  /* About */
  .about-me {
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/mob/about-bg.jpg") center center/100% 100% no-repeat
      fixed;
  }
  .about-me .about-title {
    margin-top: 30px;
  }
  .about-me .about-title img {
    width: 144px;
    height: 84px;
    margin-top: 0;
  }
  .about-me .container {
    padding: 0 12px;
  }
  .about-me .about-content {
    width: 100%;
    height: 484px;
    display: block;
    padding: 26px 17px 0;
  }
  .about-content-img {
    width: 100%;
    max-width: 302px;
    height: 172px;
  }

  .about-me .about-content .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-me .about-content .line {
    width: 44px;
    height: 2px;
    background: #ecdc67;
    margin-bottom: 14px;
  }
  .about-me .about-content .abstract {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding-right: 0px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  .about-me .about-content .img-list {
    /* padding-right: 17px; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .about-me .about-content .img-list .img-item {
    width: 87px;
    height: 32px;
  }
  .about-me .about-content .view {
    width: 79px;
    height: 22px;
    background: #ecdc67;
    border-radius: 11px;
    font-size: 12px;
    color: #5d8c55;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .about-me .about-content .view .arrow {
    width: 5px;
    height: 4px;
    margin-left: 5px;
    transform: translateY(1px);
  }
  /* About end  */

  /* Business */
  .business .business-container .business-title {
    width: 30%;
    top: 30px;
  }
  .business-item-box {
    display: block;
  }

  .business-item-box .business-item {
    width: 100%;
    height: 180px;
    max-width: unset;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
  }
  .business-item-box .business-item span {
    position: absolute;
    bottom: 25px;
    top: unset;
    left: 50%;
    /* transform: translateX(-50%); */
  }
  .business-item-box .business-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .business .business-container .business-bom {
    flex: 1;
    min-height: 127px;
    display: flex;
    align-items: center;
    
  }

  .business-bom-content {
    width: 100%;
    height: 127px;
    /* border: 1px solid; */
    display: flex;
    padding: 30px 20px;
    justify-content: space-between;
    align-items: center;
  }
  .business-bom-item .block {
    width: 40px;
    height: 40px;
  }

  .business-bom-item > img {
    width: 40px;
    height: 40px;
  }
  .business-bom-item > span {
    font-size: 15px;
  }
  /* Business end  */

  /* Case */

  .case .case-container .case-title {
    width: 144px;
    height: 84px;
    top: 30px;
  }

  .case-item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .case-item-box .case-item {
    width: 50%;
    /* max-width: 188px; */
  }

  .case-item-box .case-item .case-item-text {
    padding: 0 10%;
    font-size: 12px;
    top: 50%;
    bottom: unset;
  }

  .case .case-item .btn {
    width: 84px;
    height: 23px;
    border-radius: 12px;
    font-size: 12px;
    margin-top: 26px;
  }
  .case .case-item .arrow {
    width: 5px;
    height: 4px;
    margin-left: 5px;
    transform: translateY(1px);
  }

  .case-item.item-3 .case-item-text,
  .case-item.item-4 .case-item-text {
    top: 45%;
  }

  .case-item.item-2 .case-item-text .btn {
    margin-top: 27px;
  }

  .case-item.item-3 .case-item-text .btn {
    margin-top: 21px;
  }
  .case-item.item-4 .case-item-text .btn {
    margin-top: 32px;
  }

  /* Case end  */

  /* Core */
  .core {
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/mob/core.jpg") center center/100% 100% no-repeat fixed;
  }
  .core .container {
    overflow-x: hidden;
  }
  .core .container .case-title {
    width: 166px;
    height: 89px;
  }
  .navigation-circle {
    height: 650px;
    width: 650px;
  }
  .navigation-circle__list {
    height: 650px;
    width: 650px;
  }

  .navigation-circle_2 {
    height: 250px;
    width: 250px;
  }

  .navigation-circle_3 {
    height: 450px;
    width: 450px;
  }

  .navigation-circle-list-item__point {
    transform: scale(0.5);
  }

  .navigation-circle-list-item__point:before {
    transform: scale(0.45);
  }

  .navigation-circle-list-item:active
    .navigation-circle-list-item__point:before,
  .navigation-circle-list-item.active
    .navigation-circle-list-item__point:before {
    transform: scale(0.45);
  }

  .navigation-circle-list-item:nth-of-type(1) {
    transform: rotateZ(15deg);
  }

  .navigation-circle-list-item:nth-of-type(2) {
    transform: rotateZ(155deg);
  }

  .navigation-circle-list-item:nth-of-type(3) {
    transform: rotateZ(195deg);
  }
  .navigation-circle-list-item:nth-of-type(4) {
    transform: rotateZ(-25deg);
  }

  .navigation-circle-list-item__meta {
    width: 150px;
  }

  .navigation-circle-list-item__img {
    width: 40px;
    height: 35px;
    margin-bottom: 8px;
  }

  .navigation-circle-list-item__title {
    font-size: 14px;
  }

  .navigation-circle-list-item__subtitle {
    font-size: 12px;
  }

  .navigation-circle-list-item:nth-of-type(1)
    .navigation-circle-list-item__meta {
    transform: rotateZ(75deg);
  }

  .navigation-circle-list-item:nth-of-type(1)
    .navigation-circle-list-item__meta:hover {
    transform: scale(1.1) rotateZ(75deg);
  }

  .navigation-circle-list-item:nth-of-type(2)
    .navigation-circle-list-item__meta {
    transform: rotateZ(295deg);
    left: -172px;
    top: -101px;
  }

  .navigation-circle-list-item:nth-of-type(2)
    .navigation-circle-list-item__meta:hover {
    transform: scale(1.1) rotateZ(295deg);
  }
  .navigation-circle-list-item:nth-of-type(3)
    .navigation-circle-list-item__meta {
    transform: rotateZ(256deg);
    left: -210px;
    top: -52px;
  }

  .navigation-circle-list-item:nth-of-type(3)
    .navigation-circle-list-item__meta:hover {
    transform: scale(1.1) rotateZ(256deg);
  }
  .navigation-circle-list-item:nth-of-type(4)
    .navigation-circle-list-item__meta {
    transform: rotateZ(115deg);
    top: -120px;
    left: -205px;
  }

  .navigation-circle-list-item:nth-of-type(4)
    .navigation-circle-list-item__meta:hover {
    transform: scale(1.1) rotateZ(115deg);
  }

  /* Core end  */

  /* New */

  .news {
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/mob/news-bg.jpg") center center/100% 100% no-repeat
      fixed;
  }

  .news .container {
    padding-top: 22px;
  }

  .news .news-title img {
    width: 147px;
    height: 88px;
    margin-top: 8px;
  }

  .news .news-content {
    margin-top: 30px;
  }

  .news .news-content .news-item {
    max-width: 100%;
    margin-bottom: 22px;
    padding-right: 17px;
    padding-left: 14px;
  }

  .news .news-content .news-item img {
    width: 97px;
    height: 97px;
    margin-right: 9px;
  }

  .news .news-content .news-item .context {
    font-size: 30px;
  }
  .news .news-content .news-item .title {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .news .news-content .news-item .time {
    font-size: 12px;
  }
  .news .news-content .news-item .desc {
    font-size: 12px;
    margin-bottom: 11px;
  }
  .news .news-content .news-item .more-btn {
    width: 59px;
    height: 18px;
    border-radius: 9px;
    font-size: 10px;
    line-height: 18px;
  }
  .news .view-more {
    width: 84px;
    height: 23px;
    border-radius: 12px;
    font-size: 12px;
  }
  .news .view-more img {
    width: 5px;
    height: 4px;
    margin-left: 5px;
    transform: translateY(1px);
  }
  /* New end  */

  /* Contact */

  .contact {
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/image/contact-bg.jpg") center center/100% 100% no-repeat
      fixed;
    padding-top: 0;
  }

  .contact .container {
    background: none;
    max-width: 375px;
    height: 456px;

    min-height: 456px;
    background: url("https://lj-mall.oss-cn-chengdu.aliyuncs.com/kangbaqing/image/contact-container.png") center 124px/342px 333px
      no-repeat;
    display: block;
    padding: 0 17px;
    margin: 41px auto 21px;
  }
  .contact .title {
    width: 100%;
    height: 88px;
    margin-top: 34px;
    text-align: center;
  }

  .contact .title img {
    width: 147px;
    height: 100%;
  }

  .contact .contact-cycler {
    width: 227px;
    height: 226px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .contact .contact-cycler .cycler {
    width: 100%;
    height: 100%;
  }

  .contact .contact-cycler .qrcode {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 118px;
    left: 83px;
  }

  .contact .contact-cycler .qrcode img {
    margin-bottom: 4px;
  }

  .contact .contact-cycler .qrcode > span {
    font-size: 12px;
  }

  .contact .way {
    margin: 22px 37px 0 37px;
    padding: 0;
  }

  .contact .way .phone-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .contact .way .phone {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .contact .way .list li {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .contact .way .list li img {
    width: 13px;
    height: 13px;
    margin-right: 12px;
  }

  .contact .Copyright {
    font-size: 12px;
  }
  /* Contact end */
}


