@import url(links.css);
.banner {
    position: relative;
	z-index:2;
}
.banner .item {
    height: auto;
}
.site-main {
    margin: 0;
    max-width: none;
    background: none;
    overflow: hidden;
}
.brand-sect {
    background: url(../images/index/brand_bg.jpg) no-repeat 50% 0 / cover;
    padding: 20px 0;
}
.brand-sect .title {
    text-align: center;
    margin: 0 auto 15px;
    padding: 0;
    color: #514747;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
}
.brand-sect .title span {
    color: #E40011;
}
.brand-list {
    margin: 0 -10px
}
.brand-list .item {
    width: 16.66%;
    padding: 0 10px;
}
.brand-list .item a {
    overflow: hidden;
    max-width: 215px;
    margin: 0 auto 20px;
    border-radius: 215px;
    position: relative;
}
.brand-list .item a:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid #E40011;
    border-radius: 215px;
}
.links-sect {
    background: url(../images/index/links_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 0 0 52px;
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.links-box {
    padding: 0 36px;
}
.links-box .title {
    background: url(../images/index/links_title_bg.png) repeat-x;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 170px;
    margin: 0 auto 50px;
    letter-spacing: 2px;
}
.links-list {
    max-width: none;
}
.links-list .item {
    float: left;
}
.links-list .item a {
    margin-bottom: 0;
}
.links-list .slick-prev,
.links-list .slick-next {
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0 !important;
    background: url(../images/index/links_arrow_bg1.png) repeat-y;
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.links-list .slick-prev {
    left: -36px;
    border-radius: 4px 0 0 4px;
}
.links-list .slick-next {
    background-position: 100% 0;
    right: -36px;
    border-radius: 0 4px 4px 0;
}
.links-list .slick-prev:hover,
.links-list .slick-next:hover {
    background-image: url(../images/index/links_arrow_bg2.png);
}
.links-list .slick-prev:before,
.links-list .slick-next:before {
    content: "";
    display: inline-block;
    background: url(../images/index/links_arrow.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
}
.links-list .slick-next:before {
    background-position: 100% 0;
}
.about-sect {
    background: url(../images/index/index-about.jpg) no-repeat 50% 0 / cover;
    padding: 65px 0;
}
.about-sect .about-content {
    max-width: 600px;
    width: 100%;
}
.logo_about{
    position: absolute;
    right: 25%;
    top: 30%;
}
.about-sect .about-content .about-title {
    font-size: 40px;
    font-family: '思源黑體 TWHK';
    color: #2B5F91;
    margin-bottom: 20px;
}
.about-sect .about-content .about-title:after {
    content: '';
    display: block;
    width: 74px;
    height: 2px;
    background: #3A3A3A;
}
.about-sect .about-content .txt {
    min-height: 130px;
}
.about-sect .about-title span {
    font-size: 18px;
    font-family: '思源黑體 TWHK';
    font-weight: normal;
    color: #5F5F5F;
}
.btn.more {
    font-size: 15px;
    color: #707070;
    font-family: '微軟正黑體';
    border: 1px solid #3A3A3A;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 14px;
    padding-right: 100px;
    position: relative;
    margin-top: 36px;
}
.btn.more:hover {
    background: #2B5F91;
    border-color: #2B5F91;
    color: #FFF;
}
.btn.more:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/add_icon.png)bottom center no-repeat;
}
.btn.more:hover:after {
    background-position: top center;
}
.product-sect {
    background: url(../images/index/product_01.jpg) no-repeat 50% 0 / cover;
    padding: 68px 0;
}
.product-sect-title{
    color: #FFFFFF;
    font-size: 25px;
    font-family: '思源黑體 TWHK';
    margin-bottom: 23px; 
    padding-bottom: 25px;
    position: relative;
    display: block;
}
.product-sect-title:after{
    content: '';
    display: block;
    width: 44px;
    height: 45px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../images/more.png)left center no-repeat;
}
.product-sect-title:hover:after{
    background-position: right center;
}
ul.product-list {
    margin: 0 -15px;
}
ul.product-list li {
    width: 25%;
    padding: 0 15px;
}
ul.product-list li a{
    display: block;
    max-width: 345px;
    margin: 0 auto;
}
ul.product-list li .pic {
    border: 6px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.product-list li .pic img{
    border: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.product-list li .name{
    font-family: '微軟正黑體';
    font-weight: bold;
    font-size: 19px;
    color: #D22B2C;
}
ul.product-list li .text{
    color: #444444;
    font-family: '微軟正黑體';
    font-size: 14px;
    height:42px;
    overflow: hidden;
}
ul.product-list li .more{
    display: block;
    border: 1px solid #2D6192;
    color: #2B6091;
    font-size: 13px;
    font-family: 'Arial';
    padding:4px 32px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 38px auto;
    margin-bottom: 0px;
    width: 110px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
ul.product-list li:hover .pic{
    border-color: #E40011;
}
ul.product-list li:hover .more{
    background: #2B6091;
    color: #FFF;
}
@media screen and (max-width: 1400px) {
    .about-list .item {
        width: 25%;
    }
    .logo_about{
        right:15px;
    }
}
@media screen and (max-width: 1240px) {
    .banner .deco {
        width: 12%;
    }
}
@media screen and (max-width: 1080px) {
    .logo_about{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .intro-sect .container .intro-box {
        padding-right: 15px;
        padding-left: 155px;
        text-align: left;
    }
    .intro-sect .container .intro-box .intro-title {
        left: 10px;
    }
    .intro-sect .container .intro-box:before {
        left: 125px;
        top: 20px;
        margin-top: 0px;
    }
    .intro-sect .more {
        position: static;
        margin-top: 30px;
    }
    .about-list {
        max-width: 780px;
        margin: 0 auto;
    }
    .about-list .item {
        width: 50%;
    }
    .brand-list {
        max-width: 750px;
        margin: 0 auto;
    }
    .brand-list .item {
        width: 33.33%;
    }
    .about-sect .about-pic {
        display: none;
    }
    .about-content {
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .banner .deco {
        top: 4%;
    }
    .about-list {
        margin: 0 -8px;
    }
    .about-list .item {
        padding-bottom: 20px;
    }
    .intro-sect .container .intro-box:before {
        display: none;
    }
    .intro-sect .container .intro-box {
        padding: 0 15px;
    }
    .intro-sect .container .intro-box .intro-title {
        position: static;
    }
    .intro-sect .container .intro-box .intro-title {
        width: 100%;
        margin-bottom: 10px;
    }
    ul.product-list li {
        width: 50%;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 550px) {
    .about-list .item {
        width: auto;
        float: none;
        display: block;
        margin: 0;
    }
    .brand-list {
        margin: 0 -5px;
    }
    .brand-list .item {
        width: 50%;
        padding: 0 5px;
    }
    ul.product-list li {
        width: 100%;
    }
    .product-sect-title{
        padding-bottom: 0px;
    }
}