body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.myNav {
    width: 50vw;
    padding-left: 40vw;
    position: absolute;
}

.myNav div {
    float: left;
    width: 20vw;
    padding-left: 5vw;
}

.navBtn {
    width: 7vw;
    top: 40px;
    padding: 0.5vw 1vw 0.5vw 1vw;
    font-size: 1vw;
    text-align: center;
    border-radius: 3vw;
    position: absolute;
}

.myNewNav a {
    color: #000 !important;
}

.myNewNav a :hover {
    color: #fff !important;
    background: #ff5854;
    width: 7vw;

}

.swiper-container {
    width: 99vw;
    height: 48.4375vw;
}

.img1 {
    background-image: url("../image/h1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.img2 {
    background-image: url("../image/h2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.img3 {
    background-image: url("../image/首页2_01.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.sImage {
    margin-left: 3vw;
    width: 8vw;
}

.sImage:hover {
    margin-left: 3vw;
    width: 8vw;
}

.cImage {
    width: 100%;
}
.cImage2 {
    width: 100%;
}

.title {
    text-align: center;
    color: black;
    font-size: 25px;
}

.title_col {
    text-align: center;
    color: #ababab;
    font-size: 12px;
}

.aboutUs {
    position: relative;
    left: 23vw;
    top: 10vw;
    width: 80vw;
    height: 60vw;
}

.aboutUs img {
    width: 9vw;
    margin-right: -1vw;
}

.footerText {

}

.footerText div {
    float: left;
    padding-left: 2vw;
}