* {
    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 658px;
}

.banner {
    width: 100%;
    height: 658px;
    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: -350px;
    margin-bottom: -350px;
}

.pictures img{
    width: 1200px;
    height: auto;
}
.video {
    width: 100%;
    height: 601px;
    margin-top: 60px;
    background: url(../images/video-bg.png) no-repeat center center;
    background-size: auto 100%;
}

.video-left {
    width: 560px;
    height: auto;
    float: left;
    padding-left: 30px;
}

.videolist {
    width: 560px;
    height: 270px;
    position: relative;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.videolist img {
    display: block;
}

.videolist span {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -75px;
    background: url(../images/video-icon.png) no-repeat center center;
    background-size: contain;
    z-index: 99;
}

.video-news {
    width: 550px;
    height: 540px;
    padding: 20px;
    float: right;
}

.video-news h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-news p {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 40px;
}


.video-news p span {
    color: #005fe5;
}

.video-news ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.video-news ul li a:hover{
    color: #005fe5;
}



.proys-img {
    width: 100%;
    height: 840px;
    background: url(../images/pro-ys.png) no-repeat center center;
    background-size: auto 100%;
}


.hxjz-img {
    width: 100%;
    height: 684px;
    background: url(../images/hxjz.png) no-repeat center center;
    background-size: auto 100%;
}

.yh-tit {
    text-align: center;
    margin-bottom: 60px;
}

.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 #005fe5;
}

.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: 1.8;
}

.one p span {
    color: #005fe5;
}

.car-cont, .feedback {
    margin-top: 80px;
}

.car-lists {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.car-lists img {
    width: 270px;
    height: 180px;
}

.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;
}







