@import url(links.css);

.banner {
    position: relative;
    z-index: 10;
}
.banner .deco {
    top: 5%;
}
.banner .item {
    height: auto;
}
.site-main {
    margin: 0;
    max-width: none;
    background: none;
    overflow: hidden;
}

.sect1 {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.sect1 .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.sect1 .col1 {
    background: url(../images/index/about_bg.jpg) 50% 0 / cover no-repeat;
}
.sect1 .col2 {
    background: url(../images/index/car_insurance_bg.jpg) 50% 0 / cover no-repeat;
    padding-top: 0;
}
.sect1 .col .container {
    width: 100%;
    max-width: 750px;
    padding: 0 30px;
}
.sect1 .col1 .container {
    float: right;
}
.sect1 .col2 .container {
    float: left;
}
.sect1 .col2 .sect-content .container {
    min-height: 310px;
}
.about-sect {
    position: relative;
    max-width: 630px;
    padding: 70px 0 55px;
}
.about-sect .pic {
    position: absolute;
    right: 0;
    top: 70px;
}
.about-sect .title {
    color: #777;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.8;
}
.about-sect .title span {
    display: inline-block;
    color: #E40011;
    font-size: 23px;
}
.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: 20px 0 30px;
    border-radius: 5px;
}
.about-sect .more:hover {
    background: #E40011;
    color: #fff;
}
.car-insurance-sect .top-box,
.car-insurance-sect .car-insurance-list {
    width: 100%;
    max-width: 650px;
    float: right;
}
.car-insurance-sect .sect-top {
    background: url(../images/index/car_insurance_top_bg.jpg) no-repeat;
    background-size: cover;
    height: 100px;
    box-sizing: border-box;
    padding: 34px 0 0;
}
.car-insurance-sect .title {
    float: left;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
}
.car-insurance-sect .title small {
    font-size: 30px;
}
.car-insurance-sect .more {
    background-image: url(../images/index/car_insurance_more.png);
    width: 66px;
    height: 66px;
    margin-top: -16px;
    float: right;
}
.car-insurance-sect .sect-content {
    padding-top: 10px;
}
.car-insurance-pic {
    position: absolute;
    right: 0;
    bottom: 15%;
    width: calc(100% - 245px);
}
.car-insurance-list {
    padding: 30px 0 50px;
}
.car-insurance-list li {
    background: url(../images/index/car_insurance_item_ic.png) no-repeat;
    padding-left: 35px;
    margin: 12px 0;
    max-width: 180px;
}
.car-insurance-list li a {
    color: #525252;
    font-size: 16px;
    display: block;
}
.car-insurance-list li a:hover {
    text-decoration: underline;
}

.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: 1280px) {
    .sect1,
    .sect1 .col {
        display: block;
        width: auto;
    }
    .sect1 .col .container {
        float: none;
        max-width: 870px;
        padding: 0 15px;
    }
    .about-sect,
    .car-insurance-sect .top-box,
    .car-insurance-sect .car-insurance-list {
        float: none;
        width: auto;
        max-width: none;
    }
}
@media screen and (max-width: 610px) {
    .about-sect {
        padding-top: 40px;
    }
    .about-sect .pic {
        position: static;
        margin: 20px 0;
    }
    .about-sect .title {
        text-align: center;
    }
    .about-sect .more {
        margin: 30px auto 0;
    }
    .car-insurance-sect .main-title {
        text-align: center;
        font-size: 36px;
    }
    .car-insurance-list {
        padding: 5px 0 20px;
    }
}
@media screen and (max-width: 400px) {
    .car-insurance-sect .title {
        font-size: 30px;
    }
    .car-insurance-sect .title small {
        font-size: 24px;
    }
    .sect1 .col2 .sect-content .container {
        min-height: 0;
    }
    .car-insurance-pic {
        position: static;
        width: auto;
        text-align: right;
    }
    .car-insurance-pic img {
        max-width: 200px;
    }
    .car-insurance-sect .sect-content {
        padding-bottom: 30px;
    }
    .car-insurance-list li {
        max-width: none;
    }
}