@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 {
    position: relative;
    z-index: 10;
    background: #000;
}

.banner .item {
    height: auto;
}
.banner img{
    width: 100%;
}
.site-main {
    margin: 0;
    max-width: none;
    background: none;
    overflow: hidden;
}

.about-sect {
    background: url(../images/index/about_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 72px 0 48px;
    position: relative;
}

.about-sect .about-logo {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.about-box {
    color: #666;
    font-size: 15px;
    text-align: center;
}

.about-box .title {
    color: #212121;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.about-box .title:after {
    content: "";
    display: block;
    border-top: 1px solid #444;
    width: 60px;
    margin: 5px auto 0;
}

.about-box .editor {
    max-width: 800px;
    margin: 0 auto;
}

.about-box .ibtn.more {
    background-image: url(../images/index/about_more.png);
    width: 122px;
    height: 32px;
    display: block;
    margin: 60px auto 0;
}

.car-sect {
    background: url(../images/index/car_intro_bg.jpg) 0 0 / auto 100% repeat-x;
}

.car-sect .container {
    max-width: 1440px;
    padding: 0;
}

.car-list {
    padding-right: 2px;
    background: url(../images/index/car_divider.png) no-repeat 100% 0;
}

.car-list .item {
    position: relative;
    width: calc(100% / 6);
    background: url(../images/index/car_divider.png) no-repeat;
    padding-left: 2px;
}
.car-list .item:nth-child(n+7) {
    display: none;
}
.car-list .item > a {
    text-align: center;
    position: relative;
    padding-bottom: 7px;
}

.car-list .item > a:hover {
    background: url(../images/index/car_hover_bg.png) repeat-x;
}

.car-list .item > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #c70404 transparent transparent transparent;
    margin: 4px auto;
    visibility: hidden;
}

.car-list .item > a:hover:after {
    visibility: visible;
}

.car-list .name {
    display: block;
    color: #D9D9D9;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height:1.2;
    padding-top:5px;
}

.car-list .item > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

.car-list .item:hover > ul,
.car-list .item.active > ul {
    z-index: 200;
}

.car-list ul li a {
    color: #fff;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 10px;
    border-bottom: 1px solid #D0D0D0;
    background: #4b4b4b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4b4b4b 0%, #1b1b1b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4b4b4b 0%, #1b1b1b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4b4b4b 0%, #1b1b1b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#1b1b1b', GradientType=0);
    /* IE6-9 */
}

.car-list ul li a:hover {
    background: #1b1b1b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b1b1b 0%, #4b4b4b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1b1b1b 0%, #4b4b4b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1b1b1b 0%, #4b4b4b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#4b4b4b', GradientType=0);
    /* IE6-9 */
}

.car-list ul ul li a {
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: normal;
}

.car-list ul ul li a:hover {
    background: #ccc;
    color: ;
}

.news-sect {
    background: url(../images/index/news_bg.jpg) 50% 0 / cover no-repeat;
    padding: 35px 0 40px;
}

.news-list {
    margin: 0 -40px;
}

.news-list .item {
    width: 33.33%;
    padding: 0 40px;
    position: relative;
}

.news-list .item + .item:before {
    content: "";
    display: block;
    background: url(../images/index/news_divider.png) no-repeat;
    width: 2px;
    position: absolute;
    left: -1px;
    top: 134px;
    bottom: 0;
}

.news-list .item a {
    max-width: 430px;
    text-align: center;
    margin: 0 auto 44px;
}

.news-list .date {
    display: block;
    background: url(../images/index/news_date_bg.png) no-repeat;
    width: 124px;
    height: 124px;
    color: #E40011;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 10px;
}

.news-list .date small {
    display: block;
    color: #444;
    font-size: 16px;
    font-weight: normal;
    padding-top: 28px;
}

.news-list .name {
    color: #EBEBEB;
    font-size: 15px;
    line-height: 1.7;
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-list .pic {
    border: 5px solid #fff;
    overflow: hidden;
    max-width: 260px;
    margin: 0 auto;
}

.news-list a:hover .pic {
    border-color: #E40011;
}

.news-box .ibtn.more {
    background-image: url(../images/index/news_more.png);
    width: 158px;
    height: 43px;
    display: block;
    margin: 0 auto;
}

.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: 170px;
    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: 1240px) {
    .car-sect {
        background: #345367;
    }
    .car-list .item {
        width: 33.3%;
        background: url(../images/index/car_divider.png) no-repeat, url(../images/index/car_intro_bg.jpg) 0 0 / auto 100% repeat-x;
    }
    .news-list {
        margin: 0 -20px;
    }
    .news-list .item {
        padding: 0 20px;
    }
}

@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%;
    }
    .banner .deco {
        top: 5%;
    }
    .about-sect {
        padding: 30px 0 20px;
    }
    .about-box .ibtn.more {
        margin: 30px auto 20px;
    }
    .about-sect .about-logo {
        position: static;
        text-align: center;
    }
    .news-sect {
        padding-top: 10px;
    }
    .news-list .item {
        float: none;
        width: auto;
        padding: 20px 20px 1px;
    }
    .news-list .item + .item:before {
        background: url(../images/index/news_divider_m.png) 50% 0 / 100% 2px no-repeat;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 2px;
    }
}

@media screen and (max-width: 620px) {
    .car-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .car-list .name {
        font-size: 18px;
    }
}
