@import url(news.css);
@import url(albums.css);
@import url(products.css);
@import url(service.css);
@import url(links.css);
.site-main {
    position: relative;
}


/******************************* marquee *******************************/

.marquee_type {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: rgba(64, 54, 45, .75);
    padding: 12px 0 9px;
    text-align: center;
}

.marquee_type marquee {
    max-width: 1440px;
    margin: 0 auto;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.2;
}


/******************************* about *******************************/

.about-sect {
    background: url(../images/index/about_bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 85px 0 60px;
}

.site-main {
    padding-top: 0;
}

.about-sect .sect-title {
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    color: #765C47;
    font-size: 19px;
    position: relative;
}

.about-sect .sect-title:before {
    content: "";
    background: url(../images/index/icon_title.png);
    width: 46px;
    height: 37px;
    margin: auto;
    display: block;
}

.about-sect .btn-box .ibtn.more {
    background: url(../images/index/btn-more.png);
    width: 250px;
    height: 40px;
}

.about-sect .btn-box .ibtn.more:hover {
    opacity: .5;
}


/******************************* news+album *******************************/

.sect2 {
    background: #fff;
    padding: 40px 0 70px;
}


/******** news ********/

.news-sect {
    float: left;
    width: 70%;
    padding-right: 40px;
}

.news-sect .sect-title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
    color: #666666;
    margin-bottom: 15px;
}

.news-sect .sect-title:before {
    content: "";
    position: absolute;
    bottom: -5px;
    background: #DDDDDD;
    height: 1px;
    left: 0;
    right: 0;
}

.news-sect .sect-title:after {
    content: "";
    position: absolute;
    bottom: -5px;
    background: #666666;
    width: 100px;
    height: 1px;
    left: 0;
    right: 0;
}

.news-sect .ibtn.more {
    background: url(../images/index/btn-more2.png);
    background-position: 0 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.news-sect .ibtn.more:hover {
    background-position: 100% 0;
}

.news-sect .news-list {
    margin: 0 -5px;
}

.news-sect .news-list .item {
    padding: 0 5px;
}

.news-sect .news-list .item a {
    margin: 10px auto 0;
}


/******** albums ********/

.albums-sect {
    float: left;
    width: 30%;
}

.albums-sect .albums-list {
    margin: -7px -5px 0;
}

.albums-sect .title {
    color: #594C3F;
    font-size: 23px;
    margin-bottom: 2px;
}

.albums-box-out .albums-list .item {
    width: 50%;
    float: left;
    margin: 0 0 3px 0;
}

.albums-box-out .slick-dots {
    position: absolute;
    top: -20px;
    right: 0px;
}

.albums-box-out .slick-dots li {
    display: inline-block;
}

.albums-box-out .slick-dots li+li {
    margin-left: 8px;
}

.albums-box-out .slick-dots button {
    border: none;
    background: url(../images/index/dots.png);
    width: 10px;
    height: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.albums-box-out .slick-dots li.slick-active button,
.albums-box-out .slick-dots li button:hover {
    background-position: 0 100%;
}


/******************************* products *******************************/

.sect3 {
    background: url('../images/index/product_bg.jpg');
    padding: 55px 0 0 0;
    margin-bottom: -60px;
}

.product-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 2px;
    font-weight: bold;
    background: url('../images/index/pro_tit_bg.jpg');
    position: relative;
}

.product-title:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 3px;
    left: 0;
}

.product-title:after {
    content: "";
    display: block;
    background: url('../images/index/a.png');
    position: absolute;
    width: 34px;
    height: 15px;
    top: 100%;
    left: 50%;
    margin-left: -17px;
}

.product-title span {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 65);
}

.product-title span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 5px;
    height: 5px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-title span b {
    font-weight: bold;
}

.product-sect .products-list {
    max-width: 1200px;
    margin: 0 auto;
}

.product-sect .products-list .name {
    color: #000000;
    font-size: 17px;
}

.product-sect .products-list button {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    border: none;
    background: url(../images/index/arrow.png);
    width: 80px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.product-sect .products-list .slick-prev {
    left: -80px;
}

.product-sect .products-list .slick-prev:hover {
    background-position: 0 100%;
}

.product-sect .products-list .slick-next {
    right: -80px;
    background-position: 100% 0;
}

.product-sect .products-list .slick-next:hover {
    background-position: 100% 100%;
}

.product-sect .products-list .item {
    float: left;
}

@media screen and (max-width:1440px) {
    .marquee_type marquee {
        width: 90%;
        margin: 0 5%;
    }
    .product-sect .products-list button {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .product-sect .products-list .slick-prev {
        left: -15px;
    }
    .product-sect .products-list .slick-next {
        right: -15px;
    }
}

@media screen and (max-width:1200px) {
    .news-sect,
    .albums-sect {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 50px;
    }
    .albums-sect {
        margin-bottom: 0;
    }
    .albums-box-out .albums-list .item {
        margin: 0 0 15px 0;
        width: 25%;
    }
    .albums-sect .albums-list {
        margin: 0;
        padding: 0 5px;
    }
    .albums-box-out .slick-dots {
        right: 10px;
        top: -30px;
    }
    .albums-sect .title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1000px) {
    .news-sect .news-list .item a {
        max-width: 100%;
    }
    .albums-box-out .albums-list .item {
        margin: 0 0 0 0;
    }
    .albums-sect .albums-list li:nth-child(3n+1){
        clear: none;
    }
}

@media screen and (max-width:720px) {
    .albums-box-out .albums-list .item {
        margin: 0 0 15px 0;
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    .albums-box-out .albums-list .item {
        width: 100%;
        margin-bottom: -15px;
    }
    .albums-list a {
        max-width: 100%;
    }
    .albums-sect .albums-list {
        padding: 0;
    }
    .product-title span {
        display: block;
    }
}
