/* About Us — yichangenterprise brand (#1769ff) */
.yk_about_us{
  padding:0 0 48px;
  background:#fff;
  overflow:hidden;
}
.yk_about_us img{max-width:100%;height:auto;}
.yk_about_us .bx_container{
  width:1170px;
  max-width:100%;
  margin:0 auto;
  padding:0 15px;
  box-sizing:border-box;
}
.yk_about_us h2{
  margin:0 0 12px;
  padding:48px 0 0;
  font-size:34px;
  font-weight:400;
  letter-spacing:.04em;
  text-align:center;
  text-transform:capitalize;
  color:#1a1d21;
  font-family:'Fjalla One',Arial,sans-serif;
}
.yk_about_us h2:after{
  content:"";
  display:block;
  width:56px;
  height:3px;
  margin:16px auto 28px;
  border-radius:2px;
  background:linear-gradient(90deg,#1769ff,#3d82ff);
}
.yk_about_us .col-lg-3,
.yk_about_us .col-lg-4{
  padding-left:10px;
  padding-right:10px;
}

/* Company Profile */
.yk_company{padding-bottom:20px;}
.company_item{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:24px;
  margin-bottom:24px;
}
.s-left-item,
.s-right-item{
  width:50%;
  padding:0;
}
.company_item .company_img{
  overflow:hidden;
  border-radius:14px;
  box-shadow:0 14px 32px rgba(15,40,80,.14);
  background:#eef2f7;
}
.company_item .company_img img{
  width:100%;
  display:block;
  object-fit:cover;
}
.company_item .company_text{
  padding:8px 4px 8px 8px;
  font-size:15px !important;
  line-height:1.8;
  color:#334155;
}
.company_item .company_text span,
.company_item .company_text strong,
.company_item .company_text p{
  font-size:15px !important;
  line-height:1.8 !important;
  color:#334155;
}

/* Why Choose Us */
.yk_choose_us{padding-bottom:10px;}
.yk_choose_us ul{
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  margin:0 -10px 20px;
  padding:0;
  width:auto;
}
.yk_choose_us ul:after{
  content:"";
  display:table;
  clear:both;
}
.yk_choose_us ul li{
  float:none;
  width:25%;
  padding:0 10px 20px;
  box-sizing:border-box;
  text-align:center;
}
.yk_choose_us ul li img{
  display:block;
  max-height:88px;
  max-width:88px;
  margin:0 auto 14px;
}
.yk_choose_us ul li h4{
  margin:0 0 8px;
  color:#1769ff;
  font-size:17px;
  font-weight:700;
  line-height:1.35;
}
.yk_choose_us ul li p{
  margin:0;
  line-height:1.65;
  color:#556070;
  font-size:14px;
}
.yk_choose_us .us_item{padding:0 4px;}

/* Stats / information */
.yk_infomation{
  position:relative;
  z-index:1;
  display:block;
  margin:36px 0;
  padding:42px 0;
  background:linear-gradient(135deg,#0f4fbf 0%,#1769ff 55%,#3d82ff 100%);
  overflow:hidden;
}
.yk_infomation .bx_container{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  margin:0 auto;
}
.yk_infomation .bx_container > [class*="col-"]{
  float:none;
  display:flex;
}
.counter-box{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  width:100%;
  padding:12px 8px;
  position:relative;
  z-index:1;
}
.counter-box .icon{
  flex:0 0 auto;
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(255,255,255,.14);
  font-size:28px;
  color:#fff;
}
.counter-box .icon img{
  max-width:32px;
  max-height:32px;
  filter:brightness(0) invert(1);
}
.counter-box .counter{
  display:block;
  line-height:1;
  color:#fff;
  font-size:36px;
  font-weight:700;
  font-family:'Fjalla One',Arial,sans-serif;
}
.counter-box .title{
  color:rgba(255,255,255,.88);
  margin:8px 0 0;
  font-size:14px;
  font-weight:500;
  text-transform:capitalize;
}
.counter-box .title p{margin:0;color:inherit;}

/* Product Applications */
.yk_team{
  display:block;
  width:100%;
  margin:0 0 20px;
}
.yk_team .team_items{
  display:flex;
  flex-wrap:wrap;
  margin:0 -10px;
}
.yk_team .team_items > [class*="col-"]{
  float:none;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:20px;
}
.yk_team .team_item{
  height:100%;
  background:#fff;
  border:1px solid #e6eef8;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(15,40,80,.06);
  transition:transform .2s ease,box-shadow .2s ease;
}
.yk_team .team_item:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(23,105,255,.12);
}
.yk_team .team_item img{
  width:100%;
  display:block;
  transition:transform .45s ease;
}
.yk_team .team_item:hover img{transform:scale(1.06);}
.team_item_img{overflow:hidden;cursor:pointer;aspect-ratio:4/3;background:#eef2f7;}
.team_item_img img{width:100%;height:100%;object-fit:cover;}
.yk_team .team_text{
  min-height:auto;
  padding:16px 14px 18px;
  text-align:center;
}
.yk_team .team_text h3{
  margin:0;
  padding:0;
  font-size:16px;
  color:#1a1d21;
  font-weight:700;
  line-height:1.35;
}

/* Partner */
.yk_Partner{
  display:block;
  width:100%;
  margin:0 0 20px;
  overflow:hidden;
}
.yk_Partner ul,
.yk_Partner .link_list,
.yk_Partner > div{
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  margin:0 -10px 10px;
  padding:0;
}
.yk_Partner li,
.yk_Partner .link_list li{
  float:none !important;
  width:16.66%;
  padding:0 10px;
  margin:0 0 16px;
  box-sizing:border-box;
  box-shadow:none !important;
}
.yk_Partner li a,
.yk_Partner li img{
  display:block;
  width:100%;
}
.yk_Partner li a,
.yk_Partner li > *{
  border:1px solid #e6eef8;
  border-radius:10px;
  background:#fff;
  padding:12px;
  box-shadow:0 6px 16px rgba(15,40,80,.05);
  transition:border-color .2s ease,box-shadow .2s ease;
}
.yk_Partner li a:hover{
  border-color:#cfe0ff;
  box-shadow:0 10px 22px rgba(23,105,255,.1);
}

/* Certificate */
.yk_certificate{
  width:100%;
  max-width:1000px;
  display:block;
  margin:0 auto 40px;
  overflow:hidden;
}
.yk_certificate .bx-wrapper{
  margin:0 auto 12px;
  box-shadow:none;
  border:0;
  background:transparent;
}
.yk_certificate .bx-wrapper .bx-viewport{
  box-shadow:none;
  border:0;
  background:transparent;
  left:0;
}
.yk_certificate .yk_cert_slider{
  margin:0;
  padding:0;
  list-style:none;
}
.yk_certificate .yk_cert_slider li{
  text-align:center;
}
.yk_certificate .yk_cert_slider a{
  display:block;
  padding:8px;
  background:#fff;
  border:1px solid #e6eef8;
  border-radius:10px;
  box-shadow:0 6px 16px rgba(15,40,80,.06);
  transition:border-color .2s ease,box-shadow .2s ease;
}
.yk_certificate .yk_cert_slider a:hover{
  border-color:#cfe0ff;
  box-shadow:0 10px 22px rgba(23,105,255,.12);
}
.yk_certificate img{
  display:block;
  width:100%;
  height:auto;
  max-height:280px;
  object-fit:contain;
  margin:0 auto;
  border-radius:6px;
}
.yk_certificate .bx-controls-direction a{
  z-index:2;
}

@media screen and (max-width:991px){
  .yk_about_us h2{font-size:28px;padding-top:36px;}
  .yk_choose_us ul li{width:50%;}
  .yk_Partner li,
  .yk_Partner .link_list li{width:33.33%;}
}
@media screen and (max-width:768px){
  .company_item{
    display:block;
  }
  .s-left-item,
  .s-right-item{
    width:100%;
  }
  .company_item .company_img{margin-bottom:16px;}
  .yk_choose_us ul li{width:50%;}
  .yk_infomation{padding:28px 0;margin:24px 0;}
  .counter-box{margin:8px 0;}
  .counter-box .counter{font-size:28px;}
  .yk_team .team_items > [class*="col-"]{margin-bottom:14px;}
  .yk_Partner li,
  .yk_Partner .link_list li{width:50%;}
  .yk_about_us h2{padding-top:28px;}
}
