.banner {
    position: relative;
    margin: 0;
}
.banner img {
    height: 600px!important;
    object-fit: cover;
	object-position: center;
	    min-width: 100%;
	
}
.banner-slider-control{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /*bottom: 0;*/
	margin-top:-27.5px;

}
.banner-slider-control .container{
    height: 100%;
}

.banner button.slick-arrow {
    background: url(../../images/common/index/arrow.png) 0 0 no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0px;
    margin-top: -27.5px;
    border: none;
    z-index: 9;
    cursor: pointer;
}

.banner button.slick-prev {
    left: 0px;
}

.banner button.slick-prev:hover {
    background-position: 0 100%;
}

.banner button.slick-next {
    background-position: 100% 0%;
    right: 0px;
}

.banner button.slick-next:hover {
    background-position: 100% 100%;
}


.banner .slick-dots{
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    height: 30px;
    margin: 5px 0;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button {
    background: #ddd;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}
.banner .slick-active button {
    background:#ff290b;
}
.site-main {
    position: relative;
    margin-top: 0;
    background: url(../../images/common/bottom_bg.jpg) no-repeat;
    background-position: bottom right;
}
.top-nav {
    border-bottom: 0;
    margin-bottom: 30px;
}

.site-main{
    margin-top: 0px;
}
.sect1 {
    padding: 0 0 30px;
}
.news-sect {
    width: 55%;
    float: left;
}
.news-sect .btn.more{
    width: 155px;
    float: right;
    display:none;
}
.news-list {
    margin: 0 -2.5%;
}
.news-list .item{
    width: 50%;
    padding: 0 2.5%;
}
.products-sect .news-list .item{
    width: 25%;
    padding: 0 2.5%;
}
.news-list .box {
    max-width: 300px;
	position:relative;
    margin: 0 auto 15px;
}
.news-list .box .cover{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-size:0;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .pic img{
    width:100%;
}
.news-list .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .box:hover .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.news-list .txt {
    position: relative;
    padding: 20px 0 0;
}
.news-list .txt:before {
    content: 'NEWS';
    float: left;
    display: inline-block;
    background: #D80000;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 6px;
    display:none;
}
.news-list .date {
    display: none !important;
    text-align: left;
    color: #D80000;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 6px;
}
.news-list .name a{
    color: #211813;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
    height: 27px;
}

.news-list .description a{
    clear: both;
    color: #777777;
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.service-sect {
    float: right;
    width: 40%;
   max-width: 500px;
}
.service-sect-title {
    /*border-top:solid 3px #EDEDED;*/
    font-size: 0;
    /*height: auto;overflow: hidden;*/
    /*margin-bottom: 35px;*/
}
.service-sect-title:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/index/service.png) no-repeat;
    width: 220px;
    height: 55px;
    float: left;
    max-width: 100%;
    background-size: contain;
}


.sect2 {
    background: url(../../images/common/index/sect2_bg.png)right no-repeat #f1f6e5;
	}
.about-sect {
    max-width: 470px;
    padding: 50px 30px;
}
.sect2 .container {
}
.about-sect .btn.more{
    width: 140px;
    margin-top: 25px;
    position: relative;
    z-index: 5;
    /*display:none;*/
}
.about-sect .btn.more a{
    padding: 5px 0px 5px 0px;
}
.about-sect .row_{
    display: flex;
    position: relative;
}
.about-sect .row_ .col1{
    width: 46.5%;
}
.about-sect .row_ .col2{
    width: 53.5%;
    padding-left: 55px;
    padding-bottom: 120px;
    color: #777777;
    padding-top: 8px;

}
.about-sect .tag{
    font-size: 85px;
    color: #F7F7F7;
    /*font-family: 'David Libre', serif;*/
    font-family: 'Saira', serif;
    text-align: right;
    line-height: 0.8;
    position: absolute;
    width: 100%;
    right: 5px;
    bottom: 5px;
    letter-spacing: 0;
    font-weight: bold;
    opacity: 0.6;
}
.about-sect-title {
    color: #D80000;
    font-family: 'Times New Roman','微軟正黑體', serif;
    font-size: 22px;
    margin: 0 0 15px;
}
.about-sect .editor {
    height: 132px;
    letter-spacing: 0px;
    position: relative;
    z-index: 2;
    line-height: 2.1;
        display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sect3{
    padding:0px 0 20px;
}

@media screen and (max-width: 1380px) {
   .about-sect .row_ .tag{
    font-size: 90px;
   }
   .sect2 .container {
		background: rgba(241, 246, 229,0.8);
	}
}
@media screen and (max-width: 1200px) {
    .sect1 {
        padding: 0 0 30px;
    }
    .about-sect {
        padding: 40px 0 50px;
    }
 
}
@media screen and (max-width: 1000px) {

    .banner {
    margin:0px 0px 0;
}
	.banner img {
		height: 220px!important;
	}
    .sect1 {
        padding: 15px 0 20px;
    }
    .about-sect-title {
    margin: 0 0 10px;
}
    .news-sect,
    .service-sect {
        float: none;
        width: auto;
        max-width: 740px;
        margin: 0 auto;
    }
    .news-sect .btn.more{
        width: 155px;
        float: none;
        margin: auto;
    }
    .news-list .txt {
    padding: 10px 0 0;
}
    .news-sect {
        margin-bottom: 40px;
    }
    .about-sect {
        float: none;
        margin: 0 auto;
        padding: 15px 5px 25px;
    }
    .about-sect .editor {
        min-height: 0;
    }

    .about-pic {
        position: static;
        width: auto;
        margin: 0 -15px;
        padding-top: 36%;
    }
    .about-sect .row_{
        display: block;
    }
    .about-sect .row_ .col1,.about-sect .row_ .col2{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .about-sect .tag{
        font-size: 34px;
        position: static;
        line-height: 1;
        margin-top: 20px;
        color: #333
    }
    .about-sect .btn.more{
        margin-top: 20px;
    }
    .service-sect-title:before{
        float: none;
        margin: auto;
        display: block;
    }
  
}
@media screen and (max-width: 767px) {

.news-list .item {
    width: 50% !important;
}
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .news-list .box {
        margin-bottom: 20px;
        max-width: 100%;
    }
  
}
@media screen and (max-width: 580px) {
   
}
@media screen and (max-width: 500px) {
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }

   
}