

.site-title .logo {
    background: url(../../images/common/logo.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 160px;
    height: 61px;
}
.site-nav .menu > li > a {
    color: #fff;
    font-size: 18px;
    padding: 10px 5px;
    border-bottom: 4px solid transparent;
    letter-spacing: 2px;
}


.site-nav .menu ul li a {
    color: #ccc;
    font-size: 16px;
    text-align: center;
    padding: 10px 18px;
    background: transparent;
    /* border:1px solid #CCCCCC; */
    box-sizing: border-box;
}
.header-fixed .site-header:before {
  
    border-bottom: 1px solid #ddd;
}
.wrapper{
    padding-top:0;
    background:#fff;
}

.site-header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.site-main{

    background:#fff;
    margin-top: 100vh;
    position: relative;

}
.banner {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
}

.banner-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.banner-slider .slick-item{
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.banner img {
    display: block;
    max-width: 100%;
    max-width: unset;
    width: 100%;
    height: 100vh !important;
    line-height: 1;
    object-fit: cover;
}

.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 4%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer !important;
}

.banner .slick-dots li {
    display: block;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 1px solid;
    border-color: rgb(255 255 255 / 50%);
    background: transparent;
    width: 10px;
    height: 10px;
    margin: 10px 0;
    border-radius: 50%;
    position: relative;
}



.banner .slick-dots li.slick-active button {
    background: rgb(255 255 255 / 80%);
    border: 1px solid transparent;
    opacity: 1;
}

.btn-scroll {
    display: block;
    left: 50%;
    bottom: 0;
    margin: 0 0 0px -35px;
    z-index: 50;
    position: absolute;
    transform: translateX(-50%);
    display: inline-block;
    padding-bottom: 55px;
    font-size: 13.5px;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.btn-scroll:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
}

.btn-scroll:after {
    content: "";
    position: absolute;
    bottom: calc(50px - 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 10px;
    background-color: #fff;
    animation: srolldownAni 3s linear infinite;
}

@keyframes srolldownAni {
    0% {
        bottom: calc(50px - 10px);
    }

    100% {
        bottom: 0;
    }
}

.sect1 {
    padding: 70px 0 50px;
    text-align: center;
}

.sect-title {
    text-align:
    left;
    font-size: 20px;
    color:#777777;
    line-height: 1.5;
}

.sect-title span{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color:#333;
    font-weight: 700;
    padding-right: 0;
}


.sect2 {
  
    padding: 0px;
}

.sec2 .sec2_outer .container{
   
    width: 100%;
    padding:0px;
}
.sec2 .sec2_outer .news-row{
   padding: 30px 15px 60px;
}
.sec2 .sect-title span{
    display:
    block;
    line-height: 1;
    margin-bottom: 9px;
}
.sec2_outer .news-row .cols{
   /* display:flex; */
}

.sec2 .sect-title{
    /* width: 100%; */
    padding: 0 0 20px;
    text-align: center;
}



.sec1 .sec1_outer .news-row:after{
    content: '';
    display: block;
    clear: both;
}
.sec2 .btn.more{
    margin: 20px auto;
}
.news-list{
    
}
.news-list li{
   padding: 0 5px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .item {
    width: 33.3%;
    padding: 0px;
}


.news-list li .box{
   max-width: 433px;
    margin: 0 auto 0px;
    position: relative;
    padding: 8px;
}




.news-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list:after{
    content: '';
    display: block;
    clear: both;
}
.news-list li .pic{
    position: relative;
}


.news-list li .pic:before {
    content: '';
    background: rgb(0 0 0 / 40%);
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    height:0px;
}


.news-list li .pic:before {
    content: '';
    background:
    linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.3s;
    height: 120px;
}

.news-list li .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
    height: 100%;
}


.news-list li .pic img{
    width: 100%;
}
.news-list li .box .pic .date{
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -37px;
    color: #FFF;
     background:rgba(255,163, 149, 0.9);
    font-family: 'Arial';
    font-weight: bold;
    padding: 15px 10px;
    z-index: 2;
}
.news-list li .box .pic .date span{
    font-size: 30px;
    display: block;
    line-height: 24px;
}
.news-list li .box .date{
    letter-spacing: 3px;
    font-size: 15px;
    display: block;
    color:#333;
    letter-spacing: 2px;
    margin: 0 0 13px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}


.news-list li .box .date:before{
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    margin: 0 auto;
    transition: all .5s ease;
    background: #333333;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.news-list li .box:hover .date:before{
    width:100%;
}



.news-list .txt{
    padding: 10px 0px 15px;
}
.news-list .name {
    color: #777777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: 1px;
    display: block;
}
.news-list .description{
    height: 42px;
    line-height: 1.45;
    color: #5A4A3F;
       display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sec2 .sec2_outer .service-row{
    float: right;
}

/************** *****************/

.btn.more {
    display: block;
    width: 100px;
    color: #777777;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin: 30px auto 0;
    font-weight: normal;
    position: relative;
    text-align: center;
    /* letter-spacing: 1px; */
    padding: 12px 0;
}

.btn.more a {
    font-size: 0;
    padding: 5px 0px;
    display: block;
    position: relative;
}

.btn.more a span {
    font-size: 15px;
}

.btn.more:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    transition: all .3s ease;
    background: #333333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn.more:before {
     content: '';
     display: block;
     width: 100%;
     height: 1px;
     margin: 0 auto;
     transition: all .3s ease;
     background: #D6D6D6;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
}



.btn.more:hover:after {
    width: 100%;
}


.products-sect .sect-title{
    text-align: center;
}


.products-list {
    margin: 20px 0px 30px;
}
.products-list .item {
    width: 33.3%;
    padding:0px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 433px;
    margin: 0 auto 0px;
    position: relative;
    padding: 8px;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
/*.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}*/
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgb(0 0 0 / 40%);
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    height:0px;
}
.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
    height: 100%;
}

.products-list .pic:after {
    content: '';
    background:
    linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.3s;
    height: 120px;
}
.products-list .box:hover .pic:after {
   
    opacity: 0;
  
}

.product-category{
    font-size: 31px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
    margin: 10px 0 60px;
}
.products-list .name {
    display:
    block;
    width: 100%;
    box-sizing: border-box;
    color: #ECE9E1;
    font-size: 22px;
    font-weight: normal;
    padding: 0px 50px;
    position: absolute;
    bottom: 0px;
    right:0;
    margin: auto;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
    z-index: 9;
    position: absolute;
    color: #fff;
    transition: 0.6s;
    letter-spacing: 2px;
    overflow:
    hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height:68px;
}
.products-list .box:hover .name {
   transform: translate(-50%, -50%);
  opacity: 1;
}
/************** *****************/
/************* **************/
.site-header .search-box .form-control {
    color: #FFF;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.site-header .search-box:before {
    color: #DDD;
}
.header-fixed .site-header .search-box .form-control {
    color: #333;
    border-bottom: 1px solid #DDDDDD;
}
.header-fixed .site-header .search-box:before {
    color: #858585;
}
@media screen and (max-width: 1350px) {

.news-list{
    justify-content: flex-end;
}

    
.news-list li .box {
  /* padding-bottom: 0px; */
  /* max-width: 260px; */
}

}

@media screen and (max-width: 1200px) {
   
    .banner-nav {
        position: static;
        text-align: center;
    }
    .banner-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner-nav .txt {
        margin-left: 0;
    }
   
   
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .site-header {
    position: relative;
}
    .wrapper {
    padding-top: 40px;
}
    .news-list {
    justify-content: center;
}
  
     .sect1 {
    padding: 50px 0;
    text-align: center;
}
    .products-list {
    margin: 12px 0px;
}
    .sect-title{
        text-align: center;
    }
    .sec2_outer .news-row .cols{
        flex-direction: column;
    }
    .sec2 .sect-title{
        width:100%;
        padding: 0 0 10px;
    }
    .sec2 .btn.more{
        margin: 8px auto;
    }
    .sect-title span{
        display:
        block;
        padding: 0;
        font-size: 38px;
    }
    .btn-scroll{
        margin: 0 0 40px 0px;
    }
    .banner{top: 40px;}

    .site-main {/* margin-top: 50%; */}
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 0;
    }

     .news-list .item {
    width: 100%;
}

      .news-list .item:nth-child(4n+1) {
        clear: none;
    }
      .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    
}

@media screen and (max-width: 767px) {
    .sec2 .sec2_outer .news-row{
        padding: 10px 15px 50px;
    }
    .news-list{
        flex-direction: column;
    }
     .news-list li .box {
    padding-bottom: 0px;
    max-width: 310px;
}
    .banner-nav .box {
        padding: 15px;
    }
    .banner-nav .pic {
        margin: 0 auto;
    }
    .banner-nav .txt {
        display: none;
    }
   
    
      .products-list .item {
        width: 100%;
    }
    .products-list .box {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 660px) {

   
}
@media screen and (max-width: 400px) {
    .banner-nav .box {
        padding: 10px;
    }
    .cow-title{
        font-size: 25px;
    }
}
@media screen and (max-width: 360px) {
    .service-row .cols .service-list li a{
        padding: 0px;
    }
    .service-row .cols .service-list li a .pic{
        position: static;
        margin-bottom: 8px;
        margin: auto;
    }
}