@import url(news.css);
@import url(products.css);

.site-nav .menu li:nth-child(1) a:after {
    display: block;
}
.site-nav .menu li:nth-child(3) a:after,
.site-nav .menu li:nth-child(4) a:after {
    display: none;
}
.banner .item {
    height: 540px;
}
.sect-title {
    color: #11517F;
    font-family: 'Open Sans', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 26px;
    font-weight: lighter;
    border-bottom: 1px solid #0089C4;
    padding-bottom: 6px;
}
.sect-title b {
    font-weight: bold;
}
.sect-title small {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    color: #0072BA;
    border: 1px solid #37A3D1;
    line-height: 30px;
    padding: 0 14px;
    margin: -3px 0 0 10px;
}

.sect1 {
    padding: 32px 0;
}
.sect1 .row {
    margin: 0 -4%;
    position: relative;
}
.sect1 .row:before {
    content: "";
    display: block;
    border-left: 1px dashed #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.sect1 .col {
    float: left;
    width: 50%;
    padding: 0 4%;
}
.about-sect {
    background: url(../images/index/about_pic.png) no-repeat;
    min-height: 220px;
    padding-left: 45%;
    background-size: 42% auto;
}
.about-sect .about-intro {
    display: block;
    padding-top: 12px;
}
.about-sect .about-intro:hover .txt {
    text-decoration: underline;
}
.about-sect .slogan {
    text-align: center;
    color: #B20000;
    font-size: 16px;
    position: relative;
    padding: 10px 20px;
    line-height: 1.3;
    margin-top: 12px;
    position: relative;
}
.about-sect .slogan:before,
.about-sect .slogan:after {
    content: "";
    display: block;
    border: 1px solid #B20000;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
}
.about-sect .slogan:before {
    left: 0;
    border-width: 1px 0 1px 1px;
}
.about-sect .slogan:after {
    right: 0;
    border-width: 1px 1px 1px 0;
}

.news-sect {
    position: relative;
}
.news-sect .more {
    color: #B20000;
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    right: 8px;
    top: 5px;
}
.news-sect .more:hover {
    color: #FF8000;
}
.news-list .item:nth-child(2n-1) {
    background: none;
}
.news-list .item:nth-child(2n) {
    background: #E7EFF5;
}

.sect2 {
    background: url(../images/index/product_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 20px 0;
}
.product-sect .sect-title {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 10px;
}
.product-sect .sect-title small {
    background: #fff;
    border: 0;
    font-weight: bold;
}
.products-list {
    margin: 0 -8px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 8px;
}
.products-list .pic {
    -webkit-box-shadow: 0 0 3px -2px #CFCFCF;
            box-shadow: 0 0 3px -2px #CFCFCF;
}
.products-list .item a:after {
    border-top: 1px solid #fff;
    width: 34px;
    margin-top: 10px;
    background-position: 0 5px;
}
.products-list .item a:hover:after {
    background-position: 0 -20px;
}

@media screen and (max-width: 1280px) {
    .banner .item {
        height: auto;
        padding-top: 7%;
    }
}
@media screen and (max-width: 1100px) {
    .product-sect {
        max-width: 820px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 33.33%;
    }
    .sect1 {
        padding: 0;
    }
    .sect1 .row {
        margin: 0 auto;
        max-width: 800px;
    }
    .sect1 .row:before {
        display: none;
    }
    .sect1 .col {
        float: none;
        width: auto;
        padding: 32px 0;
    }
    .sect1 .col1 {
        border-bottom: 1px dashed #ddd;
    }
    .about-sect {
        background-size: auto;
        padding-left: 250px;
    }
}
@media screen and (max-width: 600px) {
    .sect-title {
        text-align: center;
    }
    .sect-title small {
        display: block;
        width: 102px;
        margin: 0 auto 5px;
    }
    .about-sect {
        padding-left: 0;
        background: none;
    }
    .about-sect .about-intro {
        text-align: center;
    }
    .news-sect .more {
        position: static;
        display: block;
        margin-top: 10px;
    }
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 460px) {
    .products-list .item {
        width: auto;
    }
}