@import url(news.css);
@import url(story.css);

.sect1 {
    background: #E6E7E8;
    padding: 30px 0;
}
.about-box {
    text-align: center;
}
.about-box .box-title {
    color: #777;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-box .editor {
    max-width: 830px;
    margin: 0 auto 20px;
}
.about-box .more {
    background: #0A95A0;
    color: #fff;
    width: 180px;
    line-height: 35px;
}
.about-box .more:hover {
    background: #FF9C27;
}
.about-box .more .fa {
    font-size: 15px;
    margin-left: 3px;
}

.sect2 {
    padding: 40px 0;
}
.sect2 .row {
    margin: 0 -30px;
}
.sect2 .col {
    float: left;
    padding: 0 30px;
}
.sect2 .col1 {
    width: 44%;
}
.sect2 .col2 {
    width: 56%;
}
.news-box {
    position: relative;
}
.news-box .box-title {
    color: #555;
    font-size: 23px;
    font-weight: 500;
    border-bottom: 2px solid #DBE0CE;
    margin-bottom: 35px;
}
.news-box .box-title:after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 2px solid #41AC3B;
    margin: 6px 0 -2px;
}
.news-box .ibtn.more {
    background-image: url(../images/index/news_more.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 4px;
}
.news-list {
    margin: 0 -15px;
}
.news-list .item {
    width: 50%;
}
.news-list .item a {
    border-left: 0;
    padding: 0 15px;
}

.story-box {
    position: relative;
}
.story-box .box-title {
    color: #555;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 8px;
}
.story-box .slick-dots {
    position: absolute;
    right: 0;
    top: -32px;
    text-align: right;
}
.story-box .slick-dots li {
    display: inline-block;
}
.story-box .slick-dots li button {
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: url(../images/index/story_dot.png) no-repeat;
    width: 20px;
    height: 20px;
}
.story-box .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.story-list {
    margin: 0 auto;
}
.story-list .item {
    padding: 0;
    float: left;
    width: auto;
}

.sect3 {
    background: url(../images/index/products_bg.jpg) repeat-x;
    padding: 15px 0 50px;
}
.products-box .box-title {
    color: #777;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.products-box .slick-prev,
.products-box .slick-next {
    background: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    position: absolute;
    top: 50%;
    background-image: url(../images/index/products_arrow.png);
    width: 71px;
    height: 71px;
    margin-top: -35px;
}
.products-box .slick-prev { background-position:    0 0; left: -71px; }
.products-box .slick-next { background-position: 100% 0; right: -71px; }
.products-box .slick-prev:hover { background-position:    0 100%; }
.products-box .slick-next:hover { background-position: 100% 100%; }

.products-box {
    padding: 0 71px;
    position: relative;
}
.products-list {
    border-right: 1px solid #E0E0E0;
}
.products-list .item {
    width: 25%;
    padding: 0 30px;
    border-left: 1px solid #E0E0E0;
}
.products-list .item a {
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}
.products-list .pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    padding: 9px;
    background: #fff;
}
.products-list .more {
    background: #aaa;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 3px solid #FBFBFB;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 20px;
    position: relative;
    margin: -20px auto 2px;
}
.products-list a:hover .more {
    background: #FF9C27;
}
.products-list .name {
    color: #888;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 27px;
}
.products-list a:hover .name {
    color: #FF9C27;
}

@media screen and (max-width: 1200px) {
    .sect2 .container {
        max-width: 860px;
    }
    .sect2 .col {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 620px) {
    .products-box {
        padding: 0;
    }
    .products-box .box-title {
        margin-bottom: 70px;
    }
    .products-box .slick-prev,
    .products-box .slick-next {
        width: 40px;
        height: 40px;
        background-size: 80px auto;
        top: auto;
        bottom: 100%;
        margin: 0 0 20px;
        left: 50%;
        right: auto;
    }
    .products-box .slick-prev { margin-left: -41px; }
}
@media screen and (max-width: 520px) {
    .news-list .item {
        width: auto;
    }
}
.story-list .description{
font-size:19px;
line-height:1.6;
height:175px;
}