@charset "utf-8";
/* CSS Document */


*, body {
    margin: 0;
    padding: 0;
}
html, body {
    font-family: "微软雅黑";
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
span {
    display: inline-block;
}
main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.tab-name0 {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.tab-name0 ul {
    background-color: darkseagreen;
    color: #ffffff;
    display: flex;
    height: 2.5em;
    justify-content: space-around;
    line-height: 2.5em;
    text-align: center;
}
.tab-name0 ul li {
    width: 25%;
}
.tab-name0 ul .curent {
    background-color: #ffffff;
    color: seagreen;
}
.tab-box0 {
    height: 100%;
}
.tab-box0 section {
    height: 500px;
    padding: 3em 0;
    text-align: center;
    width:100%
}
.tab-box0 section h1 {
    margin: 3em auto;
}
