* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

body {
    font-family: "Microsoft YaHei", "SimSun";
    font-size: 14px;
    color: #000;
}

a {
    text-decoration: none;
    color: #21242c
}

a:hover {
    text-decoration: none;
    color: #21242c;
}
.cl{
    clear: both;
    display: block;
    overflow: hidden;
}
.page-content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.hd-banner{
    background: url(../images/car/banner.jpg) no-repeat top center;
    background-size: cover;
    height: 400px;
}
.hd-banner .info{
    padding: 70px 0 0 0;
}
.hd-banner .info h2{
    font-size: 40px;
    color: #fff;
}
.hd-banner .info p{
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    padding:25px 0;
}
.hd-banner .info .btn{
    background: linear-gradient(to bottom, #fff7df, #fcc427);
    color: #2e7522;
    font-weight: bold;
    width: 280px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 40px;
    font-size: 20px;
    box-shadow: 0 3px 0 rgba(60,221,183,1);
}
.nav-box{
    height: 110px;
    background: #fff;
    border-right: 10px;
    box-shadow:  0 5px 20px rgba(0,0,0,.05);
    margin-top: -55px;
    border-radius:10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0;
    position: relative;
}
.nav-box .item{
    display: flex;
    position: relative;
}
.nav-box .item img{
    width: 46px;
    height: 46px;
    margin-right: 18px;
}
.nav-box .item h3{
    font-size: 20px;
    color: #12e191;
    padding-bottom: 5px;
}
.nav-box .item p{
    font-size:14px;
    color: #666;
    line-height: 20px;
}
.nav-box .item::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(0, -50%);
    vertical-align: middle;
    width: 1px;
    height: 60px;
    background: #f7f7f7;
}
.nav-box .item:last-child::after {
    display: none;
}

.page-title{
    text-align: center;
    padding:80px 0 50px;
}
.page-title h3{
    font-size:40px;
    color: #333;
}
.page-title h3 span{
    color: #9c2cff;
}
.page-title p{
    color: #666;
    font-size: 18px;
    padding-top: 10px;
}
.car-a{
    padding-bottom:60px;
    position: relative;
}
.car-a .bd{
    background: #dff7f0;
    width: 800px;
    height: 400px;
    padding: 30px;
    box-sizing: border-box;
}
.car-a .bd .item{
    width: 594px;
}
.car-a .bd .item h3{
    font-size: 30px;
    color: #24dda9;
    padding-bottom:40px;
    position: relative;
}
.car-a .bd .item h3::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #ff7e33;
    border-radius: 5px;
    left:0;
    top:55px
}
.car-a .bd .item p{
    font-size: 16px;
    color: #165944;
    line-height: 26px;
    padding-bottom: 25px;
}

.car-a .hd{
    width: 530px;
    height: 400px;
    background: #fff;
    box-shadow: 0 0 20px rgba(36,221,169,.3);
    position: absolute;
    right: 0;
    top:50px;
}
.car-a .hd ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 0;
}
.car-a .hd ul li{
    background: #f0fcf8;
    width:225px;
    text-align: center;
    margin-bottom:20px;
    height:160px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.car-a .hd ul li p{
    font-size: 20px;
    color: #165944;
    padding-top: 15px;
}
.car-a .hd ul li.on{
    background: #24dda9;
}
.car-a .hd ul li.on p{
    color: #fff;
}

.car-c{
    padding-bottom: 80px;
}
.car-c .hd ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.car-c .hd ul li {
    background: #DCFAC8;
    width: 396px;
    height: 60px;
    margin: 2px;
    font-size: 16px;
    color: #165944;
    line-height: 60px;
    text-align: center;
}

.car-c .hd ul li.lv{
    background: #9CF2C8;
}

.car-c .hd ul li.t2{
    width: 596px;
}

.car-c .hd ul li.hu{
    width: 100%;
    background: #FFDBB1;
}
.car-c .hd ul li.tup{
    padding: 30px;
    background: #FFDBB1;
    height: 300px;
    margin-bottom: 40px;
}
.car-c .hd ul li.tup img{
    height: 240px;
}
.car-c .hd ul li.i1{
    width: 660px;
    box-sizing: border-box;
}
.car-c .hd ul li.i2{
    width: 532px;
    box-sizing: border-box;
}

.car-d{
    background:url(../images/car/bg1.jpg) no-repeat top center #effff7;
    padding-bottom: 80px;
}
.car-d .box{
    display: flex;
    justify-content: flex-end;
}
.car-d .box .item{
    width: 280px;
    margin-left: 40px;
}
.car-d .box .item li{
    background: #fff;
    box-shadow: 0 5px 20px rgba(36,221,169,.15);
    border-radius: 5px;
    margin-bottom: 30px;
    padding:15px 20px;
    display: flex;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.car-d .box .item li span{
    font-size: 24px;
    color: #24dda9;
    font-family: arial;
    font-weight: bold;
    padding-right: 10px;
}
.car-d .box .item li h4{
    font-size: 20px;
    padding-bottom: 10px;
}


.car-e {
    padding-bottom:20px;
    position: relative;
}
.car-e .img{
    position: absolute;
    left:50%;
    transform: translate(-50%,0);
    top:220px
}
.car-e .item{
    width: 358px;
    position: relative;
    z-index: 1;
}
.car-e .item ul li{
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(36,221,169,.15);
    border-radius: 5px;
    padding:15px 20px;
    display: flex;
}
.car-e .item ul li span{
    font-size: 24px;
    color: #24dda9;
    font-family: arial;
    font-weight: bold;
    padding-right: 10px;
}
.car-e .item ul li p{
    font-size: 17px;
    line-height: 26px;
    color: #333;
}

.car-f{
    background: url(../images/car/bg2.jpg) no-repeat top center;
    padding-bottom: 80px;
    margin-top: 60px;
}
.car-f .box{
    border-radius: 10px;
    background: #fff;
    padding:25px 30px;
    font-size: 17px;
    color: #333;
    line-height: 38px;
    box-shadow:0 5px 20px rgba(36,221,169,.2);
}
.car-kc .table{
    background: #fff;
    border:#333 solid 1px;
    border-radius: 5px;
    width: 100%;
    
    border-collapse: collapse;
}
.car-kc .table th{
    padding:20px;
    border:#333 solid 1px;
    font-size: 18px;
}
.car-kc .table td{
    padding:15px 20px;
    border:#333 solid 1px;
    line-height:24px;
}
.car-kc .table .t1{
    width: 200px;
    text-align: center;
    font-size: 18px;
}
.car-kc .table .t2{
    width: 300px;
}
.car-kc .table .t4{
    width: 120px;
    text-align: center;
    font-size: 18px;
}

.car-j{
    background:url(../images/car/bg3.jpg) no-repeat top center;
    padding-bottom: 80px;
    overflow: hidden;
}
.car-j .box{
    background: rgba(36,221,169,.5);
    overflow: hidden;
    border-radius:15px;
}
.car-j .left{
    width: 500px;
    float: left;
}
.car-j .left ul{
    padding: 40px;
    color: #fff;
}
.car-j .left ul li{
    width: calc(50% - 1px);
    float: left;
    text-align: center;
    height:150px;
    font-size: 18px;
    border-right: rgba(255,255,255,.3) solid 1px;
    border-bottom: rgba(255,255,255,.3) solid 1px;
}
.car-j .left ul li:nth-child(2),.car-j .left ul li:nth-child(4){
    border-right: none;
}
.car-j .left ul li:nth-child(3),.car-j .left ul li:nth-child(4){
    border-bottom: none;
}
.car-j .left ul li h3{
    font-size: 36px;
    padding: 30px 0 10px;
}
.car-j .right{
    background: #fff;
    border-radius:15px;
    overflow: hidden;
    width: 700px;
    float: right;
}
.car-j .right .t{
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #24dda9;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.car-j .right ul li{
    display: flex;
    line-height: 50px;
}
.car-j .right ul li .t1{
    width:120px;
    padding-left: 30px;
}
.car-j .right ul li .t2{
    width: 160px;
}
.car-j .right ul li .t3{
    width: 250px;
}
.car-j .right ul li .t4{
    width: 140px;
    text-align: center;
    color: #27bf77;
}
.car-j .right ul li .b{
    font-weight: bold;
    font-size: 16px;
}
.car-k{
    padding-bottom: 80px;
}
.car-k ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.car-k ul li{
    width: 380px;
    text-align: center;
    background: #eeeeff;
    margin-bottom: 25px;
    padding:40px 0 30px 0;
}
.car-k ul li h3{
    width: 160px;
    height: 45px;
    background: linear-gradient(0deg, #8988F9 0%, #95AFFA 100%);
    border-radius: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    margin: 12px auto;
}
.car-k ul li p{
    font-size: 16px;
    color: #165944;
    line-height: 26px;
}

.car-btn{
    width: 340px;
    height: 64px;
    background: linear-gradient(270deg, #4EF7D9, #D0F797);
    box-shadow: 0px 7px 32px 0px rgba(174,221,123,0.4);
    border-radius: 32px;
    font-size: 26px;
    color: #165944;
    line-height: 64px;
    text-align: center;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@keyframes Wave {
    0% {
        transform: scale(0);
        opacity: 1
    }

    to {
        transform: scale(34);
        opacity: 0
    }
}


.car-btn:after {
    content: "";
    position: absolute;
    animation: Wave 2s infinite;
    opacity: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

@media screen and (max-width: 1000px) {
    .car-content {
        width: 1200px;
        margin: 0 auto;
        display: table;
        overflow: hidden;
    }
}
