.banlist{width: 1300px;margin: auto;display: table;margin-top: -100px;margin-bottom: 80px;}
.banlist ul li{width: 33.33%;float: left;padding: 45px 35px; transition-duration:1s;}
.banlist ul li:hover{ transform: scale(1.06); transition-duration:1s;}
.banlist ul li.one{background: linear-gradient(120deg,#16e894,#00bb61);
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 192 107 / 30%);
    box-shadow: 0 15px 30px 0 rgb(0 192 107 / 30%);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;}
.banlist ul li.two{
    background: linear-gradient(120deg,#3ea0f6,#4656ee);
    -webkit-box-shadow: 0 15px 30px 0 rgb(17 97 229 / 30%);}
.banlist ul li.three{    background: linear-gradient(120deg,#8875f9,#674fe1);
    -webkit-box-shadow: 0 15px 30px 0 rgb(103 79 225 / 30%);
    box-shadow: 0 15px 30px 0 rgb(103 79 225 / 30%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;}

.banlist ul li h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
}

.banlist ul li p {
    font-size: 12px;
    margin: 0px;
    line-height: 2;
    color: #FFFFFF;
}

.banlist ul li:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../Images/down.png);
    margin-top: 10px;
}


.top{text-align: center;margin: 30px;}
.top .title{
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: 3.8px;
    margin: 0 0 21px;
    color: #74787c;
}


.top .subtitle{
    color: #043055;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: .6px;
    margin: 0;
}

.top .intro {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1.2px;
    margin: 25px 0 0;
}



.bclist{width: 100%;display: table;}
.bclist ul li{width: 30%;margin:10px 1.5%;float: left;}
.bclist ul li .pic{width: 100%;overflow: hidden;overflow: hidden;}
.bclist ul li .pic img{width: 100%;}
.bclist ul li:hover .pic img{transform: scale(1.2);transition-duration:1s;}
.bclist ul li p{font-size: 18px;color: #000000;text-align: center;padding-top: 10px;}


.ads{height: 300px;margin-top: 80px;width: 100%;background: url(../Images/car/footbgs.jpg) no-repeat center;background-size: cover;text-align: center;}
.ads h1{color: #FFFFFF;font-size: 38px;font-weight: bold;padding-top: 90px;}
.ads p{color: #FFFFFF;}


