@charset "utf-8";
/*conent start*/
.conent{width:364px;height:210px;position:absolute;top:20px; z-index:999;}
.conent .sition{width:364px;height:210px;position:relative;}
.conent .sition .c_adver{width:364px;height:320px;background:url(../img/pudong.png) no-repeat;cursor:pointer;background-size:100%;}
.conent .sition .sign{width:0px;height:10px;border:2px solid #000;display:block;position:absolute;top:27px;left:46px;}
/*end conent*/
/*弹窗/网站地图*/
.copyright02 {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
.wangzhanditu{
    width: 70%;
    height: 60%;
    overflow: hidden;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 15%;
    z-index: 1000;
    background: #fff none repeat scroll 0% 0%;
    padding: 5%;
    overflow: auto;
}
.wangzhanditu p{
    font-size: .18rem;
    padding-bottom: 2%;
    border-bottom:2px solid #0097c5;
    color: #000;
}
.wangzhanditu dl{
    margin-top: 3%;
    text-align: left;
    padding-bottom: 2%;
    border-bottom: .01rem #dcdcdc solid;
}
.wangzhanditu dl dt{
    width: 100%;
    font-size: .16rem;
    color: rgb(51, 51, 51);
    float: left;
    margin-right: 5%;
    padding: 15px;
}
.wangzhanditu dl dt a{
    color: #0393bf;
}
.wangzhanditu dl dd{
    font-size: .14rem;
    color: rgb(102, 102, 102);
    float: left;
    margin-right: 5%;
    margin-top: 0.04rem;
}
.wangzhanditu dl dd a{
    color: #636363;
}
.wangzhanditu dl a:hover {
    color: #006835;
    text-decoration: underline;
}

/*课程详情*/
.kecheng .details {
    width: 100%;
    background: #fbfbfb;
    padding-bottom: 0.2rem;
}

.kecheng .details .title {
    border-bottom: 2px #1466e8 solid;
    padding: 0.06rem 0;
}

.kecheng .details .title span {
    padding: 0.06rem 0.2rem;
    font-size: 0.16rem;
    color: #fff;
    background: #1466e8;
    height: 0.4rem;
}

.kecheng .details .content {
    margin: 0.1rem 2%;
}

.kecheng .details .content figure {
    padding: 0.2rem 0;
    border-bottom: 1px #dcdcdc solid;
}
.kecheng .details .content figure img{
    display:inline;
}
.kecheng .details .content figure img.pic {
    width: 45%;
    height: 1.66rem;
    margin: 0 1%;
}

.kecheng .details .content figure figcaption {
    width: 51%;
    float: right;
    margin: 0 1%;
}

.kecheng .details .content figure figcaption ul.topp li {
    font-size: 0.12rem;
    color: #333;
    margin-top: 0.04rem;
}
.kecheng .content table{
        width: 100%;
    
    }

#map {
    cursor: pointer;
}

.kecheng .details .content figure figcaption ul.topp li span {
    color: #1467e8;
}
.kecheng .details .content figure figcaption ul.topp li a {
    color: #1467e8;
}
.kecheng .details .content figure figcaption ul.botto li {
    font-size: 0.14rem;
    color: #333;
    float: left;
    margin: 0.04rem 10% 0 0;
    width: 40%;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    background: #1467e8;
    border-radius: 0.05rem;
}

.kecheng .details .content figure figcaption ul.botto li a {
    color: #fff;
    display: block;
}

.kecheng .details .content figure figcaption ul.botto li:hover {
    background: #0790bb;
}

.kecheng .details .content section {
    margin-top: 0.2rem;
}

.kecheng .details .content section h3 {
    width: 1.0rem;
    text-align: center;
    line-height: 0.38rem;
    color: #00a9de;
    font-size: 0.17rem;
    border-radius: 0.04rem;
    border-bottom: 2px #00a9de solid;
}

.kecheng .details .content section p {
    font-size: 0.14rem;
    color: #555;
    line-height: 1.7;
    text-align: justify;
    text-indent: 0.3rem;
    margin-top: 0.1rem;
}

.kecheng .details .content section ul li {
    font-size: 0.14rem;
    color: #555;
    line-height: 1.7;
    text-align: left;
    margin-top: 0.06rem;
}

.kecheng .details .content section ul li span {
    color: #00a9de;
}
/*申请试听弹窗*/
.apply_coursebg{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
}

.apply_course{
    width: 80%;
    height: 2.8rem;
    padding: 0.06rem;
    background: #fff;
    border: 1px #eee solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
    left: 8%;
    right: 8%;
    top: 15%;
    z-index: 1000;
}

.apply_course h2 {
    font-size: 0.24rem;
    color: #00a9de;
    text-align: center;
    margin-top: 0.1rem;
}

.apply_course #shut {
    width: 0.25rem;
    height: 0.25rem;
    float: right;
    margin-top: -40px;
    background: url(../img/shut.jpg) no-repeat center;
}

.apply_course #shut:hover {
    background: url(../img/shut1.jpg) no-repeat center;
}

.apply_course form {
    width: 2.5rem;
    margin: 0.15rem auto;
}

.apply_course form input {
    width: 2.5rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: left;
    text-indent: 0.1rem;
    margin-top: 0.1rem;
    border: 1px #dcdcdc solid;
}

.apply_course form select {
    width: 2.54rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: left;
    text-indent: 0.1rem;
    margin-top: 0.1rem;
    border: 1px #dcdcdc solid;
}

.apply_course form button {
    display: block;
    width: 1.8rem;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
    text-indent: 0.1rem;
    margin: 0.1rem auto 0;
    background: #00a9de;
    color: #fff;
    border: none;
}
/*课程*/
.kecheng{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto 0;
}
.kecheng .block {
    padding: 0.2rem 0;
    border-bottom: 1px #dcdcdc solid;
}

.kecheng .block hgroup h2 {
    width: 70%;
    height: 0.3rem;
    line-height: 0.3rem;
    padding-left:0.2rem;
    overflow: hidden;
    float: left;
    font-size: 0.18rem;
    color: #fff;
    background: url(../img/title-bg.gif) no-repeat left center;
    margin-left: 1%;
}

.kecheng .block hgroup h3 {
    line-height: 0.3rem;
    font-size: 0.14rem;
    color: #444;
    text-align: left;
    text-indent: 0.15rem;
    background: url(../img/lab.gif) no-repeat 0 center;
    float: left;
    margin:0.1rem 2%;
}

.kecheng .block hgroup h3 a {
    color: #1466e8;
    width: 240px;
    height: 166px;
}
.kecheng .block figure {
    margin-bottom: 0.1rem;
}
.kecheng .block figure>a{
    width: 45%;
    height:1.66rem;
    display: inline-block;
    margin: 0 1%;
}
.kecheng .block figure img {
    float: left;
    width: 100%;
    height: 100%;
}

.kecheng .block figure figcaption {
    width:51%;
    float: right;
    margin: 0 1%;
}

.kecheng .block figure figcaption ul.topp li {
    font-size: 0.12rem;
    color: #333;
    margin-top:0.04rem;
}

.kecheng .block figure figcaption ul.botto li {
    font-size: 0.14rem;
    color: #333;
    float: left;
    margin: 0.04rem 10% 0 0;
    width: 40%;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    background: #1467e8;
    border-radius: 0.05rem;
}

.kecheng .block figure figcaption ul.botto li a {
    color: #fff;
    display: block;
}

.kecheng .block figure figcaption ul.botto li:hover {
    background: #0790bb;
}
/*关于我们*/
.about_n{
    width: 100%;
    max-width: 6.4rem;
    margin: 2% auto 0;
    background: #fff;
}
.about_n .content{
    width: 96%;
    padding: 1% 2% 3%;
}
.about_n .content section {
    margin-top: 2%;
}
.about_n .content section h2{
    font-size: .16rem;
    color: #00a9de;
}

.about_n .content section p{
    text-align: justify;
    text-indent: .30rem;
    font-size: .14rem;
    color: #555;
    line-height: 1.7;
    margin-top: 1%;
}

/*研学旅行*/
.travel_n{
    width: 100%;
    max-width: 6.4rem;
    margin: 2% auto 0;
    background: #fff;
    padding-bottom: 2%;
}
.travel_n ul li{
    width: 47%;
    float: left;
    margin: 2% 0 0 2%;
    font-size: 0;
}
.travel_n ul li a{
    display: block;
}
.travel_n ul li img{
    width: 100%;
}
.travel_n ul li p{
    width: 96%;
    font-size: .15rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6% 2%;
    background: #f8f8f8;
}

/*联系我们*/
.contact_n{
    width: 100%;
    max-width: 6.4rem;
    margin: 2% auto 0;
    background: #fff;
    padding-bottom: 2%;
}
.contact_n img.map{
    width: 96%;
    margin: 2%;
}
.contact_n figure{
    width: 47%;
    height: 1.6rem;
    float: left;
    margin: 3% 0 0 2%;
    background: #f7f7f7;
    padding-top: 3%;
}
.contact_n figure img{
    display: block;
    width: 30%;
    margin: 2% auto;
}
.contact_n figure figcaption {
    text-align: center;
    font-size: .14rem;
    color: #333;
    padding-top: 2%;
}

/*新闻中心*/

.tabs .thistab{
    color: #00a9de;
}
.news_n .news{
    padding: 0 2%;
}

.news_n .news1 .news_list{
    margin-top: 2%;
    padding: 0 2%;
}
.news_n .news1 .news_list li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2.5% 0;
    border-bottom: 1px #dcdcdc dashed;
}
.news_n .news1 .news_list li a{
    display: block;
}
.news_n .news1 .news_list_day{
    width: .60rem;
    height: .70rem;
    background: #999;
    float: left;
    margin-right: 2%;
}
.news_n .news1 .news_list_day dt,
.news_n .news1 .news_list_day dd {
    color: #fff;
    font-size: .15rem;
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
}
.news_n .news1 .news_list_day dt {
    border-bottom: 1px #fff solid;
}
.news_n .news1 .news_list_new {
    height: 80px;
    overflow: hidden;
    margin-left: 20px;
}
.news_n .news1 .news_list_new dt {
    font-size: .18ewm;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_n .news1 .news_list_new dd{
    font-size: .13rem;
    color: #888;
    height: .40rem;
    line-height: 1.7;
    overflow: hidden;
    margin-top: 1%;
    text-align: justify;
}
.news_n{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
.infor{
    width: 100%;
    margin: 0 auto;
}
.infor ul{
    padding: 3% 0;
}
.infor li{
    font-size: .16rem;
    text-align: center;
    display: inline-block;
} 
.infor li a{
    color: #444;
}

/*分页*/
table.pages{
    margin: 5% auto 0;
    border-collapse:separate;
    border-spacing:.03rem 0;
    padding-bottom: 6%;
}
table.pages td{
    border: .01rem #00a9de solid;
    font-size: .12rem;
    color: #333;
}
table.pages td a{
    display: block;
    padding: .05rem .08rem;
}
table.pages td.active a{
    background: #00a9de;
    color: #fff;
}
/*新闻详情*/
.news_d{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
.news_d .content{
    width: 96%;
    margin: 0 2%;
    padding-bottom: 3%;
    border-bottom: .01rem #dcdcdc solid;
}
.news_d .content .tit{
    padding: 4% 0 2% 0;
    text-align: center;
    border-bottom: 1px #dcdcdc dashed;
    margin-bottom: 2%;
}
.news_d .content .tit h3{
    font-size: .17rem;
    color: #444;
    margin-bottom: 1%;
}
.news_d .content .tit em{
    font-style: normal;
    font-size: .12rem;
    color: #555;
}
.news_d .content .tit span{
    font-style: normal;
    font-size: .12rem;
    color: #555;
    margin-left: 2%;
}
.news_d .content p{
    font-size: .15rem;
    color: #444444;
    margin-top: 2%;
    text-align: justify;
    text-indent: .30rem;
    line-height: 1.7;
}
.news_d .content img{
    display: block;
    margin: 1.5% auto;
}
.news_d .newsnext{
    margin: 5% 2% 3% ;
}
.news_d .newsnext li{
    display: block;
    margin-top: 2%;
    font-size: .14rem;
    padding: 2.8% 0;
    background: #e2f6fc;
    text-align: left;
    text-indent: .16rem;
}

/*走向精英*/
.elite_n{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
.elite_n .infor{
    background: #fff;
}
.elite_n .infor ul li{
    text-align: center;
    padding: 3% 0;
    font-size: .16rem;
}
.elite_n .tab_conbox{
    padding: 1% 0;
    background: #fff;
    margin-top: 2%;
}
.elite_n .elite figure{
    width: 47%;
    float: left;
    margin: 2% 0 0 2%;
    background: #f9f9f9;
}
.elite_n .elite figure img{
    width: 100%;
}
.elite_n .elite figure figcaption{
    width: 96%;
    padding: 2%;
}
.elite_n .elite figure h2{
    width: 100%;
    font-size: .15rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.elite_n .elite figure p{
    font-size: .14rem;
    text-align: justify;
    margin-top: 1%;
    line-height: 1.7;
    padding-bottom: 2%;
}
.elite_n .elite figure p a{
    color: #666;
}

/*加入我们*/
.join_n{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background: #fff;
    margin-top: 2%;
    padding: 2% 0;
}
.join_n .content{
    width: 96%;
    margin: 0 2%;
}
.join_n .content .top h2{
    font-size: .17rem;
    color: #00a9de;
}
.join_n .content .top p{
    font-size: .15rem;
    color: #444;
    text-align: justify;
    text-indent: .30rem;
    line-height: 1.7;
    margin-top: 2%;
}
.join_n .content .top h3{
    font-size: .16rem;
    color: #222;
    text-align: left;
    margin-top: 2%;
}
.join_n .content .top img{
    width: 100%;
    margin-top: 2%;
}
.join_n .content .gon .contain-biao{
    margin-top: 2%;
    padding: 3% 0;
    border-bottom: .01rem #eee solid;
}
.join_n .content .gon .contain-img{
    width: .81rem;
    height: .50rem;
    position: relative;
    float: left;
}  
.join_n .content .gon .contain-img span{
    font-size: .14rem;
    color: #333;
    position: absolute;
    right: .05rem;
    bottom: .05rem;
}
.join_n .content .gon .contain-bh{
    float: left;
    margin-left: 2%;
}
.join_n .content .gon .contain-bh h5{
    font-size: .15rem;
    line-height: .50rem;
    color: #444;
}
#span{
    float: right;
    line-height: .50rem;
    font-size: .15rem;
    color: #333;
}
.join_n .content .gon .contain-xiang{
    margin-top: 3%;
    display: none;
} 
.join_n .content .gon .contain-xiang h4{
    font-size: .15rem;
    color: #00a9de;
}
.join_n .content .gon .contain-xiang h2{
    font-size: .15rem;
    color: #333;
    margin-top: 2%;
}
.join_n .content .gon .contain-xiang ul li{
    font-size: .14rem;
    color: #555;
    line-height: 1.7;
}
.join_n .content .gon .contain-xiang p{
    font-size: .15rem;
    color: #222;
    margin-top: 2%;
}

/*成人学历开始---------------------------------------------------------*/
/*小标题*/
.tt {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.m-t10 img{
    display:inline-block;
    width:100%;
}
.m-t10 h2{ font-size:0.26rem;padding-top: 2%;}
.m-t10 h2 .mores{ font-size:0.12rem; color:#333; border-radius: 0.2rem; border:solid 1px #6d6c6c;padding: 0.02rem 1%; margin-left:2%;}
.m-t10 p{ font-size:0.2rem;padding-top:0.1rem;}
/*改革前，改革后*/
.con1_zhong{ width: 100%;
             max-width: 6.4rem;
             margin: 0 auto;
             overflow: hidden;
}
.con1_zhong>h2 {
    font-weight: normal;
    margin-top:0.1rem;
    font-size:0.3rem;
    color:#00a9de;
    padding:0 0.25rem;
    text-align: center;
}
.con1_zhong ul{
    float: left;
}
.con1_zhong ul li {
    width:90%;
    border:0.02rem dotted #d2d2d2;
    text-align: center;
    margin: 0.1rem 5%;
}
.con1_zhong ul li strong {
    font-size:0.22rem;
    color: #333333;
    display: block;
    padding-top:0.14rem;
    padding-bottom:0.02rem;
    font-weight:normal;
}
.con1_zhong ul li span {
    font-size:0.13rem;
    color: #333333;
    display: block;
    line-height:0.25rem;
    padding-left:0.12rem;
    padding-right:0.13rem;
    padding-bottom:0.26rem;
}

/*任何人，只要你想拿学历*/
.q2 {
    width:100%;
    max-width:6.4rem;
    margin:0 auto;
}
.q2 img{
    width:100%;
}

/*学历不代表能力*/
.wid {
    width:100%;
    max-width:6.4rem;
    margin: 0 auto;
}
.wid img{ width:100%;display: block;}
.con2_bottom{ width:100%; margin:0 auto; max-width:6.4rem;
              overflow:hidden; background:#dfdfdf;}
.con2_bottom a {
    float: left;
    padding-bottom:0.05rem;
    width:30%;
    margin-left:0.05rem
}
.con2_bottom a img{ width:100%; padding-top:0.12rem;}
.con2_bottom p {
    float: right;
    font-size:0.16rem;
    line-height:0.8rem;
    margin-right:0.05rem;
}

/*关于学历你必须清楚*/
.content9 h2{ text-align:center;}
.content9 h2 img{ display:inline-block;}
.content9 ul {
    margin-bottom:0.1rem;
    overflow: hidden;
}
.content9 ul li {
    float: left;
    width:22%;
    height: 1.16rem;
    border: 1px solid #b71012;
    border-radius:0.05px;
    margin:1.1%;
    text-align: center;
    position: relative;
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
}
.content9 ul li a {
    color: #656565;
    font-size:0.14rem;
}
.content9 ul li img {
    display: inline-block;
    margin-top:0.1rem;
    width: 0.4rem;
    height: 0.4rem;
}
.content9 ul li span {
    display: block;
    margin-top:0.04rem;
}

/*我们的服务让你意想不到*/
.q12 { width:100%; max-width:6.4rem; margin:0 auto;
}
.q12 img{ width:100%;}
.q12 ul {
    position: absolute;
    bottom: 57px;
    width: 261px;
    height: 55px;
    margin: 0 0 0 409px;
}
/*百种专业*/
.xx {
    width:100%;
    max-width:6.4rem;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-bottom:0.1rem;
}
.xx h1{ text-align:center; font-size:0.24rem; padding:0.1rem 0; color:#000;}
.xx table{ width:100% !important; border:solid rgb(239, 232, 201) 1px;}
.xx tr{ background:#fff; height:56px; font-size:1.4rem; text-align:center;}
.xx td{ background:#f1eee9;}
.shenh td{ background:#e4dccf; width:10%;}
.xx  tr .bianm{ width:2.3rem;background:#ebe6e3; width:15%;}
.xx .shenh .bianm{background: #ded5c4;}
.xx tr{ text-align:center;}
.xx tr img{ display:inline-block;width:100%;}
/*提升学历*/
.main3 {
    height:3.04rem;
    background: url(../img/bg-2.jpg) no-repeat center 0;
    overflow: hidden;
}
.w1004 {
    width:100%;
    max-width:6.4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.main3 h1 {
    font-size:0.2rem;
    margin-top: 0.45rem;
    margin-bottom: 0.05rem
}
.main3 h2 {
    font-size:0.44rem;
    font-weight: bold;
    margin-bottom:0.04rem;
}

.main3 h3 {
    font-size:0.28rem;
    margin-bottom:0.18rem;
}
.zk-btn-o {
    width:2.4rem;
    height:0.62rem;
    line-height:0.62rem;
    color: #fff;
    font-size:0.18rem;
    background-color: #f4752d;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #F4752D;
    -webkit-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    margin: 0 auto;
}

.gd{ width:100%;max-width:6.4rem;margin:0 auto;}
.gd ul{ overflow:hidden;}
.gd ul li{ width:45%; float: left; margin:1%;text-align: center; border:solid 0.01rem #626262; padding:0.1rem 1%;}
.gd ul li img{ width:0.84rem; height:0.84rem;}
.gd ul li h1{ color:#ea661b; font-size:0.16rem; line-height:0.24rem; height:0.48rem}
.gd ul li p{height:0.54rem;font-size:0.12rem; line-height:0.18rem; }
.zddh{ width:80%; margin:1% 10%;}
/*成人学历结束---------------------------------------------------------*/
/*地址*/
.address_n{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background: #fff;
    padding: 5% 0;
}
.title_n h2{
    font-size: .20rem;
    color: #00a9de;
    text-align: center;
}
.title_n p{
    font-size: .13rem;
    color: #666;
    text-align: center;
    margin-top: 1%;
}
.address_n img{
    display: block;
    width: 98%;
    margin: 3% auto;
}

/*小升初*/
.primary_one1{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background: #fff;
    padding: 5% 0;
}
.primary_one1 .content{
    width: 96%;
    margin: 0 auto;
    margin-top: 3%;
}
.primary_one1 .content ul.left{
    width: 47%;
    float: left;
}
.primary_one1 .content ul.right{
    width: 47%;
    float: right;
}
.primary_one1 .content ul li{
    width: 100%;
    text-align: center;
    font-size: .15rem;
    color: #fff;
}
.primary_one1 ul li.one{
    background: rgba(68, 175, 120, 1);
    height: .40rem;
    border-radius: .04rem;
    padding: 10% 0;
}
.primary_one1 ul li.two{
    background: rgba(247, 67, 48, 1);
    height: .40rem;
    border-radius: .04rem;
    padding: 10% 0;
}
.primary_one1 ul li.three{
    background: rgba(245, 190, 0, 1);
    height: .40rem;
    border-radius: .04rem;
    padding: 10% 0;
}
.primary_one1 .content ul li.pict img{
    display: block;
    width: 20%;
    margin: 3% auto;
}

.primary_two1{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 5% 0;
}
.primary_two1 .content{
    width: 96%;
    margin: 3% auto;
    background: url(../img/xiao1_4.png) no-repeat center;
}
.primary_two1 .content ul{
    margin-top: .20rem;
}
.primary_two1 .content ul li{
    width: 94%;
    padding: 3%;
    height: .50rem;
    border-radius: .04rem;
    margin-bottom: .20rem;
    font-size: .15rem;
    color: #fff;
}
.primary_two1 .content ul.left{
    width: 30%;
    float: left;
}
.primary_two1 .content ul.right{
    width: 30%;
    float: right;
}
.primary_two1 .content ul.left li.one{
    background: #13d2c0;
}
.primary_two1 .content ul.left li.two{
    background: #71c026;
}
.primary_two1 .content ul.right li.one{
    background: #a843dd;
}
.primary_two1 .content ul.right li.two{
    background: #ff8530;
}

.primary_three1{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background: #fff;
    padding: 5% 0;
}
.primary_three1 .content{
    width: 98%;
    margin: 4% auto;
}
.primary_three1 .content .swiper-container{
    height: 1.8rem;
}
.primary_three1 .content .swiper-slide{
    width: 99.8%;
    margin: 0 auto;
    height: 1.5rem;
    border: .01rem #00a9de dashed;
    box-sizing: border-box;
    border-right: 0;
    border-left: 0;
}
.primary_three1 .content .swiper-container .swiper-pagination1{
    bottom: 0;
}
.primary_three1 .swiper-slide .image{
    width: 30%;
    float: left;
    border-left: .01rem #00a9de dashed;
    border-right: .01rem #00a9de dashed;
    box-sizing: border-box;
}
.primary_three1 .swiper-slide .image img{
    display: block;
    width: .90rem;
    height: .90rem;
    margin: .30rem auto;
}
.primary_three1 .swiper-slide ul.center{
    width: 30%;
    float: left;
    border-right: .01rem #00a9de dashed;
    box-sizing: border-box;
}
.primary_three1 .swiper-slide ul.center li{
    font-size: .10rem;
    text-align: center;
    color: #555;
    line-height: .24rem;
    border-top: .01rem #00a9de dashed;
}
.primary_three1 .swiper-slide ul.center li:first-child{
    border-top: 0;
}
.primary_three1 .swiper-slide ul.right{
    width: 40%;
    float: right;
    height: 1.5rem;
    border-right: .01rem #00a9de dashed;
    box-sizing: border-box;
}
.primary_three1 .swiper-slide ul.right li{
    font-size: .10rem;
    text-align: center;
    color: #555;
    text-align: center;
    line-height: .20rem;
}
.primary_three1 .swiper-slide ul.right li:first-child{
    margin-top: .25rem;
}
.primary_three1 .swiper-slide ul.right li a{
    padding: 3% 10%;
    background: #00a9de;
    font-size: .12rem;
    color: #fff;
    border-radius: .04rem;
    margin-top: .10rem;
}
.primary_three1 .swiper-slide ul.right li:last-child{
    margin-top: .20rem;
}

.primary_three1 .two ul.center li{
    font-size: .10rem;
    text-align: center;
    color: #555;
    line-height: .28rem;
    border-top: .01rem #00a9de dashed;
}
.primary_three1 .two ul.center li:first-child{
    border-top: 0;
}
.primary_three1 .three ul.center li{
    font-size: .10rem;
    text-align: center;
    color: #555;
    line-height: .36rem;
    border-top: .01rem #00a9de dashed;
}
.primary_three1 .three ul.center li:first-child{
    border-top: 0;
}

.primary_four1{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background: #f5f7f6;
    padding: 5% 0;
}
.primary_four1 .content{
    width: 98%;
    margin: 4% auto;
    padding: 3% 0;
    background: url(../img/bg_xiao3.png) no-repeat center;
}
.primary_four1 ul.block li{
    font-size: .15rem;
    float: left;
    color: #00a9de;
    line-height: .25rem;
    margin-left: .05rem;
}
.primary_four1 ul.block li span{
    display: block;
    width: .25rem;
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    background: #00a9de;
    border-radius: 50%;
    font-size: .15rem;
    color: #fff;
    float: left;

}
.primary_four1 ul.block1{
    width: 1.3rem;
    margin: 5% auto;
}
.primary_four1 .content ul.block{
    margin-bottom: .20rem;
}
.primary_four1 .content ul.block2{
    margin-bottom: .70rem;
}

.primary_four1 .content .left{
    float: left;
    margin-top: .10rem;
}
.primary_four1 .content .right{
    float: right;
    margin-top: .10rem;
}

/*同等学力申硕开始----------------------------------------------*/
/*你要了如指掌*/
.lrzzgk {
    width:100%;
    margin: 0 auto;
    max-width: 6.4rem;
    background: #2d3039;
}

.lrzzgk ul {
    float: left;
    width:30%;
    margin:1% 1.6%;
}

.lrzzgk ul h1 {
    font-size:0.18rem;
    line-height:0.24rem;
    color: #00a9de;
    text-align: center;
}

.lrzzgk ul h1 span {
    font-size:0.28rem;
    line-height:0.24rem;
    padding-right:0.1rem;
}

.lrzzgk ul li {
    overflow: hidden;
    background: #00a9de;
    padding:0.04rem;
    margin:0.08rem 0;
    text-align: center;
    height: 1.3rem;
}

.lrzzgk ul li img {
    width:0.36rem;
    height:0.36rem;
    display: inline;
}

.lrzzgk ul li p {
    font-size:0.12rem;
    line-height:0.18rem;
    width:100%;
    color: #fff;
}


/*常见问题*/
.ask_con {
    width:100%;
    max-width: 6.4rem;;
    margin: 0 auto;
}
.section_01 {
    overflow: hidden;
}
.ask_con .small {
    font-family: "Microsoft Yahei";
    font-size:0.14rem;
    color: #fff;
    line-height:0.18rem;
    text-align:left;
}
.ask_con .big {
    font-family: "Microsoft Yahei";
    font-size:0.12rem;
    color: #e0e0e0;
    line-height:0.2rem;
    text-align:left;
}
.ask_01,.ask_02,.ask_03 {
    width:28%;
    height:1.0rem;
    line-height:0.9rem;
    background: #397ca6;
    padding:1%;
    margin:1% 1.6%;
    float: left;
    display: inline;
    cursor: pointer;
    overflow: hidden;
}
.section_02 {
    float: left;
    display: inline;
    background: #454545;
    width:94%;
    padding:1%;
    margin: 2%;
    height:2.5rem;
    cursor: pointer;
}
.section_02 img{
    width:100%;
    height:2.0rem;
    overflow: hidden;
    margin-bottom:0.1rem;
}
.section_03 {
    width:100%;
    overflow: hidden;
    color: #FFF;
    font-size:0.16rem;
    line-height:0.26rem;
    text-align: center;
}
.sp_01,.sp_02 {
    width:44%;
    height:0.9rem;
    padding:1%;
    margin: 2%;
    background: #a64b39;
    float: left;
    display: inline;
    cursor: pointer;
}
/*帮你争分夺秒，圆你硕士梦*/
.p8 {
    background: #f3f4f4;
    padding:0.2rem 0;
}
.cont {
    width:100%;
    margin: 0 auto;
    max-width: 6.4rem;
}
.cl {
    zoom: 1;
    overflow: hidden;
}
.p8 .item-1,.p8 .item-2,.p8 .item-3,.p8 .item-4,.p8 .item-5,.p8 .item-6{
    width:30%;
    height: 354px;
    overflow: hidden;
    text-align: center;
    margin: 1.0% 1.6%;
}
.p8 .item-1 {
    background: url(../img/img_46.jpg) no-repeat;
}
.p8 .item-2 {
    background: url(../img/img_47.jpg) no-repeat;   
}
.p8 .item-3 {
    background: url(../img/img_48.jpg) no-repeat;
}
.p8 .item-4 {
    background: url(../img/img_49.jpg) no-repeat;
}
.p8 .item-5 {
    background: url(../img/img_50.jpg) no-repeat;
}
.p8 .item-6 {
    background: url(../img/img_51.jpg) no-repeat;
}
.p8 ul li {
    float: left;
    line-height: 1.6em;
    color: #5f5f5f;
}
.p8 ul li h2 {
    font-family: "微软雅黑", "黑体";
    font-size:0.14rem;
    padding-top:2.1rem;
    padding-bottom: 0.1rem;
}
.p8 ul li p{
    width:100%;
}
.p8 .red {
    color: #f2614e;
}
.p8 .consult {
    font-family: "微软雅黑", "黑体";
    font-size: 0.14rem;
    color: #f19d3a;
}
.center {
    text-align: center;
}
.p8 .btn a {
    background: #f19d3a;
    padding:0.06rem 0.2rem;
    color: #fff;
    text-decoration: none;
    width: 20%;
    margin: 0.08rem auto 0;
    display: block;
    text-align: center;
}
/*通过保障*/
.course__bgd {
    background: #c29ff5;
    background: url(../img/course__bgd.jpg) no-repeat center;
    background-size: cover;
}
.course {
    padding:0.2rem 0;
    font-size: 0;
}
.course__list {
    width:30%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 0.1rem 0.6%;
    margin:1% 0.6%;
    box-shadow:0.05rem 0.05rem 0.05rem #87a7d2;
    text-align:center;
    height: 1.6rem;
    overflow: hidden;
}
.course__list img{ display:inline-block;}
.course__list h3 {
    font-size:0.16rem;
    color:#0790bb;
    text-align: center;
    margin-bottom:0.06rem;
}
.course__list p {
    font-size:0.12rem;
    color: #4b4b4d;
    text-align: center;
    line-height:0.20rem;
}
.course__link {
    width: 80%;
    height: 62px;
    background: url(../img/course__link--img.png) no-repeat center;
    margin:0.1rem auto 0;
}
.course__link a {
    display: inline-block;
    vertical-align: top;
    font-size:0.16rem;
    color: #fff;
    font-weight: 600;
    line-height:0.62rem;
    text-align: center;
    padding: 0 8%;
}
/*了解更多*/
.ljgd {
    background: url(../img/tijiao002.jpg) no-repeat center center;
    width: 100%;
    height:2.0rem;
    text-align: center;
}

.ljgd input {
    background: #FF0;
    color: #000;
    padding:0.1rem 0.6rem;
    margin-top:1.2rem;
    font-weight: bold;
    font-size:0.16rem;
}
/*同等学力申硕结束----------------------------------------------*/
/*在职考研 非全日制研究生 开始------------------------------------*/
.junior_one1{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    padding: 1% 0;
    background: #fff;
}
.junior_one1 ul li{
    width: 33.3%;
    float: left;
    margin-top: 4%;
}
.junior_one1 ul li .block{
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
    border: .01rem #00a9de dashed;
    text-align: center;
    line-height: 1.1rem;
    font-size: .15rem;
    color: #333;
    position: relative;
    border-radius: 20%;
}
.junior_one1 ul li .block span{
    display: block;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    border-radius: 50%;
    border: .01rem #00a9de dashed;
    font-size: .16rem;
    color: #00a9de;
}
.liucbk{
    background:#f9f9f9; 
    padding:0.1rem 0;
    width: 100%;
    margin: 0 auto;
    max-width: 6.4rem;
}
.liucbk img{ width: 100%;}
/*如何选择学校？如何选专业？*/
.question {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.1rem;
}
.section_inner {
    width:100%;
    margin: 0 auto;
    max-width:6.4rem;
}
.floatImg {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    z-index: -1;
    top: 0;
}
.question h2 {
    color: #0790bb;
    margin-top:0.3rem;
}
.htmlTitle {
    font-size:0.3rem;
    text-align: center;
    margin:0.1rem 0;
    line-height:0.4rem;
}
.question p {
    color: #ffffff;
    background-color: #00a9de;
    padding:0.1rem 0.2rem;
    margin: 0 auto;
    font-size: 0.14rem;
    line-height:0.2rem;
}
.quesL {
    width: 48%;
    margin: 0 1%;
}
.fl {
    float: left;
}
.quesL h3 {
    font-size:0.14rem;
    line-height: 0.22rem;
    color:#00a9de;
    padding-left: 0.4rem;
    background:url(../img/ques_h3_bg.png) no-repeat left center;
    margin: 0.15rem 0;
}
.quesL ul li {
    margin-top:0.1rem;
    line-height:0.20rem;
    background: url(../img/ques_li_bg.png) no-repeat 12px center;
    padding-left: 0.3rem;
    height: 0.2rem;
    overflow: hidden;
}
.fr {
    float: right;
}
/*pk*/
em, b, h1, h2, h3, h4, h5, h6, th {
    font-weight: normal;
    font-style: normal;
}
.pk img {
    width: 100%;
}
.pk li {
    color: #ffffff;
    font-size:0.12rem;
    margin-top:0.1rem;
    line-height:0.16rem;
    overflow: hidden;
    list-style: none;
}
.pk li .chengse {
    width:40%;
    background-color: #eb8b02;
    height:0.65rem;
    border-radius:0.08rem;
    float: left;
    padding: 1%;
    margin: 0 1.5%;
}
.pk li strong {
    background: #00A287;
    float: left;
    width: 8%;
    height:0.65rem;
    border-radius:0.08rem;
    padding: 1%;
}
.pk li .redgse {
    width:40%;
    background-color: #c92d20;
    height:0.65rem;
    border-radius:0.08rem;
    float: right;
    padding: 1%;
    margin: 0 1.5%;
}
/*备考复习*/
.qixiang {
    width: 100%;
    max-width: 6.4rem;
    margin:0.1rem auto 0.1rem;
}
.qixiang img{
    width: 100%;
}
.qixianganniu {
    width: 30%;
    text-align: center;
    font-size:0.2rem;
    color: black;
    line-height:0.4rem;
    margin:0.1rem auto 0;
    border-radius: 20px;
    background: rgb(0, 183, 238);
}
.qixianganniu a {
    color: white;
}
/*入学保障*/
.part3 {
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background: #f0f0f2;
    padding:0.3rem 0;
}
.part3 ul {
    overflow: hidden;
}
.part3 li.no1 {
    outline:0.01rem solid #d71c3b;
}
.part3 li {
    width:44%;
    float: left;
    padding: 2%;
    margin: 1%;
    font-size:0.16rem;
    line-height:0.3rem;
}
.part3 li h4 {
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #000;
    height: 2.0rem;
    overflow: hidden;
}
.part3 li h4 p{ color: #000;}
.part3 li.no2 {
    outline: 1px solid #4aa5b8;
}
.part3 li.no3 {
    outline: 1px solid #77db3b;
}
.part3 li.no4 {
    outline: 1px solid #d1cf54;
}
.part3 h3 {
    font-size:0.14rem;
    color: #333;
    line-height:0.3rem;
    height:0.3rem;
    font-weight: bold;
}
.part3 p.button1 {
    background: #d71c3b;
}
.part3 p.button {
    color: #fff;
    height:0.43rem;
    line-height:0.43rem;
    width:1.0rem;
    text-align: center;
    background: #d71c3b;
    font-size: 0.16rem;
    font-weight: 700;
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.part3 p.button2 {
    background: #4aa5b8;
}
.part3 p.button3 {
    background: #77db3b;
}
.part3 p.button4 {
    background: #d1cf54;
}
/*在职读研优势*/
.youshi {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0.2rem 0;
}

.floatImg {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    z-index: -1;
    top: 0;
}

.ysBox {
    padding:0.06rem;
    background: rgba(255,255,255,0.5);
    overflow:hidden;
}
.clear {
    zoom: 1;
}
.ysBox dl {
    width:50%;
    height:0.8rem;
    margin:0.1rem 0px;
    float: left;
    overflow: hidden;
}
.ysBox dl dt {
    float: left;
    font-size:0.34rem;
    color: #14acda;
    width: 20%;
}
.ysBox dl dd {
    float: left;
    width: 70%;
    margin-left: 4%;
    font-size:0.12rem;
    line-height:0.20rem;
}

/*了解更多*/
/*在职考研 非全日制研究生 结束------------------------------------*/
/*全日制学术型硕士 开始------------------------------------------*/
/*学硕解析*/
.coach_home{
    margin-top:0.1rem;
    margin-bottom:0.1rem;
}
.coach_home ul li{
    width:40%;
    height: 160px;
    float: left;
    margin: 1% 1.2%;
    overflow: hidden;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: solid 1px #50c0b0;
}

.coach_home ul li h2{
    font-size:0.16rem;
    color:#0095c3;
    margin-top:0.1rem;
    text-align: center;
}
.coach_home ul li p{
    font-size:0.12rem;
    color: #666;
    text-align: justify;
    line-height:0.18rem;

}
/*报名流程*/
.mba_bmlc {
    width: 100%;
    max-height: 6.4rem;
    margin: 0 auto;
    background: #50c0b0;
    padding-top:0.1rem;
}
.mba_bmlc img{
    width: 100%;
}
/*明确目标 全程规划 实现梦想*/
.learn-program {
    padding:0.1rem 0;
    background: #f2f5f7;
}
.w1000 {
    width:100%;
    margin: 0 auto;
    max-width: 6.4rem;
}
.learn-program .lp-title-list .lp-list-one:hover{
    margin-top: 0;
    padding: 0.11rem  0;
    background: #fd7970;
    text-decoration: none;
}
.learn-program .lp-title-list #box{
    margin-top: 0;
    padding:0.11rem 0;
    background: #fd7970;
    text-decoration: none;
}
.learn-program .lp-title-list {
    border-bottom:0.02rem solid #fd7970;
    overflow: hidden;
    font-size: 0;
}
.learn-program .lp-title-list .lp-list-selected {
    margin-top: 0;
    padding: 11px 0;
    background: #fd7970;
    cursor: default;
}
.learn-program .lp-title-list .lp-list-one {
    display: inline-block;
    vertical-align: bottom;
    width: 32.3%;
    height:0.66rem;
    padding: 6px 0;
    margin:0 0.5%;
    margin-top: 10px;
    background: #a1adb6;
    text-align: center;
    cursor: pointer;
}
.learn-program .lp-title-list .lp-list-one .lp-list-one-left {
    font-size:0.3rem;
    line-height:0.38rem;
}
.learn-program .lp-title-list .lp-list-one p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.learn-program .lp-title-list .lp-list-one .lp-list-one-right {
    text-align: left;
    margin-left:0.1rem;
}

.learn-program .lp-title-list .lp-list-one p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.learn-program .lp-content-box {
    padding-top:0.06rem;
    background: #fff;
}
.learn-program .lp-content-box .lp-content-one {
    padding: 0 0.12rem;
}
.learn-program .lp-content-box .lp-content-one p {
    font-size:0.12rem;
    line-height:0.24rem;
    padding:0.1rem 0;
    border-bottom:0.01rem dotted #dde1e4;
}
.learn-program .lp-content-box .lp-content-one .content-list-title {
    color: #77838c;
    width: 23%;
    margin-right:2%;
}
.learn-program .lp-content-box .lp-content-one span {
    display: inline-block;
    vertical-align: middle;
}
.learn-program .lp-content-box .lp-content-one .content-list-info {
    font-size: 0.12rem;
    color: #424242;
    width: 74%;
}
.learn-program .lp-content-box .lp-content-one span {
    display: inline-block;
    vertical-align: middle;
}

.learn-program .lp-content-box .lp-content-one .lp-content-level-star {
    height: 0.24rem;
    font-size: 0;
    background:url(../img/learn-program-star.png) 0 -24px repeat-x;
}
.learn-program .lp-content-box .lp-content-one .lp-content-level-star-right {
    height: 0.24rem;
    background: url(../img/learn-program-star.png) repeat-x;
    width: 80% !important;
}
/*备考复习*/
.warp-1 {
    background:#f2f5f7;
}
/*入学保障*/
.main-odd {
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
.fwxt {
    padding-top:0.1rem;
    overflow: hidden;
}
.fwxt_1 {
    background: url(../img/fwxt_1.png) no-repeat center center #ff7800;


}
.fwxt_1, .fwxt_2, .fwxt_3,.fwxt1_1, .fwxt1_2, .fwxt1_3 {
    float: left;
    width: 30%;
    height:2.1rem;
    text-align: center;
    margin: 1% 1.5%;
}
.fwxt_wz1 {
    height:0.7rem;
    display: block;
    color: #FFF;
    padding-top:1.1rem;
    font-size: 0.12rem;
    line-height: 0.18rem;
}
.fwxt_2 {
    background: url(../img/fwxt_2.png) no-repeat center center #62bce7;
}
.fwxt_3 {
    background: url(../img/fwxt_3.png) no-repeat center center #62cf38;
}
.fwxt1_1 {
    background: url(../img/fwxt1_1.png) no-repeat center center #13b5b1;
}

.fwxt1_2 {
    background: url(../img/fwxt1_2.png) no-repeat center center #eb6877;
}
.fwxt1_3 {
    background: url(../img/fwxt1_3.png) no-repeat center center #eb5300;
}
.fwxt_wz1:hover {
    color: #215386;
}
a:hover {
    text-decoration: none;
}
/*了解更多*/
.xushuxing img{
    width: 100%;
}
/*全日制学术型硕士 结束------------------------------------------*/
/*全日制专业型硕士 开始--------------------------------------------*/
/*学硕解析*/
.qrzjiexi {
    padding:0.1rem 0;
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
.qrzjiexi ul{ 
    overflow: hidden;
}
.qrzjiexi__list {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
    margin: 1% 0;
}
.qrzjiexi__list b {
    display: inline-block;
    vertical-align: top;
    font-size:0.24rem;
    color:#00a9de;
    font-weight: 600;
    width: 15%;
    height:0.42rem;
    border-right: 1px solid #c9c9c9;
    text-align: center;
    line-height:0.3rem;
    padding: 0 2%;
}
.qrzjiexi__list p {
    display: inline-block;
    width:78%;
    font-size:0.12rem;
    color: #333;
    line-height:0.2rem;
    padding-left: 2%;
    background: #fff;
    height:0.42rem;
    overflow: hidden;
}
/*考研辅导针对人群*/
.crowd {
    background: #fff;
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
.crowd1-hui {
    border: 1px dashed #BFBFBF;
    width:45%;
    float: left;
    margin:1% 2%;
}
.crowd1-hui1 {
    width:98%;
    background: #F3F3F3;
    margin:1%;
}
.crowd1-hui1 h4 {
    font-size:0.16rem;
    color: #1f80bf;
    border-bottom: 1px dashed #C0C0C0;
    margin: 0 auto;
    text-align: center;
    line-height:0.34rem;
}
.crowd1-hui1 p {
    font-size:0.12rem;
    line-height:0.2rem;
    padding:0.08rem 0;
    margin: 0 auto;
    color: #1d2b41;
    height: 0.6rem;
    overflow: hidden;
}
.crowd1-bai1 {
    width:98%;
    background: #fff;
    margin:1%;
}
.crowd1-bai1 h4 {
    font-size:0.16rem;
    color: #1f80bf;
    border-bottom: 1px dashed #7D7D7D;
    margin: 0 auto;
    text-align: center;
    line-height:0.34rem;
}
.crowd1-bai1 p {
    font-size:0.12rem;
    line-height:0.2rem;
    padding:0.08rem 0;
    color: #1d2b41;
    height: 0.6rem;
    overflow: hidden;
}
/*备考复习*/
.bkfxbg {
    background: url(../img/msbg.jpg) no-repeat center center;
}

.bkfxbox {
    width:100%;
    margin: 0 auto;
    max-width: 6.4rem;
    padding:0.03rem 0;
}

.bkfxbox ul {
    overflow: hidden;
}

.bkfxbox li {
    float: left;
    width:30%;
    height:1.8rem;
    margin:1% 1.6%;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.bkfxbox li h1 {
    color: #000;
    font-size:0.14rem;
    font-weight: bold;
    line-height:0.20rem;
    background: #ffcd00;
}
.bkfxbox li h2{
    font-size: 0.18rem;
    height: 0.36rem;
    color: #eb4a0c;
    line-height: 0.36rem;
}
.bkfxbox li p {
    font-size:0.12rem;
    line-height:0.18rem;
    padding-top: 0.1rem;
}
/*入学保障 六大优势*/
.zg_module4 {
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background:url(../img/m10k_bg.jpg) no-repeat center center;
}
.zg_module4 .super_wrap {
    padding:0.1rem 0;
}
.zg_module4 .super_wrap li {
    text-align: center;
    overflow: hidden;
}
.zg_module4 .super_wrap li .box_wrap {
    float: left;
    width:30%;
    background:#fff;
    margin: 1% 1.6%;
    padding: 0.1rem 0;
    height: 2.6rem;
    overflow: hidden;
}
.super_wrap li .box_wrap .box h3 {
    font-size:0.14rem;
    color: #5f52a0;
    text-align: center;
    height:0.44rem;
    line-height:0.18rem;
    border-bottom: 1px dashed #5f52a0;
    font-weight: bold;
}
.super_wrap li .box_wrap .box h3 img {
    vertical-align: middle;
    margin-right: 5px;
    display: inline;
    width: 10%;
}
.super_wrap li .box_wrap .box p {
    text-indent: 2em;
    font-size: 0.12rem;
    line-height:0.20rem;
    margin:0.1rem;
    text-align: left;
    height: 1.6rem;
    overflow: hidden;
}
.super_wrap li .box_wrap .box a {
    width:80%;
    display: inline-block;
    height:0.30rem;
    line-height:0.30rem;
    text-align: center;
    color: #fff;
    font-size:0.14rem;
    background: #e5004f;
    border-radius: 3px;
}
/*提交*/
.qrzzsbg {
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
.qrzzsbg img{
    width: 100%;
}
.qrzzsbox {
    background: #171614;
    padding-bottom: 0.1rem;
}
.qrzzsbox input {
    width: 25%;
    margin: 1% 1.1%;
    border-radius: 20px;
    font-size:0.14rem;
    line-height:0.20rem;
    padding:0 2%;
    outline: none;
}
.qrzzsbox .tijiao{
    background:#ff5c5c; 
    color:#fff;
    margin:1% 25%;	
    width: 50%;
}
/*全日制专业型硕士 结束--------------------------------------------*/
/*考研專業課---------------------------------------------------------------------*/
/*自主招生*/


.independent_one ul li {
    width: 46%;
    height:1.0rem;
    float: left;
    margin:1% 2.0%;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}



.independent_one ul li img {
    width:30%;
    height: 100%;
    float: left;
}

.independent_one ul li p {
    width:66%;
    font-size: 0.12rem;
    color: #fff;
    text-align: justify;
    line-height: 1.7;
    float: left;
    padding: 2%;
}
.independent_one ul .huangs p{ color:#7e5912;}
.independent_one ul .lus p{ color:#638a2f;}
.independent_one ul .lans p{ color:#005957;}
.independent_one ul .huangs{ background: #fef6d2;}
.independent_one ul .lus{background: #ecffd1;}
.independent_one ul .lans{background: #b8fefe;}
/*考研上名校*/
.zg_module8 {
    width: 100%;
    max-width: 6.4rem;
    background: #fff;
    margin: 0.1rem auto 0.2rem;
}
.info_wrap img{ width: 96%;margin: 0 2%;}

.zg_module8 .link {
    text-align: center;
    padding: 0 10%;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.zg_module8 .link a {
    float: left;
    width:58%;
    height:0.30rem;
    line-height:0.30rem;
    text-align: center;
    color: #e4004f;
    font-size: 0.14rem;
    border: 1px solid #e4004f;
    border-radius: 3px;
    margin: 0 0.5%;
}
/*多辅导*/
.bg6 {
    background-color: #404040 !important;
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}

.floor4_zt {
    margin-top: 0.12rem;
    overflow: hidden;
}
.floor4_1 {
    background: url(../img/1.jpg) no-repeat;
    margin-left: 44px;
    margin-top: 20px;
}
.floor4_1, .floor4_2, .floor4_3, .floor4_4, .floor4_5, .floor4_6, .floor4_7, .floor4_8, .floor4_9 {
    display: block;
    float: left;
    width:46%;
    height: 200px;
    margin:1% 2%;
    position: relative;
}
.floor4_1 h1, .floor4_2 h1, .floor4_3 h1, .floor4_4 h1, .floor4_5 h1, .floor4_6 h1, .floor4_7 h1, .floor4_8 h1, .floor4_9 h1 {

    margin:0.16rem 0 0.2rem 0.78rem;
    font-size:0.14rem;
    color: #4c4c4c;
    height: 0.3rem;
}
.floor4_1 h2, .floor4_2 h2, .floor4_3 h2, .floor4_4 h2, .floor4_5 h2, .floor4_6 h2, .floor4_7 h2, .floor4_8 h2, .floor4_9 h2 {
    text-align: center;
    font-size: 0.14rem;
    color: #f12706;
    line-height: 1.3;
    padding:0.06rem;
}
.floor4_zt a {
    position: absolute;
    right:0.02rem;
    bottom:0.04rem;
    font-size:0.14rem;
}
.floor4_2 {
    background: url(../img/2.jpg) no-repeat;
}
.floor4_3 {
    background: url(../img/3.jpg) no-repeat;
}
.floor4_4 {
    background: url(../img/4.jpg) no-repeat;
}
.floor4_5 {
    background: url(../img/5.jpg) no-repeat;
}
.floor4_6 {
    background: url(../img/6.jpg) no-repeat;
}
.zx {
    height: auto;
    width: 285px;
    font-size:0.24rem;
    line-height:0.55erm;
    text-align: center;
    margin: 0 auto;
    margin-top:0.37rems;
    overflow: hidden;
}
.zx a {
    display: block;
    float: right;
    width: 100%;
    background-color: #8b2928;
    color: #FFFFFF;
}
.zx p {
    float: left;
    width: 100%;
    font-size:0.2rem;
}
/*高分保障*/
.gaofen {
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    background: url(../img/conbg2.jpg) top center no-repeat;
    text-align: left;
    background-size: cover;
    padding:0.35rem 0 0.45rem 0;
}
.sbq li {
    width:30%;
    float: left;
    display: inline;
    text-align: center;
    font-size:0.16rem;
    color: #333;
    padding:0.2rem 0;
    margin: 1% 1.0%;
    line-height: 1.6;
    background:#fff;
    border:solid 0.02rem #34b3e8;
}
.sbq li a{background:#34b3e8; color:#fff; padding:4px; margin-top:16px; display:block; font-size:14px;}
.an {
    text-align: center;
    display: block;
    background: #dd1a18;
    color: #fff;
    font-size:0.24rem;
    padding:0.08rem  0px;
    width:80%;
    margin: 0 auto;
    margin-top:0.38rem;
}
.an a {
    color: #fff;
}

/*了解更多*/
.dengduo {
    background: url(../img/jw.png) no-repeat top center;
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
#jwanniu {
    width: 100%;
    border: 0px solid;
    padding:3.60rem 0 0.1rem 0;
}
.srhm,.sryx{
    width: 90%;
    border: 0px solid;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.sryx #bttt {
    width: 33%;
    height:0.3rem;
    font-size:0.14rem;
    color: white;
    font-family: 微软雅黑;
    background:rgb(0, 169, 222);
    border-top:0.01rem solid;
    margin:0.04rem;
}
.xmm {
    width: 33.3%;
    height:0.3rem;
    font-size:0.14rem;
    text-align: center;
    color: rgb(189, 189, 189);
    font-family: 微软雅黑;
    margin:0.04rem;
}
.sryx .xmm{ width:50%;}
/*报名申请*/
.process_home{
    width: 100%;
    max-width: 6.4rem;
    margin:0.1rem auto 0;
}
.process_home .content{
    margin:0.1rem 0.04rem;
}

.process_home .content .block {
    float: left;
    width: 22%;
    margin: 1% 1.5%;
}
.process_home .content .block .top{
    width:100%;
    height:0.8rem;
    border-radius: 0.1rem;
    background: #00a9de;
}
.process_home .content .block .top ul{
    padding:0.04rem 0 0 0.04rem;
}
.process_home .content .block .top ul li{
    font-size:0.18rem;
    color: #fff;
    float: left;
    text-shadow: 0 2px 0px rgba(0,0,0,0.3);
}
.process_home .content .block .top ul li:nth-child(2){
    font-size: 0.30rem;
    margin-top: -0.16rem;
}
.process_home .content .block .top h2{
    width:100%;
    margin: 0.1rem auto;
    text-align: center;
    font-size:0.16rem;
    color: #fff;
}

.process_home .content img{
    width:4.25%;
    height:100%;
    float: left;
    margin:0.34rem 1%;
}
/*考研專業課---------------------------------------------------------------------*/
/*在校升本---------------------------------------------------------------------*/
/*升本8大优势*/

.title_home {
    text-align: center;
}

.title_home h2 {
    font-size:0.28rem;
    color: #0790bb;
}

.title_home p {
    font-size:0.14rem;
    color: #666;
    margin-top:0.10rem;
}


.primary_three {
    width: 100%;
    max-width: 6.4rem;
    margin:0 auto 0.3rem;

}

.primary_three .content {
    margin-top:0.1rem;
}

.primary_three .content .left {
    float:left;
    width: 45%;
    margin: 0 2.5%
}

.primary_three .content ul li {
    width: 100%;
    height:0.7rem;
    border-radius:0.05rem;
    background: rgba(222, 118, 29, 1);
    text-align: center;
    margin: 3% 0;
    padding: 1%;
}


.primary_three .content ul li hgroup h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.14rem;
    color: #fff;
    padding:0.06rem 0.1rem;
}

.primary_three .content ul li hgroup h3 {

    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.12rem;
    color: #fff;
}

.primary_three .content .right {
    float: right;
    width: 45%;
    margin: 0 2.5%
}


.address_home {
    margin-top: 0.6rem;
}

.address_home img {
    margin-top: 30px;
    border: 2px #00a9de solid;
    box-sizing: border-box;
}

.primary_one {

    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}

.primary_one li {
    float: left;
    width: 28%;
    height: 0.95rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    list-style: none;
    margin: 1% 1.6%;
    background: #8b6340;
    padding: 1%;
}

.primary_one li p,
.primary_one li strong {
    text-align: center;
    line-height: 0.18rem;
    color: #ffc592;
}

.primary_one li img {
	width:38%;
    display: block;
    margin: auto;
}
/*资讯*/
.travel_home{
    width: 100%;
    max-width: 6.4rem;
    margin: 2% auto 0;
    background: #fff;
    padding-bottom:1%;
}
.travel_home .infor ul li{
    width:17%;
    float: left;
    margin:1%;
    font-size: .14rem;
    text-align: center;
    border: .01rem #dcdcdc solid;
    border-radius: .04rem;
    padding: 1.5% 0;
}
.travel_home .infor ul .sbzx{
    width:22%;

}
.travel_home .tabs .thistab{
    color: #fff;
    background: #00a9de;
}
.travel_home .tab_conbox{
    width: 90%;
    margin: 2%;
    background: #e2f6fc;
    padding: 3%;

}
.travel_home .sbkxnews{
    background:url(../img/doti.png) no-repeat 0px center;
    line-height:0.35rem;
    border-bottom: 1px #CCC dotted;
    overflow:hidden;
}
.sbkxnews  p {
    float: left;
    padding-left:8%;
    width:72%;
    line-height:0.35rem;
    height:0.35rem;
    overflow: hidden;
    font-size:0.12rem;
}
.sbkxnews span {
    float: right;
    width:20%;
    text-align: right;
    line-height:0.35rem;
    height:0.35rem;
    overflow: hidden;
    font-size:0.12rem;
    color: #000;
    font-weight: normal;
}
/*优质教学体系*/
.success {
    background: url(../img/success-bg.jpg) no-repeat center;
    padding-bottom: 0.2rem;
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}

.success-con {
    padding-top:0.1rem;
}
.success-con-left {
    width: 70%;

    margin: 0 auto;
}
.success-con-left img{ width: 100%; height: 100%;}
.success-con-right {
    width: 90%;
    margin:0 auto;
    overflow: hidden;
}
img {
    vertical-align: middle;
    width: 100%;
}
.success-mar1 {
    margin-left: 0.26rem;
}
.success-h2 {
    font-size: 0.16rem;
    color: #df4a43;
    font-weight: 600;
    margin: 0;
}
.success-p {
    font-size: 0.14rem;
    color: #97989d;
    line-height: 0.22rem;
    height: 1.0rem;
    overflow: hidden;
}
.success-common {
    width: 46%;
    margin: 2%;
    float: left;}
.success-btns {
    width: 80%;
    margin:0.1rem auto 0.1rem;
    overflow: hidden;
}
.success-btn-left {
    width: 50%;
    height: 0.38rem;
    background: transparent;
    text-align: center;
    border: #2c2f3c 1px dotted;
    display: block;
    float: left;
    font-size: 0.16rem;
    color: #2c2f3c;
    font-weight: 600;
}
.success-btn-right {
    width: 50%;
    height: 0.38rem;
    background: #df4a43;
    text-align: center;
    border: none;
    display: block;
    float: right;
    font-size: 0.16rem;
    color: #fff;
    font-weight: 600;
}
button.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c5312a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.clearfix {
    display: block;
}

/*选择华师*/
.goutong1{
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
    height:100%;
}
.goutong1 img{
    width: 100%;
    display: block;
}
/*学习方案*/

/*精品课程，简单易学*/
.xcontent11 {
    width: 100%;
    max-width: 6.4rem;
    margin: 0 auto;
}
.xcontent11 img {
    width: 100%;
}
.xcontent11 .con12_bottom {
    width: 80%;
    margin:0.2rem auto 0.2rem;
    overflow: hidden;
}
.xcontent11 .con12_bottom .con12_a1 {
    display: inline-block;
    width:50%;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    background: #e70012;
    float: left;
    font-size: 0.14rem;
    color: #e0e0e0;
}
.xcontent11 .con12_bottom .con12_a2 {
    display: inline-block;
    width:50%;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    background: #000000;
    float: left;
    font-size: 0.14rem;
    color: #e0e0e0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/*在校升本---------------------------------------------------------------------*/
/*媒体查询*/
@media (min-width:550px) and (max-width:640px){


}
@media (min-width:480px) and (max-width:550px){
    .contact_n figure{
        height: 1.5rem;
    }
    .junior_four .content ul li p{
        font-size: .18rem;
        width: 1.0rem;
        top: 30%;
        left: 15%;
    }
    h6.tell a{
        top: 31%;
    }
    .junior_two1 figure{
        height: 2.7rem;
    }









}
@media (min-width:400px) and (max-width:480px){
    .contact_n figure{
        height: 1.35rem;
    }
    .news_n .news figure figcaption p{
        font-size: .14rem;
        margin-top: 1%;
    }
    .primary_two1 .content{
        background: url(../img/xiao1_3.png) no-repeat center;
    }
    .primary_two1 .content ul{
        margin-top: .20rem;
    }
    .primary_two1 .content ul li{
        height: .50rem;
        margin-bottom: .20rem;
        font-size: .15rem;
    }
    .junior_four .content ul li p{
        font-size: .16rem;
        width: .90rem;
        top: 30%;
        left: 13%;
    }
    h6.tell a{
        top: 31%;
    }
    .junior_two1 figure{
        height: 2.5rem;
    }













}
@media (min-width:350px) and (max-width:400px){
    .contact_n figure{
        height: 1.25rem;
    }
    .news_n .news figure figcaption h2{
        font-size: .14rem;
        margin-top: 2%;
    }
    .news_n .news figure figcaption p{
        font-size: .12rem;
        margin-top: 1%;
    }
    .primary_two1 .content{
        background: url(../img/xiao1_2.png) no-repeat center;
    }
    .primary_two1 .content ul{
        margin-top: .20rem;
    }
    .primary_two1 .content ul li{
        height: .50rem;
        margin-bottom: .20rem;
        font-size: .14rem;
    }
    .junior_four .content ul li p{
        font-size: .15rem;
        width: .85rem;
        top: 30%;
        left: 11.5%;
    }
    .junior_one1 ul li .block{
        width: .90rem;
        height: .90rem;
        line-height: .90rem;
        font-size: .13rem;
    }
    .junior_one1 ul li .block span{
        display: block;
        width: .30rem;
        height: .30rem;
        line-height: .30rem;
        font-size: .15rem;
    }
    h6.tell a{
        top: 30%;
    }
    .junior_two1 figure{
        height: 2.3rem;
    }

    .high_two1 li .block{
        width: 1.57rem;
        height: 2.0rem;
    }
    .high_two1 li .block img{
        margin-top: .40rem;
    } 
    .high_two1 li .block p{
        margin-top: .10rem;
    }
    .hight_three1 ul li .block{
        width: 1.1rem;
        height: 1.1rem;
    }
    .hight_three1 ul li .block h2{
        width: .95rem;
        font-size: .18rem;
        padding-top: .18rem;
    }
    .hight_three1 ul li .block p{
        width: .95rem;
        font-size: .13rem;
        padding-top: .06rem;
    }





}
@media (max-width:350px){
    .contact_n figure{
        height: 1.15rem;
    }
    .news_n .news figure figcaption h2{
        font-size: .12rem;
        margin-top: 1%;
    }
    .news_n .news figure figcaption p{
        font-size: .12rem;
        margin-top: 1%;
    }
    table.pages td{
        font-size: .11rem;
    }
    .primary_two1 .content{
        background: url(../img/xiao1_1.png) no-repeat center;
    }
    .primary_two1 .content ul{
        margin-top: .20rem;
    }
    .primary_two1 .content ul li{
        height: .50rem;
        margin-bottom: .20rem;
        font-size: .14rem;
    }
    .junior_four .content ul li p{
        font-size: .14rem;
        width: .80rem;
        top: 30%;
        left: 10%;
    }
    .junior_one1 ul li .block{
        width: .90rem;
        height: .90rem;
        line-height: .90rem;
        font-size: .13rem;
    }
    .junior_one1 ul li .block span{
        display: block;
        width: .30rem;
        height: .30rem;
        line-height: .30rem;
        font-size: .15rem;
    }
    h6.tell a{
        top: 25%;
    }
    .junior_two1 figure{
        height: 2.25rem;
    }
    .high_one ul li h2{
        width: .75rem;
        height: .75rem;
        line-height: .75rem;
        font-size: .15rem;
    }
    .high_one ul li p{
        height: .40rem;
        font-size: .13rem;
    }

    .high_two1 li .block{
        width: 1.42rem;
    }
    .high_two1 li .block img{
        margin-top: .40rem;
    } 
    .high_two1 li .block p{
        margin-top: .10rem;
    }
    .hight_three1 ul li .block{
        width: 1.0rem;
        height: 1.0rem;
    }
    .hight_three1 ul li .block h2{
        width: .90rem;
        font-size: .17rem;
        padding-top: .15rem;
    }
    .hight_three1 ul li .block p{
        width: .90rem;
        font-size: .13rem;
        padding-top: .06rem;
    }

  



}