* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #F1F1F1;
}

a {
    color: #333;
    text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

.textGobeyond {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.textGobeyondTwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}

.dfr {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.dfc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.isFalse {
    display: none;
}

.center {
    min-width: 1200px;
    margin: 0 auto;
}

.center .nav {
    width: 100%;
    height: 100px;
    background-color: white;
    text-align: center;
}

.center .bottom {
    text-align: center;
    width: 100%;
    height: 156px;
    background-color: #454545;
    color: #FFFFFF;
    margin-top: 20px;
}

.center .bigBG {
    width: 100%;
    height: 18.23vw;
    background-image: url(../images/bigBG.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    /* justify-content: flex-start; */
}

.center .bigBG .name {
    color: #FFFFFF;
    font-size: 45px;
    font-family: 'pingPingFangSC-Regular';
    align-self: center;
}

.center .bigBG .span {
    width: 45px;
    height: 9px;
    display: block;
    background-color: #0D6EB8;
    align-self: center;
}

.a:hover {
    cursor: pointer;
}

.center .body {
    width: 1200px;
    /* height: 1058px; */
    background-color: #FFFFFF;
    margin: -100px auto 0;
    padding: 10px;
    justify-content: flex-start;
}

.center .body .topTable {
    width: 98%;
    height: 70px;
    margin: 0 auto;
    justify-content: space-between;
    border-bottom: 1px solid #DEDFE2;
}

.center .body .topTable .left div {
    margin: 0 10px;
    align-self: flex-end;
    padding: 8px 8px 20px 8px;
    color: #666666;
    font-size: 16px;
}

.center .body .topTable .left .active {
    color: #0D6EB8;
    border-bottom: 2px solid #0D6EB8;
}

.center .body .topTable .right span {
    align-self: center;
    display: block;
    font-size: 16px;
    color: #666666;
}

.center .body .topTable .right span:hover,
.center .body .topTable .left div:hover {
    cursor: pointer;
}

.center .body .topTable .right span:nth-child(2) {
    width: 15px;
    height: 15px;
    background-image: url(../images/triangle.png);
}

.center .body .right .triangle {
    background-image: url(../images/triangle.png);
}

.center .body .topTable .right span:nth-child(3) {
    color: #0D6EB8;
}

.mune_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DEDFE2;
}

.mune_box .nav_box {
    display: flex;
}

.mune_box .nav_box .list {
    margin: 0 20px;
    padding: 15px 0;
    font-size: 16px;
    color: #666;
}

.mune_box .nav_box .list.active {
    position: relative;
    color: #0D6EB8;
}

.mune_box .nav_box .list.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0D6EB8;
}