/* banner start! */

.banner img{

    width: 100%;

    display: block;

}

/* banner end! */



/* 面包屑导航 start!  */

.crumbsNav {

    height: 54px;

    background: #FAFAFA;

    line-height: 54px;

}



.crumbsNav .crumbs {

    float: left;

    cursor: default;

}



.crumbsNav .crumbs span,

.crumbsNav .crumbs a {

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

}



.crumbsNav .crumbs a:hover {

    color: rgba(187, 19, 1, 1);

}



.crumbsNav .crumbs a.active {

    color: rgba(187, 19, 1, 1);

}



.crumbsNav .navList {

    float: right;

}



.crumbsNav .navList li {

    float: left;

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    margin-right: 75px;

}



.crumbsNav .navList li:last-child {

    margin-right: 0;

}



.crumbsNav .navList li a {

    display: block;

    height: 100%;

    color: #333333;

}



.crumbsNav .navList li:hover a {

    font-weight: Bold;

    color: rgba(187, 19, 1, 1);

}



.crumbsNav .navList li.active a {

    font-weight: Bold;

    color: rgba(187, 19, 1, 1);

}

/* 面包屑导航 end!  */



/* 招生对象 */

.dxItem {

    margin-top: 37px;

    padding: 0 0 20px;

}



.dxItem .left {

    float: left;

    width: 576px;

    cursor: default;

}



.dxItem .right {

    float: right;

    width: 561px;

    height: 305px;

}



.dxItem .right img {

    display: block;

    width: 100%;

    height: 100%;

}



.dxItem .left .hd {

    margin-bottom: 48px;

}



.dxItem .left .title {

    float: left;

}



.dxItem .left .logo {

    float: right;

    width: 220px;

    height: 64px;

}





.dxItem .left .logo img {

    display: block;

    width: 100%;

    height: 100%;

}



.dxItem .left .title h2 {

    font-size: 38px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #333333;

    margin-bottom: 16px;

}



.dxItem .left .title p {
    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #999999;

    text-transform: uppercase;

}



.dxItem .left .content {

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333333;

    text-align: justify;

    line-height: 30px;

}



/* 学校管理模式 */

.xgItem {

    background: #FAFAFA;

    padding: 48px 0 40px;

}



.xgItem .title {

    text-align: center;

    margin: 0 0 43px

}



.xgItem .title h2 {

    position: relative;

    font-size: 38px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #333333;

    margin-bottom: 39px;

    cursor:default;

}


.xgItem .title h2::before{

    position: absolute;

    content: '';

    width: 152px;

    height: 1px;

    background: #eee;

    left: 50%;

    transform: translateX(-50%);

    bottom: -20px;

}



.xgItem .title h2::after {

    position: absolute;

    content: '';

    width: 41px;

    height: 3px;

    background: #ef1123;

    left: 50%;

    transform: translateX(-50%);

    bottom: -21px;

}



.xgItem .title p {

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    cursor: default;

    text-transform: uppercase;

}



.xgItem .xgBox li {

    float: left;

    width: 381px;

    height: 180px;
    background: #FFFFFF;

    border-radius: 10px;

    margin: 0 28px 19px 0;

    cursor: default;

    transition: .5s;

}



.xgItem .xgBox li:nth-child(3n) {

    margin: 23px 0;

}



.xgItem .xgBox li .hd {

    width: 100%;

    height: 55px;

    background: #888;

    box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.07);

    border-radius: 10px 10px 0px 0px;

    line-height: 55px;

    text-align: center;

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    margin-bottom: 15px;

    transition: .5s;

}



.xgItem .xgBox li .content {

    padding: 0 15px;

}



.xgItem .xgBox li .content p {

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;

    color: #333333;

    line-height: 24px;

}



.xgItem .xgBox li:hover {

    box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.07);

}



.xgItem .xgBox li:hover .hd {

    background: #ef1123;

}



.zsItem {

    height: 187px;

    background: #ef1123; 

    cursor: default;

    margin-bottom: 55px;

}


.zsItem .warp {

    background: url(../images/zsBg.png) no-repeat right bottom; 

    height: 100%;

    padding: 46px 0 0;

}



.zsItem h2 {

    font-size: 38px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #FFFFFF;

    line-height: 24px;

    margin: 0 0 26px;

}


.zsItem p {

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    line-height: 24px;

}





/* 收费标准 */

.sfItem {

    margin: 0 0 122px;

}

.sfItem .title {

    text-align: center;

    margin: 0 0 50px;

}



.sfItem .title h2 {

    position: relative;

    font-size: 38px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #333333;

    margin-bottom: 39px;

    cursor:default;

}



.sfItem .title h2::before{

    position: absolute;

    content: '';

    width: 152px;

    height: 1px;

    background: #eee;

    left: 50%;

    transform: translateX(-50%);

    bottom: -20px;

}



.sfItem .title h2::after {

    position: absolute;

    content: '';

    width: 41px;

    height: 3px;
    background: #ef1123;

    left: 50%;

    transform: translateX(-50%);

    bottom: -21px;

}



.sfItem .sfBox .consult {

    width: 513px;

    height: 50px;

    background: #ef1123;

    border-radius: 25px;

    margin: 0 auto 26px;

    font-size: 22px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    line-height: 50px;

    text-align: center;

    cursor: default;

}



.sfItem .sfBox .consult span {

    font-size: 28px;

}



.sfItem .sfBox .ms {

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    line-height: 24px;

    text-align: center;

    margin: 0 0 32px;

}



.sfItem .sfBox .sfLi {

    margin-bottom: 17px;

    cursor: default;

}



.sfItem .sfBox .sfLi .right img{

    display: block;

    width: 595px;

    height: 215px;

}



.sfItem .sfBox .back .right img {

    display: block;

    width: 529px;

    height: 215px;

}



.sfItem .sfBox .sfLi .left {

    float: left;

    width: 548px;

    padding: 20px 0 0;

}



.sfItem .sfBox .sfLi .right {

    float: right;

}



.sfItem .sfBox .back {

    margin-bottom: 41px;

}



.sfItem .sfBox .back .left {

    float: right;

    width: 640px;

}



.sfItem .sfBox .back .right {

    float: left;

}





.sfItem .sfBox .sfLi .left h2 {

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #ef1123;

    line-height: 24px;

    margin: 0 0 33px;

}



.sfItem .sfBox .sfLi .left p {

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333333;

    line-height: 30px;

}



.sfItem .sfBox .tip {

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #ef1123;

    line-height: 24px;

}



/* 入校安排及离校保障 */

.rlItem {
    /* margin: 0 0 122px; */

    padding: 0 0 30px;

}

.rlItem .title {

    text-align: center;

    margin: 0 0 70px;

}



.rlItem .title h2 {

    position: relative;

    font-size: 38px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #333333;

    margin-bottom: 39px;

    cursor:default;

}



.rlItem .title h2::before{

    position: absolute;

    content: '';

    width: 152px;

    height: 1px;

    background: #eee;

    left: 50%;

    transform: translateX(-50%);

    bottom: -20px;

}



.rlItem .title h2::after {

    position: absolute;

    content: '';

    width: 41px;

    height: 3px;

    background: #ef1123;

    left: 50%;

    transform: translateX(-50%);

    bottom: -21px;

}



.rlItem .rlBox .left {

    float: left;

    width: 323px;

    height: 444px;

    background: #ef1123;

    box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.07);

    border-radius: 10px;

    overflow: hidden;

}


.rlItem .rlBox .right {

    float: right;

    width: 856px;

    height: 444px;

    background: #FFFFFF url(../images/rlBg.png) no-repeat 548px center;

    box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.07);

    border-radius: 10px;

    padding: 59px 29px 0 34px;

    box-sizing: border-box;

}

.rlItem .rlBox .left li {

    margin: 0 13px;

    border-bottom: 1px rgba(255, 255, 255, .22) solid; 

    height: 111px;

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    line-height: 111px;

    text-align: center;

    box-sizing: border-box;

    cursor: default;

    transition: .5s;

}



.rlItem .rlBox .left li:last-child {

    border-bottom: 0px rgba(255, 255, 255, .22) solid; 

}



.rlItem .rlBox .left li.active {

    background: #FFB911;   

    margin: 0;

    font-size: 24px;

    font-weight: bold;

    color: #ef1123;

}



.rlItem .rlBox .right .list {

    display: none;

}



.rlItem .rlBox .right .list:first-child {

    display: block;

}



.rlItem .rlBox .right .list li {

    position: relative;

    margin-bottom: 40px;

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    line-height: 30px;

    color: #333333;

    cursor: default;

    padding: 0 0 0 37px;

}



.rlItem .rlBox .right .list li em {

    position: absolute;

    left: 0;

    top: 4px;

    display: inline-block;

    width: 21px;

    height: 21px;

    background: #ef1123;

    border-radius: 50%;

    font-size: 15px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    text-align: center;

    line-height: 21px;

    margin-right: 16px;

}



/* 课程设置 */

.kcItem {

    background: #FAFAFA;

    padding: 32px 0 59px;

}



.kcItem .title {

    text-align: center;

    margin: 0 0 51px

}



.kcItem .title h2 {

    position: relative;

    font-size: 38px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #333333;

    margin-bottom: 39px;

    cursor:default;

}



.kcItem .title h2::before{

    position: absolute;

    content: '';

    width: 152px;

    height: 1px;

    background: #eee;

    left: 50%;

    transform: translateX(-50%);

    bottom: -20px;

}



.kcItem .title h2::after {

    position: absolute;

    content: '';

    width: 41px;

    height: 3px;

    background: #ef1123;

    left: 50%;

    transform: translateX(-50%);

    bottom: -21px;

}



.kcItem .title p {

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    cursor: default;

    text-transform: uppercase;

}



.kcItem .kcBox li {

    float: left;

    width: 229px;

    height: 84px;

    background: #FFFFFF;

    border-radius: 2px;

    margin: 0 13px 12px 0;

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333333;

    line-height: 84px;

    text-align: center;

    cursor: default;

}



.kcItem .kcBox li:nth-child(5n) {

    margin: 0 0 12px 0;

}





.kcItem .kcBox li:last-child {

    color: #999999;

}



.kcItem .kcBox li:hover {

    border: 1px solid #ef1123;

    color: rgba(187, 19, 1, 1);

}

/* 全封闭式军事化管理 */

.qdItem {

    padding: 50px 0 0;

}



.qdItem .warp,

.jxItem .warp {

    position: relative;

}



.qdItem .warp em,

.jxItem .warp em{

    z-index: -1;

    position: absolute;

    top: -30px;

    right: 0;

    font-size: 263px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333333;

    font-style:italic;

    line-height: 263px;

    opacity: 0.05;

    cursor: default;

}



.qdItem .title,

.jxItem .title {

    position: relative;

    width: max-content;

    padding: 0 36px;

    height: 68px;

    background: #ef1123;

    font-size: 22px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #FFFFFF;

    line-height: 68px;

    text-align: center;

    margin: 0 auto 33px;

    cursor: default;

}



.qdItem .title::before,

.jxItem .title::before {

    position: absolute;

    content: '';

    width: 8px;

    height: 100%;

    top: 0;

    left: 12px;

    background-color: #fff;

}



.qdItem .title::after,

.jxItem .title::after {

    position: absolute;

    content: '';

    width: 8px;

    height: 100%;

    top: 0;

    right: 12px;

    background-color: #fff;

}



.qdItem .warp>p {

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    line-height: 33px;

    margin-bottom: 25px;

    cursor: default;

}



.qdItem .qdBox li {

    float: left;

    width: 571px;

    background: #FFFFFF;

    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);

    margin: 0 55px 36px 0;

}



.qdItem .qdBox li:nth-child(2n) {

    margin: 0 0 36px 0;

}



.qdItem .qdBox li .pic {

    width: 571px;

    height: 196px;

    overflow: hidden;

}



.qdItem .qdBox li .pic img {

    display: block;

    width: 100%;

    height: 100%;

    transition: .5s;

}



.qdItem .qdBox li h2 {

    height: 65px;

    text-align: center;

    line-height: 65px;

    font-size: 22px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333333;

    cursor: default;

}



.qdItem .qdBox li:hover img{

    transform: scale(1.1);

}



.qdItem .qdBox li p {

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    line-height: 33px;

    text-align: justify;

    padding: 0 45px 39px;

    box-sizing: border-box;

    cursor: default;

}



.fooBox {

    padding: 41px 0 45px;

    background: #FFB911;

}



.fooBox h2 {

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: 700;

    color: #ef1123;

    line-height: 40px;

}



.fooBox p {

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #ef1123;

    padding: 33px 0 0;

    line-height: 40px;

}





.jxItem {

    padding: 30px 0 53px;

}



.jxItem .jxBox_one {

    background: #FFFFFF;

    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);

    margin-bottom: 24px;

}



.jxItem .jxBox_one .pic {

    margin-bottom: 32px;

}



.jxItem .jxBox_one .pic img {

    width: 100%;

    display: block;

}



.jxItem .jxBox_two .left,

.jxItem .jxBox_two .right {

    width: 581px;

    background: #FFFFFF;

    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);

}



.jxItem .jxBox_two .left {

    float: left;

}



.jxItem .jxBox_two .right {

    float: right;

}



.jxItem .jxBox_two .right .content,

.jxItem .jxBox_two .left .content {

    padding: 32px 20px;

    cursor: default;

    box-sizing: border-box;

}



.jxItem .jxBox_one .content {

    padding: 0 20px 30px;

    box-sizing: border-box;

    cursor: default;

}



.jxItem .jxBox_one .content h2,

.jxItem .jxBox_two .right .content h2,

.jxItem .jxBox_two .left .content h2  {

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #ef1123;

    line-height: 41px;

    margin-bottom: 26px;

}



.jxItem .jxBox_one .content p,

.jxItem .jxBox_two .right .content p,

.jxItem .jxBox_two .left .content p {

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333333;

    line-height: 33px;

    text-align: justify;

    margin-bottom: 50px;

}



.jxItem .jxBox_one .content p:last-child,

.jxItem .jxBox_two .right .content p,

.jxItem .jxBox_two .left .content p {

    margin-bottom: 0;

}



.wdItem {

    padding: 25px 0 0;

    margin: 0 0 59px;

}



.wdItem .wdBox li {

    height: 243px;

    background: #FFFFFF;

    box-shadow: 0px 4px 45px 1px rgba(0, 0, 0, 0.07);

    padding: 12px 0 17px 12px;

    box-sizing: border-box;

    margin-bottom: 30px;

    cursor: pointer;

}



.wdItem .wdBox li .pic {

    float: left;

    width: 257px;

    height: 213px;  

    margin-right: 57px;

    overflow: hidden;

}



.wdItem .wdBox li .pic img {

    display: block;

    width: 100%;

    height: 100%;

    transition: .5s;

}



.wdItem .wdBox li .content {

    float: left;

    padding: 34px 0 16px;

}



.wdItem .wdBox li .content .ask {

    margin-bottom: 18px;

    font-size: 28px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #333333;

}





.wdItem .wdBox li .content .answer{

    font-size: 22px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #333333;

    line-height: 35px;

    margin-bottom: 39px;

}



.wdItem .wdBox li .content .ask em,

.wdItem .wdBox li .content .answer em {

    display: inline-block;

    width: 44px;

    height: 44px;

    border-radius: 50%;

    margin-right: 15px;

    font-size: 22px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    line-height: 44px;

    text-align: center;

}



.wdItem .wdBox li .content .ask span,

.wdItem .wdBox li .content .answer span {

    display: inline-block;

    width: 580px;

    vertical-align:text-bottom;

}



.wdItem .wdBox li .content .ask em {

    background: #ef1123;

}



.wdItem .wdBox li .content .answer em {

    background: #FFB911;    

}



.wdItem .wdBox li .content .time {

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #999999;

    line-height: 35px;

}



.wdItem .wdBox li .details {

    position: relative;

    float: right;

    width: 45px;

    height: 57px;

    font-size: 22px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #999999;

    line-height: 35px;

    margin: 81px 61px 0 0;

}



.wdItem .wdBox li .details::after {

    position: absolute;

    content: '';

    width: 1px;

    height: 153px;

    background: #DCDCDC;

    opacity: 0.55;

    top: -48px;

    left: -56px;

}



.wdItem .wdBox li:hover .content .ask span{

    color: #ef1123;

}



.wdItem .wdBox li:hover .pic img {

    transform: scale(1.1);

}



.anchorSide {

    display: none;

    top: 100px;

    left: 195px;

    position: fixed;

}



@media screen and (max-width: 1680px) {

    .anchorSide {

        top: 100px;

        left: 40px;

        position: fixed;

    }

}





@media screen and (max-width: 1440px) {

    .anchorSide {

        top: 100px;

        left: 0;

        position: fixed;

    }

}





.anchorSide li {

    line-height: 32px;

    font-size: 14px;

    font-weight: 700;

    padding-right: 19px;

    position: relative;

    cursor: pointer;

}



.anchorSide li a {

    color: #333;

}



.anchorSide li:hover a {

    color: rgba(187, 19, 1, 1);

}



.anchorSide li.active a {

    color: rgba(187, 19, 1, 1);

}