.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: #f3da25;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.btn300:hover {
    background: #f3da25;
    color: #fff;
}

/*page-banner*/
.yuan {
    background-color: #f47374;
    color: #fff;
    text-align: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
}

.yuan h4 {
    font-size: 25px;
    padding-top: 65px;
}

.yuan p {
    font-size: 16px;
    margin: 5px 0;
}

.fang {
    width: 338px;
    height: 478px;
    text-align: center;
    margin: 0 auto;
    /*box-shadow: 3px 4px 10px 0 #999;*/
    /*-we-moz-box-shadow: 3px 4px 10px 0 #999;*/
    /*-moz-box-shadow: 3px 4px 10px 0 #999;*/
}

.fang1 {
    background-image: url(http://ymfcn.yangmifeng.com/img/3-三大难题/1-cd.png);
}

.fang2 {
    background-image: url(http://ymfcn.yangmifeng.com/img/3-三大难题/2-cj.png);
}

.fang3 {
    background-image: url(http://ymfcn.yangmifeng.com/img/3-三大难题/3-yf.png);
}

.fang h4 {
    font-size: 24px;
    color: #f47374;
    font-weight: 600;
    padding: 260px 0 10px;
}

.fang p {
    font-size: 16px;
}

.video {
    height: 464px;
    background: url("http://ymfcn.yangmifeng.com/img/5-video/video-bg.jpg") no-repeat top center;
    min-width: 1200px;
}

.video .video_left {
    width: 50%;
    margin-top: 80px;
    position: relative;
    float: left;
}

.video .video_left .tempWrap {
    margin: 0 auto;
}

.video .video_left .db ul {
}

.video .video_left .db ul li {
    width: 430px;
    /*border: 2px #231815 solid;*/
    margin-left: 12px;
    height: 260px;
    background-color: rgba(243, 178, 27, 0.38);
}

.video .video_left .db ul li iframe {
    width: 100%;
    height: 260px;
    display: block;
}

.video .video_left .prev {
    background: url(http://ymfcn.yangmifeng.com/img/4-视频/sp-z.png);
    width: 24px;
    height: 24px;
    /*position: absolute;*/
    left: 50px;
    top: 99px;
    margin-right: 10px;
}

.video .video_left .next {
    background: url(http://ymfcn.yangmifeng.com/img/4-视频/sp-y.png);
    width: 24px;
    height: 24px;
    /*position: absolute;*/
    right: 50px;
    top: 99px;
    margin-left: 10px;
}

.video_left .hd {
    overflow: hidden;
    height: 60px;
    /*background: #333;*/
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_left .hd .prevStop {
    background-position: -60px 0;
}

.video_left .hd .nextStop {
    background-position: -60px -50px;
}

.video_left .hd ul {
    /* float: right;
     overflow: hidden;
     zoom: 1;
     margin-top: 10px;
     zoom: 1;*/
    margin: 0;
    padding: 0;
}

.video_left .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: #999;
    display: inline-block;
    border-radius: 50%;
    margin: 10px;
    text-indent: -999px;
    cursor: pointer;
}

.video_left .hd ul li.on {
    background-color: #fff;
}

.video .video_right {
    width: 50%;
    margin-top: 80px;
    float: right;
    height: 301px;
    background: url(http://ymfcn.yangmifeng.com/img/5-video/video.png) no-repeat;
    /*background: rgba(238, 238, 238, 0.88);*/
}

.video .video_right p {
    font-size: 16px;
    width: 450px;
    margin-left: 48px;
    line-height: 25px;
    color: #333;
    padding-top: 30px;
}

.video .video_right a {
    width: 174px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;

    color: #fff;
    text-align: center;
    display: inline-block;

    margin: 0 0 0 18px;
}

.medail {
    width: 81%;
    margin-top: 30px;
}

.medail .reda {
    position: relative;
}

.medail span {
    position: absolute;
    bottom: 0;
    left: 55px;
}

.medail p {
    margin-top: 25px;
    margin-bottom: 40px;
}

.baozhang {
    text-align: center;
    overflow: hidden;
    margin-bottom: 80px;
}

.baozhang image {
    margin: 0 auto;
}

.baozhang p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.country {
    /*background: url(http://ymfcn.yangmifeng.com/img/11-university/ds.jpg) no-repeat top center;*/
    /*height: 769px;*/
    /*min-width: 1200px;*/
}

.country .title {
    font-size: 30px;
    padding: 72px 0 0 80px;
}

.country .remark {
    font-size: 24px;
    padding: 22px 0 0 80px;
}

.country .remark span {
    color: #f47374;
    font-size: 24px;
}

.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: 30px;
    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: 48px;
    padding: 80px 0 40px;
}
.consult .title img{
    padding: 0 20px;
}
.consult a {
    width: 250px;
    height: 50px;
    background: url(http://ymfcn.yangmifeng.com/img/10-促成行动/an.png) no-repeat center;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 24px;
}

/*ҳ��*/
.footer {
    background: #1c1c1c;
    min-width: 1200px;
    padding-top: 6px;
    color: #fff;
}

.footer p {
    margin-top: 30px;
}

.footer img {
    margin-top: 15px;
}

/*�����ͷ�*/
.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(http://ymfcn.yangmifeng.com/img/12-悬浮/code-2.png) 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;
}

.laoshi {
    /*position: absolute;*/
    color: #fff;
    bottom: 0;
    left: 0;
    /* width: 100%; */
    min-height: 150px;
    padding: 0 16px;
    float: left;
    position: relative;
}

.laoshi p {
    position: absolute;
    bottom: 125px;
    left: 50px;
}

.laoshi div {
    line-height: 30px;
    position: absolute;
    top: 350px;
    left: 75px;
}

.nanti {
    overflow: hidden;
}

.nanti img {
    display: block;
    width: 100%;
    height: auto;
}

.nanti .floatL, .nanti .floatR {
    width: 585px;
}

.nanti .neirong {
    padding: 49px 120px 0 50px;
    line-height: 24px;
}

.nanti .neirong p {
    line-height: 30px;
}

.kctx {
    background-color: #eeeeee61;
    padding-bottom: 100px;
}

.kctx .neirong {
    width: 50%;
    float: left;
    height: 165px;
}

.kctx .neirong:nth-child(even) {
    padding-left: 20px;
}

.kctx .neirong:nth-child(odd) {
    padding-right: 20px;
}

.kctx .neirong h5 {
    font-size: 20px;
    height: 30px;
    display: flex;
    line-height: 30px;
}

.kctx .neirong .ljk {
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #f47374;
    margin-right: 5px;
}

.kctx .neirong p {
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
}

.ksfd {
    text-align: center;
    overflow: hidden;
    padding: 30px 0 90px;
}

.ksfd li {
    float: left;
    /*width: 25%;*/
}

.ksfd li:nth-child(even) {
    width: 4%;
    display: flex;
    align-items: center;
    min-height: 165px;
}

/*.ksfd li:nth-child(even) span{
    background: url(http://ymfcn.yangmifeng.com/img/3-æ´‹èœœèœ‚ä¼˜åŠ¿/3-ymfys-jt2.png) no-repeat;
    width: 24px;
    height: 40px;
    display: block;
}*/
.ksfd li:nth-child(odd) {
    width: 22%;
}

.ksfd li:nth-child(odd) p {
    padding: 20px 0 10px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.ksfd li:nth-child(even) img {

}

/*学完了能有效果吗*/
.xiaoguo {
    position: absolute;
    top: 50px;
    width: 12%;
}

.xiaoguo0 {
    left: 11%;
}

.xiaoguo1 {
    left: 35%;
}

.xiaoguo2 {
    left: 62%;
}

.xiaoguo3 {
    left: 87%;
}

.xiaoguo div:first-child {
    font-size: 30px;
}

.xiaoguo div:last-child {
    font-size: 24px;
}
/*留学学习中碰到过哪些困难*/
.kunnan1,.kunnan2,.kunnan3{
    position: absolute;
    width: 50%;
}
.kunnan1{
    top: 20px;
    left: 38%;
}
.kunnan2{
    top: 190px;
    left: 20%;
}
.kunnan3{
    top: 360px;
    left: 35%;
}