@charset "utf-8";

.indexbg {
    padding: 50px 0;
}

.banner {
    /*margin-top: -100px;*/
    position: relative;
}

/* service */
.indextitle h2 {
    text-align: center;
    font-weight: bold;
    padding: 40px 0;
    font-size: 36px;
    word-wrap: break-word;
    white-space: normal;
}

.cardsimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    padding-top:75%;
}

.cardsimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    transition: all ease 0.3s;
}

.cardsimg:hover img {
    transform: scale(1.2);
    transition: all ease 0.3s;
}

.cards .ltxt {
    width: 100%;
    background-color: #f4f4f4;
    color: #000;
    padding: 0 10px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.cards .ltxt p {
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
}

.cards .ltxt:hover {
    color: #005bab;
    transition: 0.5s;
}

.cards {
    margin-bottom: 50px;
}

/* anout */
.indexbg1 {
    background-color: #f0f0f0;
    padding: 50px 0;
}
.indexbg1_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.aboutimg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.aboutimg img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.35s ease
}

.aboutimg:hover img {
    transform: scale(1.1);
}

.abouttitle {
    width: 97%;
    padding-left: 3%;
}

.abouttit {
    padding-top: 50px;

}

.abouttit h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;word-wrap: break-word;
    white-space: normal;
}

.abouttit h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;word-wrap: break-word;
    white-space: normal;
}

.abouttit span {
    line-height: 24px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
}

.abouttit1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.abouttit1 i {
    font-size: 20px;
    margin-right: 10px;
    color: #005bab
}

.abouttit1 h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: italic;word-wrap: break-word;
    white-space: normal;
}

.abouttit1 p {
    color: #666;
    word-wrap: break-word;
    word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
}

.aboutmore {
    background-color: #005bab;
    border-radius: 35px;
    padding: 8px 35px;
    display: inline-block;
    color: #Fff;
    transition: all ease 0.3s;
    
        margin-top: 20px;
}

.aboutmore a {
    color: #fff
}

.aboutmore:hover {
    padding: 8px 45px;
    transition: all ease 0.3s;
}

/* messages */
.indexmessages {
    background-color: #f0f0f0;
    padding: 50px;
}

.public_tableli {
    border-radius: 0%;
    margin: 15px 0;
}

.public_tabletextarea {
    width: 100%;
}

.public_tableli input {
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 100%;
}

.public_tabletextarea textarea {
    resize: none;
    height: 120px;
    width: 100%;
    padding: 15px;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #000;
    background-color: #fff !important;
    border: 1px solid #e5e5e5;
    outline: none;
    background: none;
}

.public_tableli input:focus,
.public_tableli textarea:focus {
    border: 1px solid #4dbbf1;
}

.public_tableli p {
    font-size: 14px;
    color: #005bab;
    font-weight: bold;
    margin-top: 5px;
}
.table_btn {
    margin-top: 20px;
}

.table_btn a {
    padding: 10px 30px;
    background-color: #005bab;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
    display: inline-block;
    transition: all ease 0.3s;

}
.table_btn a:hover{
    padding: 10px 40px;
    transition: all ease 0.3s;

}
.messagesimg{
    padding: 0 0;
}
.messagesimg img {
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

/* indexFAQ */
.indexFAQ{
    background: url(../images/j82.png) no-repeat;
    background-size:cover ;
    margin: 50px 0 0 0;
    padding: 100px 0;
}
.accordion-button:not(.collapsed){
    background-color: #005bab;
    color:#fff
}
/* news */
.indexnews{
    padding-bottom: 50px;
}
.news_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  
.news_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
.news {
    padding-bottom:20px;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.news span {
    margin-top: 10px;
    display: block;
    color: #005bab;
}

.news h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 10px 0;word-wrap: break-word;
    white-space: normal;
}

.news h3 {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    ;
    margin: 10px 0;
    line-height: 22px;word-wrap: break-word;
    white-space: normal;
}


.news_more {
    margin-top: 20px;
    text-transform: none;
}

.news_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    transition: all 0.5s;
    border: 3px #ddd solid;
}

.news:hover .news_more a {
    text-decoration: none;
    background-color: #005bab;
    transition: all 0.5s;
    color: #fff;
    border: 3px #005bab solid;
}
.newsline {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    transform: translateX(-50%);
    background-color: #005bab;
    transition: 0.5s;
}

.news:hover .newsline {
    width: 100%;
}
.news_title{
    padding: 10px 20px;
}

/* view */
.mySwiper3 .swiper-slide{
    padding-top: 25px;
    padding-bottom:50px;
}


.view{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
}
.view .c{
    position: relative;
}
.view .dh{
    position: absolute;
    top: 0px;
    background-color: #005bab;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    right: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view .viewtit{
    padding: 30px 20px;
    margin-top: 25px;
    flex: 1;
}
.viewtit h5{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;word-wrap: break-word;
    white-space: normal;
}
.viewtit p{
    font-size:14px;
    color:#999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;word-wrap: break-word;
    white-space: normal;
}
.view .limg{
    display: flex;
    justify-content: start;
    align-items: center;
}
.view i{
    width: 50px; 
    height:50px;
    border-radius:50px;
    color:#fff;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.mySwiper3{
    position: relative;
}
.mySwiper3 .swiper-slide{
    height: auto;
}
.view{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
}
.view .ltxt p{
    font-size: 14px;
    margin: 15px 0;
    word-wrap: break-word;
    word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 4;*/
    /*overflow: hidden;*/
}
/* footer */
footer{
    background-color: #363a42;
    padding: 30px 0 20px 0;
}
.fotimg{
    /*margin-bottom:30px;*/
}
.fotleft{
    margin-bottom: 20px;
    color:#fff
}
.fotleft i{
    position: absolute;
    width: 45px;
    height: 45px;
    line-height:45px;
    text-align: center;
    /*background-color: #676a74;*/
    color:#fff;
    font-size:28px;
    font-weight: bold;
}
.fotleft .fottit{
    padding-left: 60px;
    flex: 1;
}
.fotleft .fottit h3{
    text-transform: none;
}
.fotleft .fottit p{
    font-size:14px;
    color:#999;
    word-wrap: break-word;
    white-space: normal;
}
.footer_bdtxt{
     word-wrap: break-word;
    white-space: normal;
}
.footer_logo img{
    max-height: 100px;
    vertical-align: middle;
}
.footericon {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footericon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius:5px;
    /*background-color: #676a74;*/
    margin-right: 15px;
    text-align: center;
    transition: all 0.35s ease
}

.footericon a i {
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.footericon a:hover {
    transform: scale(0.8);
}
#map_fot{
    height: 300px;
}
.footer_bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    border-top: 1px solid #fff;
    color: #fff;
    margin-top: 30px;
}

.footer_bd a {
    font-size: 14px;
    color: #005bab;
}


.indexproduct{padding: 60px 0;}
.indexproduct_title{margin-bottom: 30px;}
.indexproduct_title h2{font-size: 42px;color: #000;font-weight: bold;text-align: center;word-wrap: break-word;
    white-space: normal;}
    
    .pro-showcase_title h2{font-size: 42px;color: #000;font-weight: bold;text-align: center;word-wrap: break-word;
    white-space: normal;}
    
    .pro-showcase_title{margin-bottom: 60px;}
    
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box {height: 100%;position: relative;overflow: hidden;border: 1px solid #ddd;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_img{width: 100%;height: auto;position: relative;overflow: hidden;display: block;padding-top: 100%;}
.indexproduct_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content{background-color: #004EA2;padding: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.indexproduct_content h3{color: #fff;text-align: center; font-weight: bold; font-size: 18px;word-wrap: break-word;word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;display: -webkit-box;
/*-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;*/
    
}
.indexproduct_content a{color: #fff;font-size: 18px;font-weight: bold;text-align: center;display: block;word-wrap: break-word;word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
/*display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;*/
min-height: 44px;

 display: flex;
    align-items: center;
    justify-content: center;
    
}
.indexproduct_li:hover .indexproduct_box{border: 1px solid #00c4d8;border-radius: 20px;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}

 
.pro-showcase { width: 100%; }
.pro-showcase__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  padding-top: 90px;
      opacity: 0.9;
}
.pro-showcase__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: stretch;
  gap: 40px;
}

/* 左侧列表 */
.pro-showcase__sidebar {
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  
      justify-content: center;
}
.pro-showcase__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 16px;
  /*background: rgba(255,255,255,0.5);*/
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  /*border: 2px solid transparent;*/
}
.pro-showcase__item:hover {
        /*color: #005BAB;*/
  /*background: #fff;*/
  /*box-shadow: 0 4px 20px rgba(0,0,0,0.08);*/
}
.pro-showcase__item:hover .pro-showcase__name {
    color: #004EA2;
}
.pro-showcase__item.is-active .pro-showcase__name {
  /*background: #fff;*/
  /*border-color: #0066cc;*/
  /*box-shadow: 0 4px 20px rgba(0,102,204,0.12);*/
    color: #004EA2;
}

 
.pro-showcase__thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f0;
}
.pro-showcase__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pro-showcase__name {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

/* 中间大图 */
.pro-showcase__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.pro-showcase__visual img {
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
  border-radius: 16px;
  /*box-shadow: 0 20px 60px rgba(0,0,0,0.15);*/
  transition: opacity 0.3s ease;
}

/* 右侧信息 */
.pro-showcase__info {
  width: 400px;
  flex-shrink: 0;
  /*background: rgba(255,255,255,0.5);*/
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pro-showcase__title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin: 0 0 24px 0;
  line-height: 1.2;
}
.pro-showcase__features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.pro-showcase__feature {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.pro-showcase__feature:last-child {
  border-bottom: none;
}
.pro-showcase__feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  background: #0066cc;
  border-radius: 50%;
}
.pro-showcase__more a {
  display: inline-block;
  padding: 14px 36px;
  background: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.pro-showcase__more a:hover {
  background: #0052a3;
}
 
 /* 中间大图 */
.pro-showcase__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
}
.pro-showcase__visual img {
  width: 100%;
  max-width: 100%;
  max-height: 640px;
  object-fit: contain;
  border-radius: 16px;
  /*box-shadow: 0 20px 60px rgba(0,0,0,0.15);*/
  transition: opacity 0.3s ease;
}

.fotimg { 
    margin-top: -20px;
}


/*.pro-showcase__item {*/
/*    backdrop-filter: blur(8px);*/
/*    border: 1px solid rgba(66, 83, 114, 0.3);*/
/*    box-shadow: 0 4px 12px rgba(66, 83, 114, 0.03);*/
/*}*/

/*.pro-showcase__visual img {*/
/*    border: 1px solid rgba(196, 204, 222, 0.4);*/
/*    box-shadow: */
/*        0 10px 30px -5px rgba(196, 204, 222, 0.08),*/
/*        0 20px 50px -10px rgba(0, 0, 0, 0.05);*/
/*}*/

/*.pro-showcase__info {*/
/*    backdrop-filter: blur(16px);*/
/*    border: 1px solid rgba(195,203,221,0.8);*/
/*    box-shadow: */
/*        inset 0 1px 1px rgba(195,203,221, 0.9),*/
/*        0 12px 32px rgba(0, 0, 0, 0.04);*/
/*}*/

 
.footericon a { 
    margin-left: -17px;
}

a.youqing_url {
    color: #fff;
  
}

.youqing_div {
    padding-top: 10px;
    padding-left: 5px;
}

@media (max-width:576px) {
    
    .youqing_div { 
    padding-bottom: 30px;
}

    
    .pro-showcase_title h2 {
    font-size: 30px; 
}

    
    .indexproduct_content a{ 
min-height: 96px;
    
}

    
     .pro-showcase__bg {
    padding: 30px 0;
  }
  .pro-showcase__container {
    flex-direction: column;
    gap: 24px;
    padding: 0 15px;
  }
  .pro-showcase__sidebar {
    width: 100%;
    flex-direction: column;
    overflow-x: visible;
    gap: 10px;
    padding-bottom: 0;
  }
  .pro-showcase__item {
    width: 100%;
    min-width: auto;
  }
  .pro-showcase__visual {
    min-height: auto;
  }
  .pro-showcase__visual img {
    max-height: 280px;
  }
  .pro-showcase__info {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
  }
  .pro-showcase__title {
    font-size: 24px;
  }
  
    
      .indexproduct{padding: 40px 0  10px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct_content{padding: 15px 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 16px;}
  
    
    .fotleft_phone {
    margin-bottom: 20px;
}

    .navbar-toggler {
        background-color: #005bab;
    }
    .banner{
        margin-top:-15px;
    }
    .indextitle h2{
        font-size:30px;
        line-height: 30px;
    }
    .indexmessages{
        padding: 10px 10px;
    }
    .public_tableli{
        margin: 5px 0;
    }
    .indexFAQ{
        padding: 30px 0;
    }
    .news{
        margin-bottom: 20px;
    }
    .view .viewtit{
        padding: 10px 10px;
        margin-top: 10px;
        margin-left: 5px;
    }
    #map_fot{
        margin-top: 20px;
    }



}

@media (min-width:576px) and (max-width:768px) {
        .pro-showcase_title h2 {
    font-size: 30px; 
}

    
      .indexproduct{padding: 40px 0  10px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct_content{padding: 15px 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 16px;}
  
    .navbar-toggler {
        background-color: #005bab;
    }
    .indextitle h2{
        font-size:30px;
        line-height: 30px;
    }
    .indexmessages{
        padding: 10px 10px;
    }
    .public_tableli{
        margin: 5px 0;
    }
    .indexFAQ{
        padding: 30px 0;
    }
    .news{
        margin-bottom: 20px;
    }
    .view .viewtit{
        padding: 10px 10px;
        margin-top: 10px;
        margin-left: 5px;
    }
    #map_fot{
        margin-top: 20px;
    }


}


@media (min-width:768px) and (max-width:992px) {
        .pro-showcase_title h2 {
    font-size: 30px; 
}

    
    .pro-showcase__name { 
    word-break: break-all;
}

.pro-showcase__bg { 
    padding: 60px 0;
}

         
    .pro-showcase__feature {
  font-size: 21px;
  color: #333;
  line-height: 1.7;
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

  .pro-showcase__container {
    flex-wrap: wrap;
  }
  .pro-showcase__sidebar {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .pro-showcase__item {
    min-width: 220px;
  }
  .pro-showcase__visual,
  .pro-showcase__info {
    width: 100%;
  }
  
    
      .indexproduct{padding: 40px 0  10px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct_content{padding: 15px 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 16px;}
  

    .navbar-toggler {
        background-color: #005bab;
    }
    .banner{
        margin-top:-15px;
    }
    #map_fot{
        margin-top: 20px;
    }

}

@media (min-width:780px) and (max-width:992px) {
.pro-showcase__sidebar {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.pro-showcase__sidebar::-webkit-scrollbar {
    display: none;
}
}

@media (min-width:992px) and (max-width:1199px) {
    
        .pro-showcase_title h2 {
    font-size: 30px; 
}

    
.pro-showcase__sidebar {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.pro-showcase__sidebar::-webkit-scrollbar {
    display: none;
}
    
    
.pro-showcase__bg { 
    padding: 60px 0;
}

    
     
    .pro-showcase__feature {
  font-size: 24px;
  color: #333;
  line-height: 1.7;
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

  .pro-showcase__container {
    flex-wrap: wrap;
  }
  .pro-showcase__sidebar {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .pro-showcase__item {
    min-width: 220px;
  }
  .pro-showcase__visual,
  .pro-showcase__info {
    width: 100%;
  }
  
    
      .indexproduct{padding: 40px 0  10px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct_content{padding: 15px 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 16px;}
  
   
    .navbar-toggler {
        background-color: #005bab;
    }
    .abouttitle{
        width: 100%;
        padding-left: 0;
    }
    .abouttit{
        padding-top: 0;
    }

  
}

@media (min-width:1200px) and (max-width:1400px) {
    .abouttitle{
        width: 100%;
        padding-left: 0;
    }
    .abouttit{
        padding-top: 0;
    }
}

@media (min-width:1400px) and (max-width:1680px) {
    .project_box {
        padding: 20px;
    }
}



@media (min-width:1400px) {
    .pro-showcase__visual img {
    width: 115%;
    max-width: 115%; 
    margin-top: 170px;
}

.pro-showcase__sidebar { 
    margin-left: -100px;
}

.pro-showcase__info { 
    margin-right: -100px;
}
 
}


