.banner {
    height: auto;
    background: none;
}
.banner .item {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
    height: 550px;
}
.banner .slick-dots {
    text-align: center;
    padding: 15px 0;
}
.banner .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button {
    text-indent: -9999px;
    text-align: left;
    background: url(../images/index/banner_dots.png) no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
}
.banner .slick-dots li button:focus {
    outline: none;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.main-content {
    padding: 30px 0;
}
.main-content section {
    margin-bottom: 80px;
}
.main-content .title {
    font-family: 'Lora', serif;
    font-size: 21px;
    color: #222;
    margin-bottom: 20px;
}
.main-content .row {
    position: relative;
}
.main-content .row:before {
    content: " ";
    border-left: 1px solid #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
}
.main-content .col {
    float: left;
    width: 50%;
    padding: 0 4%;
}
.main-content .title-center {
    text-align: center;
    font-family: 'Lora', serif;
    letter-spacing: 2px;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}
.main-content .title-center span {
    display: inline-block;
    vertical-align: top;
    margin-top: -18px;
    background: #fff;
    padding: 0 40px;
}
.main-content .btn-box {
    padding-top: 50px;
}
.main-content .btn.more {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #FF732F;
    line-height: 28px;
    padding: 0 15px;
}
.main-content .btn.more:hover {
    background: #CC0D0D;
}

.about-box .editor {
    min-height: 150px;
}

.news-list {
    margin-bottom: -10px;
}
.news-list a {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.news-list .txt {
    display: block;
    margin-left: 98px;
}
.news-list a:hover .txt {
    text-decoration: underline;
}
.news-list .date {
    color: #FF732F;
    position: relative;
    display: block;
    float: left;
    padding-right: 30px;
}
.news-list .date:after {
    content: "|";
    position: absolute;
    right: 14px;
    top: 0;
    color: #ccc;
}

.product-list {
    margin: 0 -10px;
}
.product-list li {
    width: 33.33%;
    padding: 0 10px;
}
.product-list li a {
    max-width: 450px;
    margin: 0 auto 50px;
}
.product-list .pic {
    height: 450px;
    position: relative;
}
.product-list .product-name {
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 5px;
}
.product-list p {
    line-height: 1.45;
    height: 54px;
    min-height: 26px;
    overflow: hidden;
    padding-right: 120px;
    position: relative;
}
.product-list p:after {
    content: "READ MORE";
    border: 1px solid #FF732F;
    color: #FF732F;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.product-list a:hover p:after {
    background: #FF732F;
    color: #fff;
}

.service-box .col {
    vertical-align: middle;
}
.service-box .item {
    display: table;
    width: 100%;
}
.service-box .item .pic {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}
.service-box .item .service-pic {
    width: 200px;
    height: 200px;
    border: 5px solid #ccc;
    overflow: hidden;
    -webkit-border-radius: 200px;
            border-radius: 200px;
}
.service-box .item .txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.service-box .item .service-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    margin-bottom: 5px;
}
.service-list {
    list-style-image: url(../images/index/list_icon.png);
    padding-left: 20px;
    margin-bottom: -8px;
}
.service-list li {
    margin-bottom: 8px;
}

.album-box {
    background: url(../images/index/album_bg.jpg);
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 20px 0;
}
.album-list {
    padding-top: 40px;
    height: 310px;
    overflow: hidden;
}
.link-list {
    height: 186px;
    overflow: hidden;
}

@media screen and (min-width: 1400px) {
    .link-list {
        max-width: none;
    }
    .link-list li {
        width: 25%;
    }
}
@media screen and (max-width: 1440px) {
    .product-list {
        max-width: 1000px;
        margin: 0 auto;
    }
    .product-list li {
        width: 50%;
    }
}
@media screen and (max-width: 1240px) {
    .album-list {
        height: auto;
    }
}
@media screen and (max-width: 1080px) {
    .link-list {
        height: auto;
    }
}
@media screen and (max-width: 990px) {
    .main-content .title {
        text-align: center;
    }
    .main-content .row:before {
        display: none;
    }
    .main-content .col {
        float: none;
        width: auto;
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .main-content .col + .col {
        border-top: 1px solid #ddd;
    }
    .product-list li {
        float: none;
        width: auto;
        padding: 0;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list p {
        height: auto;
    }
    .banner .item {
        height: 300px;
    }
}
@media screen and (max-width: 639px) {
    .service-box .item,
    .service-box .item .pic,
    .service-box .item .txt {
        display: block;
        margin: 0 auto 20px;
    }
    .service-box .item {
        margin-bottom: 0;
        max-width: 320px;
        padding: 0;
    }
    .service-box .item .pic,
    .service-box .item .service-pic {
        max-width: 200px;
        width: auto;
        height: auto;
    }
    .service-box .item .txt {
        padding-left: 0;
        margin-bottom: 0;
    }
    .service-box .item .service-title {
        text-align: center;
    }
    .service-box .btn-box {
        padding-top: 0;
    }
}
@media screen and (max-width: 480px) {
    .product-list p {
        padding-right: 0;
    }
    .product-list p:after {
        position: static;
        display: block;
        text-align: center;
        margin-top: 10px;
        line-height: 30px;
    }
}