.ly-layer-box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.ly-layer-box > .layer-box {
    width: 300px;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff;
    transform: translate(-50%, -60%);
}

.layer-box > span {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.layer-box > img {
    width: 100%;
}

.ly-layout-box {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.ly-layout-box > .ly-nav-box {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 1000;
    background: #FFFFFF;
    border-bottom: solid 2px #EEEEEE;
}

.ly-nav-box > .nav-box {
    width: 100%;
    padding: 10px 80px;
    margin: 0 auto;
}

.nav-box > .logo-box {
    height: 120px;
    display: inline-block;
}

.nav-box > .logo-box > img {
    height: 100%;
    vertical-align: top;
}

.nav-box > .logo-box > span {
    display: inline-block;
    height: 120px;
    line-height: 120px;
    font-size: 24px;
    font-weight: bold;
}

.nav-box > nav.nav-list {
    height: 120px;
    line-height: 120px;
}

.nav-box > nav.nav-list > a {
    display: inline-block;
    color: #333333;
    font-size: 24px;
    text-align: center;
    margin-left: 60px;
    text-decoration: none;
}

.nav-box > nav.nav-list > a.active {
    color: #00a2ff;
    font-weight: bold;
}

.nav-box > nav.nav-list > a:hover {
    color: #00a2ff;
    font-weight: bold;
}

/*底部*/
.ly-link-box {
    width: 100%;
    background: rgba(16, 16, 16, 0.95);
}

.link-box {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    box-sizing: border-box;
}

.link-box > ul {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

.link-box > ul > li {
    width: 300px;
    margin-bottom: 15px;
    text-align: center;
}

.link-box > ul > li > a {
    text-decoration: none;
    color: #999999;
    font-size: 14px;
}

.link-box > ul > li:nth-of-type(1) {
    margin-bottom: 20px;
}

.link-box > ul > li:nth-of-type(1) > a {
    color: #fff;
    font-size: 16px;
}

.link-box > div.wechat {
    width: 250px;
    display: inline-block;

    text-align: right;
}

.link-box > div.wechat > img {
    display: block;
    width: 140px;
    margin-left: 100px;
    vertical-align: bottom;
}

.link-box > div.wechat > div {
    margin-left: 100px;
    width: 140px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.ly-footer-box {
    width: 100%;
    background: #101010;
}

.footer-box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

/*右侧悬浮演示微调*/
ul.fm-ul {
    right: 10px !important;
    bottom: 10px !important;
}

ul.fm-ul ul.fm-ul-component div.fm-li-title.fm-title-right span.fm-li-title-text:after {
    position: absolute;
    content: '';
    right: -27px;
    bottom: -4px !important;
    border: 14px solid transparent;
    border-left-color: #5d5d5d;
    border-radius: 5px;
}

/*banner悬浮文字*/
.banner-content {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    text-align: center;
}

.banner-content > .banner-h1 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 36px;
}

.banner-content > .banner-p {
    color: #eeeeee;
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .ly-img-box {
        width: 1200px !important;
    }

    .ly-banner-box {
        width: 1200px !important;
    }

    .ly-module-box {
        width: 1200px !important;
    }

    .ly-link-box {
        width: 1200px !important;
    }

    .ly-footer-box {
        width: 1200px !important;
    }
}