﻿/**
*  前端样式 
*  2017年12月11
**/

/**通用*/

html, body {
    font-family: "Microsoft YaHei";
    font-size: 15px;
}


/*通用**/

/**Bootstrap重定义*/
.container-fluid {
    text-align: center;
    padding: 0;
}

.container {
    width: 1170px;
    padding: 0;
    min-width: 1140px;
}

.row {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
}

    ul li {
        list-style: none;
    }

.list-inline {
    margin-left: 0;
}

.affix {
    position: fixed;
    margin-top: -250px;
    width: 240px;
}
/**菜单*/
#menu {
    width: 100%;
    text-align: center;
    z-index: 999;
    background: url("../../Content/bootstrap/img/headBg.jpg");
    min-width: 1140px;
}

    #menu > .logo-tit {
        background: url("../../Content/bootstrap/img/head-bg.jpg") right top no-repeat;
        height: 128px;
        text-align: left;
    }
/**培训列表*/



.menu {
    display: block;
    position: relative
}

    .menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .menu ul a {
            float: left
        }

        .menu ul ul a {
            float: none;
        }

    .menu .mega-menu a {
        display: block;
        padding: 5px 10px;
        color: #333;
        font-size: 16px;
        margin-bottom: 5px;
    }

.mega-menu a:hover {
    background-color: #ff9910;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}

.menu ul ul,
.menu .mega-menu,
.menu .mega-menu ol li {
    opacity: 0;
    visibility: hidden;
    display: none !important;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out
}

.menu li:hover > ul,
.menu li:hover > .mega-menu,
.menu li:hover > .mega-menu ol li {
    opacity: 1;
    visibility: visible;
    display: block !important
}

ol {
    padding: 0;
}

#TrainingCategory {
    background-color: #f4f5f5;
    padding: 10px 0 50px 0;
}

    #TrainingCategory > .container {
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        padding: 30px;
    }

        #TrainingCategory > .container > h3 {
            margin: 0 0 20px 0;
            background-color: #f4f5f5;
            padding: 10px;
        }

        #TrainingCategory > .container > ul > li {
            width: 24%;
            text-align: center;
            vertical-align: top;
            min-height:500px;
        }

            #TrainingCategory > .container > ul > li:hover {
                background-color: #e7f5fb;
            }

        #TrainingCategory > .container > .list-inline > li {
            display: inline-block;
            padding: 0;
        }

            #TrainingCategory > .container > .list-inline > li h4 {
                color: #ff9910;
                font-weight: bold;
                font-size:24px;
                margin-bottom:15px;
            }
/*培训列表**/

.login-class {
    width: 100%;
    height: 950px;
    min-height: 20px;
    margin: 0 auto;
    background: url("../../Content/bootstrap/img/beijin.jpg") no-repeat;
    background-size: cover;
    min-width: 1140px;
}

    .login-class > div > img {
        margin: 50px auto 10px auto;
        display: block;
        width: 60%;
    }

.bg1 {
    background: url("../../Content/bootstrap/img/beijin2.png") no-repeat;
     
}

.bg2 {
    background: url("../../Content/bootstrap/img/beijin3.png") no-repeat;
    background-size: 99% 464px;
}

.bg3 {
    background: url("../../Content/bootstrap/img/beijin4.png") no-repeat;
     
}
 
.login-class .col-xs-4 {
     
    height: 464px;
    padding: 100px 20px 0 20px;
 
}

    .login-class .col-xs-4 span {
        text-align: center;
        margin-top: 30px;
        display: block;
    }

        .login-class .col-xs-4 span button {
            padding: 8px 25px;
        }

.login-class .form-group {
    margin: 0;
}

.login-class .col-sm-3 {
    padding: 0;
}

 
.login-class label i {
    color: red;
}

.login-class .form-group {
    margin: 0 0 20px 0;
}

.login-class .form-horizontal {
    padding-top: 50px;
}

    .login-class .form-horizontal div {
        text-align: center;
    }

#gonhome {
    padding: 10px;
}

    #gonhome a {
        color: #fff;
    }



    #myModal .modal-body {
        font-size: 18px;
        color: #1e81df;
        padding: 20px;
        line-height: 25px;
    }
    #myModal .modal-body p{
        text-indent:2em;
        margin-bottom:2px;
    }


/**底栏*/
#foot {
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
    min-width: 1140px;
}

    #foot .container {
        border-top: 3px solid #7ea2e6;
    }

    #foot .col-xs-3 > img {
        padding-top: 10px;
    }

    #foot .col-xs-6 {
        padding: 15px 0 10px 0;
    }

        #foot .col-xs-6 > p {
            margin: 0 0 3px 0;
        }

            #foot .col-xs-6 > p > span {
                margin: 0 5px;
                color: #999;
            }

        #foot .col-xs-6 > a {
            color: #2952c9;
            margin-bottom: 3px;
            display: block;
        }

    #foot > div:last-child {
        padding: 10px 0 20px 0;
        background-color: #f4f5f5;
    }

        #foot > div:last-child > p {
            margin: 0;
            padding-bottom: 3px;
        }

        #foot > div:last-child > span {
            color: #666;
        }

            #foot > div:last-child > span > img {
                margin-right: 5px;
            }

/**培训信息*/

#TrainingInformation {
    background-color: #f4f5f5;
    padding: 15px 0 50px 0;
    min-width: 1140px;
}

    #TrainingInformation > .container {
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        padding: 30px;
    }

.InformationList .form-control {
    border: none;
    height:100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.InformationList label {
    margin: 0;
}

.InformationList .table > tbody > tr > th {
    background-color: #f5f5f5;
    width: 100px;
    vertical-align: top;
}

.InformationList .table > tbody > tr > td {
    padding: 0;
    vertical-align: middle;
    padding: 10px 10px;
}

.InformationList table tr td.tablehead {
    background-color: #f5f5f5;
    text-align: center;
    word-wrap: break-word;
    width: 140px;
    font-weight: bold;
}

.InformationList table tr td.tablehead span {
    color:red;
}

.InformationList table tr td:hover .form-control, .InformationList table tr td .form-control:focus {
    background-color: #f9f9f9;
}

.InformationList h2 {
    color: #666;
    font-size: 26px;
    font-weight: bold;
}

.InformationList h3 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

#TrainingInformation >.container > .list-inline >li{
    height: 60px;
    line-height: 60px;
    width: 192px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 16px;
}

#TrainingInformation >.container > .list-inline >li.step2{
    padding-left: 40px;
}

#TrainingInformation >.container > .list-inline >li.step3{
    padding-left: 40px;
}     
.BreadCrumbs {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #999;
}

.BreadCrumbs .breadcrumb{
    float: left;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.BreadCrumbs nav{
    float: right;
}

.BreadCrumbs nav ul{
    margin: 0;
}

.BreadCrumbs nav ul li a{
    padding: 3px 5px;
}
.breadcrumb a{
    color:#666;
}
    .breadcrumb a:hover {
        color: #1e81df;
    }

/*底栏**/
/**响应式*/
@media (max-width: 480px) {
    .container {
        width: 100%;
    }
}
/*首页样式**/

/*文件筐，可以移除文件*/
span.canRemoveTag {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #95B8E7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
 

    span.canRemoveTag span.RemoveTagUrl {
        padding-right: 5px;
    }

    span.canRemoveTag span.RemoveBootButton {
         vertical-align: middle;
    }