* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    background-image: url(../images/背景图片/茉莉花3.jpg);
}

a {
    text-decoration: none;
    color: #0f0f0f;
}

/* 导航栏开始 */
.nav a:hover {
    font-size: 1.1vw;
    color: rgb(86, 165, 250);
    transition: all 0.1s;

}

.nav {
    float: left;
    width: 12%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0.5px 0px 3px 0.2px #3f3f3f;
}

.nav p {
    margin: 15% 10% 2% 24%;
}

.websitename {
    float: left;
    width: 12vw;
    height: 10vh;
    font-size: 1.3vw;
}

.XBiaoTi {
    float: left;
    width: 80%;
    margin-top: 10%;
    padding: 0% 0% 12% 13%;
    font-size: 0.8vw;
    color: rgb(78, 78, 78);
}

.menu {
    float: left;
    width: 100%;
    height: 18vh;
}

.menu li {
    float: left;
    padding: 0% 0% 18% 13.5%;
    width: 85%;
    height: 18%;
    line-height: 3vh;
    font-size: 0.85vw;
}

.menu2 li {
    float: left;
    padding: 0% 0% 10% 13.5%;
    width: 85%;
    height: 18%;
    line-height: 3vh;
    font-size: 0.85vw;
}

.menu li div {
    float: left;
    width: 2vw;
    height: 2vh;
    margin-right: 1.5vw;
}

/* 导航栏结束 */

/* .关于我信息开始 */
.box {
    float: left;
    width: 70vw;
    height: 80vh;
    margin: 10vh 8vw 10vh 8vw;
    box-shadow: 0px 0px 5px 0.8px #363636;

}

.GuanYuWo {
    float: left;
    width: 30%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);

}

.GuanYuWo ul li a:hover {
    color: rgb(202, 26, 55);

}

.GuanYuWo img {
    width: 30%;
    height: 15%;
    margin: 5% 35% 0% 35%;
    border-radius: 100%;
}

.name {
    float: left;
    width: 100%;
    height: 10%;
    margin-top: 1vh;
    line-height: 300%;
    text-align: center;
}

.name a {
    font-size: 1.3vw;
}

.GuanYuWo ul {
    float: left;
    width: 100%;
    height: 60%;
}

.GuanYuWo ul li {
    float: left;
    width: 90%;
    height: 16.6%;
    margin-left: 8%;
}

.GuanYuWo ul li a {
    display: inline-block;
    margin-top: 5%;
    font-size: 1vw;
}

/* 关于我信息结束 */

/* 介绍开始 */
.JieShao {
    float: left;
    width: 67.4%;
    height: 48%;
    margin-left: 2.5%;
    background-color: rgba(255, 255, 255, 0.5);
}

.BiaoTi,
.BiaoTi2 {
    margin: 1.5% 0% 0% 2%;
    font-size: 1.2vw;
    margin-bottom: 2vh;
}

.BiaoTi span,
.BiaoTi2 span {
    border-bottom: 1px solid red;
}

.JieShao p {
    font-size: 0.9vw;
    font-family: "华文中宋";
    line-height: 2.3vh;
    margin-bottom: 2vh;
    padding: 0 1.5vw 0 1.5vw;
    text-indent: 2em;
    color: #4e4e4e;
}

.JieShao p a:hover {
    color: rgb(202, 26, 55);
}

.XiangCe {
    float: left;
    width: 67.4%;
    height: 48%;
    margin-left: 2.5%;
    margin-top: 3.1vh;
    background-color: rgba(255, 255, 255, 0.6);
}

.XiangCe ul {
    float: left;
    width: 100%;
    height: 80%;
}

.XiangCe ul li {
    float: left;
    width: 15%;
    height: 45%;
    text-align: center;
    margin: 1% 4% 1% 0%;
}

.XiangCe ul li img:hover {
    width: 105%;
    height: 105%;
    box-shadow: 2px 3px 5px 3px rgb(99, 99, 99);
    transition: all 0.4s;
}

.Lmargin {
    padding-left: 4.3%;
}

/* 介绍结束 */