@font-face {
    font-family: 'PingFangSCRegular';   /*字体名称*/
    src: url('/lib/font/PingFangSCRegular.eot') format('embedded-opentype'), /* IE6-IE8 */
            url('/lib/font/PingFangSCRegular.woff') format('woff'),
            url('/lib/font/PingFangSCRegular.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('/lib/font/PingFangSCRegular.svg') format('svg'); /* iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PingFang SC';   /*字体名称*/
    src: url('/lib/font/PingFang sc.eot') format('embedded-opentype'), /* IE6-IE8 */
            url('/lib/font/PingFang sc.woff') format('woff'),
            url('/lib/font/PingFang sc.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('/lib/font/PingFang sc.svg') format('svg'); /* iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PingFangSC-Medium';   /*字体名称*/
    src: url('/lib/font/PingFang Medium_downcc.eot') format('embedded-opentype'), /* IE6-IE8 */
            url('/lib/font/PingFang Medium_downcc.woff') format('woff'),
            url('/lib/font/PingFang Medium_downcc.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('/lib/font/PingFang Medium_downcc.svg') format('svg'); /* iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}
.lumina {
    width: 1200px;
}

.lumina_top{
    margin-top: 72px;
}

.autoM {
    margin: 0 auto;
}

.autoP {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.none {
    display: none;
}

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.urlColor {
    position: relative;
}

.urlColor a {
    color: #0D4E96 !important;
}

.urlColor::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #0D4E96;
    position: absolute;
    bottom: 0;
}

.lms_footer {
    min-width: 1200px;
    height: 50px;
    background: url(/lib/images/footer.png);
    text-align: center;
    line-height: 50px;
}