@import url(links.css);
.banner {
    position: relative;
    z-index: 100;
}
.banner .item {
    height: auto;
}
.site-main {
    margin: 0;
    max-width: none;
    background: none;
    overflow: hidden;
}
.intro-sect {
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/index/index_bg.jpg)center center no-repeat;
    padding: 35px 0;
    text-align: center;
    background-size: cover;
}
.intro-sect .container {
    max-width: 1470px;
}
.intro-sect .container .intro-box {
    padding: 24px 330px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: '微軟正黑體';
    color: #BACFD8;
    font-size: 16px;
    position: relative;
}
.intro-sect .container .intro-box .intro-title {
    color: #B7AC8C;
    font-family: '思源黑體 TWHK';
    font-size: 43px;
    width: 100px;
    line-height: 1.2;
    position: absolute;
    left: 115px;
    top: 12px;
    -moz-text-shadow: 3px 3px 3px rgba(20%,20%,40%,0.8);
    -webkit-text-shadow: 3px 3px 3px rgba(20%,20%,40%,0.8);
    text-shadow: 3px 3px 3px rgba(20%,20%,40%,0.8);
}
.intro-sect .container .intro-box:before {
    content: '';
    display: block;
    width: 2px;
    height: 124px;
    position: absolute;
    top: 50%;
    margin-top: -62px;
    left: 275px;
    background: url(../images/index/hr.jpg)center center no-repeat;
}
.intro-box .txt {
    color: #ccc;
    font-size: 15px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.intro-sect .more {
    border: 1px solid #B3A587;
    width: 150px;
    height: 34px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #B3A587;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 120px;
}
.intro-sect .more:hover {
    background: #959485;
    color: #184876;
}
.intro-sect .more .fa {
    margin-left: 6px;
}
.about-sect {
    background: url(../images/about.png) no-repeat 50% 0 / cover;
    padding: 0px 0;
}
.about-sect .about-pic{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 487px;
    height: 100%;
    background: url(../images/index/about-p1.jpg)center center no-repeat;
    background-size: cover;
}
.about-list {
    margin: 0 -8px -40px;
}
.about-list .item {
    width: 25%;
    padding: 0 8px 40px;
    position: relative;
}
.about-list .pic {
    position: relative;
    max-width: 348px;
    margin: 0 auto;
}
.about-list a:hover .pic:before {
    content: "";
    background: rgba(23, 26, 28, 0.80) url(../images/index/about_hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.about-list .pic img {
    width: 100%;
}
.about-list .name {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(39, 41, 43, 0.80);
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
    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-content{
    padding-top:200px ;
    padding-right:490px;
    min-height: 290px;
}
.about-content .txt{
    max-width: 830px;
    padding: 15px 0;
}
.about-title {
    width: 186px;
    height: 163px;
    position: absolute;
    left: 15px;
    top: 0px;
    text-align: center;
    background: url(../images/index/about-title-bg.png)center center no-repeat;
}
.about-title .btn.more {
    display: block;
    width: 110px;
    border: 2px solid #888888;
    border-radius: 5px;
    font-size: 13px;
    color: #888888;
    padding:6px 0;
    margin: 8px auto;
}
.about-title .btn.more:hover{
    color: #E40011;
    border: 2px solid #E40011;
}
.about-title h1{
    font-family: '思源黑體 TWHK';
    font-size: 28px;
    color: #CCCCCC;
    -moz-text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
    -webkit-text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
    text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
    margin-top: 28px;
}
@media screen and (max-width: 1400px) {
    .about-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 1240px) {
    .banner .deco {
        width: 12%;
    }
}
@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;
    }
    
}
@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;
    }
}