.page-mf-banner {
    width: 100%;
    height: 540px;
    background: url(../images/mf_02.jpg) no-repeat center top;
    background-size: cover;
}

.page-mf-banner .baoming {
    position: relative;
    margin-top: 50px;
    padding: 20px 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.page-mf-banner .baoming p.h5 {
    position: relative;
    z-index: 2;
    margin: 0 -20px 20px;
    padding: 0 20px 10px;
    color: #808080;
    border-bottom: 1px solid #eee;
}

.page-mf .box1 {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.page-mf .box1 dl {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.page-mf .box1 dl.nth-child3,
.page-mf .box1 dl.nth-child6 {
    border-right: 0 none;
}

.page-mf .box1 dl.nth-child4,
.page-mf .box1 dl.nth-child5,
.page-mf .box1 dl.nth-child6 {
    border-bottom: 0 none;
}

.page-mf .box1 dl dt {
    position: relative;
    margin: 0 auto 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    width: 54px;
    height: 94px;
    text-align: center;
    color: #fff;
    background-color: #de1620;
}

.page-mf .box1 dl dt:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 27px solid #de1620;
    border-top: 47px dashed transparent;
    border-bottom: 47px dashed transparent;
}

.page-mf .box1 dl dt:after {
    content: "";
    position: absolute;
    right: -27px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 27px solid #de1620;
    border-top: 47px dashed transparent;
    border-bottom: 47px dashed transparent;
}

.page-mf .box1 dl dt span {
    font-size: 42px;
    line-height: 48px;
    font-weight: 100;
}

.page-mf .box1 dl dt p {
    position: relative;
    z-index: 99;
    font-size: 12px;
    line-height: 14px;
    font-weight: 100;
    filter: alpha(opacity=80);
    -khtml-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

.page-mf .box1 dl dd {
    font-size: 18px;
    line-height: 1.5;
}

.page-mf .box2 {
    width: 100%;
    height: 356px;
    background: url(../images/mf2_04.jpg) no-repeat center top;
    background-size: cover;
}

.page-mf .box3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-mf .box3 .header {
    margin-bottom: 50px;
    text-align: center;
}

.page-mf .box3 .header .btn-group {
    margin-top: 20px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.page-mf .box3 .header .btn-group a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page-mf .box3 .header .btn-group a.active,
.page-mf .box3 .header .btn-group a:hover {
    color: #fff;
    background-color: #de1620;
    border-color: #de1620;
}

.page-mf .box3 .item {
    padding-left: 40px;
    background-color: #fff;
}

.page-mf .box3 .item .section1 {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 40px;
    border: 1px solid #eee;
}

.page-mf .box3 .item .section1 span {
    position: absolute;
    left: -40px;
    top: 20px;
    display: block;
    height: 70px;
    font-size: 58px;
    line-height: 70px;
    font-weight: bold;
    color: #de1620;
    background-color: #fff;
}

.page-mf .box3 .item .section1 h5 {
    font-size: 24px;
    line-height: 30px;
    color: #de1620;
}

.page-mf .box3 .item .section1 p.en {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
    color: #ccc;
    font-style: normal;
}

.page-mf .box3 .item .section2 {
    padding-left: 40px;
}

.page-mf .box3 .item .section2 h6 {
    position: relative;
    margin-bottom: 20px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    background-color: #de1620;
    display: inline-block;
}

.page-mf .box3 .item .section2 h6:before,
.page-mf .box3 .item .section2 h6:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    display: block;
    height: 10px;
    border: 1px solid #de1620;
}

.page-mf .box3 .item .section2 h6:before {
    top: -5px;
    border-bottom: 0 none;
}

.page-mf .box3 .item .section2 h6:after {
    bottom: -5px;
    border-top: 0 none;
}

.page-mf .box3 .item .section2 dl {
    margin-bottom: 15px;
}

.page-mf .box3 .item .section2 dl dt {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.page-mf .box3 .item .section2 dl dd {
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.page-mf .box3 .owl-mod-1 .owl-dots {
    top: 15px;
    bottom: auto;
}

.owl-mod-1 .owl-dot {
    background-color: #666;
}

.page-mf .box3 .item .content div p:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #999;
}

.page-mf .box4 {
    width: 100%;
    height: 307px;
    background: url(../images/mf2_23.jpg) no-repeat center top;
    background-size: cover;
}


/*讲师*/

.page-mf .box5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-mf .box5 .h6 {
    padding: 10px 0;
    display: inline-block;
    color: #666;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.page-mf .box5 .jiangshi .tab-content>div img {}

.page-mf .box5 .jiangshi .tab-content>div .content {
    padding-top: 100px;
}

.page-mf .box5 .jiangshi .tab-content>div .content h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
}

.page-mf .box5 .jiangshi .tab-content>div .content span {
    font-size: 36px;
    margin-right: 10px;
    font-weight: bold;
}

.page-mf .box5 .jiangshi .tab-content>div .content dl {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

.page-mf .box5 .jiangshi .tab-content>div .content dl dt {
    margin-bottom: 15px;
}

.page-mf .box5 .jiangshi .tab-content>div .content dl dd {
    margin-bottom: 5px;
}

.page-mf .box5 .jiangshi .tab-content>div .content dl dd:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    font-size: inherit;
    margin-right: 8px;
}

.page-mf .box5 .jiangshi .tab-content>div .content .des {
    font-size: 18px;
    line-height: 1.5;
}

.page-mf .box5 .jiangshi .tab-content>div .content .des p {
    margin-bottom: 10px;
}

.page-mf .box5 .tab-nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.page-mf .box5 .tab-nav li {
    margin: 0 10px;
    display: inline-block;
}

.page-mf .box5 .tab-nav li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.page-mf .box5 .tab-nav li.active a,
.page-mf .box5 .tab-nav li.active a:hover {
    color: #fff;
    background-color: #de1620;
    border-color: #de1620;
}

.page-mf .box5 .tab-nav li a:hover {
    color: #de1620;
    border-color: #de1620;
}

.page-mf .box6 {}

.page-mf .box6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f8f8f8;
}

.page-mf .box6 .header .h1 {
    color: #0f0f12;
}

.page-mf .box6 .header .h5 {
    color: #666;
}

.page-mf .box6 .item {
    position: relative;
    margin-bottom: 30px;
    display: block;
    height: 257px;
}

.page-mf .box6 .item .cover {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 362px;
    height: 257px;
    -webkit-transition: -webkit-box-shadow 0.35s;
    -moz-transition: -moz-box-shadow 0.35s;
    -ms-transition: box-shadow 0.35s;
    -o-transition: box-shadow 0.35s;
    transition: box-shadow 0.35s;
    background-color: #1b263a;
}

.page-mf .box6 .item .cover img {
    width: 362px;
    height: 257px;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.page-mf .box6 .item:hover .cover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.page-mf .box6 .item:hover .cover img {
    filter: alpha(opacity=70);
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.page-mf .box6 .item .content {
    position: absolute;
    bottom: 20px;
    left: 50px;
    right: 50px;
    z-index: 3;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #fff;
}

.page-mf .box6 .item .content h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    color: #de1620;
}

.page-mf .box6 .item .content p {
    color: #666;
}

.page-mf .box7 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.page-mf .box7 .h1:after {
    position: absolute;
    left: 50%;
    bottom: -3px;
    content: "";
    margin-left: -70px;
    display: block;
    width: 140px;
    height: 6px;
    background-color: #999;
}

.page-mf .box7 .h1 {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.page-mf .box7 .left .item {
    margin-bottom: 30px;
    padding: 20px 0;
    height: 160px;
    text-align: center;
    background-color: #f8f8f8;
}

.page-mf .box7 .left .item img {
    margin: 0 auto 10px;
    width: 90px;
    height: 70px;
}

.page-mf .box7 .right .item {
    padding-top: 40px;
    height: 350px;
    text-align: center;
    background-color: #f8f8f8;
}

.page-mf .box7 .right .item img {
    margin: 0 auto 20px;
}

.page-mf .box8 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f8f8;
}

.page-mf .box8 .h1 {
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.page-mf .box8 .h1:after {
    position: absolute;
    left: 50%;
    bottom: -3px;
    content: "";
    margin-left: -70px;
    display: block;
    width: 140px;
    height: 6px;
    background-color: #999;
}

.page-mf .box7 .h1:after {
    width: 280px;
    margin-left: -140px;
}

.page-mf .box8 .item i {
    margin: 0 auto 20px;
    display: block;
    width: 112px;
    height: 112px;
    background: url(../images/mf_44.png) no-repeat 0 0;
}

.page-mf .box8 .item.item2 i {
    background: url(../images/mf_44.png) no-repeat -112px 0;
}

.page-mf .box8 .item.item3 i {
    background: url(../images/mf_44.png) no-repeat -224px 0;
}

.page-mf .box8 .item.item4 i {
    background: url(../images/mf_44.png) no-repeat -336px 0;
}

.page-mf .box8 .item .h4 {
    margin-bottom: 20px;
    color: #de1620;
}

.page-mf .box10 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-mf .box10 .left {
    height: 461px;
    overflow: hidden;
}

.page-mf .box10 .left .owl-dots {
    text-align: center;
}
