﻿@charset "utf-8";

* {
    font-family: "SimHei" !important;
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff?') format('woff'), /* chrome, firefox */
    url('iconfont.ttf?') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont.svg?#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

body {
    padding-top: 128px;
}
/*网站公用header*/
.header { /*height:68px;line-height:68px;padding:0 60px;*/
    background: #867d67;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.headerPhone {
    float: right;
}

    .headerPhone i {
        font-size: 20px;
        padding-right: 5px;
        color: #fff;
    }

    .headerPhone em {
        font: normal 20px/68px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
        color: #fff;
    }

.collect {
    float: right;
}

.headerCon a.logo {
    width: 125px;
    height: 45px;
    float: left;
    margin: 11px 25px 0 0;
}

    .headerCon a.logo img {
        width: 115px;
        display: block;
        margin-top: 2px;
    }

.headerCon ul {
    float: left;
    height: 68px;
}

    .headerCon ul, .headerCon ul li {
        display: inline-block;
    }

.headerCon {
    height: 68px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

    .headerCon ul li {
        position: relative;
        margin: 0 20px;
    }

        .headerCon ul li a {
            color: #fff;
            font: 18px/68px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
        }

        .headerCon ul li em {
            width: 100%;
            height: 1px;
            background: #fff;
            display: block;
            position: absolute;
            bottom: 17px;
            display: none;
        }

        .headerCon ul li:hover em, .headerCon ul li.active em {
            display: block;
        }

        .headerCon ul li:hover a, .headerCon ul li.active a {
            text-decoration: none;
        }

.searchBox {
    height: 68px;
    float: right;
}

    .searchBox p {
        height: 68px;
        line-height: 68px;
        color: #fff;
        float: left;
        padding-right: 20px;
    }

        .searchBox p.loginWay a {
            color: #fff;
            font-size: 16px;
            line-height: 68px;
            margin: 0 5px;
        }

            .searchBox p.loginWay a:hover {
                color: #b29d68;
            }

        .searchBox p.personalBox span {
            width: 45px;
            height: 68px;
            text-align: center;
            position: relative;
            display: inline-block;
        }

            .searchBox p.personalBox span a {
                color: #fff;
            }

            .searchBox p.personalBox span i {
                font-size: 22px;
                padding-bottom: 4px;
            }

            .searchBox p.personalBox span:last-child i {
                font-size: 24px;
            }

            .searchBox p.personalBox span em {
                width: 20px;
                height: 20px;
                position: absolute;
                right: 0px;
                top: 10px;
                background: red;
                display: block;
                border-radius: 100%;
                font: normal 10px/18px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
                text-align: center;
            }

            .searchBox p.personalBox span i:hover {
                cursor: pointer;
            }

/*直播时间提醒*/
.liveTimeLine {
    width: 100%;
    height: 60px;
    background: url(../images/liveTimeLineBg.jpg) no-repeat center 0;
    margin: 0 auto;
    position: relative;
}

.liveTimeMain {
    width: 1120px;
    height: 60px;
    line-height: 60px;
    max-width: 1200px;
    margin: 0 auto;
    background: url(../images/liveTimeLine.jpg) no-repeat center 0;
    padding-left: 80px;
}

    .liveTimeMain span, .liveTimeMain div, .liveTimeMain p {
        display: inline-block;
        font: normal 20px/60px "\534e\6587\9ed1\4f53\ff0c", STHeiti;
    }

    .liveTimeMain span, .liveTimeMain i {
        color: #fc5300;
    }

    .liveTimeMain div em, .liveTimeMain p {
        background: #fc5300;
        color: #fff;
        padding: 5px;
    }

    .liveTimeMain div span {
        margin: 0 4px;
    }

    .liveTimeMain i {
        font-weight: 600;
    }

    .liveTimeMain p {
        padding: 0 10px;
        line-height: 32px;
        border-radius: 5px;
        margin-left: 45px;
    }

a.closeLiveTL {
    width: 22px;
    height: 24px;
    background: url(../images/closeLiveTL.png) no-repeat center 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

.courseTit {
    height: 56px;
    border-bottom: 1px solid #c4bfb4;
    position: relative;
    margin-top: 30px;
}

    .courseTit span {
        width: 172px;
        height: 54px;
        display: inline-block;
        text-align: center;
        font: normal 30px/54px \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
        color: #4f4f4f;
    }

    .courseTit em {
        position: absolute;
        bottom: -3px;
        left: 0;
        height: 5px;
        width: 172px;
        border-radius: 10px;
        background: #867d67;
    }

.login-zz {
    overflow: hidden;
    width: 100%;
    padding: 30px 0 15px;
}

    .login-zz .courseTit {
        width: 1200px;
        margin: 0 auto;
        border-top: 1px solid #c4bfb4;
        text-align: center;
        border-bottom: 0;
        margin-bottom: 30px;
    }

        .login-zz .courseTit em {
            left: 50%;
            margin-left: -86px;
            bottom: 54px;
        }

    .login-zz p {
        margin: 30px 0;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

        .login-zz p a {
            width: 12%;
            height: auto;
            display: inline-block;
            margin-right: 5%;
            margin-right: 4%\9;
        }

            .login-zz p a:last-child {
                margin-right: 0;
            }

        .login-zz p img {
            width: 100%;
            height: auto;
            display: block;
        }

.lkw-footer-links_wrapper {
    /* padding:0 8%; */
}

.lkw-copyright_wrapper {
    background: #434343;
}

.lkw-footer-links_wrapper ul.lkw-footer-links_container {
    padding-top: 40px;
    padding-bottom: 10px;
    /* margin-bottom: 0; */
    max-width: 1200px;
    /* margin-left: auto; */
    text-align: center;
    margin: 0 auto;
}

    .lkw-footer-links_wrapper ul.lkw-footer-links_container li {
        width: 200px;
        padding: 0px 33px 0 0;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #cfcbc2;
    }

        .lkw-footer-links_wrapper ul.lkw-footer-links_container li:first-child {
            margin-left: 0;
        }

        .lkw-footer-links_wrapper ul.lkw-footer-links_container li h6 {
            color: #434343;
            margin-bottom: 15px;
            font-size: 18px;
            line-height: 30px;
        }

        .lkw-footer-links_wrapper ul.lkw-footer-links_container li a {
            display: block;
            color: #999;
            font-size: 14px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-bottom: 5px;
        }

            .lkw-footer-links_wrapper ul.lkw-footer-links_container li a:hover {
                color: #B29D68;
            }

.lkw-copyright_container {
    width: 100%;
    border-top: 1px solid #555;
    padding-top: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

    .lkw-copyright_container p:first-child {
        margin-top: 0;
        margin-bottom: 6px;
        float: left;
        color: #fff;
        font-size: 12px;
        line-height: 32px;
    }

    .lkw-copyright_container p.footerR {
        text-align: right;
        float: right;
    }

        .lkw-copyright_container p.footerR span {
            display: block;
            color: #fff;
            font-size: 14px;
            line-height: 30px;
        }

p.text {
    width: 275px;
    height: auto;
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
}

.login-zz h3.footercourseTit {
    height: 5px;
    margin-bottom: 0;
}

h3.footercourseTit span {
    height: 5px;
}

.login-zz h3.footercourseTit em {
    bottom: 3px;
}

.footerText {
    height: 65px;
    width: 100%;
    background: #e9e8e7;
    line-height: 65px;
    text-align: center;
    color: #4f4f4f;
    margin-top: 30px;
}

    .footerText p {
        width: 1200px;
        margin: 0 auto;
    }

    .footerText a {
        padding: 0 3.5px;
        color: #4f4f4f;
        font-size: 12px;
    }

        .footerText a:hover {
            color: #B29D68;
        }