@import url(links.css);

@import url(album.css);



.banner {

    height: auto;

    background: none;

}

.banner .item {

    /*background-repeat: no-repeat;

    background-position: 50% 0;

    background-size: auto 100%;

    height: 720px;*/
	width:100%;
}

.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_01.png) no-repeat;

    width: 15px;

    height: 15px;

    border: 0;
	margin:0 5px;

}

.banner .slick-dots li button:focus {

    outline: none;

}

.banner .slick-dots li.slick-active button {
	    background: url(../images/index/banner_dots_02.png) no-repeat;

}

.main-content {

    padding: 30px 0;

}

.main-content section {

    margin-bottom: 80px;

}

.main-content .title {

    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;

    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{

    max-width: 792px;

    margin: 0 auto;

    font-size: 14px;

    line-height: 30px;

}

.about-box .btn.more{

    background: #6DAB2E;

}

.about-box .btn.more:hover{

    background: #FF732F;

}



.news-box{

    background: url(../images/index/news_bg.jpg);

    border-bottom: 1px solid #DDD;

    position: relative;

    padding-top: 60px;

}

.news-box:before{

    content: '';

    width: 100%;

    height: 1px;

    background: #FFF;

    position: absolute;

    bottom: 0;

}

.news-box .title-center span {

    display: inline-block;

    vertical-align: top;

    margin-top: -18px;

    background: #F2F2F2;

    padding: 0 40px;

}

.news-list {

    margin: 0 -10px;

}

.news-list .item {

    width: 25%;

    padding: 0 10px;

}

.news-list .item a {

    max-width: 332px;

    margin: 0 auto 80px;

    border: 6px solid #fff;

    position: relative;

    background: #FCF9F3;

}

.news-list .item a:hover:after {

    content: " ";

    background: url(../images/news/more.png) no-repeat;

    display: block;

    width: 70px;

    height: 70px;

    position: absolute;

    left: 50%;

    top: 100%;

    margin: -35px 0 0 -35px;

}

.news-list .item a:hover {

    border-color: #F75000;

}

.news-list .item a:hover:after {

    background-position: 100% 0;

}

.news-list .pic {

    overflow: hidden;

}

.news-list .txt {

    padding: 10px 10px 60px;

}

.news-list .title {

    width: 100%;

    color: #FFF;

    overflow: hidden;

    font-size: 20px;

    font-weight: bold;

    position: absolute;

    line-height: 25px;

    bottom: 0;

    padding: 0 10px;

    -webkit-box-sizing: border-box;

   -moz-box-sizing: border-box;

        box-sizing: border-box;

    text-shadow:1px 1px 5px rgba(20%,20%,40%,0.6);

    overflow: hidden;

    min-height: 70px;

    text-align: center;

}

.product-box {

    border-bottom: 1px solid #FFF;

    position: relative;

}

.product-box:before{

    content: '';

    display: block;

    width: 100%;

    height: 1px;

    background: #DDD;

    position: absolute;

    bottom: -80px;

}

.products-list {

    margin: 0 -10px;

}

.products-list .item {

    width: 33.33%;

    padding: 0 10px;

}

.products-list .item a {

    max-width: 332px;

    margin: 0 auto 50px;

}

.products-list .pic {

    overflow: hidden;

    position: relative;

}

.products-list .name {

    color: #222;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    font-size: 15px;

    font-weight: bold;

    padding: 10px 0 5px;

}

.products-list .description {

    line-height: 1.45;

    height: 54px;

    overflow: hidden;

    padding-right: 120px;

    position: relative;

}

.products-list .description:after {

    content: "READ MORE";

    border: 1px solid #FF732F;

    background: #FF732F;

    color: #fff;

    font-size: 12px;

    line-height: 24px;

    padding: 0 10px;

    position: absolute;

    right: 0;

    top: 0;

}

.products-list a:hover .description:after {

    color: #FF732F;

    background: #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;

    overflow: hidden;

}

.album-list .item:nth-child(6) {

    display: none;

}

.links-list {

    overflow: hidden;

}

@media screen and (min-width: 1300px) {

    .links-list {

        max-width: none;

    }

    .links-list .item {

        width: 25%;

    }

}

@media screen and (max-width: 1300px) {

    .links-list .item:last-child {

        display: none;

    }

}

@media screen and (max-width: 1480px) {

.news-list .item {

    width: 33.33%;

}

}

@media screen and (max-width: 1300px) {

    .album-list .item:nth-child(5) {

        display: none;

    }

    .banner .item {

        /*padding-top: 14%;

        height: 302px;*/

    }

}

@media screen and (max-width: 1240px) {

    .album-list {

        height: auto;

    }

}

@media screen and (max-width: 1080px) {

    .products-list {

        max-width: 1000px;

        margin: 0 auto;

    }

    .products-list .item {

        width: 50%;

    }

    .news-list .item {

    width: 50%;

}

}

@media screen and (max-width: 980px) {

    .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;

    }

    .album-list .item:nth-child(5),

    .album-list .item:nth-child(6) {

        display: block;

    }

}

@media screen and (max-width: 880px) {

    .links-list .item:last-child {

        display: block;

    }

}

@media screen and (max-width: 639px) {

    .banner .item {

        padding-top: 0;

        /*height: 260px;*/

    }

.news-list .item {

    width: 100%;

}

    .products-list .item {

        float: none;

        width: auto;

        padding: 0;

    }

    .products-list .description {

        height: auto;

    }

    .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: 500px) {

    .album-list .item:nth-child(6) {

        display: none;

    }

}

@media screen and (max-width: 480px) {

    .products-list .description {

        padding-right: 0;

    }

    .products-list .description:after {

        position: static;

        display: block;

        text-align: center;

        margin-top: 10px;

        line-height: 30px;

    }

}

@media screen and (max-width: 400px) {

    .news-list .date {

        float: none;

    }

    .news-list .date:after {

        display: none;

    }

    .news-list .txt {

        margin-left: 0;

    }

}