.container {
    width: 1200px !important;
}

.clear {
    clear: both;
}

a {
    color: #333;
}

/*header*/
li {
    list-style: none
}

.header {
    padding: 10px 0;
    border-bottom: 1px #e4e4e4 solid;
}

.header .logo {
    float: left;
}

.header .nav {
    float: right;
    margin-top: 30px;
    margin-left: 24px;
}

.header .nav > ul > li {
    float: left;
    position: relative;
    margin-right: 60px;
    height: 40px;
}

.header .sj {
    display: none;
    background: url(http://ymfcn.yangmifeng.com/img/sanjiao.png) no-repeat;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -11px;
    width: 21px;
    height: 11px;
    z-index: 99999
}

.header .nav > ul > li > a {
    font-size: 16px;
    color: #333;
}

.header .nav > ul > li .hot {
    position: absolute;
    top: -5px;
    right: -13px;
    font-size: 12px;
}

.header .nav > ul > li:hover .sub-nav, .header .user-center:hover .sub-nav {
    display: block;
}

.header .nav > ul > li:hover .sj, .header .user-center:hover .sj {
    display: block;
}

.header .sub-nav {
    display: none;
    position: absolute;
    padding: 15px 10px;
    background: #fff url(http://ymfcn.yangmifeng.com/img/sanjiao.png) no-repeat center -10px;
    border: 1px #e4e4e4 solid;
    top: 35px;
    left: -55px;
    right: -55px;
    width: 200px;
    /*é¦–é¡µèœå•æ–‡æœ¬æ¢è¡Œä¿®æ­£*/
}

.header .sub-nav li {
    text-align: center;
    /* padding: 10px; */
}

.header .sub-nav li a {
    color: #999;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
}

.header .sub-nav li a:hover {
    background: #ff7361;
    color: #fff;
}

.header .user-center {
    float: right;
    margin-top: 27px;
    background: #ff7361;
    padding: 5px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.header .user-center a {
    color: #fff;
}

.header .user-login {
    float: right;
    margin-top: 27px;
}

.header .user-login a {
    font-size: 14px;
    padding: 3px 10px;
}

/*header*/

/*page-banner*/
.reda {
    color: #f47374;
    font-weight: bold;
}

.page-banner {
    height: 500px;
    /*text-align: center;*/
    color: #fff;
    padding-top: 110px;
    background-position: top center;
    min-width: 1200px;
}

.banner-1 {
    background: url(http://ymfcn.yangmifeng.com/img/2-banner/banner.jpg) no-repeat;
}

.banner-2 {
    background: url(http://ymfcn.yangmifeng.com/img/2-banner/banner1.jpg) no-repeat;
}

.banner-3 {
    background: url(http://ymfcn.yangmifeng.com/img/2-banner/banner1.jpg) no-repeat;
}

.page-banner h3 {
    /*margin-bottom: 30px;*/
    font-size: 40px;
    font-weight: 400;
}

.page-banner p {
    margin-bottom: 10px;
    font-size: 14px;
}

.page-banner .page-banner-div {
    font-size: 24px;
    margin-top: 10px;
    display: flex;
}

/*.page-banner a {*/
/*margin: 17px auto 0;*/
/*}*/

.btn300 {
    width: 180px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 24px;
    background: #ffd133;
    border-radius: 45px;
    display: inline-block;
    text-align: center;
}

.btn300:hover {
    background: #ffd133;
    color: #fff;
}

/*page-banner*/


.baozhang {
    text-align: center;
    overflow: hidden;
    margin-bottom: 80px;
}

.baozhang image {
    margin: 0 auto;
}

.baozhang p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}


/*课程类型*/
.module {
    padding: 30px 0 100px;
    border-bottom: 1px #e4e4e4 solid;
    min-width: 1200px;
}

.module .hd {
    text-align: center;
}

.module .hd h1 {
    color: #333;
    font-size: 36px;
    margin-bottom: 20px;
}

.module .hd h2 {
    color: #333;
    font-size: 36px;
    margin-bottom: 20px;
}

.module .hd p {
    font-size: 16px;
    line-height: 28px;
}

.module .hd p:last-child {
    margin-bottom: 20px;
}

.module .module-more {
    width: 300px;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.signal-module .hd h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

/*home-module*/

/*major*/
.major {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.major-item {
    width: 380px;
    height: 334px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    float: left;
}

.major-item.last {
    margin-right: 0;
}

.major-item img {
    width: 100%;
}

.major-item span {
    width: 100%;
    color: #333;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 123px;
    left: 0;
}

.major-item div {
    font-size: 26px;
    text-align: center;
    color: #333;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

/*major*/
.floatL {
    float: left;
}

.floatR {
    float: right;
}

.consult {
    height: 330px;
    min-width: 1200px;
    text-align: center;
}

.consult .title {
    font-size: 40px;
    padding: 80px 0 40px;
}

.consult .title img {
    padding: 0 20px;
}

.consult a {
    width: 250px;
    height: 50px;
    background: #ffd133;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 24px;
    border-radius: 50px;
}

/*ҳ��*/
.footer {
    background: #1c1c1c;
    min-width: 1200px;
    padding-top: 6px;
    color: #fff;
}

.footer p {
    margin-top: 30px;
}

.footer img {
    margin-top: 15px;
}

.footer a {
    color: #fff;
}

/*�����ͷ�*/
.FloatBar {
    position: fixed;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    z-index: 999;
}

.FloatBar .wx {
    position: relative;
}

.FloatBar .wx > span {

    height: 54px;
    width: 54px;
    display: inline-block;
    background: url(http://ymfcn.yangmifeng.com/img/12-悬浮/xf-sm.png) no-repeat center;
    margin: 19px 0 7px;
}

.FloatBar .wx .wxqr {
    display: none;
    background: url(/images/首页/ewm3.jpg) no-repeat center;
    width: 148px;
    height: 168px;
    position: absolute;
    right: 65px;
    top: 0;
    z-index: 1000;
}

.FloatBar .top > span {
    width: 54px;
    height: 54px;
    display: inline-block;
    background: url(http://ymfcn.yangmifeng.com/img/12-悬浮/xf-top.png) no-repeat center;
}

.FloatBar .wx:hover .wxqr, .FloatBar .qq:hover .qqqr {
    display: block;
}


/*学完了能有效果吗*/


/*隔层*/
.clapboard {
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 120px;
    font-size: 20px;
    /* -webkit-transition: all 1s ease;
     -o-transition: all 1s ease;
     -moz-transition: all 1s ease;
     transition: all 1s ease;
     -webkit-transform: translate3d(0, -20%,0);
     -moz-transform: translate3d(0, -20%,0);
     transform: translate3d(0, -20%,0);
     opacity: 0;
     visibility: hidden;*/
}

.clapboard .cla1 {
    color: #ff3f3f;
}

.clapboard span {
    color: #ff3f3f;
    font-size: 30px;
}

.clapboard .cla2 {
    font-size: 18px;
    color: #999;
}

/*隔层结束*/

.choose-fudao {
    padding: 30px 0;
}

.choose-fudao .choose-div{

}

.choose-fudao .choose-div h3{
    font-size: 24px;
}
.choose-fudao .choose-div p{
    font-size: 16px;
}
.jingzhun {
    border-radius: 8px;
    margin: 10px;
}

.jingzhun div {
    padding: 10px;
    color: #000;
    background-color: #ffc419;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px;
    text-align: center;

}

.class-jingping div {
    line-height: 32px;
    font-size: 14px;
}

.class-jingping div span {
    display: inline-block;
    width: 28%;
}

.class-jingping div del {
    width: 40%;
    display: inline-block;
}

.class-jingping div span:last-child {
    text-align: right;
}

.xueba {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 10px 0;
}

.xueba .xueba-div {
    flex: 1;
    position: relative;
}

.xueba .xueba-div .h1 {
    font-size: 18px;
}

.xueba .xueba-div .div2 {
    font-size: 12px;
    text-align: left;
    padding: 10px 5px 3px 10px;
    position: absolute;
    z-index: 6;
    background: #fff;
    top: 8px;
    left: 174px;
    width: 370px;
    display: none;
    box-shadow: 5px 4px 7px 0 #f3da84;
}



.xueba .xueba-div:hover .div2 {
    display: block;
}

.xueba .xueba-div .div2 h3 {
    font-size: 16px;
    color: #ff3f3f;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

.xueba .xueba-div .div2 p {
    font-size: 12px;
    color: #909090;
    line-height: 21px;
}

.xueba .xueba-div img {
    margin: 10px auto;
    border-radius: 50%;
}

.xueba .xueba-div:hover img {
    border-radius: 4px;
    box-shadow: 5px 4px 7px 0 #f3da84;
}

.xueba .xueba-div:nth-child(4) .div2, .xueba .xueba-div:nth-child(5) .div2 {
    right: 174px;
    left: auto;
    padding: 10px 10px 3px 10px;
    box-shadow: -4px 5px 7px 0 #f3da84;
}

.xueba .xueba-div:nth-child(4):hover img ,.xueba .xueba-div:nth-child(5):hover img {
    border-radius: 4px;
    box-shadow: -6px 7px 7px 0 #f3da84;
}

.school-div {
    color: #999;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.school-div .school-img {
    flex: 1;
}

.school-div .school-img img {
    margin: 0 auto;
}

.school-div .school-div1 {
    flex: 2;
}

.school-div .school-div1 h4 {
    color: #333;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

/*成绩*/

.chengji-content {

}

.chengji-content img {

}

.course-div {
    text-align: center;
    min-height: 550px;
}

.course-div h2 {
    font-size: 60px;
    margin-top: 150px;
    margin-bottom: 50px;
    color: #fff;
}

.course-div ul {
    padding: 0;
    margin: 0;
}

.course-div ul li {
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 30px;
    border: 1px solid #ffd133;
    color: #ffd133;
    font-size: 20px;
    width: 260px;
}

.course-div ul li img {
    width: 20px;
    height: 20px;
    padding-right: 5px;
    display: inline-block;
}

.course-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}

.course-ul li {
    flex: 1;
    color: #909090;
}

.course-ul li.active {

}

.course-ul li span{
    font-size: 16px;
}

.course-ul li.active span {
    padding: 20px 0;
    display: inline-block;
    border-bottom: 2px solid #ffd133;
    color: #000;
}

/*师资*/
.div-teacher {
    position: relative;
    height: 250px;
}

.div-teacher img {
    padding-left: 20px;
}

.div-teacher .p-teacher {
    position: absolute;
    width: 100%;
    height: 180px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    top: 36px;
    left: 0;
    z-index: -1;
    font-size: 12px;
    line-height: 25px;
}

.div-teacher .p-teacher h3 {
    font-size: 16px;
}

.girl {
    color: red;
}

.boy {
    color: #0a9dc7;
}

.girl span:first-child, .boy span:first-child {
    padding-left: 100px;
    padding-right: 40px;
}

.zixun {
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.zixun img{
    padding-right: 15px;
}
.zixun span {
    color: #ff3f3f;
}

.zixun h3 {
    font-size: 24px;
    margin: 0;
    margin-top: 15px;
}

.zixun p {
    color: #909090;
    font-size: 20px;
}

.video-ul {
    padding-left: 0;
    width: 50px;
    text-align: center;
}

.video-ul li {
    padding: 10px 12px;
    background-color: #fff;
    color: #909090;
}

.video-ul li span {
    background: url(http://ymfcn.yangmifeng.com/YMFcn/img/3/bfj-h.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-bottom: 5px;
}

.video-ul li.active span {
    background: url(http://ymfcn.yangmifeng.com/YMFcn/img/3/bfj-h2.png) no-repeat;
}

.video-ul li img {
    padding-bottom: 5px;
}

.video-ul li:first-child {
    border-top-right-radius: 8px;
}

.video-ul li:last-child {
    border-bottom-right-radius: 8px;
}

.video-ul li.active {
    padding: 10px 12px;
    background-color: #ffd235;
    color: #333;
    font-weight: 600;
    line-height: 16px;
}

.video-content{
    background: #fff;
}

.video-content .videoC {
    display: none;
}

.video-content .videoC.active {
    display: block;
}

.video-content .video2 {
    display: none;
}

.video-title {
    text-align: center;
    padding-top: 45px;
}

.video-title h3 {
    font-size: 30px;
}

.video-title h3 span {
    color: #ff3f3f;
}
.chengji-show div {
    display: none;
}
.chengji-show div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.65);
    z-index: 99;

}
.chengji-show div p{
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 10%;
}
.chengji-show div img{
    margin: 0 auto;
}
.chengji-show div p span{
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #999;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 10px;right: 10px;
}