/*------------ banner ------------*/

.banner {
    /*margin-bottom: 70px;*/
    margin-bottom: 25px;
}

/*------------ ad ------------*/

.ad-sect .row{
    margin: 0 -27px;
}

.ad-sect .col{
    float: left;
    padding: 0 27px;
    width: calc((100% / 3) - 0.1px);
}

.ad-sect .pic-box img{
    margin:0;
}
.info-box .title{
    line-height: 1.75;
    color: #F8F8F5;
    font-weight: bold;
    width: 100%;
    height: 35px;
    font-size: 20px;
    background: url('../../images/common/index/ad-tit-bg.jpg');
    box-sizing: border-box;
    padding: 1px 0 0 13px;
    margin: 0 0 15px;
}

.info-box li a{
    display:block;
    padding: 30px 40px 29px;
    font-size: 18px;
    color: #7D654F;
    text-align: left;
    line-height: 1.2;
    position: relative;
    background: url('../../images/common/index/ad-bg1.jpg');
}

.info-box li a:hover{
    background: url('../../images/common/index/ad-bg2.jpg');
}
.info-box li + li{
    margin: 10px 0 0 0;
}

.info-box li a:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7D654F;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -4px 0 0 0;
}

.video-box iframe{
    width: 100%;
    height: 310px;
}

/*------------ news ------------*/

.news-sect{
    padding: 50px 0 80px;
}

.news-sect .title{
    font-size: 28px;
    color: #000;
    font-family: "標楷體";
    text-align: center;
    margin: 0 0 30px;
    position: relative;
}

.news-sect .title:after{
    content: "";
    width: 3px;
    height: 50px;
    display: block;
    position: absolute;
    background: #BB0000;
    top: 100%;
    left: 50%;
    margin: 5px 0 0 -1px;
    z-index: 10;
}

.news-sect .title i{
    width: 60px;
    height: 36px;
    display: block;
    margin: 0 auto;
    background: url('../../images/common/index/news_ic.png');
}

.news2-list {
    margin: 0 -25px;
}

.news2-list li {
    width: calc((100% / 3) - 0.1px);
    padding: 0 25px 55px;
    position: relative;
}

.news2-list li:nth-child(3n+1) {
    clear: left;
}

.news2-list li a {
    max-width: 444px;
    margin: 0 auto;
}

.news2-list li + li a:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #DED7D1;
    position: absolute;
    top: 0;
    margin: 0 25px 0 0;
    right: 100%;
}

.news2-list li .pic {
    position: relative;
    height: auto;
}

.news2-list li .news2-word {
    border: solid 1px #ddd;
    padding: 15px 20px 20px 20px;
    margin-top: 5px;
    background: #FFFFFF;
    color: #8B8B8B;
    position:relative;
}

.news2-list li .news2-word:after{
    content:"";
    display:block;
    height:4px;
    width:100%;
    background:url(../../images/common/news2/shadow.png) no-repeat center top;
    position:absolute;
    top:100%;
    left: 0;
    margin: -1px 0 0 0;
}

.news2-list li .news2-word p {
    line-height: 1.6;
    margin: 10px 0 20px 0;
    height: 44px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #8B8B8B;
}

.news2-list li .news2-word .news2-name {
    font-size: 20px;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s;
}

.news2-list li .news2-date,
.news2-date {
    color: #AB070C;
    font-size: 13px;
}

.news2-list a:hover .news2-name {
    color: #850608;
}

.news2-list .pic:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 10;
    background: no-repeat 50% 50% rgba(255, 255, 255, .6);
}

.news2-list .pic:after {
    width: 50px;
    height: 50px;
    top: 0;
    z-index: 15;
    left: 50%;
    margin: -25px 0 0 -25px;
    background: url('../../images/common/news2/icon_hover.png');
}

.news2-list li .pic:before,
.news2-list li .pic:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.news2-list .pic:hover:after {
    top: 50%;
}

.news2-list .pic:hover:before,
.news2-list .pic:hover:after {
    opacity: 1;
}

/*------------ about ------------*/

.about-sect{
    padding: 55px 0 70px;
    text-align: center;
    position: relative;
    background: url('../../images/common/index/about_bg.jpg') no-repeat center top fixed;
}

.about-sect a{
    opacity:1;
    display:block;
    transition:all .2s;
}

.about-sect a:hover{
    opacity:.7;
}

.about-sect:before,
.about-sect:after{
    content: "";
    display: block;
    width: 3px;
    height: 35px;
    background: #BB0000;
    position: absolute;
    left: 50%;
    top: -20px;
}

.about-sect:after{
    top: auto;
    bottom: -30px;
    height: 66px;
}

.about-sect .title{
    position: relative;
    margin: 0 0 45px;
}

.about-sect .title:after{
    content: "";
    width: 25px;
    height: 7px;
    background: #000000;
    display: block;
    margin: 0px auto 0;
}

.about-sect .title i{
    width: 58px;
    height: 58px;
    display: block;
    margin: 0 auto 10px;
    background: url('../../images/common/index/about_ic.png');
}

.about-sect .title span{
    display: block;
    color: #970909;
    font-size: 45px;
    width: 50px;
    line-height: 1;
    margin: 0 auto;
}

.about-sect .title p{
    color: #B25900;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0;
}
.about-sect .title p:before,
.about-sect .title p:after{
    content: "{";
    font-size: 23px;
    font-family: "標楷體";
    margin: 0 10px 0 0;
}

.about-sect .title p:after{
    content: "}";
    margin: 0 0 0 10px;
}

/*------------ sect4 ------------*/

.sect4{
    background: #fff url('../../images/common/index/sect4_bg.jpg') no-repeat center bottom;
    padding: 100px 0 65px;
}

/*------ index-pic-box ------*/

.index-pic-box{
    padding: 0 0 80px;
}

.index-pic-list{
    margin: 0 -25px;
}

.index-pic-list li{
    width: 25%;
    padding: 0 25px;
    box-sizing: border-box;
}

.index-pic-list li .pic{
    max-width: 324px;
    margin: 0 auto;
}

.index-pic-box .slick-arrow{
    width: 40px;
    height: 40px;
    color: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    left: -50px;
    z-index: 10;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.index-pic-box .slick-next{
    left: auto;
    right: -50px;
    transform: rotate(180deg);
}

.index-pic-box .slick-arrow:hover{
    background-position: 0 100%;
}

/*------------ link ------------*/

.links-box{
    background: url('../../images/common/index/sect4_bg2.png') no-repeat center top;
    padding: 60px 0 0 0;
}

.link-list {
    margin: 0 -20px;
}

.link-list li:nth-child(5n+1) {
    clear: left;
}

.link-list li {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 50px;
}

.link-list li a {
    margin-bottom: 20px;
    max-width: 260px;
    margin: 0 auto;
}

.link-list .pic {
    height: 100%;
    position: relative;
    margin-bottom: 8px;
    width: 100%;
    border: solid #eee 1px;
    transition: all .2s;
}

.link-list a:hover .pic {
    opacity: .65;
    transition: all .2s;
}

.link-list .link-name {
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    transition: all .2s;
    margin: 0 0 5px;
}

.link-list a:hover .link-name {
    color: #820815;
    transition: all .2s;
}

.link-list .link-url {
    color: #aaa;
    font-size: 13px;
}

.link-list a:hover .link-url {
    text-decoration: underline;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1600px) {
    .index-pic-box .slick-arrow{
        left: 15px;
    }
    .index-pic-box .slick-next{
        left: auto;
        right: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .ad-sect .row,
    .news2-list{
        margin: 0 -10px;
    }
    .ad-sect .col,
    .news2-list li{
        padding: 0 10px;
    }
    .news2-list li + li a:before{
        margin: 0 9px 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .link-list{
        text-align: center;
    }
    .link-list li{
        width: calc((100% / 3) - 0.1px);
        float: none;
        display: inline-block;
        margin: 0 -4px 50px 0;
    }
}

@media screen and (max-width: 900px) {
    .banner {
        margin-bottom: 30px;
    }
    .ad-sect .row,
    .news2-list{
        margin: 0;
    }
    .ad-sect .col,
    .news2-list li{
        padding: 0 0 25px;
        width: 100%;
        float: none;
    }
    .news2-list li + li a:before{
        display: none;
    }
    .ad-sect .col{
        text-align: center;
    }
    .info-box li{
        padding: 15px 10px 15px 40px;
    }
}

@media screen and (max-width: 767px) {
    .news-sect{
        padding: 25px 0 40px;
    }
    .sect4{
        padding: 50px 0;
    }
    .index-pic-box{
        padding: 0 0 40px;
    }
    .link-list{
        margin: 0 -10px;
    }
    .link-list li{
        width: 50%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 480px) {
    .link-list{
        margin: 0;
    }
    .link-list li{
        width: 100%;
        padding: 0;
        margin: 0 0 25px;
    }
}