* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

html,
body {
    width: 100%;
    height: 100%;
}
#app{
    width: 100%;
}
body {
    overflow-x: hidden;
}

#title {
    height: 7vh;
}

.nav {
    height: 45px;
    width: 100vw;
    background: url(../imgs/nav_bak.jpg) no-repeat;
    background-size: 100% auto;
    clear: both;
    position: relative;
}

.nav>ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    /* background-color: violet; */
}

.nav>ul>li {
    float: left;
    padding-top: 1vh;
    margin-left: 1vw;
    margin-right: 1vw;
    color: #656565;
    text-align: center;
    height: 100%;
    width: 100px;
    font-weight: bold;
    font-size: 17px;
}

.nav>ul>li:hover {
    background-color: #C1BFC0;
}

.nav ul .active {
    background-color: #C1BFC0;
}

.footer {
    position: fixed;
    bottom: 0px;
    height: 5vh;
    width: 100vw;
    background: #EAEBED;
    font-size: 0.7em;
    z-index: 999;
}

.footer .qrlist {
    position: relative;
}

.footer .qrcode {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: -210px;
}

#page0 img {
    position: absolute;
    height: 100vh;
    left: 50%;
    transform: translate(-50%);
}

#page1,
#page2,
#page3,
#page7 {
    width: 100vw;
    height: 100%;
    text-align: center;
}

#page1,
#page2,
#page5 {
    background: url(../imgs/公司介绍_bak.jpg);
}

.box {
    margin: 0 auto;
    width: 1050px;
    height: 100vh;
    background: #FFF;
    /* #F6F4F5; */
    position: relative;
}

#page1 .box_1,
#page1 .box_2 {
    width: 100%;
    text-align: left;
    padding-top: 50px;
    padding-left: 150px;
}

#page1 .box_1 {
    height: 230px;
}

#page1 .box_2 {
    height: 50%;
}

#page1 .box_3 {
    width: 70%;
    margin: 0 auto;
}

#page1 .myfont {
    color: #3e3e3e;
}

#page1 .qq {
    float: left;
    margin-top: 5px;
}

#page1 .wz {
    margin-left: 20px;
}

#page2 .card {
    margin: 0 auto;
    width: 90%;
    height: 250px;
    border-style: double;
    border-width: 4px;
    text-align: left;
}

@media screen and (min-width:1024px) {
    #page3 {
        font-size: 1em;
    }

    #page3 .card {
        width: 65vw;
        height: 22vh;
        padding-left: 6vw;
    }
}

@media screen and (max-width:1024px) {
    #page3 {
        font-size: 0.5em;
    }

    #page3 .card {
        width: 80vw;
        height: 16vh;
        padding-left: 0vw;
    }
}

#page3 .card {
    margin: 10px auto;
    text-align: left;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}
#page4{
    margin-bottom: 5vh;
}
#page4 .aline {
    /* min-width: 1660px; */
    /* background: url(../imgs/p4_bak.jpg); */
    height: 40vh;
}

/* #page4 .box1,
#page4 .box2 {
    margin: 0 auto;
} */

/* #page4 .box1 {
    width: 80%;
    height: 60vh;
    position: relative;
} */

/* #page4 .box1 .list1 img {
    height: 70%;
    margin: 0;
    padding: 0;
} */

/* #page4 #leftimg,
#page4 #rightimg {
    width: 90%;
    position: absolute;
    bottom: 0;
} */

/* #page4 .box2 {
    width: 100%;
    position: relative;
    height: 65vh;
} */

/* #page4 .box21 {
    position: absolute;
} */

/* #page4 .box3 {
    position: relative;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    z-index: 999;
    background: url(../imgs/p4_bak.jpg);
} */

#page7 .box2,
#page7 .in1,
#page7 .in2,
#page7 .in3 {
    margin-left: 200px;
    margin-bottom: 20px;
}

#page7 .box2 {
    margin-top: 150px;
}

#page7 .in1 {
    width: 700px;
    height: 40px;
    background: red;
}

#page7 .in2 {
    width: 700px;
    height: 40px;
    background: red;
}

#page7 .in3 {
    width: 700px;
    height: 150px;
    background: red;
}

#page7 button {
    position: absolute;
    left: 180px;
    border: none;
}