* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei";
    font-size: 12px;
}

.flex {
    display: flex;
    align-items: center;
}

.flex.between {
    justify-content: space-between;
}

.flex.end {
    justify-content: flex-end;
}

.flex.center {
    justify-content: center;
}
.topgap {
    margin-top: 20px;
}
.topgap1 {
    margin-top: 5px;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.indent2 {
    text-indent: 2em;
}
.title {
    font-family: "SimHei", "黑体", sans-serif;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 5px;
}
.titile1 {
    font-family: "SimHei", "黑体", sans-serif;
    color: #8a7cb8;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 5px;
}
.subtitle {
    font-family: "SimHei", "黑体", sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
}
.bg1 {
    background: linear-gradient(to right bottom, #987fe4, #f0c6d2);
}
.bg-header {
    background: linear-gradient(to right, #9980e3, #cdaad9);
}
.bg-body {
    background: linear-gradient(to right bottom, #ccbff1, #f7e2e8);
}
.bg-footer {
    background: linear-gradient(to right, #bc9cdc, #f0c6d2);
}

.banner {
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url("../asset/img/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.banner .menu-list {
    padding: 30px 40px;
    display: flex;
}
.banner .menu-item {
    width: 140px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 0.3s;
    margin-left: 20px;
}
/* .banner .menu-item:nth-child(2) {
    margin-left: 150px;
}
.banner .menu-item:nth-child(3) {
    margin-left: 300px;
}
.banner .menu-item:nth-child(4) {
    margin-left: 450px;
}
.banner .menu-item:nth-child(5) {
    margin-left: 600px;
}
.banner .menu-item:nth-child(6) {
    margin-left: 750px;
} */
.banner .menu-item:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.banner .menu-item a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.banner.home {
    background: none;
    height: 130px;
}
.banner.home .menu-list {
    padding: 0;
}
.banner.home .menu-item {
    width: auto;
    background: none;
}
.banner.home .menu-item a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
.banner.home .menu-item:hover {
    background-color: none;
}
.banner.home .menu-item:hover a {
    color: #4e6ef2;
}
.content {
    width: 1480px;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding-top: 20px;
    color: #000;
    position: relative;
}
.content.mini {
    width: 470px;
    height: 565px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.content .emhot {
    top: 520px;
    left: 25px;
}
.content.mini .emhot {
    top: 0;
    left: 0;
}

.footer {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    padding: 10px;
}
.footer a {
    text-decoration: none;
    color: #000;
}
