@import url(news.css);
@import url(links.css);
.video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 753px;
}

.banner {
    background: #000;
}

.banner .deco {
    top: 5%;
}

.service-sect {
    background: url(../images/index/service_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding-bottom: 64px;
}

.service-sect .title {
    text-align: center;
    max-width: 450px;
    position: relative;
    top: -86px;
    height: 88px;
    margin: 0 auto 20px;
    padding: 20px 15px 0;
    box-sizing: border-box;
    background: url(../images/index/service_title_bg.png) repeat-x;
    background-size: auto 100%;
    color: #5A5A5A;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}


.service-sect .title span {
    color: #E40011;
}

.service-list {
    margin: 0 -8px -40px;
}

.service-list .item {
    width: 25%;
    padding: 0 8px 40px;
    position: relative;
}

.service-list .pic {
    position: relative;
    max-width: 348px;
    margin: 0 auto 8px;
}

.service-list a:hover .pic:before {
    content: "";
    background: rgba(23, 26, 28, 0.80) url(../images/index/service_hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.service-list .pic img {
    width: 100%;
}

.service-list .name {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(39, 41, 43, 0.80);
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.service-list .description {
    font-size: 13px;
    line-height: 1.45;
    max-width: 348px;
    margin: 0 auto;
    color: #7B7B7B;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sect2 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sect2 .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.sect2 .col2 {
    background: #ECECED;
    padding-top: 0;
}

.sect2 .col .container {
    width: 100%;
    max-width: 750px;
    padding: 0 30px;
}

.sect2 .col1 .container {
    float: right;
}

.sect2 .col2 .container {
    float: left;
}

.about-sect {
    max-width: 630px;
    padding: 70px 0 55px;
}

.about-sect .pic {
    margin-bottom: 35px;
}

.about-sect .title {
    color: #2C2626;
    font-size: 32px;
    font-weight: bold;
}

.about-sect .title span {
    color: #E40011;
}

.about-sect .txt {
    line-height: 1.6;
    font-size: 15px;
}

.about-sect .more {
    border: 1px solid #E40011;
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #E40011;
    display: block;
    margin: 32px 0 0;
    border-radius: 5px;
}

.about-sect .more:hover {
    background: #E40011;
    color: #fff;
}

.news-sect .top-box,
.news-sect .news-list {
    width: 100%;
    max-width: 650px;
    float: right;
}

.news-sect .sect-top {
    background: url(../images/index/news_top_bg.jpg) no-repeat;
    background-size: cover;
    height: 143px;
    box-sizing: border-box;
    padding: 58px 0 0;
}

.news-sect .title {
    float: left;
    background: url(../images/index/news_title_ic.png) no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-left: 60px;
}

.news-sect .more {
    background-image: url(../images/index/news_more.png);
    width: 60px;
    height: 60px;
    margin-top: -10px;
    float: right;
}

.news-sect .sect-content {
    padding-top: 10px;
}

.news-list {
    padding-bottom: 30px;
}

.news-list .item a {
    color: #7A7A7A;
}

.news-list .item a:hover,
.news-list a:hover .name {
    color: #000;
}

.news-list .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 42px;
}

.links-sect {
    background: url(../images/index/links_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 0 0 52px;
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.links-box {
    padding: 0 36px;
}

.links-box .title {
    background: url(../images/index/links_title_bg.png) repeat-x;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 280px;
    margin: 0 auto 50px;
    letter-spacing: 2px;
}

.links-list {
    max-width: none;
}

.links-list .item {
    float: left;
}

.links-list .item a {
    margin-bottom: 0;
}

.links-list .slick-prev,
.links-list .slick-next {
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0 !important;
    background: url(../images/index/links_arrow_bg1.png) repeat-y;
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.links-list .slick-prev {
    left: -36px;
    border-radius: 4px 0 0 4px;
}

.links-list .slick-next {
    background-position: 100% 0;
    right: -36px;
    border-radius: 0 4px 4px 0;
}

.links-list .slick-prev:hover,
.links-list .slick-next:hover {
    background-image: url(../images/index/links_arrow_bg2.png);
}

.links-list .slick-prev:before,
.links-list .slick-next:before {
    content: "";
    display: inline-block;
    background: url(../images/index/links_arrow.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
}

.links-list .slick-next:before {
    background-position: 100% 0;
}

@media screen and (max-width: 1400px) {
    .service-list .item {
        width: 25%;
    }
}

@media screen and (max-width: 1000px) {
    .service-sect {
        padding-bottom: 30px;
    }
    .service-list {
        max-width: 780px;
        margin: 0 auto;
    }
    .service-list .item {
        width: 50%;
    }
    .sect2,
    .sect2 .col {
        display: block;
        width: auto;
    }
    .sect2 .col .container {
        float: none;
        max-width: 660px;
        padding: 0 15px;
    }
    .about-sect,
    .news-sect .top-box,
    .news-sect .news-list {
        float: none;
        width: auto;
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .video-container {
        padding-bottom: 50%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 80px;
        height: 80px;
        -webkit-background-size: 100%;
        background-size: 100%;
        top: 70%;
    }
    .banner .slick-next {
        background-position: -40px 0;
        right: -10%;
    }
    .banner .slick-next:hover {
        background-position: -40px 100%;
    }
    .banner .slick-prev {
        background-position: 40px 0;
        left: -10%;
    }
    .banner .slick-prev:hover {
        background-position: 40px 100%;
    }
}

@media screen and (max-width: 550px) {
    .service-sect .title {
        max-width: none;
        margin: 0 -15px 40px;
        font-size: 24px;
        top: 0;
        height: auto;
        padding-top: 50px;
        border-radius: 0;
    }
    .service-list .item {
        width: auto;
        float: none;
        display: block;
        margin: 0;
    }
    .about-sect .title {
        text-align: center;
    }
    .about-sect .more {
        margin: 30px auto 0;
    }
    .news-sect .main-title {
        text-align: center;
        font-size: 36px;
    }
}
