#container {
    min-width: 1400px;
    /*width:expression(document.body.clientWidth < 1400? "1400px": "auto" );*/
}

.about_h2 {
    text-align: center;
    font-size: 26px;
    color: #000000;
    margin-top: 80px;
    margin-bottom: 5px;
}

.about_p {
    text-align: center;
    color: #9C9898;
    text-transform: uppercase;
    margin-top: 1px;
    font-size: 16px;
}

.about_line {
    height: 20px;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    background: url(/web/20220224200552im_/http://nanxijy.com/static/images/about_line.jpg) no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.headers {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0 100px;
    position: relative;
    border-bottom: 1px solid #bbb;
}

.headers div {
    /* width: 100px;; */
    height: 65px;
    /* width: 30%; */
}

.loveNacy {
    position: absolute;
    right: 345px;
    bottom: 10px;
    width: 180px;
}

.callNacy {
    width: 200px;
    padding-right: 15px;
    color: rgba(8, 63, 102);
}

.callNacy img {
    width: 35px;
    height: 35px;
}

.styleInfo {
    width: 300px;
    position: absolute;
    color: rgba(8, 63, 102);
    padding-bottom: 5px;
    /*word-wrap: break-word;*/
    /*table-layout: fixed;*/
    /*word-break: break-all;*/
}

.nav {
    height: 65px;
    border-bottom: 1px solid #000;
}

.navLef img {
    width: 200px;
    height: 60px;
    margin-top: 2px;
}

.navRight {
    width: 70%;
    margin-right: -10%;
}

a {
    text-decoration: none;
    color: black;
}

.navRight ul li {
    list-style: none;
    float: left;
    width: 14%;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    /*text-decoration: none;*/
}

.navRight ul li a:hover {
    color: #0a5196;
    cursor: pointer
}


.navRight2 ul li {
    list-style: none;
    float: left;
    width: 12%;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    /*text-decoration: none;*/
}


#nav .navRight .on {
    background-color: rgba(141, 150, 255);
    color: #fff;
}

.nav_toRight {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    right: 0;
    height: 30px;
    margin-right: 18px;
}

.nav_toLeft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    height: 30px;
    margin-left: 18px;
}

.nav_toRight img {
    width: 30px;
    height: 30px;
}

.nav_toLeft img {
    width: 30px;
    height: 30px;
}

.nav_toLeft:hover {
    transform: scale(2.2);
    cursor: pointer
}

.nav_toRight:hover {
    transform: scale(2.2);
    cursor: pointer
}

.schoolLogo {
    width: 200px;
    height: 80px;
}

.choseUs {
    width: 80%;
    margin: 0 auto;
}

.choseUsimg {
    width: 30%;
    height: 100px;
}

.choseUsimg:hover {
    transform: scale(1.2);
    cursor: pointer
}

.choseTiTle {
    width: 100%;
}

.choseTiTle {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-top: 30px;
    font-weight: 600;
}

.choseTiTle p {
    font-size: 16px;
    color: #9C9898;
    margin-top: 5px;
    font-weight: normal;
}


.sixPart {
    margin-top: 50px;
    width: 100%;
    height: 520px;
    background-image: url("/web/20220224200552im_/http://nanxijy.com/static/images/sixBg.jpg");
}

.sixMain {
    width: 950px;
    height: 100%;
    margin: auto;
    padding: 0 50px;

}

.sixPartItem {
    width: 240px;
    margin: 20px;

    height: 200px;
    background: #fff;
    text-align: center;
}

.sixPartItem img {
    /*width: 160px;*/
    /*height: 160px;*/
    width: 240px;
    height: 200px;
    /*border-radius: 50%;*/
}

.contactUs {
    width: 100%;
    height: 200px;
    position: relative;
}

.contactUs img {
    width: 100%;
    height: 100%;
}

.conUs {
    width: 100px;
    height: 30px;
    line-height: 50px;
    background-color: rgb(99, 164, 204);
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sixStep {
    margin-top: 20px;
    width: 1200px;
    height: 400px;
    margin: auto;
    font-size: 20px;
}

.nacyTea {
    width: 100%;
    height: 590px;
    background-image: url("/web/20220224200552im_/http://nanxijy.com/static/images/teacherBg.jpg");
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.mainF {
    width: 860px;
    height: 390px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    background-color: #fff;
}

.mainFF {
    width: 820px;
    height: 390px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0.6;
}

.mainFFF {
    width: 760px;
    height: 520px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.roundCircle {
    width: 150px;
    height: 150px;
    position: absolute;
}

.teaRound {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 2px #7382db;
    margin: 0 auto;
}

.teaRound img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tename {
    text-align: center;
    margin-top: 20px;
}

.mainFFF .roundCircle:nth-child(2n-1) {
    top: -10%;
}

.mainFFF .roundCircle:nth-child(2n) {
    top: 35%;
}

.mainFFF .roundCircle:nth-child(1),
.mainFFF .roundCircle:nth-child(4) {
    left: 10%;
}

.mainFFF .roundCircle:nth-child(2),
.mainFFF .roundCircle:nth-child(5) {
    left: 40%;
}

.mainFFF .roundCircle:nth-child(3),
.mainFFF .roundCircle:nth-child(6) {
    left: 70%;
}

.selectPart {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    /* background: url("/web/20220224200552im_/http://nanxijy.com/static/img/SELECT.jpg"); */
}

.selectPart img {
    width: 100%;
    height: 100%;
}

.threFath {
    width: 1400px;
    height: 450px;
    padding: 10px 200px;
    overflow: hidden;
    margin: auto;
}


.produc {
    width: 100%;
    height: 600px;
    background-image: url("/web/20220224200552im_/http://nanxijy.com/static/images/teacherBg.jpg");
    margin-bottom: 20px;
    margin-top: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.teachRound {
    width: 200px;
    /* text-align: center; */
}

.roundpro {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 auto;
    background: url("/web/20220224200552im_/http://nanxijy.com/static/images/qp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    /* border-image:linear-gradient(to right,#7980DA,#fff) 1 10; */
}

.roundpro img {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    margin: 10% 10%;
}

.teachRound {
    position: absolute;
}

.produc .teachRound:nth-child(5) {
    left: 5%;
    bottom: 10%
}

.produc .teachRound:nth-child(2) {
    left: 20%;
    bottom: 25%
}

.produc .teachRound:nth-child(3) {
    left: 35%;
    bottom: 9%
}

.produc .teachRound:nth-child(4) {
    left: 50%;
    bottom: 26%
}

.produc .teachRound:nth-child(6) {
    left: 65%;
    bottom: 15%
}

.produc .teachRound:nth-child(7) {
    left: 80%;
    bottom: 40%
}

.produc .teachRound:nth-child(1) {
    right: 5%;
    bottom: 40%
}

.lastSwipe {
    width: 100%;
    margin-bottom: 20px;
}

.lastBtn {
    width: 100%;
    margin-bottom: 20px;
}

.toTOPIMG {
    width: 100px;
    height: 95px;
    position: fixed;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}

.toTOPIMG:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.lastEnd {
    width: 100%;
    height: 350px;
    background: #2F3133;
}

.enul li {
    color: #fff;
    cursor: pointer;

}

.enul li a {
    color: #fff;
    cursor: pointer;
}

.enul li a:hover {
    color: #0a5196;
    cursor: pointer
}

.enul li:hover {
    background: #2F3133 !important;
    cursor: pointer

}

.enul img {
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
    vertical-align: middle;
}

#lastWrite {
    width: 100%;
    height: 200px;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.poupCon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    height: 500px;
    background-color: #fff;
}

.tipLeft {
    width: 50%;
    height: 100%;
}

.formGroupX {
    width: 50%;
    height: 100%;
    padding-left: 20px;
    font-size: 23px;
    text-align: left;
    justify-content: space-around;
    align-items: flex-start;
}

.formGroupX input {
    display: block;
    width: 100%;
    height: 40px;
}

.button {
    width: 150px;
    height: 50px;
    border-radius: 30px;
    background-color: #9FA6FD;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin: 0 auto;
    font-size: 23px;
    margin-top: 15px;
}

.button:hover {
    transform: scale(1.2);
    cursor: pointer
}

.closeIT {
    width: 50px;
    position: absolute;
    right: -50px;
    top: -50px;
    height: 50px;
}

.pagInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 80px;
}

.fpage {
    background-color: #bbb;
    width: 5px;
    height: 5px;;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.fpageAct {
    background-color: #fff;
    border: 2px solid #9FA3D2;
    width: 13px;
    height: 13px;;
    display: inline-block;
    border-radius: 50%;

}

.stepCon {
    width: 100px;
    height: 100PX;
    max-width: 100PX;
    position: absolute;
    line-height: 55px;
    z-index: 993;
    text-emphasis: none;
    left: 5%;
    top: 60px;
    text-align: center;
    font-weight: 600;

}

.stepCon p {
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
}


@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .stepCon {
        left: 3%;
        line-height: 70px;
        margin-left: 10px;
    }

    .stepCon:nth-child(1) {
        left: 20%
    }

    .stepCon:nth-child(2) {
        left: 36.8%
    }

    .stepCon:nth-child(3) {
        left: 53.6%
    }

    .stepCon:nth-child(4) {
        left: 70.2%
    }

    .stepCon:nth-child(5) {
        left: 87%
    }

    .stepCon:nth-child(6) {
        left: 20%
    }
}

@media screen and (min-width: 1200px) {
    .stepCon {
        left: 4%;
        top: 70px;
        margin-left: 5px;
    }

    .stepCon:nth-child(2) {
        left: 20.7%
    }

    .stepCon:nth-child(3) {
        left: 37.3%
    }

    .stepCon:nth-child(4) {
        left: 54.3%
    }

    .stepCon:nth-child(5) {
        left: 70.7%
    }

    .stepCon:nth-child(6) {
        left: 87.3%
    }
}

.fr_r_e {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    margin-top: -10px;
}

.fr_c_e {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.fr_r_s {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.fr_r_a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around
}

.fr_r_b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.fr_r_c {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.fr_c_c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .banXin{
width: 960px;
margin: 0 auto;
} */
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .banXin {
        width: 1024px;
        margin: 0 auto;
        position: relative;
    }
}

/* 适配移动端分辨率 */
@media screen and (max-width: 1024px) {
    #container {
        min-width: 1000px;
        overflow-x: hidden;
    }

    .banXin {
        width: 960px;
        margin: 0 auto;
        position: relative;
    }

    .sixStep {
        width: 800px;
    }

    .stepCon {
        left: 4%;
        margin-left: 5px;
        top: 40px;
        text-align: left;
    }

    .stepCon:nth-child(2) {
        left: 20.7%
    }

    .stepCon:nth-child(3) {
        left: 37.3%
    }

    .stepCon:nth-child(4) {
        left: 54.3%
    }

    .stepCon:nth-child(5) {
        left: 70.7%
    }

    .stepCon:nth-child(6) {
        left: 87.3%
    }

    .threFath {
        width: 1000px;
        overflow: hidden;
        margin: auto;
        padding: 0;
    }

    #threeFather .swiper-slide {
        width: 303px !important;
    }

    .navRight {
        margin-right: 0;
    }

}

@media screen and (min-width: 1200px) {
    .banXin {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (min-width: 767px) {
    .banXin {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 1px 1px 5px 2px #ccc;

}

#lastFx .swiper-slide {
    width: 95%;
    height: 95%;
    margin-top: 50px;
}

#lastFx .swiper-slide:hover {
    transform: scale(1.3);
    z-index: 10;
    cursor: pointer
}

/* 设置默认大小 */

#lastFx .swiper-slide-next {
    transform: scale(1.2);
    z-index: 9;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide div {
    text-align: center;
}

.swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 95%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container {

    overflow: hidden;
}

.swiper-container .toLeft,
.toRight {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    text-align: center;
}

.swiper-container .toLeft:hover,
.swiper-container .toRight:hover {
    border-radius: 50%;
    box-shadow: 1px 1px 3px 2px #ccc;
    cursor: pointer
}

.swiper-container .toLeft img,
.swiper-container .toRight img {
    width: 90%;
    margin-top: 2px;
    height: 90%;
}

.swiper-container .toLeft {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-container .toRight {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.swiper-container .tipSpe {
    margin-top: 20px;;
    height: 180px;
}

.swiper-pagination {
    position: relative !important;
}

.swiper-container .swiper-pagination-bullet {
    width: 100%;
    height: 100%;

}

.swiper-container .swiper-pagination-bullet {
    background-color: #9FA3D2;
    width: 10px;
    height: 10px;;
    display: inline-block;
    border-radius: 50%;
    margin: 0 20px
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
    border: 2px solid #9FA3D2;
    width: 13px;
    height: 13px;;
    display: inline-block;
    border-radius: 50%;
    margin: 0 20px
}


.swiper-container .swiper-paginationv {
    /*margin-top: 40px;*/
    /*position: absolute;*/
    left: 50%;
    text-align: center;
}


.swiper-containerz {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-containerz .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 1px 1px 5px 2px #ccc;

}

.swiper-containerz .swiper-slide img {
    width: 100%;
    height: 53%;
}

.swiper-containerz .swiper-slide div {
    text-align: center;
}

.swiper-containerz .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 95%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-containerz {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #686868;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}


.roundImg {
    position: relative;
}

.p1,
.p2,
.p3,
.p4,
.p5,
.p6 {
    position: absolute;
}

.p1 {
    top: 190px;
    left: 130px;
}

.p2 {
    top: 190px;
    left: 370px;
}

.p3 {
    top: 190px;
    left: 610px;
}

.p4 {
    top: 410px;
    left: 130px;
}

.p5 {
    top: 410px;
    left: 370px;
}

.p6 {
    top: 410px;
    left: 610px;
}

.toLeft,
.toRight {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    text-align: center;
}

.toLeft:hover,
.toRight:hover {
    border-radius: 50%;
    box-shadow: 1px 1px 3px 2px #ccc;
    cursor: pointer
}

.toLeft img,
.toRight img {
    width: 90%;
    margin-top: 2px;
    height: 90%;
}

.toLeft {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.toRight {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.swiper-containerz .tipSpe {
    margin-top: 10px;
    padding: 0 10px;
    width: 280px;
    height: 165px;
    overflow: hidden;
    line-height: 1.5em;
}

.swiperFir {
    width: 100%;
    height: 100%;
    max-height: 650px;
    position: relative;
}

.swiper-containerx {
    width: 100%;
    height: 100%;
    /*max-height: 600px;*/
    overflow: hidden;
}

.swiper-containerx .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-containerx .swiper-slide img {
    width: 100%;
    height: 100% !important;
    max-height: 600px;
}

.swiper-containerx .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.main-menu {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    background-color: #303133;
    overflow: hidden;
    color: #FFFFFF;
}

.main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-menu > ul > li > ul {
    padding-left: 35px;
}

.campus {
    width: 30%;
    float: left;
    margin-left: 10%;
}

.Information {
    width: 40%;
    float: left;
    letter-spacing: 0.6ex;
    margin-top: 20px;
    padding: 5px 0;
}

.Information p {
    font-size: 18px;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.main-menu a {
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #FFFFFF;

}

.main-menu h2 {
    display: block;
    padding: 0;
}

.campus img {
    width: 35px;
    height: 35px;
    float: left;
}

.qrcode {
    width: 200px;
    height: 180px;
    margin-top: 50px;
    max-height: 300px;
}

/*
     FILE ARCHIVED ON 20:05:52 Feb 24, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:13:17 Aug 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.28
  load_resource: 154.542
  PetaboxLoader3.resolve: 102.515
  PetaboxLoader3.datanode: 14.703
*/