.banner {
    height: auto;
    background: none;    
}
.slick-slider .slick-list{
    border-bottom: 2px solid #FFF;
    -moz-box-shadow:0px 3px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 3px 10px rgba(0,0,0,0.5);
    box-shadow:0px 3px 10px rgba(0,0,0,0.5);
}
.banner .item {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
    height: auto;
}
.banner .slick-dots {
    text-align: center;
    padding: 15px 0;
}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}
.banner .slick-dots li button {
    text-indent: -9999px;
    text-align: left;
    background: url(../images/banner/dot.png) no-repeat;
    width: 8px;
    height: 8px;
    border: 0;
    padding: 0px;
    background-position: 100% 0;
}
.banner .slick-dots li button:focus {
    outline: none;
}
.banner .slick-dots li.slick-active button {
    background-position: 0 0;
}
.main-content {
    padding: 30px 0;
}
.main-content section {
    margin-bottom: 80px;
}
.main-content .title {
    font-family: 'Arial';
    font-size: 28px;
    color: #84060C;
    font-weight: 500;
}
.main-content .title span{
    font-family: '微軟正黑體';
    font-size: 16px;
    color: #000000;
    margin-left: 16px;
}
.main-content .row {
    position: relative;
}

.main-content .col.about-box {
    float: left;
    width: 30%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.main-content .col.news-box {
    float: right;
    width: 70%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.main-content .about-box .editor{
    background: #FFF;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.main-content .about-box .about-box_b{
    display: block;
    top: 0px;
    height: 8px;
    width: 100%;
    background: url(../images/index/about_b.jpg)left center no-repeat;
}
.main-content .about-box .about-box_b{
    color: #444444;
    font-size: 14px;
    font-family: '微軟正黑體';
}

.product-area {
    padding-left: 20px;
    padding-top: 20px;
}
.product-list {
    margin: 0 -10px;
}
.product-list li {
    width: 33.33%;
    padding: 0 10px;
}
.product-list li a {
    max-width: 300px;
    margin: 0 auto;
}
.product-list li .pic{
    position: relative;
}
.product-list li .name{
    color: #333333;
    text-align: center;
    padding: 20px 0px;
font-size:14px;
    background: #FFF;
    border-bottom: 4px solid #84060C;
}
.product-list li:hover .name{
    color: #84060C;
}
.product-list a:hover .pic:before {
    content: " ";
    background: rgba(0,0,0,0.80) url(../images/products/hover.png) no-repeat 50% 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.product-list .product-name {
    display: inline-block;
    max-width: calc(100% - 10px);
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
}
.product-list a:hover .product-name {
    background: #FF732F;
    color: #fff;
}
.btn-box.index-p{    
    color: #444444;
    font-size: 12px;
    font-family: 'Arial';
    padding: 11px 0px;
    text-align: center;
}
.about-b{
    background: #DDDDDD;
}
.btn-box.index-p:hover a{
    color: #84060C;
}
.news-outer{
    position: relative;
    padding-left: 95px;
    padding-right: 95px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    
}
.news-outer .news{
    background: #84060C;
    color: #FFF;
    position: absolute;
    width: 95px;
    height: 40px;
    left: 0px;
    top: 0px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Arial';
    font-size: 15px;
    text-align: center;
    padding: 6px 0;
    
}
.news-outer .more{
    background: #777777;
    color: #FFF;
    position: absolute;
    width: 95px;
    height: 40px;
    right: 0px;
    top: 0px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Arial';
    font-size: 15px;
    text-align: center;
    padding: 6px 0;
}
.news-item a{
    display: block;
    padding: 7px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: '微軟正黑體';
    font-size: 14px;
    color: #666666;
    background: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.news-index .slick-prev,
.news-index .slick-next{
    position: absolute;
    right: 6px;    
    width: 10px;
    height: 9px;
    padding: 0px;
    top: 6px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    background: url(../images/_icon/news-index-icon.png);
}
.news-index .slick-next{
    top: 20px;
    background-position: bottom left;
}
.news-index .slick-prev:hover{
    background-position: top right;
}
.news-index .slick-next:hover{
    background-position: bottom right;
}
@media screen and (max-width: 1000px) {
    .main-content .col.about-box,
    .main-content .col.news-box{
        width: 100%;
    }
    .product-area{
        padding: 0px;
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .news-outer .news{
        position:relative;
    }
    .news-outer{
        padding: 0px;
    }
    .news-outer .more{
        right: auto;
        left: 95px;
    }
}
@media screen and (max-width: 600px) {
    .product-list{
        max-width: 420px;
    }
    .product-list li{
        width:100%;
    }
}