﻿.clrfix:after {
    display: table;
    content: ' ';
    clear: both;
}

.clrfix {
    clear: both;
}
/*重置导航*/
header {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 55;
}

.carwins-title-item {
    color: #212121;
    margin: 0;
    /*padding: 0 15px;*/
    padding: 0;
    width: 110px;
    text-align: center;
}

.carwins-title-active {
    background-color: #ff7901;
    color: #fff;
}

.carwins-btn-login {
    color: #212121;
}

.carwins-btn-icon {
    border-top-color: #ff7901;
}

.carwins-btn-userinfo-option {
    background-color: #fff;
}

.carwins-btn-userinfo-option-item {
    border-bottom: 1px solid #d3d3d3;
}

.head_wrap {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
}

.head_mask {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(255,255,255,0.75);
}
/*end*/
.banner {
    font-size: 0;
}

    .banner img {
        display: block;
        width: 100%;
    }

/*新闻*/
.news_title {
    background-color: #f8f8f8;
    padding: 50px 0;
    text-align: center;
}

    .news_title h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .news_title p {
        font-size: 16px;
    }

.news-box {
    background-color: #fff;
    padding: 100px 0;
}

.news-list {
    width: 1200px;
    margin: 0 auto;
}

.news-list {
    font-size: 0;
}

    .news-list * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-list li {
        float: left;
        /*width: 33.3333%;*/
        width: 32.2%;
        padding: 20px;
        -webkit-animation: fadeInUp 1.5s ease 0s 1 both;
        animation: fadeInUp 1.5s ease 0s 1 both;
    }

        .news-list li a {
            display: block;
            border: 1px solid #dcdcdc;
            cursor: pointer;
        }

    .news-list .pic {
        height: 250px;
        overflow: hidden;
    }

        .news-list .pic img {
            display: block;
            width: 100%;
            transition: all 1s ease;
            -webit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
        }

    .news-list li a:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }


    .news-list .news-cont {
        padding: 0 15px;
    }

    .news-list .news-tit {
        margin: 20px 0 0 0;
        color: #1a1a1a;
        font-size: 20px;
        line-height: 28px;
        height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        /*white-space: nowrap;*/
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-list .news-time {
        color: #999;
        padding: 20px 0 12px 0;
        font-size: 14px;
        margin: 0;
    }
/*end*/

/*item_list*/
.item_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    padding-bottom: 40px;
}

.item_box_tips {
    color: #b7b7b7;
    font-size: 16px;
    margin-bottom: 20px;
}

    .item_box_tips i {
        color: #414141;
        font-style: normal;
    }

.item_box_tit {
    font-size: 36px;
    color: #ff7910;
    text-align: center;
    margin-bottom: 30px;
}

.item_list {
    width: 20%;
    min-height: 106px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

    .item_list img {
        display: block;
        margin: 0 auto 20px auto;
        height: 46px;
    }

    .item_list h3, .item_list h4 {
        color: #4b4b4b;
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
        display: block;
        text-align: center;
    }

    .item_list h3 {
        margin-bottom: 20px;
    }

    .item_list h4 {
        font-weight: normal;
        min-height: 40px;
        width: 60%;
    }

.item_box_info h4 {
    width: 100%;
}
/*car_list*/
.car_list {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 240px;
}

    .car_list .car_box {
        position: absolute;
        top: -100px;
        left: 265px;
        width: 670px;
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .car_list .car_tit {
        width: 100%;
        height: 70px;
        position: relative;
    }

    .car_list .car_tit_txt {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: normal;
        letter-spacing: 12px;
        line-height: 70px;
    }

    .car_list .car_tit_mask {
        width: 100%;
        height: 100%;
        background: rgba(255, 155, 8,0.7);
        border-top: 1px solid #fedd01;
    }

/*轮播*/
.picSlide {
    position: relative;
    width: 570px;
    /*margin: 0 auto;*/
    overflow: hidden;
}

    .picSlide .brandImgUrl {
        position: absolute;
        right: 8px;
        bottom: 8px;
        width: 42px;
        z-index: 55;
    }

    .picSlide .pic {
        display: block;
        min-height: 175px;
        width: 2000%;
        margin: 0;
        padding: 0;
    }

    .picSlide li {
        float: left;
        list-style: none;
        width: 570px;
    }

        .picSlide li a {
            display: block;
            width: 100%;
        }

    .picSlide .tab {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 470px;
    }

        .picSlide .tab em {
            width: 15px;
            height: 4px;
            display: inline-block;
            background: rgba(194, 194, 194,0.5);
            text-indent: -9999px;
            margin: 8px;
            cursor: pointer;
        }

            .picSlide .tab em.active {
                background: rgba(255, 121, 16,1);
            }

    .picSlide h3 {
        width: 85%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        margin-bottom: 5px;
        font-size: 16px;
        color: #212121;
        font-weight: normal;
    }

    .picSlide p {
        font-size: 14px;
        color: #797979;
        margin-bottom: 5px;
    }

        .picSlide p i {
            color: #ff7901;
            font-style: normal;
        }

    .picSlide .photo {
        font-size: 0;
        padding-top: 5px;
        width: 430px;
        height: 60px;
        overflow: hidden;
    }

        .picSlide .photo img {
            display: inline-block;
            width: 90px;
            height: 60px;
            margin-right: 10px;
            object-fit: cover;
        }

/*home_tools*/
.home_tools {
    /*width: 1200px;
    font-size: 0;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -600px;*/
    width: 960px;
    margin: 0 auto;
    font-size: 0;
}

.home_tools_tips {
    font-size: 14px;
    text-align: center;
    color: #e5e5e5;
    padding: 25px 0 15px 0;
}

    .home_tools_tips i {
        font-size: 14px;
        font-style: normal;
    }

.home_tools_tit {
    font-size: 18px !important;
    font-weight: normal;
    color: #fff;
    margin: 0;
    text-align: center;
    padding-bottom: 40px;
}

.home_tools a {
    display: inline-block;
    padding: 0 25px;
    color: #fff;
    text-align: center;
}

.home_tools img {
    display: block;
    margin: 0 auto 20px auto;
}

.home_tools h3 {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}

/*group_box*/
.group_box {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0;
}

    .group_box h3 {
        font-size: 18px;
        color: #ff7901;
        font-weight: normal;
        margin: 0 0 30px 0;
        text-align: center;
    }

.group_list {
    font-size: 0;
    text-align: center;
}

    .group_list a {
        display: inline-block;
        /*width: 200px;
        height: 150px;*/
        width: 160px;
        height: 120px;
        overflow: hidden;
        margin: 25px 15px;
        border: 1px solid #fff;
        border-radius: 2px;
        background-size: cover;
    }

        .group_list a:hover {
            border-color: #ff6c03;
            background-size: cover;
        }

.logo_1 {
    background: url(../../images/121.png) no-repeat 0 0;
}

.logo_2 {
    background: url(../../images/122.png) no-repeat 0 0;
}

.logo_3 {
    background: url(../../images/123.png) no-repeat 0 0;
}

.logo_4 {
    background: url(../../images/124.png) no-repeat 0 0;
}

.logo_5 {
    background: url(../../images/125.png) no-repeat 0 0;
}

.logo_6 {
    background: url(../../images/126.png) no-repeat 0 0;
}

.logo_7 {
    background: url(../../images/127.png) no-repeat 0 0;
}

.logo_8 {
    background: url(../../images/128.png) no-repeat 0 0;
}

.logo_9 {
    background: url(../../images/129.png) no-repeat 0 0;
}

.logo_10 {
    background: url(../../images/130.png) no-repeat 0 0;
}

.logo_11 {
    background: url(../../images/131.png) no-repeat 0 0;
}

.logo_12 {
    background: url(../../images/132.png) no-repeat 0 0;
}

.logo_13 {
    background: url(../../images/133.png) no-repeat 0 0;
}

.logo_14 {
    background: url(../../images/134.png) no-repeat 0 0;
}

.logo_15 {
    background: url(../../images/135.png) no-repeat 0 0;
}

.logo_1:hover {
    background: url(../../images/121_1.png) no-repeat 0 0;
}

.logo_2:hover {
    background: url(../../images/122_1.png) no-repeat 0 0;
}

.logo_3:hover {
    background: url(../../images/123_1.png) no-repeat 0 0;
}

.logo_4:hover {
    background: url(../../images/124_1.png) no-repeat 0 0;
}

.logo_5:hover {
    background: url(../../images/125_1.png) no-repeat 0 0;
}

.logo_6:hover {
    background: url(../../images/126_1.png) no-repeat 0 0;
}

.logo_7:hover {
    background: url(../../images/127_1.png) no-repeat 0 0;
}

.logo_8:hover {
    background: url(../../images/128_1.png) no-repeat 0 0;
}

.logo_9:hover {
    background: url(../../images/129_1.png) no-repeat 0 0;
}

.logo_10:hover {
    background: url(../../images/130_1.png) no-repeat 0 0;
}

.logo_11:hover {
    background: url(../../images/131_1.png) no-repeat 0 0;
}

.logo_12:hover {
    background: url(../../images/132_1.png) no-repeat 0 0;
}

.logo_13:hover {
    background: url(../../images/133_1.png) no-repeat 0 0;
}

.logo_14:hover {
    background: url(../../images/134_1.png) no-repeat 0 0;
}

.logo_15:hover {
    background: url(../../images/135_1.png) no-repeat 0 0;
}

/*home_banner*/
.home_banner {
    height: 434px;
    background: url(../../images/107.jpg) no-repeat 50% 0;
    /*background-size: auto 504px;*/
    background-size: cover;
}

/*home_tools_banner*/
.home_tools_banner {
    height: 227px;
    background: url(../../images/120.png) no-repeat 50% 0;
    background-size: cover;
}

.carwins-border {
    border: 0 none;
}

.btn_icon_user {
    background: url(../../images/142.png) no-repeat 0 50%;
    padding-left: 32px;
}

.btn_icon_group {
    background: url(../../images/143.png) no-repeat 0 50%;
    padding-left: 32px;
}

.picSlide_wrap {
    background-color: #fff;
    position: relative;
    padding-left: 100px;
}

    .picSlide_wrap:after {
        border-right: 50px solid #f9f9f9;
        border-bottom: 50px solid #f9f9f9;
        border-top: 50px solid transparent;
        border-left: 50px solid transparent;
        content: "";
        width: 0;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.home_banner_txt {
    width: 820px;
    margin: 0 auto;
    padding-top: 130px;
}

    .home_banner_txt h3 {
        font-size: 30px;
        color: #fff;
        margin: 0;
        letter-spacing: 5px;
        font-weight: 400;
    }

    .home_banner_txt h1 {
        width: 520px;
        font-size: 16px;
        color: #fff;
        margin: 20px 0 0 0;
        font-weight: normal;
    }
