/*
*create by wdx 20170117
*modify by hjh 20170124
*/
a.login{
    width:220px;
    background:none;
    margin:10px auto 0;
}
a.login:hover{
    background:none;
    border:1px solid #b78c4c;
    color: #b78c4c;
}

.wrap{width:1180px;margin:0 auto;text-align:center;}
h2.big{width:100%;height:164px;font-size:42px;font-weight:bold;color:#fff;line-height:60px;margin:0 auto 40px!important;background:none;}
h2.big span{font-size:26px;color:#fff;font-weight:normal;line-height:48px;margin-top:10px;display:inline-block;}
h2.big span b#count{font-family: Georgia,Arial;font-size:50px;color:#ffea00;}

.hide{
    display: none;
}
.top-line{
    height:110px;
    position:relative;
    border-bottom:2px solid #333;
}
.top-bar{
    position:absolute;
    top:110px;
    left:50%;
    margin-left:-25px;
    width:50px;
    height:5px;
    background:#333;
}
.title{
    height:110px;
    line-height:110px;
    text-align:center;
    font-size:28px;
    color:#333;
}
.btn{
    display:inline-block;
    background:#b78c4c;
    width:220px;
    height:50px;
    color:#fff;
    text-align:center;
    line-height:50px;
    font-size:18px;
    border-radius: 2px;
}
.btn:hover{
    background:#c39a5d;
    color:#fff;
}
.img{
    width:100%;
    vertical-align:bottom;
}
.look-detail{
    color:#b78c4c;
    cursor:pointer;
}
.look-detail:hover{
    color:#b78c4c;
}

/*banner*/
.banner{
    width:100%;
    height:580px;
    background:url(../img/banner.jpg) center center no-repeat;
    padding-top:403px;
    text-align:center; 
}
.get-plane-btn{
    width:268px;
    height:40px;
    line-height:40px;
}

/* .course-chara */
.course-chara{
    background:#fff;
}
.course-line-color{
    border-bottom:2px solid #c9c9c9;
}
.course-bar-color{
    background:#c9c9c9;
}
.course-title-color{
    color:#666;
}
.course-list{
    width:1180px;
    margin:0 auto;
}
.course-list li{
    float:left;
    width:370px;
    height:354px;
    border:1px solid #dcdcdc;
    margin-right:35px;
    padding:40px 22px 0;
}
.course-list li:last-child{
    margin:0;
}
.list-pic1,.list-pic2,.list-pic3{
    width:123px;
    height:123px;
    background:url(../img/pen.png) no-repeat;
    margin:0 auto;
}
.list-pic2{
    background:url(../img/head.png) no-repeat;
}
.list-pic3{
    background:url(../img/wx.png) no-repeat;
}
.list-title{
    font-size:22px;
    color:#000;
    text-align:center;
    height:80px;
    line-height:72px;
}
.list-content{
    color:#666;
    font-size:16px;
}
.course-btn{
    display: block;
    margin:50px auto 110px;
}

/* course-serverse */
.course-serverse{
    height:894px;
    background:url(../img/servesbg.png) center center no-repeat;
}
.course-serverse-wrap{
    width:1246px;
}
.course-serverse-wrap img{
    width:100%;
    margin:0 auto 50px;
}

/* teachers */
.teachers{
    background:#fff;
}
.teacher-wrap{
    width:845px;
    min-height:430px;
    margin:0 auto 50px;
    overflow:hidden;
    position: relative;
    cursor:pointer;

}
.teacher-list{
    position:absolute;
    top:0;
    left:0;
}
.teacher-item{
    float:left;
    width:845px;
    min-height:430px;
}
.teacher-pic{
    float:left;
    width:510px;
    height:321px;
    text-align:center;
    position:relative;
}
.bar1{
    position:absolute;
    bottom:-6px;
    left:0;
    width:510px;
    height:6px;
    background:#b78c4c;
}
.bar2{
    position:absolute;
    right:0;
    top:0;
    width:6px;
    height:321px;
    background:#b78c4c;
}
.teacher-info{
    float:left;
    padding-left:33px;
    height:321px;
    width:335px;
    position:relative;
}
.bar3{
    position:absolute;
    right:0;
    top:0;
    width:335px;
    height:6px;
    background:#b78c4c;
}
.bar4{
    position:absolute;
    right:0;
    top:6px;
    width:6px;
    height:40px;
    background:#b78c4c;
}
.teacher-info-list{
    padding-top:15px;
}
.teacher-info-list li{
    height:36px;
    line-height:36px;
    color:#333;
    font-size:16px;
}
.teacher-info-list li:first-child{
    height:73px;
    line-height:73px;
    font-size:28px;
}
.teacher-info-list li:last-child{
    height:60px;
}
.star-wrap{
   position:relative;
}
.stars{
    position:absolute;
    top:12px;
    left:113px;
    width:113px;
    height:12px;
    background:url(../img/stars.png) no-repeat;
}
.stars.stars-half{
    background-image:url(../img/stars_half.png);
}
.tea-btn{
    width:262px;
    height:45px;
    line-height:45px;
    margin-top:14px;
}
.teacher-info-list .list-color{
    color:#999;
}
.teacher-content-wrap{
    margin-top:35px;
    color:#999;
}
/* vedio */
.vedio-mid-box{
    width:944px;
    height:626px;
    position:fixed;
    padding-top:8px;
    left:50%;
    top:50%;
    background:#3b3d49;
    margin-top: -312px;
    margin-left: -472px;
    z-index: 9999;
    text-align:center;
    box-shadow: 0px 10px 25px rgba(18,17,17,.42);
}
.vedio-btn-close{
    display: block;
    width:44px;
    height:44px;
    font-size:20px;
    border-radius:50%;
    background-color:#60626b;
    position:absolute;
    top:-18px;
    right:-16px;
    color:#ffbe00;
    text-align:center;
    line-height:44px;
    cursor: pointer;
}
a.vedio-area-mod-btn{
    margin-top:22px;
}

/* num-btn */
.num-list-wrap{
    width:468px;
    height:41px;
    margin:0 auto 50px;
    position:relative;
}
.num-right,.num-left{
    position:absolute;
    width:41px;
    height:41px;
    background:#e0d9d3;
    font-size:16px;
    line-height:41px;
    text-align:center;
    cursor: pointer;
}
.num-left{
    top:0;
    left:0;
    margin-right:20px;
}
.num-right{
    top:0;
    right:0;
}
.num-view{
    margin:0 61px;
    width:346px;
    height:41px;
    overflow:hidden;
    position: relative;
}
.num-case-view{
    width:468px;
}
.num-list{
    position: absolute;
    top:0;
    left:0;
}
.num-list li{
    width:41px;
    height:41px;
    background:#e0d9d3;
    color:#000;
    font-size:16px;
    line-height:41px;
    text-align:center;
    float:left;
    margin-right:20px;
    cursor: pointer;
}
.num-list li:last-child{
    margin-right:0;
}
.num-list li.active{
    background:#000;
    color:#fff;
}
.teachers-btn{
    position: relative;
    display: block;
    margin: 0 auto 95px;
}
/* learn */
.learn{
    width:100%;
    height:917px;
    background:url(../img/leranbg.png) center center no-repeat;
}
.learn-line-color{
    border-bottom: 2px solid #fff;
}
.learn-bar-color{
    background:#fff;
}
.learn-title-color{
    color:#fff;
}
.learn-wrap{
    width:738px;
}
.learn-wrap img{
    width:100%;
    margin-bottom:50px;
}

/* case */
.case{
    height:902px;
    background:#fff;
}
.case-main{
    width:1182px;
    height:474px;
    border:1px solid #e0d9d3;
    margin:0 auto;
    margin-bottom:50px;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}
.case-items{
    width:1180px;
    height:474px;
    padding:40px 45px;
    float:left;
}
.case-list{
    position:absolute;
    top:0;
    left:0;
}
.main-left{
    float:left;
    margin-right:34px;
}
.main-pic{
    width:545px;
    height:307px;
}
.left-title{
    font-size:22px;
    color:#000;
    height:55px;
    line-height:55px;
}
.left-content{
    height:33px;
    line-height:33px;
    border-top:1px solid #525252;
    border-bottom:1px solid #525252;
}
.left-content span:last-child{
    float:right;
    color:#666;
}
.left-content span:first-child{
    float:left;
    color:#666;
}
.main-right{
    float:left;
    width:511px;
}
.right-top{
    border-bottom:1px solid #ccc;
    color:#525252;
    padding-bottom:17px;
}
.right-title{
    font-size:20px;
    text-align:center;
    font-weight: bold;
    margin-bottom:10px;
}
.top-content1,.top-content2{
    float:left;
    width:33.3%;
}
.top-content3{
    float:right;
}
.top-content ul li{
    font-size:19px;
    font-weight:bold;
    text-align: center;
    color:#525252;
    height:26px;
    line-height:26px;
}
.top-content ul:first-child li{
    text-align: left;
}
.right-content{
    height:125px;
    margin-top:22px;
    color:#666;
    font-size: 16px;
    margin-bottom:35px;
}
.case-btn{
    position:relative;
    display: block;
    width:100%;
}
.num-case-list-wrap{
    width:590px;
}

/* increase */
.increase{
    background:#e0d9d3;
    padding-bottom:110px;
}
.in-wrap{
    width:1184px;
    height:886px;
    margin:0 auto;
}
.in-top-left{
    float:left;
    width:592px;
    height:443px;
}
.in-titel{
    width:80px;
    height:98px;
    padding-top:25px;
    border:1px solid #000;
    border-top:none;
    border-bottom:none;
    color:#3e3d3b;
    margin:0 auto;
    font-size:18px;
    text-align: center;
    line-height:73px;
}
.in-name{
    width:80px;
    height:31px;
    background:#3e3d3b;
    color:#f5f5f5;
    text-align: center;
    line-height:31px;
    margin:0 auto;
    font-size:18px;
}
.in-text{
    font-size:18px;
    color:#666;
    width:490px;
    height:263px;
    margin:0 auto;
    padding-top:50px;
    border-bottom:1px solid #000;
}
.in-bg{
    background:#fff;
}
.in-text-color{
    color:#000;
}
.in-btn{
    position: relative;
    display: block;
    margin:50px auto 0;
}

/* question */
.question{
    height:688px;
    background:#fff;
}
.question-list{
    width:539px;
    margin:0 auto;
}
.question-list li{
    height:62px;
    background: url(../img/question.png) no-repeat 0 21px;
    margin-bottom:35px;
}
.question-list li:last-child{
    margin-bottom:0;
}
.qestion-text{
    display: block;
    width:365px;
    height:62px;
    border:2px solid #000;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color:#3a4450;
    margin:0 auto;
}
.qestion-text:hover{
    background: #e0d9d3;
    color:#000;
}
.question-list .active{
    background: #e0d9d3;
    color:#000;
}
/* verify */
.verify{background-image:url(../img/verity.jpg);padding-top:90px;}

/* media */
.media{
    height:494px !important;
    background:#f5f5f5;
}
.media-list{
   margin:0 auto;
}