* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

body {
    font-size: 18px;
    color: #333;
    font-family: "Microsoft Yahei";
    color: #ffffff;
    background: #00082d url(../images/bg.jpg) no-repeat center 750px;
}

.banner {
    width: 100%;
    height: 750px;
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: auto 100%;
}

.container {
    width: 100%;
    height: auto;
}

.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}


.pictures {
    position: relative;
    width: 1200px;
    height: auto;
    top: -70px;
    margin-bottom: -350px;
}

.pictures img{
    width: 1200px;
    height: auto;
}

.proys-img {
    width: 100%;
    height: auto;
	margin-top: 300px;
}

.proys-img a div.es5{
    width: 100%;
    height: 660px;
    background: url(../images/ES5.png) no-repeat center center;
    background-size: auto 100%;
	margin-top: 300px;
}

.proys-img a div.es7{
    width: 100%;
    height: 660px;
    background: url(../images/ES7.png) no-repeat center center;
    background-size: auto 100%;
}

.proys-img a div.es5pro{
    width: 100%;
    height: 660px;
    background: url(../images/ES5pro.png) no-repeat center center;
    background-size: auto 100%;
}

.yh-tit {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.lists {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.one {
    width: 381px;
    height: 480px;
    background: url(../images/user-bg.png) no-repeat center bottom;
    background-size: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one img {
    border: 1px solid #00fffd;
}

.one h2, .one p {
    width: 330px;
}

.one h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.one p {
    line-height: 2;
}

.one p span {
    color: #00fffd;
}

.car-cont, .feedback {
    margin-top: 50px;
}

.car-lists {
	display: grid;
	grid: auto/auto auto auto auto;
    grid-gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.car-lists img {
    width: 270px;
    height: 180px;
}

.car-lists li p {
    width: 270px;
    height: auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
}


.form-table {
    width: 1200px;
    background: #ffffff;
    padding: 20px 50px;
    box-sizing: border-box;
    margin-top: 30px;
}

.buses-u-23-24 {
    width: 100% !important;
}

.buses-u-1-2 {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}

.buses-u-1-2-fr {
    padding-right: 0;
}

.buses-u-3-5 {
    padding-right: 10px;
    box-sizing: border-box;
}

.footer {
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
    margin: 40px auto;
}