.banner {
    margin-bottom: 3px;
}
.banner .slider {
    position: relative;
}
.banner .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: static;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 35px;
}
.banner .slick-dots li {
    display: inline-block;
    padding:0 5px;
}
.banner .slick-dots li button {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    border:solid 2px #CBCBCB;
    box-sizing: border-box;
    font-size: 0;
    background: transparent;
    cursor: pointer;
    transition: all .3s ease;
}
.banner .slick-dots li.slick-active button {
    background: #CBCBCB;
    width: 22px;
    height: 22px;
}

.sect-title {
    color: #222;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
}

.sect1 {
    padding: 75px 0;
    background: #F1F1F1;
}

.sect1 .btn-box {
    padding: 50px 0 10px;
}
.sect1 .btn.more {
    color: #fff;
    background: #FF732F;
    width: 110px;
    line-height: 24px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.sect1 .btn.more:hover {
    background: #CC0D0D;
}
.sect1 .btn.more:before {
    content: '+ ';
    vertical-align: text-bottom;
    font-size: 1.4em;
    line-height: 1;
}

.sect2 {
    padding: 140px 0;
    margin-bottom: 20px;
}
.sect2 .container{
    max-width: 1150px;
}
.products-sect .sect-title {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}
.products-sect .sect-title span{
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 5;
    padding:0 30px;
}
.products-sect .sect-title b{
    display: block;
    margin-bottom: 10px;
}
.products-sect .sect-title:before {
    content: '';
    display: block;
    background: #585656;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
}

.products-list {
    margin: 0 -10px;
    padding-bottom: 80px
}
.products-list .item {
    padding: 0 10px;
}

.products-list .box {
    max-width: 400px;
    padding: 0 0 20px;
    position: relative;
    margin: 0 auto;
}

.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic a:before {
    content: "MORE";
     background: rgba(88, 86, 86,0.8);
    display: block;
    position: absolute;
    z-index: 1;
    width: 160px;
    height: 160px;
    line-height: 160px;
    color: #FFFFFF;
    font-size: 27px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -80px;
}
.products-list .box:hover .pic a:before {
    opacity: 0.8;
}

.products-list .txt {
    position: relative;
}

.products-list .name a{
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease;
}
.products-list .box:hover .name a{
    color: #999999;
}

.products-list .slick-arrow {
    width: 42px;
    height: 43px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
    bottom: 0;
    left: 50%;
    transition: all .3s ease;
}
.products-list .slick-prev{
    margin-left: -48px;
}
.products-list .slick-next {
    margin-left: 6px;
    background-position: 100% 0%;
}
.products-list .slick-arrow:hover{
    opacity: 0.7;
}
.sect3 {
    padding-bottom: 80px   
}
.news-sect .sect-title{
    font-size: 24px;
    font-weight: 200;
    color: #333333;

}
.news-sect .sect-title b{
    font-weight: 500;
    font-size: 56px;
    display: block;
}
.news-list{
    display: flex;
    flex-wrap: wrap;
}
.news-list li{
    flex-basis: 50%;
}
.news-list li .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .3s ease;
}
.news-list li .box .txt{
	padding:20px;
}
.news-list li .box .name{
    font-size: 22px;
    color: #666666;
    display: block;
    text-align: center;
    transition: all .3s ease;
	

}
.news-list li .box .name a{
    display: block;
}

.news-list li .box .pic,.news-list li .box .txt{
    flex-basis: 50%;
    box-sizing: border-box;
}
.news-list li .box .pic a{
    display: block;
    position: relative;
}

.news-list li .box .pic img{
    width: 100%;
    object-fit: cover;
}
.news-list li .box .txt{
}
.news-list li:nth-child(3) .box .pic,.news-list li:nth-child(4) .box .pic{
    order: 2
}
.news-list li .box .pic a:before{
    border-right: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0px;
    content: '';
    display: inline-block;
    transition: all .3s ease;

}
.news-list li:nth-child(3) .box .pic a:before,.news-list li:nth-child(4) .box .pic a:before{
    left: 0;
    border-right: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.news-list li .box:hover{
    background: #656565;
}
.news-list li .box:hover .pic a:before{
    border-right: 18px solid #656565;
}
.news-list li:nth-child(3) .box:hover .pic a:before,.news-list li:nth-child(4) .box:hover .pic a:before{
    border-right: 0;
     border-left: 18px solid #656565;
}
.news-list li .box:hover .name{
    color: #FFFFFF;
    /*font-size: 18pt;*/
}
.news-list li .box .description{
    max-width: 295px;
    margin: auto;
}
.news-list li .box .description a {
    height: 0;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    transition: all .3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list li .box:hover .description a{
    height: 137px;
}
.site-main{
    padding:0;
    margin: 0;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1000px) {
    .banner .slick-dots{
        position: static;
        margin-top: 0;
    }
    .sect1 {
        margin: 10px 0 20px;
        padding:40px 0;
    }
    .sect2{
      padding:40px 0;  
    }
    .news-sect .sect-title{
        text-align: center;
    }
    .news-sect .sect-title b{
        font-size: 30px;
    }
    .news-sect .sect-title{
        font-size: 20px;
    }
    .products-sect .sect-title{
        margin-bottom: 20px;
    }
    .news-list{
        display: block;
    }
    .sect1 .row:before {
        display: none;
    }
    .sect1 .col {
        width: 100%;
        padding: 30px 0;
    }
    .sect1 .col + .col {
        border-top: 1px solid #ddd;
    }
    .sect1 .sect-title {
        text-align: center;
    }
    .news-list{
        text-align: center;
    }
    .news-list li{
        display: inline-block;
        width: 100%;

    }
    .news-list li  .box .txt{
        order: 1;
    }
    .news-list li:nth-child(even) .box .pic{
        order: 2;
    }
    .news-list li:nth-child(3) .box .pic{
        order: 1
    }
    .news-list li:nth-child(3) .box .pic a:before,.news-list li .box .pic a:before{
        left: auto;
        right: 0;
        border-left: 0;
        border-right: 18px solid #656565;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .news-list li:nth-child(3) .box:hover .pic a:before {
        border-left: 0;
        border-right: 18px solid #656565;
    }

    .news-list li:nth-child(even) .box .pic a:before{
        left: 0;
        right: auto;
        border-right: 0;
        border-left: 18px solid #656565;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .news-list li:nth-child(even) .box:hover .pic a:before {
        border-right: 0;
        border-left: 18px solid #656565;
    }
    .news-list li .box{
            background: #656565;
    }
    .news-list li .box .name{
        color: #fff;
    }
    .news-list li .box .description a,.news-list li .box:hover .description a {
       height: 119px;
        opacity: 1;
    }
    .sect3{
        padding-bottom: 40px;
    }

}
@media screen and (max-width: 700px) {
   .news-list li .box .pic a:before{
        display: none;
   }
   .news-list li .box{
        display: block;
        max-width: 400px;
        margin: 0 auto 30px;
   }
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 440px) {
  
}
@media screen and (max-width: 400px) {

}