@charset "utf-8";
/* 头部 */
.top .container{padding:30px 0 50px 0;}
.top ul li{
	color: #626262;
	font-size: 14px;
}
/*导航*/
.nav>li>.nav_title {
    padding: 18px 40px;
    font-size: 16px;
  }
  .active_nav{background: #e3a200}
  .navbar.navbar_style{
    background-color: #00509b;
    border:none;
    border-radius: 0;
  }
  .navbar-default.navbar_style .navbar-nav>li>a {
    color: white;
  }
  .navbar-collapse .collapse{
    position: relative;
  }
  .collapse .nav_logo{
    position: absolute;
    bottom:-1px;
  }
  /* footer */
#footer{
    margin-top: 50px;
    background: url(../images/bottom_bg.png) no-repeat;
    padding: 150px 0 30px 0;
    background-size: 100% 100%;
  }
  #footer .col-sm-6 .footer_style .form-control{
    border-color: #666666;
    background: #171717;
  }
  #footer .col-sm-6 .footer_style input{
    height: 40px;
    line-height: 40px;
  }
  #footer .col-sm-6 .footer_style i{font-size: 22px;color: #666666}
  #footer .col-sm-6 .form-control-feedback {line-height: 40px;}
  #footer .col-sm-6 button{
    background: #222121;
    color: #666666;
    padding: 3px 25px;
    font-size: 16px;
    outline: none;
    margin-top: 10px;
  }
  #footer .col-sm-6 p{
    font-size: 18px;
    color: #666;
    border-bottom: 2px solid #666666;
    display: inline;
    padding: 0 80px 10px 0;
  }
  #footer .col-sm-6 ul li{
    padding: 5px 0;
    font-size: 16px;
    color: #666666;
  }
  #footer .col-sm-6 .list-inline li{
    padding-right: 15px;
  }
  .fl6{padding-right: 100px;}
  
  /* about us */
    #search {
    margin: 30px 0 50px 0;
    border-bottom: 2px solid #e2e2e2;
  }
  #search .footer_style i {
    font-size: 20px;
    color: #a7a7a7;
  }
  #search  .breadcrumb {
    background-color: #fff;
  }
    #gsjj .col-sm-4 h3{
    font-size: 30px;
  }
  #gsjj .col-sm-4 p{
    font-size: 22px;
    padding:5px 0 20px 0;
    color: #666666;
  }
  #gsjj .col-sm-8 p{
    background: #eeeeee;
    padding: 15px 25px;
    border-radius: 8px;
    line-height: 25px;
    box-shadow: 0px 3px 5px 1px #c1c1c1;
    text-align:justify
  }
  #gsjj .about_us_gsjj{
    margin-top: 25px;
  }
  #gsjj .col-sm-12:nth-child(2){line-height: 25px}
  .corporate_style{
    width: 100%;
    background: #00509b;
    padding: 50px 0 150px 0;
    position: relative;
  }
  #corporate_style{
    height: 450px;
    margin-top: 70px;
  }
  #corporate_style p{
    font-size: 30px;
    color: white;
  }
  #corporate_style .container{
    position: absolute;
    margin-top: 40px;
    left: 0;
    right: 0
  }
    #choose_us {margin-top: 30px;}
  #choose_us .container {
    background:url(../images/about_us.png) no-repeat;
    height: 700px;
    background-position: center;
  }
  #choose_us h3{font-size: 30px;}
  #choose_us p {
    font-size: 20px;
    color: #666666;
    padding: 30px 0 0 0;
}
  #choose_us p:nth-child(2){padding:0;}
  #choose_us .container .clear{margin-top: 10%}
  #choose_us .container .clear:nth-child(2){margin-top: 21%}
  #choose_us .container .clear div{
    width: 350px;
    font-size: 20px;
    color: #666;
    text-align: left;
  }
  #choose_us .container .clear .pull-left{text-align: left;}
  #choose_us .container .clear .pull-right{text-align: right;}
  #choose_us .container .clear .choose_4 {
    margin-top: 8%;
}
  #choose_us p.choose_end {
    padding: 0;
    width: 450px;
    margin: 0 auto;
}
  #honor{
    background:url(../images/about_bg.png) repeat-x;
    padding:0 0 60px 0;
    margin-top: 60px;
  }
  #honor .honor_title{
    font-size: 30px;
    text-align: center;
    padding: 60px 0 50px 0;
}
    #youshi .container .w_20{
    margin:70px 0;
  }
#youshi .container .w_20 p{
  line-height: 20px;
  color: #00509b;
  font-size: 14px;
  padding-top: 10px;
}
#youshi .container .w_20 img{
transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 1s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
#youshi .container .w_20 img:hover{
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);   /* IE 9 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  -o-transform: rotate(360deg);    /* Opera */
  -moz-transform: rotate(360deg);    /* Firefox */
}
/*case*/
  #case{}
  #case .thumbnail{
    border:0;
    padding:0;
  }
  #case .thumbnail .caption {
    padding: 15px 0;
    color: #333;
}
#case .thumbnail .caption p{
  padding:10px 0;
}
#case .thumbnail .caption a.btn {
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
background: #cccccc;
border-radius: 20px;
color: white;
padding: 3px 4px 3px 20px; 
}
#case .thumbnail .caption a.btn:hover{
 background: #e3a200;
}
#case .thumbnail .caption img{display: inline-block;}
#case .col-sm-3 ul li .case_cp{
  background: #cfd1d3;
  text-align: center;
  overflow: hidden;
}
#case .col-sm-3 .case_title{
  font-size: 18px;
    background: #00509b;
    padding: 15px 0;
    text-align: center;
    color: white;
}
#case .col-sm-3 ul li p{
  font-size: 16px;
  color: #999999;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
#case .col-sm-3 ul li{margin-bottom: 30px;}
#case .col-sm-3 ul li a:hover p{color: #4989c6}
#case .col-sm-3 ul{
  border: 1px solid #ccc;
  padding:20px 10px;
}
#case .col-sm-3 .contact_all {
    background: #f9f6ef;
    margin-top: 30px;
    padding: 10px;
}
#case .col-sm-3 .contact_all p{
  padding:10px 10px 5px 10px;
  word-wrap: break-word;
  font-size: 14px;
}
#case .col-sm-3 .contact_all p span{color: #00509b;font-size: 26px;padding-left: 5px;}
#case .col-sm-3 .contact_all p:nth-child(2) span{color: #00509b;font-size: 16px;display: inline}
/*case_details*/
  #case .case_details .case_title{
    color: #333;
    border-bottom: 1px dashed #9e9e9e;
    padding-bottom: 20px;
    font-size: 22px;
  }
  #case .case_details p:nth-child(2){text-align: justify;padding:10px 0;}
  #case .case_details .col-sm-12 .col-sm-4{padding:10px 0;}

/*news*/
#case .media .media-body p{
  padding:10px 0;
  float: right;
}
#case .media .media-body a.btn {
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
background: #cccccc;
border-radius: 20px;
color: white;
padding: 3px 4px 3px 20px; 
}
#case .media .media-body a.btn:hover{
 background: #e3a200;
}
 #case .container .col-sm-9 .media{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px
  }
  #case .container .col-sm-9 .media .media-body p{color: #666666}
  #case .container .col-sm-9 .media .media-body p:hover {color:#00509b;}
/*新闻详情*/
#case .container .news_details .news_title{
    font-size: 22px;
    padding-bottom: 0;
  }
#case .container .news_details p{padding:10px 0;}
/*产品*/
#case .container .col-sm-3 .product_s .case_title_s{
    background: #00509b;
    font-size: 30px;
    padding:15px 0 15px 10px;
    color: white;
    position: relative;
  }
  #case .container .col-sm-3 .product_s .case_title_s span{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #00509b;
    position: absolute;
    left: 8%;
    bottom: -16%;
  }
  #case .container .col-sm-3 .product_s ul{
    background: #eee;    
  }
  #case .container .col-sm-3 .product_s ul li{
    padding:10px 0 10px 10px;
    margin-bottom: 0
  }
  #case .col-sm-3 .product_s ul li p {
    font-size: 16px;
    color: #999999;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0px 1px 1px #fff;
}
#case .container .col-sm-9 .product_title{
          font-size: 24px;
          color: #999999;
          padding-bottom: 20px;
        }
        #case .container .col-sm-12{
          margin-bottom: 60px;
        }
        #case .container .col-sm-12 h4 {
          font-size: 18px;
          border-left: 3px solid #00509b;
          padding-left: 15px;
        }
        #case .container .col-sm-12 .col-sm-4 .case_cp {
          background: #cfd1d3;
          text-align: center;
          overflow: hidden;
          margin: 20px 0 10px 0;
      }
      #case .container .col-sm-12 .col-sm-4{padding:0; color: #999999;font-size: 16px;padding-right:6px;}
/*产品详情*/
#pro_details .container .col-sm-6 .product_title {
          border-bottom: 1px dashed #999999;
          padding-bottom: 10px;
          margin-bottom: 10px;
          font-size: 24px;
          color: #00509b;
      }
      #pro_details .container .col-sm-6 .dl-horizontal{
        border-bottom: 1px dashed #999999;
        padding-bottom: 10px;
      }
      #pro_details .container .col-sm-6 .dl-horizontal dt{
        font-weight: normal!important;
        color: #666666;
        padding:7px 0;
      }
      #pro_details .container .col-sm-6 .dl-horizontal dd{
        font-weight: normal!important;
        color: #999999;
        padding:7px 0;
      }
      #pro_details .container .col-sm-6 .pro_btn{
        margin:30px 0;
      }
      #pro_details .container .col-sm-6 .pro_btn .btn{
        background: #00509b;
        color: white;
        font-size: 22px;
        border-radius: 50px;
        width: 230px;
      }
      #pro_details .container .col-sm-6 .download{
        margin-top: 20px;
      }
      #pro_details .container .col-sm-6 .cp_ximg{width:100%;margin-top: 15px;}
    #pro_details .container .col-sm-6 .cp_ximg ul{padding:0}
    #pro_details .container .col-sm-6 .cp_ximg ul li {
        list-style: none;
        display: inline-block;
        width: 24%;
    }
    #pro_details .container .col-sm-6 .cp_img{
        width: 100%;
        max-height: 555px;
        overflow: hidden;
    }
    #pro_details .container .col-sm-6 .cp_img img{width: 100%;}
    #pro_details .container .col-sm-6 .cp_ximg img{width:100%; height:auto;}
          #case .container .col-sm-9 p.product_title {
            background: #eeeeee;
            line-height: 54px;
            padding-bottom: 0;
            padding-left: 15px;
            border-left: 5px solid #00509b;
        }
    /*case*/
    #case .container .col-sm-9 .pro_letter_title{
      margin: 20px 0;
      font-size: 22px;
      color: #00509b;
    }
    #case .container .col-sm-9 .pro_xq label{
      font-size: 16px;
      font-weight: normal;
      color: #999999;
    }
    #case .container .col-sm-9 .pro_xq .form-group{margin:40px 0;}
    #case .container .col-sm-9 .pro_xq .pro_send{margin-left: 5%} 

    /*contact*/
      #adress .container .col-sm-5 .adress_bg {
    background: #00509b;
    color: white;
    font-size: 16px;
    padding: 30px;
    position: relative;
}
#adress .container .col-sm-5 .adress_bg .adress_nrbg{
    position: absolute;
    top: 15%;
    padding: 20px 40px 0 50px;
}
#adress .container .col-sm-5 .adress_bg .adress_nrbg ul li{padding:16px 0;}
#adress .container .col-sm-5 .adress_bg span {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #00509b;
    position: absolute;
    right: -5%;
    top: 10%;
}
#adress .container .col-sm-5 .adress_bg .adress_nrbg ul li i{font-size: 22px;margin-right: 10px;}
#adress .container .col-sm-7{
  padding-left: 70px;
}
#adress .container .col-sm-7 p.adress_title {
    font-size: 22px;
    padding-bottom: 10px;
}
#adress .container .col-sm-7 input{margin-bottom: 20px;font-size: 16px;}
#adress .container .col-sm-7 button {
    padding: 10px 50px;
    font-size: 18px;
    background: #00509b;
    color: white;
    margin-top: 15px;
}
#adress .container .contact_map{margin-top: 50px;}
.by-product-section {
  padding: 55px 0;
  background: #f7fbff;
}

.by-product-grid {
  display: flex;
  flex-wrap: wrap;
}

.by-product-card {
  background: #fff;
  border: 1px solid #e4edf6;
  margin-bottom: 30px;
  height: 100%;
  min-height: 410px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.by-product-card:hover {
  box-shadow: 0 10px 28px rgba(0, 68, 128, 0.12);
  transform: translateY(-4px);
}

.by-product-img {
  display: block;
  width: 100%;
  height: 240px;
  background: #f2f7fb;
  overflow: hidden;
  text-align: center;
}

.by-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.by-product-info {
  padding: 18px 20px 22px;
}

.by-product-info h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  height: 50px;
  overflow: hidden;
}

.by-product-info h3 a {
  color: #0b4f8a;
  text-decoration: none;
}

.by-product-info p {
  color: #666;
  font-size: 14px;
  line-height: 1.65;
  height: 68px;
  overflow: hidden;
  margin-bottom: 18px;
}

.by-product-btn {
  display: inline-block;
  background: #0b73bd;
  color: #fff;
  padding: 9px 22px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
}

.by-product-btn:hover {
  background: #074d82;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .by-product-img {
    height: 170px;
  }

  .by-product-card {
    min-height: 360px;
  }

  .by-product-info {
    padding: 14px;
  }

  .by-product-info h3 {
    font-size: 15px;
    height: 42px;
  }

  .by-product-info p {
    font-size: 13px;
    height: 58px;
  }
}





































































/* ————手机移动端———— */
/* 移动端宽度小于768像素 */
 @media (max-width: 768px){
/*底部*/
#footer {
    background:#171717!important;
    padding: 50px 0 30px 0!important;
}
#footer .container .col-sm-6{
  overflow: hidden;
}
 .fl6 {
    padding-right:15px!important;
}
.fr6{margin-top: 30px;}
.navbar-default .navbar-brand {
    color: white;
    font-family: '微软雅黑';
}
/* about us */
#search {
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #e2e2e2;
}
#gsjj .col-sm-4 h3 {
    font-size: 20px;
}
#corporate_style {
  height: 200px;
    margin-top: 30px;
}
#gsjj .col-sm-4 p {
    font-size: 16px;
}
#gsjj .about_us_gsjj .col-sm-6{padding:0;text-align: justify;margin-top: 10px;}
#corporate_style p {
    font-size: 20px;
}
#corporate_style .corporate_style {
    padding: 20px 0 80px 0;
}
#corporate_style .corporate_style .col-xs-3{padding:0 5px;}
 #choose_us h3 {
    font-size: 20px;
}
#choose_us p {
    font-size: 14px;
  }
#choose_us .container {
    height: 500px;
    background-size: 100%;
}
#choose_us .container .clear div {
    width: 80%;
    font-size: 14px;
    color: #666;
    text-align: left;
    padding: 20px 10px;
    text-shadow: 1px 1px 1px #fff;
}
#choose_us p.choose_end {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
#honor .honor_title {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 20px 0;
}
#honor {
    padding: 0 0 30px 0;
    margin-top: 40px;
}
#honor .col-xs-4{padding:0 5px;}
#youshi .container .w_20 {
    margin: 20px 0 0 0;
    padding:0 5px;
}
/*case_details*/
#case .case_details .case_title {
    padding-bottom: 10px;
    font-size: 20px;
}
#case .col-sm-3 .case_title {
    margin-top: 20px;
}
/*news*/
#case .container .col-sm-9 .media .media-left{
  width: 100%;
  display: block;
}
#case .container .col-sm-9 .media .media-left img{width: 100%}
/*产品详情页*/
#pro_details .container .col-sm-6 .pro_btn .btn {
    background: #00509b;
    color: white;
    font-size: 14px;
    border-radius: 50px;
    width: auto;
}
.col-sm-9.pro_xq {
    margin-top: 20px;
}
#case .container .col-sm-9 .pro_xq .pro_send {
    margin-left: 0;
}
/*contact*/
#adress .container .col-sm-5 .adress_bg .adress_nrbg {
    position: absolute;
    top: 15%;
    padding: 0 10px 0 30px;
}
#adress .container .col-sm-5 .adress_bg {
    padding: 20px;
}
#adress .container .col-sm-7 {
    padding-left: 15px;
    margin-top: 20px;
}



 }
/* 移动端宽度小于768像素 */
 @media (max-width: 375px){
  #adress .container .col-sm-5 .adress_bg .adress_nrbg ul li {
    padding: 10px 0;
}

 }
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 11px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a.page-num-current {
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/* ==============================
   BY Cooling homepage refinement
   ============================== */
.site-top .container{
  padding:12px 0;
}
.site-top ul{
  margin:0;
}
.site-top ul li{
  color:#44515a;
  font-size:14px;
}
.logo-bar{
  background:#fff;
  padding:18px 0 16px;
}
.logo-link{
  display:inline-block;
}
.site-logo{
  max-width:340px;
  max-height:76px;
  width:auto;
  height:auto;
  display:block;
  margin:0 auto;
}
.navbar.navbar_style.site-nav{
  background:#00509B;
  border:0;
  border-radius:0;
  min-height:58px;
}
.site-nav .navbar-collapse{
  text-align:center;
  padding:0;
}
.site-nav .navbar-center{
  float:none;
  display:inline-block;
  vertical-align:top;
}
.site-nav .nav>li>.nav_title,
.nav>li>.nav_title{
  padding:19px 28px;
  font-size:15px;
  line-height:20px;
  font-weight:700;
  color:#fff!important;
}
.site-nav .active_nav,
.active_nav{
  background:#E6A400;
}
.site-nav .navbar-toggle{
  border-color:#fff;
  margin-top:12px;
}
.site-nav .navbar-toggle .icon-bar{
  background:#fff;
}
.site-nav .navbar-brand{
  color:#fff!important;
  height:58px;
  line-height:28px;
  font-size:16px;
  max-width:260px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.collapse .nav_logo{
  position:static!important;
}
.refrigeration-banner,
.banner{
  width:100%;
  overflow:hidden;
  text-align:center;
  background:#eef4f8;
}
.refrigeration-banner img,
.banner img{
  width:100%;
  max-width:1920px;
  height:auto;
  margin:0 auto;
  display:block;
}
.banner_js{
  display:none!important;
}
.home-advantages{
  background:#f4f7f5;
  padding:28px 0;
}
.advantage-card{
  background:#fff;
  border:1px solid #e3ebe6;
  border-radius:4px;
  padding:22px 18px;
  min-height:118px;
  text-align:center;
  box-shadow:0 4px 14px rgba(0,0,0,.04);
}
.advantage-card strong{
  display:block;
  color:#00509B;
  font-size:20px;
  margin-bottom:8px;
}
.advantage-card span{
  display:block;
  color:#59666f;
  font-size:14px;
  line-height:1.6;
}
.refrigeration-quality{
  padding:45px 0;
}
.refrigeration-quality .zhuse{
  color:#00509B;
  font-size:24px;
  line-height:1.4;
  display:block;
  margin-bottom:15px;
}
.refrigeration-quality ul li{
  line-height:1.75;
  margin-bottom:10px;
  color:#4d5962;
  font-size:15px;
}
.refrigeration-about .about_tip p{
  line-height:1.6;
}
.refrigeration-products .pro_title,
.refrigeration-news .pro_title{
  color:#00509B;
}
.btn-huang,
#about_us .btn{
  background:#E6A400;
  color:#fff!important;
  border:0;
}
@media (max-width: 768px){
  .logo-bar{display:none;}
  .navbar.navbar_style.site-nav{min-height:58px;}
  .site-nav .navbar-center{display:block;}
  .site-nav .nav>li>.nav_title,
  .nav>li>.nav_title{
    padding:12px 15px;
    font-size:14px;
  }
  .home-advantages{padding:15px 0;}
  .advantage-card{margin-bottom:12px;min-height:120px;}
  .refrigeration-quality{padding:25px 15px;}
  .refrigeration-quality .pl40{padding-left:15px!important;}
}


/* ==============================
   BY Cooling Product Detail Fix
   Make backend editor content display correctly
   ============================== */

.by-product-main{
  padding:45px 0 30px;
  background:#fff;
}

.by-main-product-image{
  border:1px solid #e5ece8;
  background:#f8fbfa;
  text-align:center;
  padding:15px;
  max-height:none!important;
  overflow:visible!important;
}

.by-main-product-image img{
  width:100%;
  height:auto;
  display:block;
}

.by-thumb-images ul{
  padding:0;
  margin:12px 0 0;
}

.by-thumb-images ul li{
  list-style:none;
  display:inline-block;
  width:23%;
  margin-right:1%;
  border:1px solid #e5ece8;
  padding:4px;
  background:#fff;
  cursor:pointer;
}

.by-thumb-images ul li img{
  width:100%;
  height:auto;
  display:block;
}

.by-product-title{
  color:#00509B!important;
  font-size:30px!important;
  line-height:1.35;
  margin-top:0;
  margin-bottom:18px!important;
  padding-bottom:14px!important;
  border-bottom:2px solid #e5ece8!important;
}

.by-product-summary{
  color:#52616a;
  font-size:15px;
  line-height:1.8;
  margin-bottom:18px;
}

.by-product-quick-info{
  border-top:1px solid #e5ece8;
  border-bottom:1px solid #e5ece8!important;
  padding:12px 0!important;
  margin-bottom:20px;
}

.by-product-quick-info dt{
  color:#00509B!important;
  font-weight:700!important;
  padding:8px 0!important;
}

.by-product-quick-info dd{
  color:#555!important;
  padding:8px 0!important;
}

.by-product-actions .btn{
  background:#00509B!important;
  color:#fff!important;
  border-radius:3px!important;
  width:auto!important;
  min-width:180px;
  font-size:16px!important;
  padding:10px 22px!important;
}

.by-product-actions .btn:hover{
  background:#0B5FA5!important;
}

.by-product-detail-section{
  margin-top:20px!important;
}

.by-detail-card,
.by-inquiry-card{
  background:#fff;
  border:1px solid #e5ece8;
  padding:25px;
  margin-bottom:28px;
}

.by-section-title{
  font-size:24px;
  line-height:1.4;
  color:#00509B;
  font-weight:700;
  margin:0 0 20px;
  padding:0 0 12px;
  border-bottom:2px solid #e5ece8;
}

/* Core fix: force backend editor content to show normally */
.product-detail-content,
.product-detail-content *,
.by-product-content,
.by-product-content *{
  visibility:visible!important;
}

.product-detail-content,
.by-product-content{
  display:block!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  color:#333;
  font-size:16px;
  line-height:1.85;
  word-break:normal;
}

.product-detail-content p,
.by-product-content p{
  display:block!important;
  float:none!important;
  clear:both;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0 0 14px!important;
  padding:0!important;
  color:#333!important;
  font-size:16px!important;
  line-height:1.85!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}

.by-product-content p:first-child{
  font-size:22px!important;
  color:#00509B!important;
  font-weight:700!important;
  margin-bottom:16px!important;
}

.product-detail-content h1,
.product-detail-content h2,
.product-detail-content h3,
.product-detail-content h4,
.by-product-content h1,
.by-product-content h2,
.by-product-content h3,
.by-product-content h4{
  display:block!important;
  float:none!important;
  clear:both;
  color:#00509B!important;
  font-weight:700!important;
  line-height:1.45!important;
  margin:24px 0 12px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
}

.product-detail-content h2,
.by-product-content h2{
  font-size:24px!important;
  padding-bottom:10px!important;
  border-bottom:1px solid #e5eaf0!important;
}

.product-detail-content h3,
.by-product-content h3{
  font-size:20px!important;
}

.product-detail-content ul,
.product-detail-content ol,
.by-product-content ul,
.by-product-content ol{
  display:block!important;
  margin:10px 0 18px 22px!important;
  padding:0!important;
}

.product-detail-content li,
.by-product-content li{
  display:list-item!important;
  float:none!important;
  color:#333!important;
  font-size:16px!important;
  line-height:1.75!important;
  margin-bottom:8px!important;
}

.product-detail-content table,
.by-product-content table{
  display:table!important;
  width:100%!important;
  border-collapse:collapse!important;
  margin:18px 0!important;
  border:1px solid #dbe3ea!important;
}

.product-detail-content th,
.product-detail-content td,
.by-product-content th,
.by-product-content td{
  display:table-cell!important;
  border:1px solid #dbe3ea!important;
  padding:10px 12px!important;
  color:#333!important;
  font-size:15px!important;
  line-height:1.6!important;
}

.product-detail-content th,
.by-product-content th{
  background:#f3f7fb!important;
  color:#00509B!important;
  font-weight:700!important;
}

.product-detail-content img,
.by-product-content img{
  max-width:100%!important;
  height:auto!important;
  display:block;
  margin:18px auto;
}

.by-submit-btn{
  background:#E6A400;
  color:#fff;
  border:0;
  padding:10px 28px;
  font-size:16px;
}

.by-submit-btn:hover{
  background:#c88d00;
  color:#fff;
}

.solutions-list-page .solution-card-wrap{
  margin-bottom:28px;
}

.solutions-list-page .solution-card{
  background:#fff;
  border:1px solid #dbe3ea;
  border-radius:0;
  padding:0;
  min-height:365px;
  transition:all .25s;
}

.solutions-list-page .solution-card:hover{
  box-shadow:0 8px 22px rgba(0,0,0,.1);
  transform:translateY(-2px);
}

.solutions-list-page .solution-card-img{
  display:block;
  height:190px;
  overflow:hidden;
  background:#f7f9fb;
}

.solutions-list-page .solution-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.solutions-list-page .solution-card h4{
  min-height:48px;
  margin:0 0 10px;
  line-height:1.45;
}

.solutions-list-page .solution-card h4 a{
  color:#00509B;
  font-weight:700;
}

.solutions-list-page .solution-card .caption p{
  color:#555;
  line-height:1.65;
}

.solutions-list-page .solution-read-more{
  background:#00509B;
  color:#fff!important;
  border:0;
  border-radius:3px;
  padding:8px 18px;
}

.solutions-list-page .solution-read-more:hover{
  background:#E6A400;
}

.by-solutions-page{
  padding:40px 0 60px;
  background:#fff;
}

.by-solutions-head{
  margin-bottom:28px;
  border-bottom:2px solid #00509B;
  padding-bottom:18px;
}

.by-solutions-kicker{
  color:#E6A400;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  margin:0 0 8px;
}

.by-solutions-head h1{
  color:#223140;
  font-size:32px;
  line-height:1.25;
  font-weight:800;
  margin:0 0 10px;
}

.by-solutions-head p{
  color:#5f6f7f;
  font-size:15px;
  line-height:1.7;
  max-width:880px;
  margin:0;
}

.by-solution-sidebar{
  border:1px solid #dbe3ea;
  background:#fff;
  margin-bottom:24px;
}

.by-solution-sidebar-title{
  background:#00509B;
  color:#fff;
  font-size:18px;
  font-weight:800;
  margin:0;
  padding:15px 18px;
  text-transform:uppercase;
}

.by-solution-cat-list{
  list-style:none;
  margin:0;
  padding:0;
}

.by-solution-cat-list li{
  border-bottom:1px solid #e6edf3;
}

.by-solution-cat-list li:last-child{
  border-bottom:0;
}

.by-solution-cat-list a{
  display:block;
  color:#334455;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  padding:13px 15px 13px 20px;
  border-left:4px solid transparent;
  background:#fff;
}

.by-solution-cat-list a:before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  background:#E6A400;
  margin-right:9px;
  vertical-align:2px;
}

.by-solution-cat-list a:hover{
  color:#00509B;
  background:#f3f8fc;
  border-left-color:#00509B;
  text-decoration:none;
}

.by-solution-contact{
  background:#f8fbfd;
  border:1px solid #dbe3ea;
  padding:18px;
  color:#5f6f7f;
  line-height:1.7;
}

.by-solution-contact strong{
  display:block;
  color:#00509B;
  font-size:18px;
  margin-bottom:9px;
}

.by-solution-contact p{
  margin:0 0 14px;
}

.by-solution-contact a{
  display:inline-block;
  background:#E6A400;
  color:#fff;
  font-weight:700;
  padding:9px 18px;
}

.by-solution-contact a:hover{
  background:#c88d00;
  color:#fff;
  text-decoration:none;
}

.by-solution-category-panel{
  background:#f8fbfd;
  border:1px solid #dbe3ea;
  padding:22px 20px 8px;
  margin-bottom:28px;
}

.by-solution-feature{
  border:1px solid #dbe3ea;
  background:#fff;
  margin-bottom:28px;
  overflow:hidden;
}

.by-solution-feature-text{
  padding:30px 28px;
}

.by-solution-feature-text h2{
  color:#223140;
  font-size:28px;
  line-height:1.3;
  font-weight:800;
  margin:0 0 12px;
}

.by-solution-feature-text p{
  color:#5f6f7f;
  font-size:15px;
  line-height:1.75;
  margin:0 0 20px;
}

.by-solution-feature-text a{
  display:inline-block;
  background:#00509B;
  color:#fff;
  font-weight:800;
  padding:10px 22px;
}

.by-solution-feature-text a:hover{
  background:#E6A400;
  color:#fff;
  text-decoration:none;
}

.by-solution-feature img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

.by-solution-category-panel h2,
.by-solution-list-head h2,
.by-solution-equipment h2,
.by-solution-process h2{
  color:#00509B;
  font-size:22px;
  line-height:1.35;
  font-weight:800;
  border-left:5px solid #E6A400;
  padding-left:12px;
  margin:0 0 18px;
}

.by-solution-category-card{
  margin-bottom:16px;
}

.by-solution-category-card a{
  display:block;
  min-height:92px;
  background:#fff;
  border:1px solid #dbe3ea;
  padding:16px 14px;
  position:relative;
  overflow:hidden;
}

.by-solution-category-card a:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:#00509B;
}

.by-solution-category-card span{
  display:block;
  color:#243444;
  font-size:16px;
  font-weight:800;
  line-height:1.35;
  padding-left:8px;
}

.by-solution-category-card small{
  display:block;
  color:#7a8793;
  font-size:12px;
  line-height:1.45;
  padding-left:8px;
  margin-top:7px;
}

.by-solution-category-card a:hover{
  border-color:#00509B;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  transform:translateY(-2px);
  text-decoration:none;
}

.by-solution-category-card a:hover span{
  color:#00509B;
}

.by-solution-list-head{
  margin-bottom:18px;
}

.by-solution-list-head p{
  color:#607080;
  line-height:1.7;
  margin:0 0 20px;
}

.by-solution-grid{
  margin-left:-10px;
  margin-right:-10px;
}

.by-solution-item{
  padding-left:10px;
  padding-right:10px;
  margin-bottom:26px;
}

.by-solution-card{
  background:#fff;
  border:1px solid #dbe3ea;
  height:100%;
  min-height:430px;
  transition:all .25s;
}

.by-solution-card:hover{
  border-color:#00509B;
  box-shadow:0 8px 24px rgba(0,0,0,.1);
  transform:translateY(-2px);
}

.by-solution-img{
  display:block;
  height:190px;
  background:#f2f6f9;
  overflow:hidden;
}

.by-solution-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.by-solution-body{
  padding:18px 16px 20px;
}

.by-solution-body h3{
  font-size:18px;
  line-height:1.4;
  min-height:50px;
  margin:0 0 10px;
}

.by-solution-body h3 a{
  color:#223140;
  font-weight:800;
}

.by-solution-body h3 a:hover{
  color:#00509B;
  text-decoration:none;
}

.by-solution-body p{
  color:#5f6f7f;
  font-size:14px;
  line-height:1.65;
  min-height:70px;
  margin:0 0 14px;
}

.by-solution-meta{
  color:#00509B;
  font-size:13px;
  font-weight:800;
  border-top:1px solid #edf1f5;
  padding-top:12px;
  margin-bottom:14px;
  text-transform:uppercase;
}

.by-solution-link{
  display:inline-block;
  background:#00509B;
  color:#fff;
  font-weight:700;
  padding:9px 18px;
}

.by-solution-link:hover{
  background:#E6A400;
  color:#fff;
  text-decoration:none;
}

.by-solution-equipment,
.by-solution-process{
  margin-bottom:28px;
}

.by-solution-equipment-card{
  display:block;
  border:1px solid #dbe3ea;
  background:#fff;
  margin-bottom:20px;
  text-align:center;
  transition:all .25s;
}

.by-solution-equipment-card img{
  width:100%;
  height:150px;
  object-fit:contain;
  background:#f7f9fb;
  padding:14px;
}

.by-solution-equipment-card span{
  display:block;
  min-height:48px;
  color:#243444;
  font-size:15px;
  line-height:1.35;
  font-weight:800;
  padding:12px 10px;
}

.by-solution-equipment-card:hover{
  border-color:#00509B;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  transform:translateY(-2px);
  text-decoration:none;
}

.by-solution-equipment-card:hover span{
  color:#00509B;
}

.by-solution-process-card{
  border:1px solid #dbe3ea;
  background:#f8fbfd;
  padding:20px 18px;
  min-height:172px;
  margin-bottom:20px;
}

.by-solution-process-card strong{
  display:inline-block;
  width:34px;
  height:34px;
  line-height:34px;
  text-align:center;
  background:#00509B;
  color:#fff;
  font-size:18px;
  margin-bottom:12px;
}

.by-solution-process-card h3{
  color:#223140;
  font-size:17px;
  line-height:1.35;
  font-weight:800;
  margin:0 0 8px;
}

.by-solution-process-card p{
  color:#5f6f7f;
  line-height:1.65;
  margin:0;
}

.by-solution-empty{
  border:1px solid #dbe3ea;
  background:#f8fbfd;
  color:#7a8793;
  text-align:center;
  padding:35px 15px;
}

.by-solution-cta{
  margin-top:22px;
  background:#00509B;
  color:#fff;
  padding:28px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.by-solution-cta h2{
  color:#fff;
  font-size:24px;
  font-weight:800;
  margin:0 0 8px;
}

.by-solution-cta p{
  color:#eaf4fb;
  line-height:1.7;
  margin:0;
}

.by-solution-cta a{
  flex:0 0 auto;
  background:#E6A400;
  color:#fff;
  font-weight:800;
  padding:11px 24px;
}

.by-solution-cta a:hover{
  background:#c88d00;
  color:#fff;
  text-decoration:none;
}

@media (max-width:768px){
  .by-solutions-page{
    padding:25px 0 40px;
  }

  .by-solutions-head h1{
    font-size:24px;
  }

  .by-solution-sidebar{
    margin-bottom:18px;
  }

  .by-solution-category-panel{
    padding:18px 15px 4px;
  }

  .by-solution-category-panel h2,
  .by-solution-list-head h2,
  .by-solution-equipment h2,
  .by-solution-process h2{
    font-size:19px;
  }

  .by-solution-feature-text{
    padding:20px 16px;
  }

  .by-solution-feature-text h2{
    font-size:22px;
  }

  .by-solution-feature img{
    height:190px;
  }

  .by-solution-category-card a{
    min-height:86px;
  }

  .by-solution-equipment-card img{
    height:130px;
  }

  .by-solution-equipment-card span{
    min-height:56px;
    font-size:13px;
  }

  .by-solution-img{
    height:160px;
  }

  .by-solution-card{
    min-height:0;
  }

  .by-solution-body{
    padding:14px 12px 16px;
  }

  .by-solution-body h3{
    font-size:15px;
    min-height:44px;
  }

  .by-solution-body p{
    min-height:0;
  }

  .by-solution-cta{
    display:block;
    padding:22px 18px;
  }

  .by-solution-cta h2{
    font-size:20px;
  }

  .by-solution-cta a{
    margin-top:16px;
  }

  .by-product-main{
    padding:25px 0 15px;
  }
  .by-product-title{
    font-size:24px!important;
    margin-top:20px;
  }
  .by-detail-card,
  .by-inquiry-card{
    padding:18px;
  }
  .by-product-actions .btn{
    width:100%!important;
    margin-bottom:10px;
  }
  .by-product-actions .pull-right{
    float:none!important;
  }
}
.by-about-profile {
  padding: 60px 0;
  background: #fff;
}

.by-section-title {
  text-align: center;
  margin-bottom: 38px;
}

.by-section-title span {
  display: inline-block;
  color: #0b73bd;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.by-section-title h1,
.by-section-title h2 {
  color: #073f75;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 14px;
}

.by-section-title p {
  color: #666;
  font-size: 16px;
}

.by-about-text {
  color: #555;
  font-size: 15px;
  line-height: 1.85;
}

.by-about-highlight {
  background: #f4f9ff;
  border-left: 4px solid #0b73bd;
  padding: 30px;
}

.by-about-highlight h2 {
  color: #073f75;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

.by-about-highlight p,
.by-about-highlight li {
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

.by-about-highlight ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.by-capabilities {
  padding: 60px 0;
  background: #f7fbff;
}

.by-capability-card {
  min-height: 180px;
  background: #fff;
  border: 1px solid #e2edf6;
  padding: 26px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.by-capability-card:hover {
  box-shadow: 0 10px 28px rgba(0, 68, 128, 0.12);
  transform: translateY(-4px);
}

.by-capability-card h3 {
  color: #0b4f8a;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 12px;
}

.by-capability-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.by-industries {
  padding: 60px 0;
  background: #fff;
}

.by-industry-item {
  background: #f4f9ff;
  border: 1px solid #e2edf6;
  color: #0b4f8a;
  font-weight: 600;
  text-align: center;
  padding: 18px 10px;
  margin-bottom: 20px;
}

.by-about-cta {
  padding: 60px 0;
  background: #073f75;
  color: #fff;
  text-align: center;
}

.by-about-cta h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.by-about-cta p {
  font-size: 16px;
  margin-bottom: 25px;
}

.by-about-btn {
  display: inline-block;
  background: #fff;
  color: #0b4f8a;
  padding: 12px 32px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
}

.by-about-btn:hover {
  background: #e8f4ff;
  color: #073f75;
  text-decoration: none;
}

@media (max-width: 767px) {
  .by-section-title h1,
  .by-section-title h2 {
    font-size: 26px;
  }

  .by-about-profile,
  .by-capabilities,
  .by-industries,
  .by-about-cta {
    padding: 40px 0;
  }

  .by-about-highlight {
    margin-top: 25px;
    padding: 22px;
  }

  .by-capability-card {
    min-height: auto;
  }
}
.by-contact-page {
  padding: 60px 0;
  background: #f7fbff;
}

.by-contact-info,
.by-contact-form {
  background: #fff;
  border: 1px solid #e2edf6;
  padding: 32px;
  min-height: 520px;
}

.by-contact-info h1,
.by-contact-form h2 {
  color: #073f75;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 700;
}

.by-contact-info p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.by-contact-info ul {
  padding-left: 0;
  list-style: none;
  margin: 25px 0;
}

.by-contact-info li {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  border-bottom: 1px solid #eef3f8;
  padding: 8px 0;
}

.by-contact-note {
  background: #f1f8ff;
  border-left: 4px solid #0b73bd;
  padding: 18px;
}

.by-contact-note p {
  margin-bottom: 0;
}

.by-contact-form .form-control {
  margin-bottom: 16px;
  border-radius: 3px;
  border: 1px solid #d8e6f2;
  box-shadow: none;
}

.by-contact-form textarea {
  resize: vertical;
}

.by-submit-btn {
  background: #0b73bd;
  color: #fff;
  padding: 11px 32px;
  border-radius: 3px;
  border: none;
  font-weight: 600;
}

.by-submit-btn:hover {
  background: #073f75;
  color: #fff;
}

.by-contact-faq {
  padding: 60px 0;
  background: #fff;
}

.by-section-title {
  text-align: center;
  margin-bottom: 35px;
}

.by-section-title span {
  color: #0b73bd;
  font-weight: 700;
  letter-spacing: 1px;
}

.by-section-title h2 {
  color: #073f75;
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
}

.by-faq-item {
  background: #f7fbff;
  border: 1px solid #e2edf6;
  padding: 24px;
  margin-bottom: 18px;
}

.by-faq-item h3 {
  color: #0b4f8a;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}

.by-faq-item p {
  color: #555;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .by-contact-page,
  .by-contact-faq {
    padding: 40px 0;
  }

  .by-contact-info,
  .by-contact-form {
    min-height: auto;
    padding: 24px;
    margin-bottom: 25px;
  }

  .by-contact-info h1,
  .by-contact-form h2,
  .by-section-title h2 {
    font-size: 26px;
  }
}
.by-news-list {
  padding: 60px 0;
  background: #f7fbff;
}

.by-section-title {
  text-align: center;
  margin-bottom: 42px;
}

.by-section-title span {
  display: inline-block;
  color: #0b73bd;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.by-section-title h1 {
  color: #073f75;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 14px;
}

.by-section-title p {
  color: #666;
  font-size: 16px;
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.7;
}

.by-news-grid {
  display: flex;
  flex-wrap: wrap;
}

.by-news-card {
  background: #fff;
  border: 1px solid #e2edf6;
  margin-bottom: 30px;
  min-height: 455px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.by-news-card:hover {
  box-shadow: 0 12px 30px rgba(0, 68, 128, 0.14);
  transform: translateY(-5px);
}

.by-news-img {
  display: block;
  width: 100%;
  height: 220px;
  background: #eef5fb;
  overflow: hidden;
}

.by-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.by-news-info {
  padding: 22px;
}

.by-news-date {
  color: #0b73bd;
  font-size: 13px;
  margin-bottom: 8px;
}

.by-news-info h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
  height: 56px;
  overflow: hidden;
}

.by-news-info h2 a {
  color: #073f75;
  text-decoration: none;
}

.by-news-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  height: 72px;
  overflow: hidden;
  margin-bottom: 20px;
}

.by-news-btn {
  display: inline-block;
  background: #0b73bd;
  color: #fff;
  padding: 9px 22px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
}

.by-news-btn:hover {
  background: #073f75;
  color: #fff;
  text-decoration: none;
}

.by-pagebar {
  text-align: center;
  margin-top: 20px;
}

.by-pagebar .pagination {
  display: inline-block;
}

.by-no-data {
  text-align: center;
  padding: 50px 0;
  color: #777;
  font-size: 16px;
}

.by-news-cta {
  padding: 60px 0;
  background: #073f75;
  color: #fff;
  text-align: center;
}

.by-news-cta h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.by-news-cta p {
  font-size: 16px;
  max-width: 780px;
  margin: 0 auto 25px;
  line-height: 1.7;
}

.by-news-cta-btn {
  display: inline-block;
  background: #fff;
  color: #0b4f8a;
  padding: 12px 32px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
}

.by-news-cta-btn:hover {
  background: #e8f4ff;
  color: #073f75;
  text-decoration: none;
}

@media (max-width: 767px) {
  .by-news-list,
  .by-news-cta {
    padding: 40px 0;
  }

  .by-section-title h1 {
    font-size: 28px;
  }

  .by-news-img {
    height: 200px;
  }

  .by-news-card {
    min-height: auto;
  }

  .by-news-info h2 {
    font-size: 18px;
    height: auto;
  }

  .by-news-desc {
    height: auto;
  }
}
img {
    max-width: 100%;
    height: auto;
}

.by-product-img img,
.by-news-img img,
.by-solution-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BY Cooling solution list/category pages */
.by-solution-page-title p{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  line-height:1.7;
}

.by-solution-intro,
.by-solution-industry-hero{
  background:#f7fbff;
  border:1px solid #e2edf6;
  margin-bottom:32px;
  padding:30px;
}

.by-solution-intro h2,
.by-solution-industry-hero h2{
  color:#073f75;
  font-size:28px;
  line-height:1.32;
  font-weight:700;
  margin:0 0 14px;
}

.by-solution-intro p,
.by-solution-industry-hero p{
  color:#555;
  font-size:15px;
  line-height:1.8;
  margin:0 0 20px;
}

.by-solution-intro a,
.by-solution-industry-hero a{
  display:inline-block;
  background:#00509B;
  color:#fff;
  padding:10px 24px;
  font-weight:700;
}

.by-solution-intro a:hover,
.by-solution-industry-hero a:hover{
  background:#E6A400;
  color:#fff;
  text-decoration:none;
}

.by-solution-image-slot{
  min-height:210px;
  background:linear-gradient(135deg,#eaf4fb,#f8fbfd);
  border:1px dashed #9fc0d8;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#0b4f8a;
  font-size:18px;
  font-weight:700;
  padding:20px;
  overflow:hidden;
}

.by-solution-image-slot img{
  width:100%;
  height:100%;
  min-height:210px;
  object-fit:cover;
  display:block;
}

.by-solution-img{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:linear-gradient(135deg,#eaf4fb,#f8fbfd);
  position:relative;
}

.by-solution-img span{
  color:#0b4f8a;
  font-size:20px;
  font-weight:800;
  line-height:1.35;
  padding:20px;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  color:#fff;
  background:linear-gradient(180deg,rgba(0,80,155,0),rgba(0,80,155,.86));
  text-shadow:0 1px 2px rgba(0,0,0,.32);
}

.by-solution-img:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(0,48,96,.12);
  z-index:1;
}

.by-solution-sidebar{
  border:1px solid #dbe3ea;
  background:#fff;
  margin-bottom:24px;
}

.by-solution-sidebar-title{
  background:#00509B;
  color:#fff;
  font-size:18px;
  font-weight:800;
  margin:0;
  padding:15px 18px;
  text-transform:uppercase;
}

.by-solution-cat-list{
  list-style:none;
  margin:0;
  padding:0;
}

.by-solution-cat-list li{
  border-bottom:1px solid #e6edf3;
}

.by-solution-cat-list li:last-child{
  border-bottom:0;
}

.by-solution-cat-list a{
  display:block;
  color:#334455;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  padding:13px 15px 13px 20px;
  border-left:4px solid transparent;
}

.by-solution-cat-list a:before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  background:#E6A400;
  margin-right:9px;
  vertical-align:2px;
}

.by-solution-cat-list a:hover{
  color:#00509B;
  background:#f3f8fc;
  border-left-color:#00509B;
  text-decoration:none;
}

.by-solution-contact{
  background:#f8fbfd;
  border:1px solid #dbe3ea;
  padding:18px;
  color:#5f6f7f;
  line-height:1.7;
}

.by-solution-contact strong{
  display:block;
  color:#00509B;
  font-size:18px;
  margin-bottom:9px;
}

.by-solution-contact a{
  display:inline-block;
  background:#E6A400;
  color:#fff;
  font-weight:700;
  padding:9px 18px;
}

.by-solution-contact a:hover{
  background:#c88d00;
  color:#fff;
  text-decoration:none;
}

.by-solution-equipment,
.by-solution-articles{
  margin-bottom:30px;
}

.by-solution-equipment h2,
.by-solution-articles h2{
  color:#00509B;
  font-size:22px;
  font-weight:800;
  border-left:5px solid #E6A400;
  padding-left:12px;
  margin:0 0 18px;
}

.by-solution-equipment-card{
  display:block;
  min-height:86px;
  background:#fff;
  border:1px solid #dbe3ea;
  margin-bottom:18px;
  padding:18px 12px;
  text-align:center;
  transition:all .25s;
}

.by-solution-equipment-card span{
  display:block;
  color:#223140;
  font-weight:800;
  line-height:1.35;
}

.by-solution-equipment-card:hover{
  border-color:#00509B;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  transform:translateY(-2px);
  text-decoration:none;
}

.by-solution-equipment-card:hover span{
  color:#00509B;
}

.by-solution-article-item{
  margin-bottom:24px;
}

.by-solution-article-card{
  border:1px solid #dbe3ea;
  background:#fff;
  min-height:330px;
  padding:18px;
  transition:all .25s;
}

.by-solution-article-card:hover{
  border-color:#00509B;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  transform:translateY(-2px);
}

.by-solution-article-img{
  height:120px;
  background:linear-gradient(135deg,#edf6fb,#f8fbfd);
  border:1px dashed #c4d8e6;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#7a8793;
  font-weight:700;
  margin-bottom:14px;
  overflow:hidden;
}

.by-solution-article-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.by-solution-article-card h3{
  font-size:18px;
  line-height:1.38;
  min-height:50px;
  margin:0 0 10px;
}

.by-solution-article-card h3 a{
  color:#223140;
  font-weight:800;
}

.by-solution-article-card h3 a:hover{
  color:#00509B;
  text-decoration:none;
}

.by-solution-article-card p{
  color:#607080;
  line-height:1.65;
  min-height:66px;
}

.by-solution-readmore{
  display:inline-block;
  background:#00509B;
  color:#fff;
  font-weight:700;
  padding:8px 18px;
}

.by-solution-readmore:hover{
  background:#E6A400;
  color:#fff;
  text-decoration:none;
}

@media (max-width:767px){
  .by-solution-intro,
  .by-solution-industry-hero{
    padding:20px 16px;
  }

  .by-solution-intro h2,
  .by-solution-industry-hero h2{
    font-size:22px;
  }

  .by-solution-image-slot{
    min-height:150px;
    margin-top:18px;
  }

  .by-solution-article-card{
    min-height:auto;
  }
}
