.elementor-600 .elementor-element.elementor-element-byhome600section{transition:all 400ms;}.elementor-600 .elementor-element.elementor-element-byhome600column{transition:all 400ms;}.elementor-600 .elementor-element.elementor-element-byhome600html{transition:all 400ms;}html, body{overflow-x:auto;}:root{--page-title-display:none;}/* Start custom CSS */.lt-home-why-us {
    border-left: 1px solid #fff;
    border-right: 0 solid #fff;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.lt-home-quote-button .elementor-button{
    height: 40px;
    line-height: 40px;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #007abc;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: #333;
    border-style: solid;
    border-width: 0;
    box-sizing: content-box;
}

.lt-home-quote-button .elementor-button:hover{
        background-color: #031d47;
    background-image: unset;
    -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    
}


.lt-home-get-in-touch-btn .elementor-button{
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top:0px;
    padding-bottom: 0px;
    background: none;
    box-sizing: content-box;
}

.lt-home-logo-item{
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.lt-home-logo-animated{
     opacity: 1;
    transform: scale(1);
}

.lt-home-market{
    opacity: 0.1;
    transform: scale(0.5);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.lt-home-market-animated{
         opacity: 1;
    transform: scale(1);
}



.home-product-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 13px 0 16px;
  justify-content: space-between;
  row-gap: 40px;
}
.home-product-cell {
  width: calc((100% - 3 * 50px) / 4);
  text-align: center;
}
.home-product-img-wrap {
  position: relative;
  overflow: hidden;
}
.home-product-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home-product-overlay {
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  background: rgba(75, 119, 153, 0.82);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.home-product-img-wrap:hover .home-product-overlay {
  transform: translateY(0);
}
.home-product-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}
.home-product-divider {
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 14px 0;
}
.home-product-overlay a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  line-height: 2;
  transition: opacity 0.2s;
}
.home-product-overlay a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
.home-product-label {
  display: block;
  margin-top: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 1.2;
}







如何使用flex布局实现元素的水平垂直居中？
除了flex布局，还有哪些布局方式可以实现两端对齐？
如何使用flex布局实现响应式设计？





快速

帮我写作

编程

更多/* End custom CSS */