.banner .slick-prev,
.banner .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../images/index/banner_arrow.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-left: -51px;
}
.banner .slick-next {
    background-position: 100% 0;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}

.site-main .btn.more {
    background: #FF8000 url(../images/index/more_arrow.png) 100% 100% no-repeat;
    width: 100%;
    max-width: 268px;
    line-height: 32px;
    color: #FFF;
    font-size: 14px;
    display: block;
    margin: 30px auto 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.news-sect .btn.more:hover {
    background-color: #0056AC;
}
.about-sect .btn.more {
    background-color: #55D2C2;
    border-color: #fff;
}
.about-sect .btn.more:hover {
    background-position: 100% 100%;
    color: #fff;
}

.sect1 {
    padding: 40px 0 160px;
}
.news-sect {
    max-width: 970px;
    margin: 0 auto;
}
.news-sect .main-title {
    background: url(../images/index/news_title_bottom.png)center bottom no-repeat;
    margin-bottom: 40px;
}
.news-pic:after{
    content: '';
    display: block;
    clear: both;
}
.news-pic .item {
    width: 25%;
    float: left;
    margin-bottom: 35px;
}

.news-list .item {
    border-bottom: 1px dashed #ccc;
}
.news-list .box {
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0;
}
.news-list .date {
    font-size: 15px;
    color: #FF8000;
    float: left;
    letter-spacing: 0;
}
.news-list .date:after {
    content: '/';
    display: inline-block;
    margin-left: 12px;
    color: #333;
}
.news-list .name {
    font-size: 16px;
    color: #333;
    margin-left: 100px;
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.news-list a:hover .name {
    color: #0056AC;
}
.news-list .name:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/index/news_after.png)top;
    width: 22px;
    height: 22px;
    margin: 0 0 3px 8px;
    position: absolute;
    right: 12px;
    top: 4px;
}
.news-list a:hover .name:after {
    background-position: bottom;
}

.sect2 {
    padding: 50px 0 185px;
}
.products-sect .title-box {
    background: #47A38A;
    overflow: hidden;
    padding: 10px 20px;
}
.products-sect .main-title {
    background-image: url(../images/index/products_title.png);
    background-position: 0 0;
    width: 267px;
    height: 28px;
    float: left;
    margin: 3px 0 0;
}
.products-sect .ibtn.more {
    background-image: url(../images/index/products_more.png);
    width: 34px;
    height: 34px;
    float: right;
}
.products-sect .slider-box {
    border: 1px solid #ccc;
    padding: 30px 80px;
    position: relative;
}
.products-sect .slider-box:before {
    content: '';
    border-left: 1px dashed #ccc;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 50%;
    z-index: 0;
}
.products-list {
    position: relative;
    z-index: 2;
    margin: 0 -30px;
}
.products-list .item {
    width: 50%;
    padding: 0 50px;
}
.products-list .box {
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}
.products-list .pic {
    border: 6px solid #E4EDEA;
    position: relative;
    overflow: hidden;
    float: left;
}
.products-list .txt {
    margin-left: 320px;
    padding: 4px 0;
}
.products-list .name {
    color: #47A38A;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    height: 31px;
}
.products-list a:hover .name {
    text-decoration: underline;
}
/*
.products-list .description {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 45px;
}
*/
.products-list .more {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}
.products-list .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #333;
    margin: 0 0 3px 8px;
}
.products-list a:hover .more {
    color: #47A38A;
}
.products-list a:hover .more:after {
    border-left-color: #47A38A;
}
.products-sect .slick-prev,
.products-sect .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../images/index/products_arrow.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.products-sect .slick-prev {
    background-position: 0 0;
    left: -20px;
}
.products-sect .slick-next {
    background-position: 100% 0;
    right: -20px;
}
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover {
    opacity: 0.7;
}

.sect3 {
    background: url(../images/index/sect3_bg.png) 50% 0 no-repeat;
}
.sect3 .col {
    float: left;
    width: 50%;
    padding: 0 45px;
    position: relative;
}
    .sect3 .col2 {
        padding: 0;
        max-width: 586px;
        float: right;
    }
.service-sect .main-title {
    background-image: url(../images/index/service_title.png);
    width: 119px;
    height: 107px;
    position: absolute;
    bottom: 100%;
    left: 74px;
    margin: 0 0 -26px;
    text-indent: -5000px;
}
.service-sect .ibtn.more {
    background-image: url(../images/index/service_more.png);
    width: 170px;
    height: 30px;
    position: absolute;
    right: -132px;
    bottom: 100%;
}
.service-sect .editor {
    max-width: 540px;
    padding: 100px 0 40px;
}

.about-sect {
    max-width: 518px;
    margin: 0 auto;
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
.about-sect .pic {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55d2c2+0,ffffff+100 */
    background: #55d2c2; /* Old browsers */
    background: -moz-linear-gradient(top,  #55d2c2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #55d2c2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #55d2c2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55d2c2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 240px;
    padding: 15px;
    max-width: 390px;
    margin: 0 auto -60px;
    position: relative;
    top: -80px;
}
.about-sect .pic img {
    border-radius: 200px;
}
.about-sect .company-name {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 0;
}

.sect4 {
    background: #F2F8F6;
}
.album-sect {
    background: #fff;
    border-bottom: 2px solid #47A38A;
    position: relative;
    top: -22px;
    bottom: -130px;
    padding: 28px 48px 50px;
    position: relative;
}
.album-sect:before{
    content: '';
    width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    background: url(../images/footer_top.png)center top no-repeat;
    bottom: -32px;
    left: 0;
}
.album-sect .main-title {
    margin-bottom: 28px;
    padding-bottom: 30px;
    position: relative;
}
.album-sect .main-title:after{
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    background: #212121;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.album-list {
    margin: 0 -5px;
}
.album-list .item {
    width: 20%;
    padding: 0 5px;
}
.album-list .box {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
    min-height: 260px;
}
.album-list .name {
    background: url(../images/album/name_ic.png) 12px 50% no-repeat rgba(17,82,148,0.85);
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 12px 8px 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.album-list .box:hover .name {
    color: #37FFD7;
    font-weight: bold;
}
.album-sect .slick-prev,
.album-sect .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../images/index/album_arrow.png) no-repeat;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.album-sect .slick-prev {
    background-position: 0 0;
    left: -35px;
}
.album-sect .slick-next {
    background-position: 100% 0;
    right: -35px;
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover {
    opacity: 0.7;
}

.site-footer {
    margin-top: -130px;
    border-top: 0;
}
.footer-top {
    padding-top: 220px;
}
.floating, .floating.fancybox-margin {
    margin-top: -20px;
}

@media screen and (max-width: 1340px) {
    .products-sect .slider-box {
        padding: 30px 50px;
    }
    .products-list {
        margin: 0 -30px;
    }
    .products-list .item {
        padding: 0 30px;
    }
    .products-sect .slick-prev {
        left: -14px;
    }
    .products-sect .slick-next {
        right: -14px;
    }
    .sect3 {
        background: none;
    }
    .sect3 .row {
        margin: 0 -15px;
    }
    .sect3 .col {
        float: none;
        width: auto;
        background: 50% 0 / cover no-repeat;
        padding: 0 15px;
    }
    .sect3 .col1 {
        background-image: url(../images/index/service_bg.jpg);
    }
    .sect3 .col2 {
        background-image: url(../images/index/about_bg.jpg);
        max-width: 100%;
    }
    .sect3 .col1:before {
        display: none;
    }
    .service-sect,
    .about-sect {
        float: none;
        max-width: 700px;
        margin: 0 auto;
        position: relative;
    }
    .service-sect .main-title {
        left: 20px;
    }
    .service-sect .ibtn.more {
        right: 0;
    }
    .service-sect .editor {
        max-width: none;
        padding: 60px 0 100px;
    }
    .about-sect {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1180px) {
    .products-list .pic {
        float: none;
        max-width: 282px;
        margin: 0 auto 10px;
    }
    .products-list .txt {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .products-list .description {
        height: auto;
        max-height: 85px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .news-pic .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
/*
    .banner {
        padding: 15px 0;
    }
*/
    .banner .slick-prev,
    .banner .slick-next {
        width: 30px;
        height: 30px;
        background-size: 60px auto;
    }
    .banner .slick-prev {
        margin-left: -31px;
    }
/*
    .sect1 {
        padding: 25px 0;
    }
*/
    .sect2 {
        padding: 25px 0 140px;
    }
    .products-sect .slider-box:before {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    ul.donation-list .item{
        float: none;
        margin: 0 auto 50px;
        padding: 0;
        width: 100%;
    }
    .donation-sect{
        padding: 50px 0;
    }
    ul.donation-list .name{
        font-size: 23px;
        margin: 15px 0;
    }
}
@media screen and (max-width: 520px) {
    .news-pic .item{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    ul.service-list .pic,
    ul.service-list .txt{
        float: none;
        margin: 0 auto;
    }
    ul.service-list .txt{
        width: 100%;
    }
    ul.service-list .pic{
        margin-bottom: 15px;
    }
    .news-list .date {
        float: none;
    }
    .news-list .name {
        margin: 0;
    }
    .products-sect .main-title {
        background-image: url(../images/index/products_title_m.png);
        background-position: 50% 0;
        width: auto;
        height: 81px;
        margin: 0 auto;
        float: none;
    }
    .products-sect .ibtn.more {
        display: block;
        float: none;
        margin: 10px auto 0;
    }
    .service-sect .main-title {
        left: 50%;
        margin-left: -60px;
    }
    .service-sect .ibtn.more {
        bottom: 0;
        right: 50%;
        margin-right: -85px;
    }
    .service-sect .editor {
        padding-bottom: 50px;
    }
    .about-sect {
        padding-top: 30px;
    }
    .about-sect .pic {
        top: 0;
        margin-bottom: 0;
    }
    .about-sect .company-name {
        font-size: 40px;
    }
}