﻿body {
    min-width: 1200px;
}

    body .header {
        margin-bottom: 0;
    }

.main .container {
    width: 100%;
    padding: 0;
}


ol, ul, li {
    list-style: none;
}
/*轮播图样式*/

body .banner {
    width: 100%;
    position: relative;
}

.banner .bd {
    width: 100%;
}

body .banner:hover .prev,
body .banner:hover .next {
    visibility: visible;
}

body .banner .prev,
body .banner .next {
    visibility: hidden;
}

body .banner .img {
    position: relative;
    left: -200%;
    height: auto;
}

    body .banner .img li {
        position: relative;
        height: auto;
        width: 100%;
    }

        body .banner .img li img {
            width: 100%;
            height: 100%;
        }

        body .banner .img li a {
            display: block;
        }

    body .banner .img .one {
        left: 20%;
        bottom: 35%;
    }

    body .banner .img .two {
        left: 23%;
        bottom: 38%;
    }

    body .banner .img .three {
        left: 48%;
        bottom: 35%;
    }

body .banner .indicator {
    position: absolute;
    bottom: -5px;
    z-index: 1;
}

    body .banner .indicator li {
        float: left;
        width: 10px;
        height: 10px;
        border: 2px solid #eee;
        background: #eee;
        margin-right: 10px;

    }

    body .banner .indicator .on {
        background: #246cd9;
        border: 1px solid #eee;
    }
/*控制手机显示屏幕样式*/
@media only screen and (min-width: 1170px) {
    body .banner .indicator {
        position: absolute;
        z-index: 1;
    bottom: 10px;
    }
    
    body .banner .indicator li {
        float: left;
        width: 40px;
        height: 10px;
        border: 2px solid #eee;
        background: #eee;
        margin-right: 10px;
    }

    body .banner .indicator .on {
        background: #246cd9;
        border: 1px solid #eee;
    }
}
/*6大功能显示*/
.product_show_margin_top_40{
    margin-top:40px;
}
/*6大方式贴心为您服务*/
div .product_title {
    background-color: antiquewhite;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
}

.container .row {
    margin: 0;
}

.top1 .product_text {
    font-size: 2rem;
    text-align: left;
    margin-top: 20px;
    line-height: 45px;
}

.top1 img {
    margin-top: 20px;
}

div .top li .top3, div .top li .top4 {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 20px;
}

    div .top li .top3 > div, div .top li .top4 > div {
        height: auto;
        margin-top: 30px;
        border: none;
    }

        div .top li .top3 > div img, div .top li .top4 > div img {
            width: 100%;
        }

.top3 .product_text {
    width: auto;
    font-size: 2rem;
    text-align: left;
    margin-top: 20px;
    line-height: 45px;
}

.top4 .product_text {
    width: auto;
    font-size: 2rem;
    text-align: left;
    margin-top: 20px;
    line-height: 45px;
}

div .top li .top4 > div {
    padding: 0 5%;
}

div .top li .top4 > .second {
    border: 1px solid #78cafa;
    border-radius: 20%;
}

    div .top li .top4 > .second span {
        font-size: 2.5rem;
        font-weight: bold;
        text-align: left;
        color: deepskyblue;
        display: block;
        margin-top: 20px;
    }

.top {
    padding: 0px;
}

.top5 div img {
    width: 80%;
}

body .product_show .content {
    margin: 0px auto;
}

    body .product_show .content .title {
        width: 80%;
        margin: 0px auto;
      
    }

        body .product_show .content .title li {
            line-height: 45px;
            border-radius: 5px;
            width: 140px;
            color: #999;
            margin-left:20px;
            text-align: center;
            cursor: pointer;
            background: -webkit-linear-gradient(#fff, #e6e6e6);
            background: linear-gradient(#fff, #e6e6e6);
        }

            body .product_show .content .title li strong {
                display: inline;
                font-size: inherit;
            }

        body .product_show .content .title .on {
            color: #fff;
            background: #247fd9;
        }
/*产品介绍*/

/*产品参数介绍*/
body div.project {
    width: 100%;
    height: 500px;
    background-color: beige;
    margin-bottom: 10px;
}

body .list .img_list {
    width: auto;
    margin: 0 auto;
    margin-bottom: 70px;
    color: #fff;
}

.flex_justify_between {
    display: flex;
    justify-content: space-between;
}
/*top1*/
.product_text {
    width: auto;
    font-size: 2rem;
    text-align: center;
}

.product_text_right {
    margin-right: 80Px;
    margin-top: 20px;
    width: auto;
    font-size: 2rem;
    text-align: left;
}
/*指导流程*/
body div.operation {
    width: 100%;
    height: 500px;
    background-color: darkcyan;
    margin-bottom: 10px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    border: 0;
}

.center-title {
    font-size: 2em;
    text-align: center;
}

.product_function_desc {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
}

bootstrap.min.css::after {
    margin: 0 0 10px;
}

.carousel-inner img {
    vertical-align: central;
    text-align: center display: block;
    max-width: 100%;
}

.product_show_xq {
    max-width: 100%;
    height: 600px;
}

.top_text {
    font-size: 1.2em;
}
/*操作流程*/
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    color: #7f8c97;
    background-color: #e9f0f5;
}



img {
    max-width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

    .cd-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

/* -------------------------------- 

Main components 

-------------------------------- */
/*真题框架的控制*/
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
/*左边竖直线控制*/
    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #78cafa;
    }



.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
/*控制那个整体效果*/
    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }


    /*控制正方可展示样式*/
    .cd-timeline-img.cd-picture {
        background: #75ce66;
    }

    .cd-timeline-img.cd-movie {
        background: #c03b44;
    }

    .cd-timeline-img.cd-location {
        background: #f0ca45;
    }
   

/*控制文本内容*/
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    
    }
    /*控制内容标题*/
    .cd-timeline-content h2 {
        color: #c03b44;
    }

    /*控制文本与标题之间的差异*/
    .cd-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }
    /*控制图片正方形*/
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
    /*控制图片正方形*/
    .cd-timeline-img img {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
    }
/*控制ipad ipad-pro屏幕样式*/
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 2rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 2.5rem;
    }
    
}
@media only screen and (min-width: 970px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 2.5rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 2rem;
    }
}
/*电脑屏幕显示控制*/
@media only screen and (min-width: 1170px) {

    #cd-timeline {
        margin-top: 4em;
        margin-bottom: 3em;
    }

        #cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }
    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }
    .cd-timeline-img img {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -18px;
        margin-top: -18px;
    }

    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
    .cd-timeline-content h2 {
        font-size: 30px;
        font-size: 3rem;
    }

    .cd-timeline-content p {
        font-size: 20px;
        font-size: 2.5rem;
    }
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }       
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
        
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

/*洗车攻略*/
div .thumbnail {
    background-color:white;
    margin-top:20px;
    text-align:center;
    
    height:200px;
}
.caption h3 {
    color: #c03b44;
}
.caption p {
    font-size:1.5rem;

    color: chocolate;
}
.caption img {
    float: left;
    width: 32PX;
    text-align: center;
}